Skip to content

Commit 3eca84c

Browse files
authored
Merge pull request #103 from JuliaGeo/feat/update-alternatives
Update alternatives listing, clarify maintenance status.
2 parents b5a3f70 + e52197d commit 3eca84c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Transformations are accurate and efficient and implemented in native Julia code
1111
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
1212
datums are provided for convenience.
1313

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.*
1815

1916
## Quick start
2017

@@ -102,6 +99,12 @@ euclidean_distance(x_lla, y_lla) # 401.54 meters
10299
(assuming the `wgs84` datum, which can be configured in `distance(x, y, datum)`).
103100

104101

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+
105108
## Basic Terminology
106109

107110
This section describes some terminology and concepts that are relevant to

0 commit comments

Comments
 (0)