This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new c48dfaa0 docs: Link doc to raw GitHub assets (#420)
c48dfaa0 is described below
commit c48dfaa06858b5fe3ddf8d68115a890fe222cab1
Author: Balthasar Teuscher <[email protected]>
AuthorDate: Sat Dec 6 23:43:44 2025 +0100
docs: Link doc to raw GitHub assets (#420)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a96ee2e2..a87add7b 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ SedonaDB is perfect for processing smaller to medium datasets
on local machines
## Architecture
-
+
* **Columnar in-memory datasets**
* Spatial indexing
@@ -61,8 +61,8 @@ SedonaDB has several advantages:
This is a performance benchmark comparing SedonaDB 0.1.0, DuckDB 1.4.0, and
GeoPandas 1.1.1 using SpatialBench Queries 1-12 at Scale Factors 1 and 10.
Details can be found at [Apache Sedona
SpatialBench](https://sedona.apache.org/spatialbench/single-node-benchmarks/).
<div align="center">
- <img src="docs/image/sf1-09242025.png" alt="SF1 Benchmark Results"
width="45%" />
- <img src="docs/image/sf10-09242025.png" alt="SF10 Benchmark Results"
width="45%" />
+ <img
src="https://raw.githubusercontent.com/apache/sedona-db/refs/heads/main/docs/image/sf1-09242025.png"
alt="SF1 Benchmark Results" width="45%" />
+ <img
src="https://raw.githubusercontent.com/apache/sedona-db/refs/heads/main/docs/image/sf10-09242025.png"
alt="SF10 Benchmark Results" width="45%" />
</div>
## Install