Skip to content

Commit b5a3f70

Browse files
authored
Merge pull request #102 from JuliaGeo/revert-101-readme
Revert "Be explicit about maintenance status and alternatives"
2 parents a8953dd + 25aed9c commit b5a3f70

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
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-
125
**Geodesy** is a Julia package for working with points in various world and
136
local coordinate systems. The primary feature of *Geodesy* is to define and
147
perform coordinate transformations in a convenient and safe framework,
@@ -18,6 +11,11 @@ Transformations are accurate and efficient and implemented in native Julia code
1811
[C++ library](http://geographiclib.sourceforge.net/)), and some common geodetic
1912
datums are provided for convenience.
2013

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+
2119
## Quick start
2220

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

0 commit comments

Comments
 (0)