Skip to content

Commit 9295e3a

Browse files
committed
link to the new libgeos.org
1 parent 8449e4c commit 9295e3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ LibGEOS.jl
33
[![CI](https://github.com/JuliaGeo/LibGEOS.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeo/LibGEOS.jl/actions?query=workflow%3ACI)
44
[![codecov](https://codecov.io/gh/JuliaGeo/LibGEOS.jl/branch/master/graph/badge.svg?token=wnS3J00ZPH)](https://codecov.io/gh/JuliaGeo/LibGEOS.jl)
55

6-
LibGEOS is a package for manipulation and analysis of planar geometric objects, based on the libraries [GEOS](https://trac.osgeo.org/geos/) (the engine of PostGIS) and JTS (from which GEOS is ported). This package wraps the [GEOS C API](https://geos.osgeo.org/doxygen/geos__c_8h_source.html).
6+
LibGEOS is a package for manipulation and analysis of planar geometric objects, based on the
7+
libraries [GEOS](https://libgeos.org/) (the engine of PostGIS) and JTS (from which GEOS is
8+
ported). This package wraps the GEOS C API, see its
9+
[usage](https://libgeos.org/usage/c_api/) and
10+
[reference](http://libgeos.org/doxygen/geos__c_8h.html) docs.
711

8-
Among other things, it allows you to parse [Well-known Text (WKT)](https://en.wikipedia.org/wiki/Well-known_text)
12+
Among other things, it allows you to parse [Well-known Text (WKT)](https://en.wikipedia.org/wiki/Well-known_text).
913

1014
```julia
1115
p1 = readgeom("POLYGON((0 0,1 0,1 1,0 0))")

0 commit comments

Comments
 (0)