MyqueWooMiddo opened a new issue, #829:
URL: https://github.com/apache/sedona/issues/829

   ## Expected behavior
   in sedona 
   (geometry)point1 (geometry)point2 in srid 3857
   st_distance( point1 ,point2)    get real distance in meters
   
   in postgis
   (geography)point1 (geography)point2 
   st_distance( point1 ,point2)   get real distance in meters
   
   
   ## Actual behavior
   the results are more and more different while coordinates goes to polar.
   
   Is there a type in sedona like geography in postgis
   
   ## Settings
   
   Sedona version = 1.4.0
   
   Apache Spark version = 3.2.2
   
   API type = Pure SQL & spark-shell
   
   Scala version = 2.12
   
   JRE version = 1.8
   
   Environment = Ambari+apache community components


-- 
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]

Reply via email to