Skip to content

Commit

Permalink
Merge pull request #100 from JuliaGeo/deprecate
Browse files Browse the repository at this point in the history
Add alternatives to README
  • Loading branch information
juliohm authored Jul 5, 2024
2 parents dccf23c + f211ade commit 37c98aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Transformations are accurate and efficient and implemented in native Julia code
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
datums are provided for convenience.

## Alternatives

- [CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, widely tested against the PROJ C library.
- [MapMaths.jl](https://github.com/subnero1/MapMaths.jl) - Another Julia implementation with support for the WGS84 datum and local coordinates.

## Quick start

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

0 comments on commit 37c98aa

Please sign in to comment.