You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Alternatives with improved design are available:
8
-
>
9
-
> -[CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, thoroughly tested against the PROJ C library.
10
-
> -[MapMaths.jl](https://github.com/subnero1/MapMaths.jl) - Another Julia implementation with support for the WGS84 datum and local coordinates.
11
-
12
5
**Geodesy** is a Julia package for working with points in various world and
13
6
local coordinate systems. The primary feature of *Geodesy* is to define and
14
7
perform coordinate transformations in a convenient and safe framework,
@@ -18,6 +11,11 @@ Transformations are accurate and efficient and implemented in native Julia code
18
11
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
19
12
datums are provided for convenience.
20
13
14
+
## Alternatives
15
+
16
+
-[CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, widely tested against the PROJ C library.
17
+
-[MapMaths.jl](https://github.com/subnero1/MapMaths.jl) - Another Julia implementation with support for the WGS84 datum and local coordinates.
18
+
21
19
## Quick start
22
20
23
21
Lets define a 3D point by its latitude, longitude and altitude (LLA):
0 commit comments