spatialbench-arrow 0.2.0

SpatialBench data generator into Apache Arrow format
Documentation
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

[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"