How do I convert MapInfo TAB and/or MIF files to SHP using only free tools or ArcGIS itself? I've not had much luck trying to do this in the past and I don't want to have to shell out for the ArcGIS Data Interoperability extension which seems to be the 'official' way to go about this.
|
George is correct, although for me, the toolbar is named ArcView 8x Tools. For TAB files, ogr is pretty handy as well, and will handle lots of formats - http://www.gdal.org/ogr/ogr_formats.html ogr2ogr - http://www.gdal.org/ogr2ogr.html Easiest install is probably with FWTools - http://fwtools.maptools.org/windows-main.html |
|||||||
|
|
You can use ogr2ogr:
To handle different geometries in one file in one pass (windows example):
|
|||||||||||
|
|
You can also do this with QGIS. Basically, QGIS acts as a GUI for ogr2ogr. Just load the Mapinfo file, right-click the layer in TOC and go to "Save as ..." where you can chose from many output formats. |
||||
|
You can also download and use FME at www.safe.com Or check out the free online file converter at http://fmeserver.com/userweb/sharper/Portal/EasyTranslator/index.html which provides standard file translation as a free service. It doesn't leverage the transformation capabilities of FME but hey it is free with nothing to install. |
|||
|
|
Go to mapinfo, under TOOLS click universal translator and choose which format you want your file to convert to. this works! |
|||||
|
|
You can download a free version of MapInfo - basically older versions which are no longer supported. Included with them is Universal Translator which will make conversions from TAB or MID/MIF to Shapefiles for ArcMap. |
|||||
|
|
For ArcGIS up to 9.3, go to ArcCatalog, click with the right button at any toolbar and choose ArcView 8x Tools. There is a MIF converter there. |
|||||||
|
|
I've not used this but have you tried the MIF2SHP tool from http://software.geocomm.com/translators/arcview/ |
|||
|
|
If you want to do it in batch, have a look at http://www.ogr2gui.ca/en/index.php. As ogr2ogr in any mentioned before would not do it in batch. Also in ArcCatalog there are conversion tools, which will do MIFtoSHP, also single and batch. Though I would recommend Ogr2ogr. Cheers. |
|||||
|
|
A few options:
|
|||
|
|