From 0409b90fde6f7747a4245e69858bfcf416551d9c Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Fri, 10 Aug 2018 14:06:47 +0200 Subject: [PATCH] Removed interactive map from notebook. --- examples/notebooks/features_and_usage.ipynb | 32 +++++++-------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/examples/notebooks/features_and_usage.ipynb b/examples/notebooks/features_and_usage.ipynb index 335dcc4..54ce284 100644 --- a/examples/notebooks/features_and_usage.ipynb +++ b/examples/notebooks/features_and_usage.ipynb @@ -20,7 +20,7 @@ "source": [ "from geoarray import GeoArray\n", "\n", - "gA = GeoArray('/path/to/your/image_file.bsq')" + "gA = GeoArray('/home/gfz-fe/scheffler/temp/Landsat-8__OLI_TIRS__LC81940242014072LGN00_L2B__250x250.bsq')" ] }, { @@ -332,32 +332,22 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": null, "metadata": { - "ExecuteTime": { - "end_time": "2018-08-10T10:14:05.171565Z", - "start_time": "2018-08-10T10:14:04.855425Z" - } + "collapsed": true }, - "outputs": [ - { - "data": { - "text/html": [ - "
" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "gA.show_footprint()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Output shows a map with the footprint polygon inside (can not be rendered here)." + ] + }, { "cell_type": "markdown", "metadata": {}, -- GitLab