spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

Geometry encoding parameter for shapes

Open keller-mark opened this issue 5 months ago • 1 comments

Fixes https://github.com/scverse/spatialdata/issues/799 The to_parquet function supports a geometry_encoding parameter. When geoarrow, it will be more efficient to read/parse the geometries, as the data can stay in its parquet/arrow memory layout during downstream usage. Visualization applications will benefit from this (and other applications such as data processing pipelines should too).

keller-mark avatar Jul 03 '25 20:07 keller-mark