diff options
Diffstat (limited to 'academic/Shapely/README')
-rw-r--r-- | academic/Shapely/README | 5 |
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. |