get_coordinates_3d#
- GeosSeriesAccessor.get_coordinates_3d(*args, **kwargs)#
Gets coordinates from a geometry array as an array of floats.
Applies
shapely.coordinates.get_coordinates
to the data and returns a Series with the result.- Returns:
Series with the results of the function.
- Return type:
Note
The shapely functions gets called with these default values that cannot be overwritten: {‘include_z’: True, ‘return_index’: True}