diff options
author | ArTourter <artourter@gmail.com> | 2022-03-09 13:32:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 21:29:30 +0700 |
commit | 99f45e7a11c5c5ec6af7d473fc2933cd2bc8bb91 (patch) | |
tree | f54320c052bc92a33655ff22967f6020b3067835 /gis/python3-shapely/README | |
parent | 3bfe6747efb3cf7596aa99b88d7eb09ac21f471b (diff) |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/python3-shapely/README b/gis/python3-shapely/README new file mode 100644 index 000000000000..99de18871f3a --- /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. |