You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements GeoSeries.force_3d, which converts each geometry in the series to a 3D geometry by adding a Z coordinate. If a geometry is already 3D, it is returned unchanged; otherwise, a default Z value (typically 0.0) is added to all coordinates. This ensures all geometries in the series have three dimensions.