<div dir="ltr">Hi Mick,<div>  QGIS is using a tool called GDALMerge to do the merging.</div><div><br></div><div>An alternative is to do it yourself in GDAL at the command line. It's fairly simple.</div><div>Use the "OSGeo4W Shell" link that comes with QGIS.</div>

<div><br></div><div>Navigate to the directory that has the tif files in.</div><div>To merge all your tiffs together into a basic VRT you only need two lines:</div><div><br></div><div><i>dir /b /s "C:\my data\lots of tiffs\*.tif" > "</i><i>C:\my data\lots of tiffs</i><i>\tiff_list.txt"</i><br>

</div><div><i><br></i></div><div>That line (assuming it's windows; there's a Linux equivalent) basically creates a list of all the tif files.</div><div>Then:</div><div><br></div><div><i>gdalbuildvrt -input_file_list "C:\my data\lots of tiffs\tiff_list.txt" "C:\my data\lots of tiffs\my_merged_data.vrt"</i></div>

<div><br></div><div>That line turns it into a VRT file.</div><div><br></div><div>Cheers,<br></div><div class="gmail_extra"><div>Jonathan<br><br></div>
<br><br><div class="gmail_quote">On 17 June 2014 13:32, Michael Bracken <span dir="ltr"><<a href="mailto:mickbracken@me.com" target="_blank">mickbracken@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


I am new to QGIS and relatively new to GIS (so please be aware I am not that familiar with jargon).<br>
<br>
I am trying to merge several tiff files as either a virtual raster or a simple merge. Whichever way I try the resulting display appears to lose definition (even just a couple of the files).<br>
<br>
I have tried to set the options to no compression (merge rasters), and resolution set at highest for creating virtual raster, but street names and place names still become too  pixillated to read properly.<br>
<br>
This does not happen if I load all the files I wish to merge individually, but obviously I would rather work with the merged or virtual files.<br>
<br>
I am using QGIS 2.2.0 on a 2.5 GHz Intel Core i5 Mac, OSX 10.9.3.<br>
<br>
Would appreciate some help, please.<br>
<br>
Mick<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div><br></div></div>

<br>
<span style="color:rgb(34,34,34);font-family:Arial;background-color:rgb(255,255,255)">This transmission is intended for the named addressee(s) only and may contain confidential, sensitive or personal information and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.</span>