wok-6.x view python-shapely/description.txt @ rev 25558
Up libqcow (20221124)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 24 09:03:56 2023 +0000 (18 months ago) |
parents | |
children |
line source
1 Manipulation and analysis of geometric objects in the Cartesian plane.
3 Shapely is a BSD-licensed Python package for manipulation and analysis
4 of planar geometric objects.
5 It is based on the widely deployed GEOS (the engine of PostGIS) and JTS
6 (from which GEOS is ported) libraries.
7 Shapely is not concerned with data formats or coordinate systems, but can
8 be readily integrated with packages that are.