jiayuasu commented on code in PR #2262: URL: https://github.com/apache/sedona/pull/2262#discussion_r2268663918
########## docs/api/sql/geography/Constructor.md: ########## @@ -18,3 +18,104 @@ --> ## ST_GeogFromWKT + +Introduction: Construct a Geography from WKT. If SRID is not set, it defaults to 0 (unknown). + +!!!note The output WKT string uses the FIXED precision model, but all computations are performed using JTS’s default 16-digit precision model. Users can specify a different precision model when converting to a string if needed. Review Comment: And, I don't think there is a way for users to specify the precision model in SQL API. Maybe we should just skip this comment. -- 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]
