Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr authored Jul 18, 2024
1 parent 9e1a3b5 commit 5127cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Spatialjoins

Compute a spatial self-join (intersects and contains) on line-separated WKT geometries read from stdin.
Compute a spatial self-join (on intersects, contains, covers, touches, crosses, overlaps and equals) on line-separated WKT geometries read from stdin.

Relations are written to stdout (or to a BZ2 file specified with `-o`).
Relations are written to stdout (or to a BZ2/GZ/plain file specified with `-o`).

Can handle massive amounts of input data (for example, all ~1.5 B geometries stored in OpenStreetMap).

Expand Down

0 comments on commit 5127cfa

Please sign in to comment.