[postgis-tickets] [PostGIS] #2913: ST_Azimuth and ST_Distance on geography antipodes or near-antipodes

PostGIS trac at osgeo.org
Sun Aug 31 15:22:18 PDT 2014


#2913: ST_Azimuth and ST_Distance on geography antipodes or near-antipodes
---------------------+------------------------------------------------------
 Reporter:  mwtoews  |       Owner:  pramsey
     Type:  defect   |      Status:  new    
 Priority:  medium   |   Milestone:         
Component:  postgis  |     Version:  2.1.x  
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by mwtoews):

 The geographic functions in GeographicLib are published here:

 > C. F. F. Karney, Algorithms for geodesics, J. Geodesy 87(1), 43–55 (Jan.
 2013); DOI:[http://dx.doi.org/10.1007/s00190-012-0578-z
 10.1007/s00190-012-0578-z]

 With addenda [http://geographiclib.sourceforge.net/geod-addenda.html
 here].

 The license is MIT/X11, so some of the relevant algorithms can be brought
 over to lwspheroid.c with attribution to Charles Karney.

 Further note that the current implementation of algorithms is based on
 [http://www.icsm.gov.au/gda/gdav2.3.pdf Geocentric Datum of Australia
 Technical Manual], with
 [http://www.ga.gov.au/nmd/geodesy/datums/vincenty_inverse.jsp a web app
 calculator]. However, the web app also has the correct answers the this
 bug report, so I'm not sure which one is best, except to say that the
 PostGIS implementation is definitely incorrect.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2913#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list