Improvements to geod and invgeod
2013-05-15 21:08:44 GMT
geod and invgeod, programs for performing geodesic calculations, have been part of proj.4 since at least 1995. There are several problems with them: * the overall accuracy is limited; * the results of inverse calculations are sometimes wildly wrong; * there's no documented API for the geodesic capabilities; * there's no provision from computing various quantities associated with geodesics (in particular the area of a geodesic polygon). These problems will be addressed in the next release of proj.4 with the inclusion of the algorithms for geodesics from GeographicLib. These are documented in C. F. F. Karney, Algorithms for geodesics, J. Geodesy 87(1), 43-55 (Jan. 2013) http://dx.doi.org/10.1007/s00190-012-0578-z Addenda: http://geographiclib.sf.net/geod-addenda.html Points to note: * The changes have been checked into subversion but are not part of a release yet. To try them out, check out proj.4 from subversion with svn checkout http://svn.osgeo.org/metacrs/proj/trunk/proj(Continue reading)
RSS Feed