-
By adding `#![deny(missing_docs)]` to the Rust crate, we can help ensure that all public items are documented. We should also add examples, when appropriate, to existing docs.
## Checklist
- [x]…
-
I was debugging some overture GeoParquet data fetching with @Bonkles and we were running into some exceptions saying
```
Content-Length Header missing from response
```
This seems to be coming…
-
I think it would be useful to start to define Arrow extension types for H3/S2. This would allow an ecosystem to start to form that represents this data in Arrow.
In the context of H3, there's alrea…
-
Add minimal geoarrow_vctr class for geoarrow vectors. Enables integration with other packages `wk`, `sf`, `geos` etc.
See https://github.com/geoarrow/geoarrow-c/issues/69#issuecomment-1778320000
-
Currently when we export a spatial column to Arrow, we get:
```python
import duckdb
duckdb.sql("LOAD spatial;")
duckdb.sql("SELECT ST_GeomFromText('POINT (0 1)') as geom").to_arrow_table()
#> p…
-
Splitting this from #26 for a more focused discussion.
During a discussion with @rabernat earlier today, we talked about the possibility to serialise vector data cubes into a Zarr format, so I want…
-
The `read_geoparquet()` and `write_geoparquet()` functions used in our ETL ingest scripts are now deprecated, as is the CRAN `geoarrow` library from which they are sourced. We should switch to the _ne…
-
### Proposal
This is just a stub, but I propose to give a talk on the architecture of [Lonboard](https://developmentseed.org/lonboard/latest/), how it uses deck.gl, and how we can better integrate …
-
### Description of the desired feature
[Apache Arrow](https://arrow.apache.org/docs/index.html) is an in-memory format that is starting to become a common exchange format between different librarie…
-
> We should probably also provide a version of the included `example.parquet` in geoarrow encoding, as well as for the [nz-building-outlines.parquet](https://storage.googleapis.com/open-geodata/linz-e…