From 46db925b5183b4fea0eeb8517a2dfc7ad45b998d Mon Sep 17 00:00:00 2001 From: Micah Sandusky Date: Wed, 29 May 2024 14:39:41 -0600 Subject: [PATCH] Move tutorial to docs --- {examples/resources => docs/gallery/data}/geosphere_test.kml | 0 {examples => docs/gallery/data}/geosphere_tutorial.ipynb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {examples/resources => docs/gallery/data}/geosphere_test.kml (100%) rename {examples => docs/gallery/data}/geosphere_tutorial.ipynb (98%) diff --git a/examples/resources/geosphere_test.kml b/docs/gallery/data/geosphere_test.kml similarity index 100% rename from examples/resources/geosphere_test.kml rename to docs/gallery/data/geosphere_test.kml diff --git a/examples/geosphere_tutorial.ipynb b/docs/gallery/data/geosphere_tutorial.ipynb similarity index 98% rename from examples/geosphere_tutorial.ipynb rename to docs/gallery/data/geosphere_tutorial.ipynb index 6ccecba..867042f 100644 --- a/examples/geosphere_tutorial.ipynb +++ b/docs/gallery/data/geosphere_tutorial.ipynb @@ -57,7 +57,7 @@ "outputs": [], "source": [ "# read and explore shape\n", - "gdf = gpd.read_file(\"./resources/geosphere_test.kml\")\n", + "gdf = gpd.read_file(\"./data/geosphere_test.kml\")\n", "gdf.explore()" ] },