Hi,<br><br>I am trying to convert UK Meridian 2 shape file to lat/lon.<br>using C:\gdalwin32-1.6<br><br>Any help appreciated!<br>jim<br><a href="http://wikispeedia.org/" target="_blank">wikispeedia.org</a><br><br><br>-----------bat file------------------<br>


ogr2ogr -s_srs epsg:27700 -t_srs epsg:4326 -f &quot;ESRI Shapefile&quot; output_lat_lon.txt  a_road_polyline.shp   2&gt; error.txt<br><br>------------------error.txt---<div id=":az"><br>ERROR
6: Failed to initialize PROJ.4 with `+proj=tmerc +lat_0=49 +lon_0=-2
+k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +datum=OSGB36
+units=m +no_defs &#39;.<br>
unknown elliptical parameter name<br>Failed to create coordinate transformation between the<br>following coordinate systems.  This may be because they<br>are not transformable, or because projection services<br>(PROJ.4 DLL/.so) could not be loaded.<br>


Source:<br>PROJCS[&quot;OSGB 1936 / British National Grid&quot;,<br>    GEOGCS[&quot;OSGB 1936&quot;,<br>        DATUM[&quot;OSGB_1936&quot;,<br>            SPHEROID[&quot;Airy 1830&quot;,6377563.396,299.3249646,<br>                AUTHORITY[&quot;EPSG&quot;,&quot;7001&quot;]],<br>


            AUTHORITY[&quot;EPSG&quot;,&quot;6277&quot;]],<br>        PRIMEM[&quot;Greenwich&quot;,0,<br>            AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],<br>        UNIT[&quot;degree&quot;,0.01745329251994328,<br>


            AUTHORITY[&quot;EPSG&quot;,&quot;9122&quot;]],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;4277&quot;]],<br>    UNIT[&quot;metre&quot;,1,<br>        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],<br>    PROJECTION[&quot;Transverse_Mercator&quot;],<br>


    PARAMETER[&quot;latitude_of_origin&quot;,49],<br>    PARAMETER[&quot;central_meridian&quot;,-2],<br>    PARAMETER[&quot;scale_factor&quot;,0.9996012717],<br>    PARAMETER[&quot;false_easting&quot;,400000],<br>    PARAMETER[&quot;false_northing&quot;,-100000],<br>


    AUTHORITY[&quot;EPSG&quot;,&quot;27700&quot;],<br>    AXIS[&quot;Easting&quot;,EAST],<br>    AXIS[&quot;Northing&quot;,NORTH]]<br>Target:<br>GEOGCS[&quot;WGS 84&quot;,<br>    DATUM[&quot;WGS_1984&quot;,<br>        SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,<br>


            AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>    PRIMEM[&quot;Greenwich&quot;,0,<br>        AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],<br>    UNIT[&quot;degree&quot;,0.01745329251994328,<br>


        AUTHORITY[&quot;EPSG&quot;,&quot;9122&quot;]],<br>    AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]<br><br>--------------end of file-----------------------------------<br><br></div>