Skip to content

Commit

Permalink
Merge pull request #101 from JuliaGeo/readme
Browse files Browse the repository at this point in the history
Be explicit about maintenance status and alternatives
  • Loading branch information
juliohm authored Jul 8, 2024
2 parents 37c98aa + f0e8b8a commit a8953dd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[![Build Status](https://github.com/JuliaGeo/Geodesy.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeo/Geodesy.jl/actions)

> ### ⚠️ This package is not actively maintained
>
> Alternatives with improved design are available:
>
> - [CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, thoroughly 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.
**Geodesy** is a Julia package for working with points in various world and
local coordinate systems. The primary feature of *Geodesy* is to define and
perform coordinate transformations in a convenient and safe framework,
Expand All @@ -11,11 +18,6 @@ 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 a8953dd

Please sign in to comment.