summaryrefslogtreecommitdiffstats
path: root/gis/python3-shapely/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/python3-shapely/README')
-rw-r--r--gis/python3-shapely/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/python3-shapely/README b/gis/python3-shapely/README
new file mode 100644
index 0000000000..99de18871f
--- /dev/null
+++ b/gis/python3-shapely/README
@@ -0,0 +1,5 @@
+Shapely is a BSD-licensed Python package for manipulation and analysis
+of planar geometric objects. It is based on the widely deployed GEOS
+(the engine of PostGIS) and JTS (from which GEOS is ported) libraries.
+Shapely is not concerned with data formats or coordinate systems, but
+can be readily integrated with packages that are.