chay0112 opened a new issue, #2504: URL: https://github.com/apache/sedona/issues/2504
### Use case: - Add support for GeoSeries.force_3d ### Description: - 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. ### Related Issue: - Links to epic https://github.com/apache/sedona/issues/2230 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
