diff --git a/docs/notebooks/Calculate_distances.ipynb b/docs/notebooks/Calculate_distances.ipynb index 808a276..c99ef97 100644 --- a/docs/notebooks/Calculate_distances.ipynb +++ b/docs/notebooks/Calculate_distances.ipynb @@ -13,22 +13,7 @@ "execution_count": 1, "id": "a293cd46-83e6-4d73-adcc-ee9a6724739f", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/var/folders/8f/z1lq69v144zb2p1_l1twh7kh0006md/T/ipykernel_9128/937837507.py:3: DeprecationWarning: \n", - "Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),\n", - "(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)\n", - "but was not found to be installed on your system.\n", - "If this would cause problems for you,\n", - "please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466\n", - " \n", - " import pandas as pd\n" - ] - } - ], + "outputs": [], "source": [ "import matplotlib.pyplot as plt\n", "import numpy as np\n", @@ -67,7 +52,7 @@ " % Total % Received % Xferd Average Speed Time Time Time Current\n", " Dload Upload Total Spent Left Speed\n", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\n", - "100 10.7M 100 10.7M 0 0 4433k 0 0:00:02 0:00:02 --:--:-- 7118k\n" + "100 10.7M 100 10.7M 0 0 3921k 0 0:00:02 0:00:02 --:--:-- 7078k\n" ] } ], @@ -507,10 +492,10 @@ " Conventions: OPENSENSE V0\n", " location: Amsterdam Metropolitan Area\n", " source: Netamo\n", - " comment:
<xarray.DataArray (id: 134, id_neighbor: 134)>\n",
- "array([[ 0. , 518.79828487, 531.99603941, ...,\n",
- " 28532.23134009, 25291.03668667, 25994.5064412 ],\n",
- " [ 518.79828487, 0. , 728.38027968, ...,\n",
- " 28493.8273213 , 24995.94592241, 25633.14869253],\n",
- " [ 531.99603941, 728.38027968, 0. , ...,\n",
- " 28000.75903421, 24846.06853717, 25603.62271956],\n",
- " ...,\n",
- " [28532.23134009, 28493.8273213 , 28000.75903421, ...,\n",
- " 0. , 14448.29575676, 18710.76846276],\n",
- " [25291.03668667, 24995.94592241, 24846.06853717, ...,\n",
- " 14448.29575676, 0. , 4264.61589559],\n",
- " [25994.5064412 , 25633.14869253, 25603.62271956, ...,\n",
- " 18710.76846276, 4264.61589559, 0. ]])\n",
+ "<COO: shape=(134, 134), dtype=float64, nnz=398, fill_value=0.0>\n",
"Coordinates:\n",
" * id (id) <U6 'ams1' 'ams2' 'ams3' ... 'ams132' 'ams133' 'ams134'\n",
- " * id_neighbor (id_neighbor) <U6 'ams1' 'ams2' 'ams3' ... 'ams133' 'ams134'