<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Arial;}</style></head><body>attempting to convert mif/mid point geometry, WGS84 DDcoordinate system to shapefile format.<br><br>using this comad string,<br><span id="ctl00_cphMain_BodyContent"><code>ogr2ogr -f "ESRI Shapefile" 
mydata.shp mydata.mif<br><br>I get this error msg<br></code></span>error 6: data keyword not found in mydata.mif&nbsp; file may be corrupt.<br><br>failure:<br>unable to open data source with the following drivers.<br>(list of drivers)<br><br>here's the mif headder,<br>Version 3<br>Delimiter ","<br>INDEX 3<br>Coordsys Earth Projection 1,104<br>Columns 14<br>&nbsp;&nbsp; Lon Decimal (11,6)<br>&nbsp;&nbsp; Lat Decimal (10,6)<br>&nbsp;&nbsp; Dep Decimal(7,1)<br>&nbsp;&nbsp; Src_ID CHAR(8)<br>&nbsp;&nbsp; Snd_datum CHAR(5)<br>&nbsp;&nbsp; HYSAS_Src_ID CHAR(7)<br>&nbsp;&nbsp; Eval Smallint<br>&nbsp;&nbsp; Class CHAR(1)<br>&nbsp;&nbsp; Adj CHAR(1)<br>&nbsp;&nbsp; Surv CHAR(1)<br>&nbsp;&nbsp; Trk CHAR(1)<br>&nbsp;&nbsp; WG84 CHAR(1)<br>&nbsp;&nbsp; Updated DATE<br>&nbsp;&nbsp; Point_Type CHAR(1)<br>&nbsp;&nbsp; Data<br>&nbsp;&nbsp; Point&nbsp; -113.793621&nbsp;&nbsp; 20.506910<br>&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL (49,16711680,6)<br><br>these mif/mid are the output of another conversion program<br><br>any help appeciated<br><br><br></body></html>