Skip to content

Commit 37c98aa

Browse files
authored
Merge pull request #100 from JuliaGeo/deprecate
Add alternatives to README
2 parents dccf23c + f211ade commit 37c98aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ 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.
18+
1419
## Quick start
1520

1621
Lets define a 3D point by its latitude, longitude and altitude (LLA):

0 commit comments

Comments
 (0)