On Wednesday 06 October 2010 14:38:31 Joel Odom wrote: > Is there a canonical way to pick an OGR driver based on a file name or on a > generalized connect string?
No, but you can do a generic open, as in: datasource = ogr.Open(filename) Cheers, -- ---------------------------------- Iván Sánchez Ortega <[email protected]> http://ivan.sanchezortega.es MSN:[email protected] Jabber:[email protected] ; [email protected] IRC: ivansanchez @ OFTC & freenode _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
