I'm running gdal 1.11.1 on OS X Mavericks. I was not able to get the OGR csv driver to work with the example header provided in the driver documentation and gdal_grid documentation. The SrcDataSource line in the vrt header needed to be changed from
<SrcDataSource>test.csv</SrcDataSource> to <SrcDataSource relativeToVRT="1">test.csv</SrcDataSource>. I assume it is a typo. Regards, Mitch Mitch
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
