oglego opened a new pull request, #802: URL: https://github.com/apache/sedona-db/pull/802
## Pull Request: Implement ST_Normalize ## Description This PR introduces the `ST_Normalize` function, leveraging the **GEOS** library. `ST_Normalize` returns a geometry in its normalized (canonical) form, ensuring consistent representation across different processing steps. ## Key Changes * **GEOS Integration**: Implemented the core normalization logic using GEOS. * **Rust Unit Tests** * **Python Integration Tests** * **PostGIS Compatibility**: Specific integration tests added to document and verify behavior regarding **M** and **ZM** coordinates, matching PostGIS expectations. ## Tracking This work is part of the following development tracks: * **Epic:** #174 (ST function coverage) * **Feature:** #224 (Implement functions using GEOS library) -- 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]
