ZhuochengShang commented on PR #2223: URL: https://github.com/apache/sedona/pull/2223#issuecomment-3165052195
> I made the following changes: > > * Removed the additional `Geography` class which introduces unnecessary code complexity > > * It was there because the old Geography class was just a wrapper of JTS Geometry > * Add the SRID support in Geography serializer. SRID is always appended at the end of the bytestream > * Fixed the inferred expression issues with ST_GeogFromWKT > * Removed unnecessary complex Geog constructor logic > > Note that the Scala test is now having issues with PrecisionModel. Looks like the WKT reader / writer does not implement PrecisionModel. We need to fix this first otherwise we won't be able to use it to run tests. I write a function toString() can return WKT string with PrecisionModel.FIXED as default -- 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]
