to_wkb

Function to_wkb 

Source
pub fn to_wkb<O>(
    arr: &dyn GeoArrowArray,
) -> Result<GenericWkbArray<O>, GeoArrowError>
where O: OffsetSizeTrait,
Expand description