[geos-commits] [SCM] GEOS branch main updated. b3b94d4a5365cddc08372cc45e62a9fb500bfce5
git at osgeo.org
git at osgeo.org
Tue Sep 24 08:59:32 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via b3b94d4a5365cddc08372cc45e62a9fb500bfce5 (commit)
from d2dcb92e76294ab802bd3d2c26ad5d33d47c06fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3b94d4a5365cddc08372cc45e62a9fb500bfce5
Author: Loïc Bartoletti <lbartoletti at users.noreply.github.com>
Date: Tue Sep 24 17:59:12 2024 +0200
Add doc example for negative arguments (#1165)
diff --git a/util/geosop/README.md b/util/geosop/README.md
index 34741d3bc..3ba3b8e3a 100644
--- a/util/geosop/README.md
+++ b/util/geosop/README.md
@@ -78,7 +78,11 @@ It can be used to:
* Compute the buffer with distance 10 of WKB geometries and output as WKT
`geosop -a geoms.wkb -f wkt buffer 10`
+
+* To get around cmdline parset limitation for parsing negative numbers, you must replace '-' by 'N'. Same as previous, but compute the buffer with distance -10
+ `geosop -a geoms.wkb -f wkt buffer N10`
+
* Compute the unary union of a set of WKT geometries and output as WKB
* `unaryUnion` is an aggregate operation, so automatically collects all input geometries
-----------------------------------------------------------------------
Summary of changes:
util/geosop/README.md | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list