Skip to content

Commit

Permalink
Add doc example for negative arguments (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Sep 24, 2024
1 parent d2dcb92 commit b3b94d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/geosop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3b94d4

Please sign in to comment.