Skip to Content

utilisation

  1. >>> import shapely
  2. >>> dir(shapely)
  3. ['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__']
  4. >>> shapely.__path__
  5. ['/Library/Python/2.6/site-packages/Shapely-1.2.8-py2.6.egg/shapely']