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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aa7d35c2-934a-4141-962b-d90f43600c0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to