Skip to content

Enums

geoarrow.rust.io.enums

GeoParquetEncoding

Bases: StrEnum

Options for geometry encoding in GeoParquet.

Native class-attribute instance-attribute

Native = auto()

Use native GeoArrow geometry types when writing GeoParquet files.

Supported as of GeoParquet version 1.1.

This option provides for better read and write performance and for inferring spatial partitioning from remote files. But it does not yet have widespread support.

WKB class-attribute instance-attribute

WKB = auto()

Use Well-Known Binary (WKB) encoding when writing GeoParquet files.