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