From f211ade4fa63b2a92080fc9bcca0659b976ab02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Fri, 5 Jul 2024 09:24:10 -0300 Subject: [PATCH] Add alternatives to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f2cb593..580c054 100644 --- a/README.md +++ b/README.md @@ -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):