summaryrefslogtreecommitdiffstats
path: root/gis/python3-shapely/README
diff options
context:
space:
mode:
author ArTourter2022-03-09 14:32:24 +0100
committer Willy Sudiarto Raharjo2022-03-09 15:29:30 +0100
commit99f45e7a11c5c5ec6af7d473fc2933cd2bc8bb91 (patch)
treef54320c052bc92a33655ff22967f6020b3067835 /gis/python3-shapely/README
parent3bfe6747efb3cf7596aa99b88d7eb09ac21f471b (diff)
downloadslackbuilds-99f45e7a11c5c5ec6af7d473fc2933cd2bc8bb91.tar.gz
gis/python3-shapely: renamed from gis/Shapely, updated for version 1.8.1.post1
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.