Module export

Source
Available on crate feature geozero only.
Expand description

Implementation to export GeoArrow arrays through the geozero API.

Structsยง

GeozeroRecordBatchReader
A newtype wrapper around an arrow_array::RecordBatchReader so that we can implement the geozero::GeozeroDatasource trait on it.