-
https://arrow.apache.org/docs/python/filesystems.html
Like Kerchunk, it should be possible to create a virtual parquet dataset from an existing Zarr store. Here, it would also provide a table-like vi…
-
I mentioned this in a PR, but I want it listed here.
The metadata column information should allow for WKT and WKID crs values.
-
Maybe related to #220
I noticed that if we convert nanoarrow_array_stream to data.frame, the dictionary becomes a character.
``` r
stream
nanoarrow::as_nanoarrow_array_stream()
stream
#…
-
Some geospatial formats have started to include a spatial index [flatgeobuf](https://github.com/flatgeobuf/flatgeobuf#specification). I think would be great to include it as optional for geo parquet.
…
-
When duplicating the steps from "Client-side Lonboard in WebAssembly" lonboard/data-filter-extension.ipynb notebook the map does not render on a local machine.
I see this:
I've tried two dif…
-
For users coming from Arrow C++ / PyArrow, it might not be obvious what nanoarrow structures to create so they can export. Depending on the context, an `ArrowSchema` can represent a data type, a field…
-
how to rebase https://adamj.eu/tech/2022/03/25/how-to-squash-and-rebase-a-git-branch/
```
git checkout master
git pull
git checkout
git rebase --keep-base -i master ## fixup all the dross (f …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Extension types are annotated in field metadata. This works well with record batches, but w…
-
- Move Rust modules into workspace. Make `crates/` top level directory?
- All crates/dirs inside `crates/` are published to crates.io
- Make `geoarrow-python` crate inside `crates/` with the `rlib` …
-
I'm not sure if this issue belongs here or in geoarrow-python (or https://github.com/conda-forge/geoarrow-pyarrow-feedstock).
I was looking into updating the CI environments for geopandas and notic…