geoarrow / geoarrow-rs

GeoArrow in Rust, Python, and JavaScript (WebAssembly) with vectorized geometry operations
http://geoarrow.org/geoarrow-rs/
Apache License 2.0
249 stars 16 forks source link

Make `WKBType` public #785

Closed b4l closed 1 week ago

b4l commented 1 week ago

This makes get_wkb_geometry_type usable.

kylebarron commented 1 week ago

Thanks @b4l!

I think this is fine for now, but at some point in the future we may want to unify multiple similar GeometryType concepts into one.