polars_gdal 0.1.0

Read and write GDAL-compatible geospatial data into Polars and GeoPolars.
Documentation
[package]
name = "polars_gdal"
version = "0.1.0"
edition = "2021"
description = "Read and write GDAL-compatible geospatial data into Polars and GeoPolars."
license = "MIT"

[dependencies]
gdal = "0.14"
gdal-sys = "0.8"
polars = { version = "0.26", features = ["dtype-binary", "dtype-date", "dtype-datetime", "rows"] }
thiserror = { version = "1" }

[dev-dependencies]
polars = { version = "0.26", features = ["ipc"] }