From 5127cfa401f52da967d47c3d9317cd3f10d274a9 Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Thu, 18 Jul 2024 16:08:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 719eba9..80627bb 100644 --- a/README.md +++ b/README.md @@ -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).