wok-current diff python-shapely/description.txt @ rev 25727
Add miss stuff folder for libxml++, dbus-c++
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:46:37 2024 +0000 (3 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-shapely/description.txt Tue Nov 05 13:46:37 2024 +0000 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.