<div dir="ltr"><div><div>Hi,<br><br></div>I want to do a union on many ogr.Geometry stored in a list, but I have a TypeError: unbound method UnionCascaded() must be called with Geometry instance as first argument (got list instance instead).<br><br></div>I though UnionCascaded was made to perform Union on many geometries like this:<br><br>        geometries = []<br>        for feature in featureCollection['features']:<br>            geometries.append(ogr.CreateGeometryFromJson(json.dumps(feature['geometry'])))<br>        outputGeometry = ogr.Geometry<br>        output = outputGeometry.UnionCascaded(geometries)<br clear="all"><div><div><div><div><br></div><div>How am I supposed to use this function if list are not accepted?<br><br></div><div>Thank you,<br><br></div><div>-Max Demars<br></div><div>-- <br><div dir="ltr"><div><div><div>Stack Overflow: <a href="http://stackoverflow.com/users/1914034/burton449" target="_blank">http://stackoverflow.com/users/1914034/burton449</a><br></div></div>GIS Overflow: <a href="http://gis.stackexchange.com/users/14426/burton449" target="_blank">http://gis.stackexchange.com/users/14426/burton449</a><br></div>LastFm: <a href="http://www.lastfm.fr/user/burton449" target="_blank">http://www.lastfm.fr/user/burton449</a><br></div>
</div></div></div></div></div>