[package]
name = "spatialbench-arrow"
version = "0.2.0"
edition = "2021"
authors = ["Apache Sedona <dev@sedona.apache.org>"]
description = "SpatialBench data generator into Apache Arrow format"
homepage = "https://github.com/apache/sedona-spatialbench"
repository = "https://github.com/apache/sedona-spatialbench"
readme = "README.md"
license = "Apache-2.0"
keywords = ["spatial", "geospatial", "data-generation", "apache-arrow"]
categories = ["science::geo", "database", "data-structures"]
[dependencies]
arrow = { version = "56", default-features = false, features = ["prettyprint"] }
spatialbench = { path = "../spatialbench", version = "0.2.0" }
geo = { workspace = true }
geozero = { workspace = true }
[dev-dependencies]
arrow-csv = "56"
chrono = "0.4.39"