to_wkt#
- GeosArray.to_wkt(**kwargs)#
Transform the GeosArray to a NumPy array of WKT strings.
This function is a simple wrapper aroundshapely.io.to_wkt()
.- Parameters:
kwargs – Keyword arguments passed to
to_wkt()
.- Returns:
Array with the WKT data.
- Return type:
numpy.ndarray