项目作者: anowacki

项目描述 :
Compute geodesics on an ellipsoid, in Julia
高级语言: Julia
项目地址: git://github.com/anowacki/GeographicLib.jl.git
创建时间: 2019-07-22T15:17:29Z
项目社区:https://github.com/anowacki/GeographicLib.jl

开源协议:Other

下载


GeographicLib.jl

Julia port of Charles F. F. Karney’s GeographicLib.

Build Status
Coverage status

Documentation


About

GeographicLib allows you to accurately compute properties of
geodesics on a flattened sphere (e.g., Earth).

Documentation

For full details of using the package, see the
latest documentation.

Testing

To perform some of its tests, the package relies on the Python port of GeographicLib.
Hence if you do pkg> test, PyCall will attempt to import geographiclib and
install it if possible.

You may also run julia script/test_GeodTest.jl which compares the output of this
package and the routines in libproj to a set of test results computed with
high precision. For this purpose, you need to have
Proj installed and will need to edit the script
to point to the location of the libproj library.

Neither of these tests are necessary to use GeographicLib.jl normally.

References

  • C. F. F. Karney, Transverse Mercator with an accuracy of a few nanometers,
    J. Geodesy 85(8), 475–485 (Aug. 2011).
    doi:10.1007/s00190-011-0445-3
  • C. F. F. Karney, Algorithms for geodesics, J. Geodesy 87(1), 43–55 (Jan. 2013).
    doi:10.1007/s00190-012-0578-z