python-shapely

Geometric objects, predicates, and operations (Python 2)
  http://toblerity.org/shapely
  1
  1 review



Shapely is a package for manipulation and analysis of 2D features. Its capabilities include:
* calculating the point set unions, intersections, or differences of features
* predicate tests on features: intersects, touches, contains, and more.
Supported geometric types are points, line strings, linear rings, polygons, and homogeneous or heterogeneous collections thereof.

This is the Python 2 version of the package.
Latest reviews
4
blueXrider 12 years ago

nice