geoarrow / geoarrow-rs

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

Use arrow-csv for CSV I/O #826

Open kylebarron opened 1 month ago

kylebarron commented 1 month ago

So far this only implements the writing side. I'll look at https://github.com/geoarrow/geoarrow-rs/pull/646 and see if I can update/port some of @gadomski 's existing work for reading CSV

Todo:

Supersedes https://github.com/geoarrow/geoarrow-rs/pull/646

Closes https://github.com/geoarrow/geoarrow-rs/issues/613