diff options
Diffstat (limited to 'gis/python-pygeos/README')
-rw-r--r-- | gis/python-pygeos/README | 4 |
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..b53462215d --- /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. |