wok diff python-shapely/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (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	Fri Jan 27 10:37:43 2023 +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.