You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibGEOS is a LGPL-licensed 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).
7
+
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).
8
8
9
9
Among other things, it allows you to parse [Well-known Text (WKT)](https://en.wikipedia.org/wiki/Well-known_text)
10
10
@@ -35,11 +35,11 @@ Installation
35
35
------------
36
36
1. At the Julia prompt, run
37
37
```julia
38
-
julia> Pkg.add("LibGEOS")
38
+
pkg>addLibGEOS
39
39
```
40
-
This will install both the Julia package and GEOS shared libraries together. To just reinstall the GEOS shared libraries, run `Pkg.build("LibGEOS")`.
40
+
This will install both the Julia package and GEOS shared libraries together. To just reinstall the GEOS shared libraries, run `pkg> buildLibGEOS`.
0 commit comments