wok-6.x diff python-shapely/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (16 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 May 09 17:24:00 2023 +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.