Steve,<br><br>Yes you can supply multiple input files to mosaic into a single output file.<br>You can get the -co options for your output format by going to:<br><a href="http://www.gdal.org/formats_list.html">http://www.gdal.org/formats_list.html
</a> and finding your output format<br>or <br><dl><dt><b>--format</b> <em>format</em></dt><dd>List detailed information about a single format driver. The <em>format</em> should be the short name reported in the <b>--formats
</b> list, such as GTiff.</dd></dl><br>-wo is at:<br><a href="http://www.gdal.org/structGDALWarpOptions.html#0ed77f9917bb96c7a9aabd73d4d06e08">http://www.gdal.org/structGDALWarpOptions.html#0ed77f9917bb96c7a9aabd73d4d06e08
</a><br><br>John<br><br><div><span class="gmail_quote">On 4/5/07, <b class="gmail_sendername">Stephen Woodbridge</b> &lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi John, et al,<br><br>You example a) implies that you can supply multiple input files to<br>mosaic into a single output file. Can you do that in one command? So<br>multiple files names are on the command line and the last one is the
<br>output file? That would be very sweet.<br><br>Also do you know where the various options for -wo and -co are listed.<br>They are not in the man pages. There is only the less than useful<br>comment &quot;There is a list of available ones. &quot; and not reference as to where.
<br><br>-Steve<br><br>John Mitchell wrote:<br>&gt; Hi,<br>&gt;<br>&gt;<br>&gt; Within gdalwarp where does using the higher quality option of -rc(cubic<br>&gt; resampling) verses the default of nearest neighbour resampling have the
<br>&gt; greatest impact as far as quality and also as far as speed.<br>&gt; Either<br>&gt; a.) running gdalwarp to mosaic a number of tiles together and at the<br>&gt; same time reproject<br>&gt;<br>&gt;&nbsp;&nbsp; i.e.&nbsp;&nbsp;gdalwarp.exe
 -wo SKIP_NOSOURCE=YES&nbsp;&nbsp;-s_srs EPSG:&quot; + EPSG + &quot;<br>&gt; -t_srs EPSG:&quot; + EPSG_wgs84 + &quot; -rc -co tiled=yes -q &quot; + inputFiles + &quot; &quot;<br>&gt; + rasterFile<br>&gt;<br>&gt; b.) running gdalwarp to reduce the resolution but not changing the
<br>&gt; projection and not mosaicking<br>&gt;&nbsp;&nbsp;i.e.&nbsp;&nbsp;gdalwarp.exe -tr &quot; + psx + &quot; &quot; + psy + &quot;&nbsp;&nbsp;-s_srs EPSG:&quot; +<br>&gt; EPSG_wgs84 + &quot; -t_srs EPSG:&quot; + EPSG_wgs84 + &quot; -rc -co tiled=yes -q &quot; +
<br>&gt; rasterFile + &quot; &quot; + warpedSplitRasterFile<br>&gt;<br>&gt;<br>&gt; Will it be faster to reduce resolution against a file via gdalwarp that<br>&gt; has already been reduced and will the quality be the same?&nbsp;&nbsp;As an example:
<br>&gt; 1.) I mosaic a number of tiles at full resolution<br>&gt; 2.) I reduce the mosaic from 1 by 1/2<br>&gt; 3a.) I reduce the mosaic from 1 by 1/4<br>&gt; 3b.) I reduce the mosaic from 2 by 1/2<br>&gt;<br>&gt; Between 3a and 3b will 3b be faster and will the quality be the same?
<br>&gt;<br>&gt; Any other suggestions on speeding up gdalwarp would be appreciated.<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt;<br>&gt; --<br>&gt; John J. Mitchell<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Gdal-dev mailing list<br>&gt; <a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">
http://lists.maptools.org/mailman/listinfo/gdal-dev</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>John J. Mitchell