yutannihilation opened a new pull request, #619: URL: https://github.com/apache/sedona-db/pull/619
This is a followup of #606. Before addressing `ST_Force3DM()` and `ST_Force4D()`, I want to confirm if my approach is correct. This pull request changes `CrsTransform` to have two additional methods to handle M coordinate (accordingly, `transform_coord_3d()` is renamed to `transform_coord_xyz`). Maybe I could create a separate `transform_m()` method, but I thought it's better to do the transformation in a single call. - `transform_xym()` - `transform_xyzm()` This also requires `transform_and_write_coords()` to extract and fill M coordinate. -- 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]
