spatialbench-arrow

Crates.iospatialbench-arrow
lib.rsspatialbench-arrow
version0.1.0
created_at2025-12-02 07:38:18.510863+00
updated_at2025-12-02 07:38:18.510863+00
descriptionSpatialBench data generator into Apache Arrow format
homepagehttps://github.com/apache/sedona-spatialbench
repositoryhttps://github.com/apache/sedona-spatialbench
max_upload_size
id1961245
size95,855
sedona committers (github:apache:sedona-committers)

documentation

README

Spatial Bench Data Generator in Arrow format

This crate generates Spatial Bench data directly into Apache Arrow format using the arrow crate

Example usage:

See docs.rs page

Testing:

This crate ensures correct results using two methods.

  1. Basic functional tests are in Rust doc tests in the source code (cargo test --doc)
  2. The reparse integration test ensures that the Arrow generators produce the same results as parsing the original tbl format (cargo test --test reparse)

Contributing:

Please see CONTRIBUTING.md for more information on how to contribute to this project.

Commit count: 0

cargo fmt