From f2c7bdea9675f0d887fe9fb1e4929d181980ff80 Mon Sep 17 00:00:00 2001 From: Anita Graser Date: Fri, 9 Dec 2022 12:34:55 +0100 Subject: [PATCH] Fixed plot title --- notebooks/wien-ogd.ipynb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/notebooks/wien-ogd.ipynb b/notebooks/wien-ogd.ipynb index 5b33646..5b080f6 100644 --- a/notebooks/wien-ogd.ipynb +++ b/notebooks/wien-ogd.ipynb @@ -8,9 +8,10 @@ "\n", "[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/anitagraser/ogd-at-lab/main?urlpath=lab/tree/notebooks/wien-ogd.ipynb)\n", "\n", - "\n", "\n", "\n", + "This notebook demonstrates the use of vector data provided via WFS. For instructions on using WMS, see the [webmapping notebook](webmapping.ipynb).\n", + "\n", "For more information on open government data in Vienna visit [digitales.wien.gv.at](https://digitales.wien.gv.at/site/open-data/)\n", "\n", "For a full list of available datasets go to [data.gv.at](https://www.data.gv.at/auftritte/?organisation=stadt-wien&searchterm=&formatFilter%5B%5D=WFS)\n", @@ -95,7 +96,7 @@ "metadata": {}, "outputs": [], "source": [ - "hvplot_with_buffer(gdf, 100, title='Citybike Stations') + hvplot_with_buffer(gdf2, 100, title='EV Charging Stations')" + "hvplot_with_buffer(gdf, 100, title='Bike Sharing Stations') + hvplot_with_buffer(gdf2, 100, title='EV Charging Stations')" ] }, { @@ -118,7 +119,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -132,7 +133,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.8" + "version": "3.7.15" } }, "nbformat": 4,