wok-6.x diff python-shapely/description.txt @ rev 25484
created recipe for py3k-cryptography
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 17 07:58:57 2022 +0100 (2022-10-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-shapely/description.txt Mon Oct 17 07:58:57 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Manipulation and analysis of geometric objects in the Cartesian plane. 1.5 + 1.6 +Shapely is a BSD-licensed Python package for manipulation and analysis 1.7 +of planar geometric objects. 1.8 +It is based on the widely deployed GEOS (the engine of PostGIS) and JTS 1.9 +(from which GEOS is ported) libraries. 1.10 +Shapely is not concerned with data formats or coordinate systems, but can 1.11 +be readily integrated with packages that are.