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

commit 53dffda2b890a6e5a11d2ae3577b70115bab88e3
Author: Jia Yu <[email protected]>
AuthorDate: Tue Aug 26 10:38:46 2025 -0700

    Update the building table config (#11)
    
    Update the building table
---
 spatialbench-config.yml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/spatialbench-config.yml b/spatialbench-config.yml
index 66a2fbd..6a44e7f 100644
--- a/spatialbench-config.yml
+++ b/spatialbench-config.yml
@@ -14,16 +14,10 @@ trip:
     digits: 10
 
 building:
-  dist_type: bit
-  geom_type: box
+  dist_type: sierpinski
+  geom_type: polygon
   dim: 2
   seed: 12345
   affine: [360.0, 0.0, -180.0, 0.0, 180.0, -90.0]
-  width: 0.00005
-  height: 0.0001
-  maxseg: 0
-  polysize: 0.0
-  params:
-    type: bit
-    probability: 0.5
-    digits: 20
\ No newline at end of file
+  maxseg: 5
+  polysize: 0.000039
\ No newline at end of file

Reply via email to