This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch fix/1998-broken-links in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 94f45d7a51932b69abab212ef0fa14f008ce0d1b Author: Jia Yu <[email protected]> AuthorDate: Sat Feb 7 13:39:30 2026 -0800 [GH-1998] Fix broken links in docs - Remove placeholder YouTube link (watch?v=stac-video) from STAC tutorial - Remove broken viz example project links (examples/spark-viz, examples/viz directories no longer exist) from viz tutorial - Fix overpass-api.de URL from http to https in VectorAnalisis notebook --- docs/tutorial/files/stac-sedona-spark.md | 2 -- docs/tutorial/viz.md | 4 ++-- docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/files/stac-sedona-spark.md b/docs/tutorial/files/stac-sedona-spark.md index d7154db17e..77e820637f 100644 --- a/docs/tutorial/files/stac-sedona-spark.md +++ b/docs/tutorial/files/stac-sedona-spark.md @@ -466,5 +466,3 @@ Returns: - STAC Specification: https://stacspec.org/ - STAC Browser: https://github.com/radiantearth/stac-browser - -- STAC YouTube Video: https://www.youtube.com/watch?v=stac-video diff --git a/docs/tutorial/viz.md b/docs/tutorial/viz.md index 4d2acd4b63..e5ffadf547 100644 --- a/docs/tutorial/viz.md +++ b/docs/tutorial/viz.md @@ -24,7 +24,7 @@ SedonaViz provides native support for general cartographic design by extending S SedonaViz offers Map Visualization SQL. This gives users a more flexible way to design beautiful map visualization effects including scatter plots and heat maps. SedonaViz RDD API is also available. !!!note - All SedonaViz SQL/DataFrame APIs are explained in [SedonaViz API](../api/viz/sql.md). Please see [Viz example project](https://github.com/apache/sedona/tree/master/examples/spark-viz) + All SedonaViz SQL/DataFrame APIs are explained in [SedonaViz API](../api/viz/sql.md). ## Why scalable map visualization? @@ -34,7 +34,7 @@ SedonaViz encapsulates the main steps of map visualization process, e.g., pixeli ## Visualize SpatialRDD -This tutorial mainly focuses on explaining SQL/DataFrame API. SedonaViz RDD example can be found in Please see [Viz example project](https://github.com/apache/sedona/tree/master/examples/viz) +This tutorial mainly focuses on explaining SQL/DataFrame API. ## Set up dependencies diff --git a/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb b/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb index 4042c9f5c1..e020901698 100644 --- a/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb +++ b/docs/usecases/contrib/VectorAnalisisApacheSedona.ipynb @@ -158,7 +158,7 @@ "import requests\n", "import json\n", "\n", - "overpass_url = \"http://overpass-api.de/api/interpreter\"\n", + "overpass_url = \"https://overpass-api.de/api/interpreter\"\n", "# overpass_query = \"\"\"\n", "# [out:json];\n", "# area[\"ISO3166-1\"=\"DE\"][admin_level=2];\n",
