[gdal-dev] Fw: GDAL for windows

Jean-Claude Repetto jrepetto at free.fr
Mon Sep 2 22:12:45 PDT 2013


On 03/09/2013 01:32, nicholas.g.lawrence at tmr.qld.gov.au wrote:
>
>  > "ogr2ogr -f "MapInfo File" "C:\DATA\2013\08\osm2\australia_lines.tab"
>  > "C:\DATA\2013\08\osm2\australia-latest.osm.pbf lines"
>
> I tried the command you suggested, but it returns this error
>
> Unable to open datasource 'C:\DATA\2013\08\osm2\australia-latest.osm.pbf
> lines'
> with the following drivers.

The last double-quote is probably misplaced.
Try this :
ogr2ogr -f "MapInfo File" "C:\DATA\2013\08\osm2\australia_lines.tab" 
"C:\DATA\2013\08\osm2\australia-latest.osm.pbf" lines

Jean-Claude



More information about the gdal-dev mailing list