summaryrefslogtreecommitdiffstats
path: root/gis/python-pygeos/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/python-pygeos/README')
-rw-r--r--gis/python-pygeos/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/python-pygeos/README b/gis/python-pygeos/README
new file mode 100644
index 0000000000..72b58085fc
--- /dev/null
+++ b/gis/python-pygeos/README
@@ -0,0 +1,4 @@
+PyGEOS is a C/Python library with vectorized geometry functions. The
+geometry operations are done in the open-source geometry library
+GEOS. PyGEOS wraps these operations in NumPy ufuncs providing a
+performance improvement when operating on arrays of geometries.