<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to create a geopackage from a CSV of point coordinates making use of the X_POSSIBLE_NAMES and Y_POSSIBLE_NAMES open options on the CSV driver. <br></div><div><br></div><div>I have tried a few things (details are in a <a href="https://gist.github.com/emlys/60db94cb4017a78219a1aa1dadc0914d">gist</a>). To summarize, I can only set the open options when opening as a gdal.Dataset, but then I cannot copy that back into a vector format.</div><div><br></div><div>In the source code it looks like open options can be passed to the CSV driver's Open function (<a href="https://github.com/OSGeo/gdal/blob/35c07b18316b4b6d238f6d60b82c31e25662ad27/ogr/ogrsf_frmts/csv/ogrcsvdriver.cpp#L142-L167">source</a>) but I don't know how to use this from the python API since the python ogr.Driver.Open function doesn't accept open options unlike gdal.OpenEx. <br></div><div><br></div><div>Thank you!</div><div>- Emily<br></div></div>