aboutsummaryrefslogtreecommitdiff
path: root/academic/Shapely/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-12-01 02:33:48 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-12-02 00:58:18 -0600
commit8f4c03c7d6b0e0244b983c12f3f8e9a5724a7196 (patch)
tree3f2759cb37efffe85bbb26292059a73cdbfc936f /academic/Shapely/README
parentf9fd8d61952a7b23bfa97303e5232fc55fddbb21 (diff)
academic/Shapely: Added (geometric objects, predicates, and operations in Python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/Shapely/README')
-rw-r--r--academic/Shapely/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/Shapely/README b/academic/Shapely/README
new file mode 100644
index 0000000000000..99de18871f3a1
--- /dev/null
+++ b/academic/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.