Skip to content

Commit a8953dd

Browse files
authored
Merge pull request #101 from JuliaGeo/readme
Be explicit about maintenance status and alternatives
2 parents 37c98aa + f0e8b8a commit a8953dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
> ### ⚠️ This package is not actively maintained
6+
>
7+
> Alternatives with improved design are available:
8+
>
9+
> - [CoordRefSystems.jl](https://github.com/JuliaEarth/CoordRefSystems.jl) - Native Julia implementation with built-in support for units, thoroughly tested against the PROJ C library.
10+
> - [MapMaths.jl](https://github.com/subnero1/MapMaths.jl) - Another Julia implementation with support for the WGS84 datum and local coordinates.
11+
512
**Geodesy** is a Julia package for working with points in various world and
613
local coordinate systems. The primary feature of *Geodesy* is to define and
714
perform coordinate transformations in a convenient and safe framework,
@@ -11,11 +18,6 @@ Transformations are accurate and efficient and implemented in native Julia code
1118
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
1219
datums are provided for convenience.
1320

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-
1921
## Quick start
2022

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

0 commit comments

Comments
 (0)