<a href="mailto:gdal-dev@lists.maptools.org"></a>Hi list.<br>
&nbsp; Im tryng to translate a shapefile with ogr2ogr -f &quot;ESRI
Shapefile&quot; -s_srs &quot;+proj=tmerc +ellps=GRS67 +lat_0=0 +lon_0=-45
+x_0=500000 +y_0=10000000 +k_0=0.9996&quot; -t_srs &quot;+proj=longlat
+ellps=WGS84&quot; dest source.shp<br>
ERROR 1: Failed to find required field in datum.csv in InitDatumMappingTable(),<br>
using default table setup.<br>
&nbsp; In this case the shapefile was generated and appear to be OK but my real intention is to convert to MapInfo TAB:<br>
<br>
ogr2ogr -f &quot;MapInfo File&quot; -s_srs &quot;+proj=tmerc +ellps=GRS67 +lat_0=0
+lon_0=-45 +x_0=500000 +y_0=10000000 +k_0=0.9996&quot; -t_srs &quot;+proj=longlat
+ellps=WGS84&quot; dest source.shp<br>
&nbsp;<br>
&nbsp; In this case no error messages happend, but the .tab file don't shows nothing.<br>
<br>
&nbsp;This happend in my linux (GDAL <a href="http://1.3.1.0">1.3.1.0</a>) and windows (FWTools 1.0.0a7) box.<br>
<br>-- <br>Marco Vieira<br>+55 21 9499-6800<br>e-mail: <a href="mailto:maovieira@gmail.com">maovieira@gmail.com</a>