v0.1
Author: Karim Bahgat
Year: 2014
A lightweight and portable pure-Python version of Shapely for geometry processing.
As the name suggests, Shapy is a pure-Python version of Shapely. It is used for geometrical and geographical problem-solving.
Based on and modelled precisely after Shapely, so should be easy to use by those familiar with Shapely...
Also some functionality that's not available in Shapely.
Absolutely no dependencies, though it probably won't work on Python3 yet.
The package is not yet complete. Currently the supported features are:
geoj2geom(object)
function.Docs are not yet completed, but just follow the shapely usage and names and you should be alright.
There's still a few things left to add, so it would be great if others could contribute some of the remaining functionality.
no documentation for this class
no documentation for this method
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this class
NOTE: Fails for multilines!
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this class
no documentation for this method
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this class
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this class
no documentation for this method
no documentation for this method
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this class
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
no documentation for this method
Draws and pops up a window with the shape.
imagesize is an optional two-tuple of the pixel size of the viewimage in the form of (pixelwidth,pixelheight). Default is 400 by 400.
no documentation for this method
Takes any object that has the __geo_interface__ attribute and creates and returns a ready-to-use geometry instance.