{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Contour Maps" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "('19.12.1', '0.6.2')" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import numpy as np\n", "import pandas as pd\n", "import geopandas as gpd\n", "import matplotlib.pyplot as plt\n", "import mapped\n", "from mapped.density import GeoKernelDensity\n", "mapped.__version__, gpd.__version__" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Import some random example point data." ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | number | \n", "letter | \n", "geometry | \n", "
---|---|---|---|
1 | \n", "73.522015 | \n", "A | \n", "POINT (-9945192.638 5333669.463) | \n", "
2 | \n", "59.605820 | \n", "A | \n", "POINT (-9952134.036 5321688.221) | \n", "
3 | \n", "52.676887 | \n", "A | \n", "POINT (-9937860.167 5328515.553) | \n", "
6 | \n", "22.133990 | \n", "B | \n", "POINT (-9948386.303 5310253.324) | \n", "
7 | \n", "34.937765 | \n", "A | \n", "POINT (-9963868.554 5319452.429) | \n", "