<br><font size=2 face="sans-serif">Listers,</font>
<br><font size=2 face="sans-serif">First, I'm new to the list - is there
anyway to search the list postings? &nbsp;I don't want to be 'that guy'
who posts a question that's been posted a million times before...</font>
<br>
<br><font size=2 face="sans-serif">Second, I'm trying to reproject a tif
image using gdalwarp. &nbsp;Specially, from UTM Zone 21N WGS 84 (epsg:32621)
to Barbados National Grid (epsg:21292). &nbsp;I used the following code
in &nbsp;FWTools1.0.0a5: &nbsp; &nbsp;gdalwarp -s_srs epsg:32621 -t_srs
epsg:21292 -co &quot;TFW=YES&quot; d:\Barbados\QB2005w.tif d:\Barbados\QB2005w_BNG.tif<br>
</font>
<br><font size=2 face="sans-serif">&nbsp;I suspect that I may need to do
a custom transformation using x, y, z shift values (I have these values).
&nbsp;Is there any way to include these parameters in my gdalwarp code
above?</font>
<br>
<br><font size=2 face="sans-serif">Thanks.</font>
<br>
<br><font size=2 face="sans-serif">Kevin</font>