diff --git a/docs/notebooks/Calculate_distances.ipynb b/docs/notebooks/Calculate_distances.ipynb index 3cb4b96..79372ff 100644 --- a/docs/notebooks/Calculate_distances.ipynb +++ b/docs/notebooks/Calculate_distances.ipynb @@ -44,7 +44,22 @@ "execution_count": 2, "id": "df67e076-5ca4-43b2-92dc-552d19efc32a", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + " % Total % Received % Xferd Average Speed Time Time Time Current\n", + " Dload Upload Total Spent Left Speed\n", + "\n", + " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\n", + " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\n", + "\n", + " 67 10.7M 67 7419k 0 0 14.4M 0 --:--:-- --:--:-- --:--:-- 14.4M\n", + "100 10.7M 100 10.7M 0 0 16.0M 0 --:--:-- --:--:-- --:--:-- 20.6M\n" + ] + } + ], "source": [ "!curl -OL https://github.com/OpenSenseAction/training_school_opensene_2023/raw/main/data/pws/data_PWS_netCDF_AMS_float.nc" ] @@ -92,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "id": "89ea4f3f-e2c2-46ff-885c-e518170ef69b", "metadata": {}, "outputs": [ @@ -181,7 +196,7 @@ ".xr-sections {\n", " padding-left: 0 !important;\n", " display: grid;\n", - " grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;\n", + " grid-template-columns: 150px auto auto 1fr 20px 20px;\n", "}\n", "\n", ".xr-section-item {\n", @@ -189,8 +204,7 @@ "}\n", "\n", ".xr-section-item input {\n", - " display: inline-block;\n", - " opacity: 0;\n", + " display: none;\n", "}\n", "\n", ".xr-section-item input + label {\n", @@ -202,10 +216,6 @@ " color: var(--xr-font-color2);\n", "}\n", "\n", - ".xr-section-item input:focus + label {\n", - " border: 2px solid var(--xr-font-color0);\n", - "}\n", - "\n", ".xr-section-item input:enabled + label:hover {\n", " color: var(--xr-font-color0);\n", "}\n", @@ -489,10 +499,10 @@ " Conventions: OPENSENSE V0\n", " location: Amsterdam Metropolitan Area\n", " source: Netamo\n", - " comment:
array('ams63', dtype='<U6')<xarray.Dataset> Size: 167kB\n", - "Dimensions: (cml_id: 345, n_closest: 25)\n", - "Coordinates:\n", - " * cml_id (cml_id) <U21 29kB '10002' '10003' '10004' ... '10363' '10364'\n", - "Dimensions without coordinates: n_closest\n", - "Data variables:\n", - " distance (cml_id, n_closest) float64 69kB 2.745e+03 3.167e+03 ... inf\n", - " neighbor_id (cml_id, n_closest) object 69kB '10001' '10041' ... None None
<xarray.DataArray 'neighbor_id' (n_closest: 13)> Size: 104B\n", - "array(['10001', '10041', '10221', '10081', '10101', '10021', '10181',\n", - " '10361', '10121', '10061', '10141', '10341', '10161'], dtype=object)\n", - "Coordinates:\n", - " cml_id <U21 84B '10002'\n", - "Dimensions without coordinates: n_closest