<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>I am relatively new 
to GDAL and OpenGIS technology in general to apologies if this is the wrong 
forum.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=028134611-18012008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>I want to use GDAL 
to transform a EPSG:4326 raster to British National Grid coordinates 
(EPSG:27700).&nbsp; With a bit a bit of googling I found the WKT for EPSG:27700 
and installed it in &lt;gdal-root&gt;/share/epsg.wkt:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=028134611-18012008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>27700,PROJCS["OSGB 
1936 / British National Grid",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
GEOGCS["OSGB 
1936",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
DATUM["OSGB_1936",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
SPHEROID["Airy 
1830",6377563.396,299.3249646,AUTHORITY["EPSG","7001"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
TOWGS84[375,-111,431,0,0,0,0],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AUTHORITY["EPSG","6277"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
UNIT["DMSH",0.0174532925199433,AUTHORITY["EPSG","9108"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AXIS["Lat",NORTH],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AXIS["Long",EAST],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AUTHORITY["EPSG","4277"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PROJECTION["Transverse_Mercator"],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PARAMETER["latitude_of_origin",49],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PARAMETER["central_meridian",-2],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PARAMETER["scale_factor",0.999601272],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PARAMETER["false_easting",400000],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
PARAMETER["false_northing",-100000],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
UNIT["metre",1,AUTHORITY["EPSG","9001"]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AXIS["E",EAST],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AXIS["N",NORTH],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AUTHORITY["EPSG","27700"]]<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>Tests indicate it is 
found.&nbsp; However, when I try to use gdalwarp I get an 
error:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=028134611-18012008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>$ gdalwarp -t_srs 
EPSG:27700 -te -100000 -100000 600000 600000 -ts 400 400 map.tif 
trans.tif</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>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=OSB36 +units=m +no_defs 
'.<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>Guessing that it 
didn't know what +datum=OSB36 was I tried changing it to WGS84 and it worked 
(the proj parameters were taken directly from the error 
above):</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=028134611-18012008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=028134611-18012008>$ gdalwarp -t_srs 
'+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 
+ellps=airy +datum=WGS84 +units=m +no_defs' -te -100000 -100000 600000 600000 
-ts 400 400 map.tif trans.tif</DIV></SPAN></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=028134611-18012008><FONT face=Arial size=2>My question is how 
do I install the OSGB36 datum into GDAL?&nbsp; The WKT above appears to contain 
parameters for this datum so why is proj_4 failing?</FONT></SPAN></DIV>
<DIV><SPAN class=028134611-18012008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=028134611-18012008><FONT face=Arial size=2>Many 
thanks,</FONT></SPAN></DIV>
<DIV><SPAN class=028134611-18012008><FONT face=Arial 
size=2>Stephen.</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV align=left><FONT face=Arial size=2>---</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Stephen Pascoe&nbsp; +44 (0)1235 
445980</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>British Atmospheric Data 
Centre</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Rutherford Appleton 
Laboratory</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>