[geos-commits] [SCM] GEOS branch master updated. 59c99cb7ee1d587ec8e5eb105529e0b9796277cb

git at osgeo.org git at osgeo.org
Wed Jan 6 13:51:02 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  59c99cb7ee1d587ec8e5eb105529e0b9796277cb (commit)
      from  8bf4b50e4a9bb3a5790515ab8a3137cbc027db6f (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 59c99cb7ee1d587ec8e5eb105529e0b9796277cb
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Jan 6 13:50:53 2021 -0800

    Update geosop README

diff --git a/util/geosop/README.md b/util/geosop/README.md
index 1e0dc75..9d5e9a9 100644
--- a/util/geosop/README.md
+++ b/util/geosop/README.md
@@ -37,6 +37,10 @@ It can be used to:
 
     `geosop --help`
 
+* Read a file of geometries in WKT and output them as WKB
+
+    `geosop -a geoms.wkt -f wkb`
+
 * Compute the area of geometries in a WKT file and output them as text
 
     `geosop -a geoms.wkt --format=txt area`
@@ -51,7 +55,7 @@ It can be used to:
 
 * Validate geometries from a WKT file, limiting the number of geometries read
 
-    geosop -a geoms.wkt --alimit 100 -f txt isValid
+    `geosop -a geoms.wkt --alimit 100 -f txt isValid`
 
 * Compute the buffer with distance 10 of WKB geometries and output as WKT
 

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

Summary of changes:
 util/geosop/README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list