Hi,<div><br></div><div>I'm working with a fairly straightforward Python script to produce geodesic buffers. One step I need is to force dateline wrapping so my buffers don't span the globe. I poked around ogr2ogr.cpp, and found that it sets 'WRAPDATELINE=YES'. Looking into ogr.py, I see that papszOptions exists, but no papszTransformOptions. Despite a decent amount of poking around, I couldn't figure out how to call OGRGeometryFactory::transformWithOptions() from within Python.</div>
<div><br></div><div>Am I missing something, or is this something lacking from the OGR Python bindings? I've tried it with 1.9.0 and trunk, and am happy enough sticking to calls back to ogr2ogr for now, but figured I'd ask before giving up entirely.</div>
<div><br></div><div>cheers,</div><div>Shaun</div>