Hi,
This is the piece of code I am working with:-
poly = GEOSGeometry('Polygon((-951499 -1276279, '
'-951498 -1276279, '
'-951498 -1276278, '
'-951499 -1276278,'
'-951499 -1276279))', srid=5514).transform(4326)
On debugging, the file geometry.py it crashes on line 475:-
capi.destroy_geom(self.ptr)
I updated my gdal from 1.11.3 to 2.1.3, but still stuck with the same error.
For, now, I am passing clone=True to workaround this issue, but would like to know if there is a mistake on my part or report it if it is a bug.