<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE id=ridTitle>Açık Gökyüzü</TITLE>
<STYLE>BODY {
        MARGIN-TOP: 25px; FONT-SIZE: 10pt; MARGIN-LEFT: 10px; COLOR: #0033cc; FONT-FAMILY: Arial, Helvetica
}
</STYLE>
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY id=ridBody background=A%C3%A7%C4%B1k%20G%C3%B6ky%C3%BCz%C3%BC%20ArkaPlan.jpg dir=ltr>
<DIV>What does GDALINFO return if you query your mapgeo.bmp and then subsequent
mapgeo.tif ?</DIV>
<DIV> </DIV>
<DIV>I have had problems with not having generated a TFW and then try to perform
warps. I believe there is a switch for GDAL translate that will generate a TFW
on translation eg <STRONG>TFW=YES.</STRONG></DIV>
<DIV> </DIV>
<DIV>Also the in the -s_srs I use +proj=latlong.</DIV>
<DIV> </DIV>
<DIV>Anyway see how you go. </DIV>
<DIV> </DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT size=2>-----Original Message----- <BR><B>From:</B> Hayati TAŞTAN
[mailto:hayati.tastan@hgk.mil.tr] <BR><B>Sent:</B> Thu 4/6/2006 6:11 PM
<BR><B>To:</B> gdal-dev@lists.maptools.org <BR><B>Cc:</B> Hayati TAŞTAN
<BR><B>Subject:</B> [Gdal-dev] GDALWARP.EXE (W/O
Attachements)<BR><BR></FONT></DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Hayati TAŞTAN <BR><B>Sent:</B> Thursday,
April 06, 2006 11:09 AM<BR><B>To:</B>
'gdal-dev@lists.maptools.org'<BR><B>Cc:</B> Hayati TAŞTAN<BR><B>Subject:</B>
GDALWARP.EXE<BR></FONT><BR><SPAN class=085080608-06042006>Dear GDAL_LIST
users,</SPAN></DIV>
<P><SPAN class=085080608-06042006>I</SPAN> downloaded and
installed <SPAN class=085080608-06042006>GDAL Binaries in
</SPAN>FWTools.</P>
<P>I tried to reproject a BMP file with ESRI world file (BPW) <SPAN
class=085080608-06042006>using "GDALWARP.EXE" </SPAN>but haven't been able to
it.</P>
<P>I need your help.</P>
<P>The procedure I followed is below:</P>
<P>rem gdal_translate.exe for bmp --> geotiff conversion:</P>
<P>gdal_translate mapgeo.bmp mapgeo.tif </P>
<P>Rem OK, eg. NO PROBLEM</P>
<P></P>
<P>rem geotifcp.exe for esri world file --> into geotiff file:</P>
<P>geotifcp -e mapgeo.bpw mapgeo.tif</P>
<P>Rem OK, eg. NO PROBLEM</P>
<P>PROBLEM:</P>
<P>rem gdalwarp.exe for geo --> utm reprojection:</P>
<P>FIRST ATTEMPT:</P>
<P>D:\FWTools\bin>gdalwarp -t_srs "+proj=utm +zone=36 +datum=WGS84"
mapgeo.tif maputm.tif Creating output file that is 518P x 442L.</P>
<P>Processing input file mapgeo.tif.</P>
<P>A target coordinate system was specified, but there is no source coordinate
system. Consider using -s_srs option to provide a source coordinate
system.</P>
<P>Operation terminated.</P>
<P>SECOND ATTEMPT:</P>
<P>D:\FWTools\bin>gdalwarp -s_srs "+proj=geo +datum=WGS84" -t_srs
"+proj=utm +zone=36 +datum=WGS84" mapgeo.tif maputm.tif ERROR 1: Translating
source or target SRS failed:</P>
<P>+proj=geo +datum=WGS84</P>
<P>Thanks in advance.</P>
<P>Best regards,</P>
<P>Dr.-Ing. Hayati TASTAN</P>
<P>P.A: Attacehed are BMP file and its "ESRI World
File"</P></BLOCKQUOTE></BODY></HTML>