diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-12-01 02:33:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:18 -0600 |
commit | 8f4c03c7d6b0e0244b983c12f3f8e9a5724a7196 (patch) | |
tree | 3f2759cb37efffe85bbb26292059a73cdbfc936f /academic/Shapely/slack-desc | |
parent | f9fd8d61952a7b23bfa97303e5232fc55fddbb21 (diff) |
academic/Shapely: Added (geometric objects, predicates, and operations in Python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/Shapely/slack-desc')
-rw-r--r-- | academic/Shapely/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/Shapely/slack-desc b/academic/Shapely/slack-desc new file mode 100644 index 0000000000000..04c91b0fa0a90 --- /dev/null +++ b/academic/Shapely/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +Shapely: Shapely (geometric objects, predicates, and operations in Python) +Shapely: +Shapely: Shapely is a BSD-licensed Python package for manipulation and analysis +Shapely: of planar geometric objects. It is based on the widely deployed GEOS +Shapely: (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. +Shapely: Shapely is not concerned with data formats or coordinate systems, but +Shapely: can be readily integrated with packages that are. +Shapely: +Shapely: Homepage: https://pypi.python.org/pypi/Shapely/ +Shapely: +Shapely: |