id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 7128,POINT EMPTY in a geometrycollection causes an error.,cdestigter,warmerdam,"This admittedly strange geometry is causing us grief: {{{ >>> from osgeo import ogr >>> ogr.CreateGeometryFromWkt('GEOMETRYCOLLECTION(POINT(1 2),POINT EMPTY)') Traceback (most recent call last): File """", line 1, in ogr.CreateGeometryFromWkt('GEOMETRYCOLLECTION(POINT(1 2),POINT EMPTY)') File ""/usr/lib/python2.7/dist-packages/osgeo/ogr.py"", line 5484, in CreateGeometryFromWkt return _ogr.CreateGeometryFromWkt(*args, **kwargs) RuntimeError: OGR Error: Corrupt data }}} I was thinking this behaviour must be a GEOS thing, but using Django's GEOS bindings I get a different result. {{{ >>> from django.contrib.gis import geos >>> geos.GEOSGeometry('GEOMETRYCOLLECTION(POINT(1 2),POINT EMPTY)') }}} GEOS 3.4.2 FWIW, and both are using the same `/usr/lib/libgeos-3.4.2.so` ",defect,closed,normal,2.1.5,default,2.1.0,normal,fixed,,