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
+
5
12
**Geodesy** is a Julia package for working with points in various world and
6
13
local coordinate systems. The primary feature of *Geodesy* is to define and
7
14
perform coordinate transformations in a convenient and safe framework,
@@ -11,11 +18,6 @@ Transformations are accurate and efficient and implemented in native Julia code
11
18
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
12
19
datums are provided for convenience.
13
20
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
-
19
21
## Quick start
20
22
21
23
Lets define a 3D point by its latitude, longitude and altitude (LLA):
0 commit comments