<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I&#8217;m not sure how well GeoExpress is
an option because we are talking about thousands of files and GB of data.  I
need to batch the process.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> Reinaldo Escada
Chohfi [mailto:rec@geodesign.com.br] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, January 24, 2006
5:48 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Frank Warmerdam; Dolloff,
Matthew D. (JSC-ER7)<br>
<b><span style='font-weight:bold'>Cc:</span></b> gdal-dev@lists.maptools.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Gdal-dev] Help With
Transparent Colors</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>You can also use the GeoExpress 5.0 trial download from LizardTech (<a
href="http://www.lizardtech.com/" eudora=autourl> www.lizardtech.com</a>) that
allows you to mosaic and reproject .sid images in one step.&nbsp; The trial
download allows you to work with images that already are in .sid format without
problems.&nbsp; That way you don't need to go from MrSID to GeoTiff and make a
large mosaic as a .sid image.<br>
<br>
Best regards,<br>
<br>
Reinaldo<br>
<br>
At 09:06 PM 1/24/2006, Frank Warmerdam wrote:<br>
<br>
</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On 1/24/06, Dolloff, Matthew D. (JSC-ER7)
&lt;matthew.d.dolloff@nasa.gov&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hello.&nbsp; I am trying to convert some MrSID images into Geotiffs and
tiling<br>
&gt; them together.&nbsp; The MrSIDs are in state plane coordinate system and I
need<br>
&gt; them in WGS84.&nbsp; So I convert the MrSIDs to geotiffs using mrsiddecode
from<br>
&gt; lizard tech.&nbsp; Then I use gdal warp to change the projection
type.&nbsp; Then use<br>
&gt; gdal_merge to merge them together.&nbsp; The problem is that I end up with
a<br>
&gt; black collar when I warp the images and then when I merge them the images<br>
&gt; cover each other up.&nbsp; Is there anyway, that I can crop those collars
out?<br>
&gt; Here is the link where I am getting the sids<br>
&gt; <a
href="http://www.nysgis.state.ny.us/gateway/mg/2001/suffolk/01ic_t_babylon_l06col.htm"
eudora=autourl>http://www.nysgis.state.ny.us/gateway/mg/2001/suffolk/01ic_t_babylon_l06col.htm</a>
<br>
<br>
Matt,<br>
<br>
A couple of approaches would be:<br>
<br>
&nbsp;o Use gdal_merge to merge the TIFFs before<br>
&nbsp;&nbsp;&nbsp; reprojecting them.&nbsp; Then gdalwarp the resulting<br>
&nbsp;&nbsp;&nbsp; mosaic.<br>
<br>
&nbsp;o Or create a big WGS84 mosaic file and gdalwarp<br>
&nbsp;&nbsp;&nbsp; each non-WGS84 file into that, mosaicing at the<br>
&nbsp;&nbsp;&nbsp; same time as reprojecting.<br>
<br>
In the future gdalwarp will support multiple input<br>
files, essentially replacing gdal_merge for many<br>
purposes.&nbsp; This is already in CVS if you were building<br>
from source.&nbsp; Another option would be to generate a<br>
nodata value or better yet an alpha channel in the files<br>
output by gdalwarp to keep track of the nodata pixels.<br>
<br>
My suggestion would be the top most option, mosaic<br>
then reproject.&nbsp; Keep in mind that GeoTIFF only<br>
supports file sizes up to 4GB.&nbsp; So if your mosaic is<br>
going to be large, you may need to do it in a format<br>
like Erdas Imagine.<br>
<br>
Best regards,<br>
--<br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, warmerdam@pobox.com<br>
light and sound - activate the windows | <a href="http://pobox.com/~warmerdam"
eudora=autourl>http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush&nbsp;&nbsp;&nbsp; | Geospatial Programmer
for Rent<br>
<br>
_______________________________________________<br>
Gdal-dev mailing list<br>
Gdal-dev@lists.maptools.org<br>
<a href="http://lists.maptools.org/mailman/listinfo/gdal-dev" eudora=autourl>http://lists.maptools.org/mailman/listinfo/gdal-dev</a>
</span></font></p>

<p></x-sigsep><font size=3 face="Times New Roman"><span style='font-size:12.0pt'><x-sigsep>Reinaldo
Escada Chohfi, Ph.D.<br>
Diretor <br>
GeoDesign Internacional<br>
<br>
<u><a href="http://www.geodesign.com.br/" eudora=autourl>www.geodesign.com.br<br>
<br>
</a></u>E-mail: rec@geodesign.com.br<br>
<br>
Tel./Fax: 0-XX-12-3153-5115 (Local)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55-12-3153-5115 (Intl.)<br>
<br>
Inteligência e Tecnologia Espacial de Ponta<br>
<br>
Urbanismo, Estudos Ambientais, Monitoriamento Ambiental,<br>
Geoprocessamento, GIS, Processamento de Imagens Geográficas,<br>
Sensoriamento Remoto: Imagens de Satélites <br>
<br>
Compressão de Imagens e Documentos Escanerizados<br>
Servidor de Conteúdo - Sistemas de Visualização - Integração de Sistemas<br>
<br>
Revendedor Autorizado da LizardTech e da Applied Imagery no Brasil<br>
<br>
Vila Peralta, 42<br>
12607-040 - Lorena - SP - Brasil<br>
<br>
Informação confidencial. Não retransmitir sem autorização.<br>
Copyright (c) 2005 GeoDesign Internacional<br>
Todos os direitos reservados.</span></font></p>

</div>

</body>

</html>