module documentation

Undocumented

Function fromfile Given a string file name, returns a GEOSGeometry. The file may contain WKB, WKT, or HEX.
Function fromstr Given a string value, return a GEOSGeometry object.
def fromfile(file_h): (source)

Given a string file name, returns a GEOSGeometry. The file may contain WKB, WKT, or HEX.

def fromstr(string, **kwargs): (source)

Given a string value, return a GEOSGeometry object.