<html><body>
<p><tt><font size="2">> > Hello all,I would like to translate an OSM .pbf file to MapInfo .tab, I am<br>
> running Windows XPI downloaded release-1310-gdal-1-10-mapserver-6-2.zip from<br>
> http://www.gisinternals.com/sdk/ and unzipped the files to "C:\Program<br>
> Files\GDAL"I then ran SDKShell.bat to get a command line; and thenran the<br>
> command "ogr2ogr -f "MapInfo File" "C:\DATA\2013\08\osm2\australia.tab"<br>
> "C:\DATA\2013\08\osm2\australia-latest.osm.pbf""An empty mapinfo table<br>
> australia.tab was created, and the error message was;"Layer lines not found,<br>
> and CreateLayer not supported by driver."Kind regards,<br>
> > Nick Lawrence<br>
> <br>
> Hi,<br>
> <br>
> GDAL finds up to five layers from OSM files as you can read from<br>
> <a href="http://www.gdal.org/ogr/drv_osm.html">http://www.gdal.org/ogr/drv_osm.html</a>.<br>
> The error message suggests that GDAL MapInfo driver cannot create several<br>
> layers into tab file but by reading <a href="http://www.gdal.org/ogr/drv_mitab.html">http://www.gdal.org/ogr/drv_mitab.html</a> I<br>
> am not sure if it is so. However, my guess is that GDAL converts first OSM<br>
> points layer into tab format but quits because it cannot continue with the<br>
> lines layer. The solution is to make conversion layer by layer like<br>
> "ogr2ogr -f "MapInfo File" "C:\DATA\2013\08\osm2\australia_lines.tab"<br>
> "C:\DATA\2013\08\osm2\australia-latest.osm.pbf lines"<br>
> <br>
> -Jukka Rahkonen-</font></tt><br>
<br>
<tt><font size="2">I tried the command you suggested, but it returns this error</font></tt><br>
<br>
<tt><font size="2">Unable to open datasource 'C:\DATA\2013\08\osm2\australia-latest.osm.pbf lines'</font></tt><br>
<tt><font size="2">with the following drivers.</font></tt><br>
<tt><font size="2">...</font></tt><br>
<br>
<tt><font size="2">So, appending the word lines to the name of the datasource fails to tell</font></tt><br>
<tt><font size="2">ogr2ogr to translate just the lines. Is there a different argument to</font></tt><br>
<tt><font size="2">accomplish this?</font></tt><br>
<br>
<tt><font size="2">nick</font></tt><br>

<p><span style="font-family:'Arial';font-size:8pt;">***********************************************************************<br>
WARNING: This email (including any attachments) may contain legally<br>
privileged, confidential or private information and may be protected by<br>
copyright. You may only use it if you are the person(s) it was<br>
intended to be sent to and if you use it in an authorised way. No one<br>
is allowed to use, review, alter, transmit, disclose, distribute, print<br>
or copy this email without appropriate authority.<br>
<br>
If this email was not intended for you and was sent to you by mistake,<br>
please telephone or email me immediately, destroy any hardcopies of<br>
this email and delete it and any copies of it from your computer<br>
system. Any right which the sender may have under copyright law, and <br>
any legal privilege and confidentiality attached to this email is not<br>
waived or destroyed by that mistake.<br>
</span></p>
<p><span style="font-family:'Arial';font-size:8pt;">It is your responsibility to ensure that this email does not contain <br>
and is not affected by computer viruses, defects or interference by <br>
third parties or replication problems (including incompatibility with<br>
your computer system).<br>
<br>
Opinions contained in this email do not necessarily reflect the<br>
opinions of the Department of Transport and Main Roads,<br>
or endorsed organisations utilising the same infrastructure.<br>
***********************************************************************</span></p>
<p><span style="font-family:'Arial';font-size:8pt;"> </span></p></body></html>