-
I saw this post of ibis.
https://ibis-project.org/posts/ibis-duckdb-geospatial/
It would be great if the R client also had an integration with the Spatial Extension. (For now, it seems to be diffi…
-
Hi there, thanks a lot for continuously building the eco-system around geoarrow. I have been experimenting with these libs and crates recently, and would like to ask for your suggestions regarding the…
-
Using some arrow-rs, geoarrow-rust, and extendr magic, I am able to return a RecordBatch with a geoarrow array in it to R as a `nanoarrow_array_stream`, however, using geoarrow-r I've not been able to…
-
After https://github.com/geoarrow/geoarrow-rs/pull/494
- Debug why it's failing with s3 path. Testing with `s3://data.kylebarron.dev/UScounties.fgb` gave `Exception: Generic S3 error: Error after 1…
-
In postgis, geometry column can store multi geo types. Which array should I use to store them? GeometryCollectionArray or MixedGeometryArray or WKBArray? What's the difference between them?
How sho…
-
-
Hi, the actual functions like ```sfc_to_geom``` works from a List, not from a sfc column, which is pretty weird... that would be something ```sf_to_geoms```.
At the same point, would be great have …
latot updated
6 months ago
-
Not exactly sure what should be shown in the repr...
-
I'm in the 'app-skeleton' branch trying to just get geoarrow-wasm minimally functional, i.e. capable of reading files.
It looks to me like the app is able to instantiate the wasm and it attemps to…
-
Hello,
I was wondering if you could publish a new release of the library in the near future.
I'd love to use new functions (especially `io` from and to geoparquet format) in my python library, but…