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

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 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	Sat Apr 22 14:54:15 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.