pub fn create_array_item_crs<'a>(
wkt_values: &[Option<&str>],
crs: impl IntoIterator<Item = Option<&'a str>>,
item_type: &SedonaType,
) -> ArrayRefExpand description
Create the storage ArrayRef from a sequence of WKT literals
Panics on invalid WKT or unsupported data type.