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
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,7 @@ Transformations are accurate and efficient and implemented in native Julia code
11
11
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
12
12
datums are provided for convenience.
13
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.
14
+
*This package is currently in maintenance mode and new features are not being developed. We endeavour to fix any bugs that are reported.*
(assuming the `wgs84` datum, which can be configured in `distance(x, y, datum)`).
103
100
104
101
102
+
## Alternatives
103
+
-[CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, widely tested against the PROJ C library.
104
+
-[MapMaths.jl](https://github.com/subnero1/MapMaths.jl) - Native Julia implementation with support for the WGS84 datum and local coordinates.
105
+
-[Proj.jl](https://github.com/JuliaGeo/Proj.jl) - Julia wrapper for the PROJ C library, which provides a wide range of coordinate system transformations and projections.
106
+
107
+
105
108
## Basic Terminology
106
109
107
110
This section describes some terminology and concepts that are relevant to
0 commit comments