yutannihilation opened a new pull request, #392: URL: https://github.com/apache/sedona-db/pull/392
After https://github.com/apache/sedona-db/pull/275, we can specify the SRID in `ST_Point()` directly instead of `ST_SetSRID()`. While `Set_SRID()` is more general, I think https://sedona.apache.org/sedonadb/latest/crs-examples/ should briefly mention this. ```sql SELECT ST_Point(-8238310.24, 4969803.3, 3857); ``` (This pull request is a draft just because I'm yet to figure out how to render the Notebook...) -- 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]
