-
nanoarrow looks very promising for converting between classes that use the Arrow format internally.
For such applications, I imagine that if we define a following default S3 method, we can omit the…
-
-
That'll lead to a really seamless API, and it'll be future compatible because both geo scalars and arrow scalars implement the same geometry access traits
-
#### Is your feature request related to a problem?
In light of https://github.com/pandas-dev/pandas/pull/56587, it would be awesome if GeoPandas were able to handle the [Arrow PyCapsule Interface](…
-
Just starting to take a look at this package and I noticed in the readme installation instructions, do you really mean to write:
https://github.com/geoarrow/geoarrow-r/blob/c843a13dc755b8c3a21b694a…
-
Should presumably also have a perf boost by eliminating lots of `match` statements
-
Currently it's not explicit what level of C++ is recommended for use in the nanoarrow project. The library itself is of course a minimal API in pure C, but a C++ helper library is packaged alongside a…
-
Useful for interlinking return types from other libraries. E.g. geoarrow.rust.core can interlink to this docs for return types
-
Make todo list here of geopandas functions and implementation status
-
Hi,
I am trying to rendering a parquet using parquet-wasm. I actually use the code manage to render .feather file, and I think I just need to a small changes to fit to .parquet file.
```
…