Skip to content

Chunked Primitive Arrays

Chunked arrays of non-geospatial types. These exist to be used as return types from geospatial operations to maintain strong typing.

geoarrow.rust.core

ChunkedBooleanArray

chunks method descriptor

chunks() -> List[BooleanArray]

Convert to a list of single-chunked arrays.

num_chunks method descriptor

num_chunks() -> int

Number of underlying chunks.

ChunkedFloat64Array

chunks method descriptor

chunks() -> List[Float64Array]

Convert to a list of single-chunked arrays.

num_chunks method descriptor

num_chunks() -> int

Number of underlying chunks.