-
Closely related to https://github.com/geopandas/geopandas/pull/3219, but focused on GeoParquet.
GeoParquet 1.1 added a bunch of encodings: https://github.com/opengeospatial/geoparquet/blob/main/for…
-
I'm trying to move client APIs to be less tied to spatial-specific objects. E.g. `geoarrow::table::Table` is now _just_ an Arrow table (schema and batches) with nothing spatial-specific (just geoarrow…
-
```rs
/// A trait for accessing data from a generic Coord.
pub trait CoordTrait {
type T: CoordNum;
/// x component of this coord
fn x(&self) -> Self::T;
/// y component of t…
-
Use geopandas as alternative to pandas.
If geopandas detected, export to geoparquet instead of parquet for attributes
-
**Description of the desired feature**
The core idea is to enable something like `pip install pygmt-gmt6.4`, where the GMT C binary is bundled directly with PyGMT. I.e. users don't have to install …
-
## Context
I'd like to be able to use lonboard to create 3d mapping of data that include extruded column layers, [like this](https://data.source.coop/cboettig/conservation-policy/examples/ira.html)…
-
@aufdenkampe thanks for the excellent performance research under #1. For the modified nested set index work under #3, I need to have a workflow where I write the resultant GeoDataFrame as output. I'm …
-
Hey, I was wondering whether there's a more efficient way to run functions on a list of inputs (e.g. hex ids), using a simple loop for functions like `[h3.h3_to_geo_boundary(h, geo_json=True)) for h i…
-
We should also assert that there's only one column with geoarrow metadata.
-
Maybe `RecordBatchReader` should represent data that is meant to be a record batch for each item in the iterator, and something like `ArrayReader` should represent an arbitrary array stream?