[geos-commits] [SCM] GEOS branch master updated. f79e7e074efe94cbff3356ea3add50c3d3cbf027

git at osgeo.org git at osgeo.org
Wed Jan 13 14:55:16 PST 2021


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, master has been updated
       via  f79e7e074efe94cbff3356ea3add50c3d3cbf027 (commit)
      from  fd9aa9062d9ec887a5a666faf95ae7fde12ff646 (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 f79e7e074efe94cbff3356ea3add50c3d3cbf027
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Jan 13 14:55:10 2021 -0800

    update geosop README

diff --git a/util/geosop/README.md b/util/geosop/README.md
index 9d5e9a9..3462cc5 100644
--- a/util/geosop/README.md
+++ b/util/geosop/README.md
@@ -24,6 +24,23 @@ It can be used to:
 * Output result as text, WKT or WKB
 * Time the overall and individual performance of each operation
 
+## Usage
+
+  geosop [OPTION...] opName opArg
+
+  -a arg               source for A geometries (WKT, WKB, file, stdin,
+                       stdin.wkb)
+  -b arg               source for B geometries (WKT, WKB, file, stdin,
+                       stdin.wkb)
+      --alimit arg     Limit nunber of A geometries read
+  -c, --collect        Collect input into single geometry
+  -e, --explode        Explode results into conponent geometris
+  -f, --format arg     Output format (wkt, wkb or txt)
+  -h, --help           Print help
+  -p, --precision arg  Sets number of decimal places in output coordinates
+  -r, --repeat arg     Repeat operation N times
+  -t, --time           Print execution time
+  -v, --verbose        Verbose output
 
 ## Examples
 

-----------------------------------------------------------------------

Summary of changes:
 util/geosop/README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list