id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 1227,GEOS DistanceOp is not available in OGR,bryan@…,Mateusz Łoskot,"{{{ The GEOS Distance operation was not originally exposed in the GEOS C API so an error is returned when accessing that operation. Presumably it's now available and can be added to the OGR functionality. This simple Python script demonstrates the problem: import ogr mPT = ogr.CreateGeometryFromWkt(""POINT (0 0)"") mPT2 = ogr.CreateGeometryFromWkt(""POINT (1 1)"") print mPT.Distance(mPT2) }}}",defect,closed,highest,,OGR_SF,unspecified,normal,fixed,,