diff options
Diffstat (limited to 'gis/Shapely/README')
-rw-r--r-- | gis/Shapely/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/Shapely/README b/gis/Shapely/README new file mode 100644 index 0000000000..99de18871f --- /dev/null +++ b/gis/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. |