-
# Description
The [geoparquet 1.0 schema](https://geoparquet.org/releases/v1.0.0/) has been released recently. Since this a parquet based schema, there shouldn't be much work to formally support it…
-
### Is your feature request related to a problem or challenge?
Currently DataFusion provides a lot of built-in types which are useful when building applications / query engines on top of DataFusion…
-
Hi there,
When i try and load a geoparquet (including the example) i get the following error. I think this is to do with the Z dimension as when i tried it with a geoparquet with a z dimension it l…
-
Not so much an issue, per se, but what polars calls an array, when converted to_arrow is a fixed_size_list which I see from the main page is a hold up.
Additionally, there's now a rust extension pl…
-
E.g. it would be nice to be able to hyperlink to a specific type of encoding to the rendered documentation page, like
https://github.com/geoarrow/geoarrow/blob/198cbb04aeb5256cecf52c3cdb4c957902fabb9…
-
Trying to load `example-point-interleaved.parquet` fails in both pyarrow and Rust.
`pyarrow.parquet.read_table('example-point-interleaved.parquet')` gives:
```
File ~/.pyenv/versions/3.9.16/lib…
-
It would be nice for polygon arrays to be able to advertise that they follow CCW or CW winding order.
For example, in deck.gl, the `SolidPolygonLayer` has a [`_windingOrder`](https://deck.gl/docs/a…
-
After some discussion with @kylebarron on the georust discord we came to the conclusion that this crate could be implemented on top of the arrow Extension datatype. Support in arrow2 [appears to be fi…
-
Hey @jorisvandenbossche and @kylebarron, I wanted to share that an updated implementation of GeoArrow is up for review in cuspatial: http://www.github.com/rapidsai/cuspatial/pull/585.
I use the arr…
-
Starting with the high level ask, we have a function that does the following:
``` python
import geopandas as gpd
from shapely.geometry import LineString
sl = gpd.GeoDataFrame(
{
…