jesspav opened a new issue, #29: URL: https://github.com/apache/sedona-db/issues/29
Currently we have an implementation for `ST_SetSRID` that allows for a CRS string. Breaking it out into `ST_SetCRS` (string) and `ST_SetSRID` (int) to align `ST_SetSRID` with external implementations and so that we can pass the results of `ST_CRS` into transforms, etc. Also need an implementation for `ST_SetCrs`. ## Requirements: * `ST_SetSRID` split into new `ST_SetSRID` and `ST_SetCRS` * `ST_CRS` is impemented * integration tests for both (although only `ST_SetSRID` will run against PostGIS) * bench marks for all three -- 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: issues-unsubscr...@sedona.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org