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-spatialbench.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ab765a  docs: clean up images used in the repo (#36)
2ab765a is described below

commit 2ab765a406a22b1d074ac23867fe9cd7a24ae02f
Author: Jia Yu <[email protected]>
AuthorDate: Tue Sep 23 17:48:20 2025 -0700

    docs: clean up images used in the repo (#36)
---
 README.md                                          |   4 ++--
 docs-overrides/.icons/sedona_logo_symbol_white.svg |  18 ------------------
 images/continent_bounds.png                        | Bin 101103 -> 0 bytes
 images/data_model.png                              | Bin 124184 -> 0 bytes
 images/spatial_distributions.png                   | Bin 990093 -> 0 bytes
 5 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md
index c844daa..59982f5 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The Zone table uses **scale factor–aware generation** so that 
zone granularity
 
 This tiered scaling reflects **geometry complexity** and **area 
distributions** observed in the Overture `division_area` dataset which 
represents administrative boundaries, release version 2025-08-20.1.
 
-![image.png](images/data_model.png)
+![image.png](docs/image/datasets-schema.png)
 
 ### Geographic Coverage
 
@@ -79,7 +79,7 @@ South North America: POLYGON ((-124.890724 12.382931, 
-69.511192 12.382931, -69.
 North North America: POLYGON ((-166.478008 42.681087, -52.053245 42.681087, 
-52.053245 72.659041, -166.478008 72.659041, -166.478008 42.681087))
 ```
 
-![image.png](images/continent_bounds.png)
+![image.png](docs/image/datasets-continents.png)
 
 ## Performance
 
diff --git a/docs-overrides/.icons/sedona_logo_symbol_white.svg 
b/docs-overrides/.icons/sedona_logo_symbol_white.svg
deleted file mode 100644
index 95d8e8a..0000000
--- a/docs-overrides/.icons/sedona_logo_symbol_white.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<svg width="286" height="317" viewBox="0 0 286 317" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
-<g clip-path="url(#clip0_1920_8884)">
-<mask id="mask0_1920_8884" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="0" y="0" width="286" height="325">
-<path d="M286 0H0V324.459H286V0Z" fill="white"/>
-</mask>
-<g mask="url(#mask0_1920_8884)">
-<path d="M201.145 183.463L181.741 196.596L159.156 180.86L111.78 
147.848L-0.00390625 218.43L107.689 0L178.919 139.832L201.145 183.463Z" 
fill="white"/>
-<path d="M286.743 221.398L212.794 175.626L201.892 182.954L182.487 
196.087L159.902 180.351L179.666 139.323L209.933 76.48L286.743 221.398Z" 
fill="white"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M111.438 219.01L164.576 
255.745L181.553 267.481L211.874 247.119L333.732 322.023L322.171 338.481L211.708 
271.455L206.618 274.874L181.387 291.816L153.017 272.204L111.033 243.18L-42.2985 
341.841L-53.3008 325.011L111.438 219.01Z" fill="white"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M111.781 172.658L165.229 
210.17L182.358 221.906L213.12 200.766L336.072 275.671L324.407 292.128L212.952 
225.103L207.816 228.521L182.358 245.463L153.734 225.852L111.372 
196.828L-43.3364 295.488L-54.4375 278.658L111.781 172.658Z" fill="white"/>
-</g>
-</g>
-<defs>
-<clipPath id="clip0_1920_8884">
-<rect width="286" height="317" fill="white"/>
-</clipPath>
-</defs>
-</svg>
diff --git a/images/continent_bounds.png b/images/continent_bounds.png
deleted file mode 100644
index b31f05a..0000000
Binary files a/images/continent_bounds.png and /dev/null differ
diff --git a/images/data_model.png b/images/data_model.png
deleted file mode 100644
index 48d6acc..0000000
Binary files a/images/data_model.png and /dev/null differ
diff --git a/images/spatial_distributions.png b/images/spatial_distributions.png
deleted file mode 100644
index f53c8f7..0000000
Binary files a/images/spatial_distributions.png and /dev/null differ

Reply via email to