<div dir="ltr"><div>If you use "TILED=YES" without Overviews it may take a long time to open in QGIS.<br></div><div>When QGIS shows you the global view without Overviews, it downsamples the image to fit in the screen. However, when tiled, it is very likely that it has to read every single tile from disk.</div><div><br></div><div>The best solution is to compute the overviews (in the same file or in a .ovr sidecar)... or do not use the "TILED" option.</div><div><br></div><div>Cheers,</div><div>Javier<br></div><div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__<br>Entre dos pensamientos racionales <br>hay infinitos pensamientos irracionales.<br><br></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 24 Sep 2020 at 18:56, APM <<a href="mailto:apschwimmer@apmland.de">apschwimmer@apmland.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear all,<br>
<br>
<br>
I want to create a geotiff which has 2GB size at the end.<br>
<br>
Further I used the option -co TILED=YES and the compression LZW.<br>
<br>
Unfortunately a program breaks after opening the map.<br>
<br>
Qgis need some time, but show the map.<br>
<br>
What does Tiled=YES?<br>
<br>
Should it "break" the file in 'handsome" segments to make it loadable in <br>
the pc ram similar to tiles in web services?<br>
<br>
Make it sense to add a block size?<br>
<br>
<br>
Can I change the file to another tif format and compress it with jpeg?<br>
<br>
<br>
gdalinfo for a .vrt which I like to compress:<br>
<br>
<br>
Coordinate System is:<br>
PROJCRS["ETRS89 / UTM zone 32N",<br>
     BASEGEOGCRS["ETRS89",<br>
         DATUM["European Terrestrial Reference System 1989",<br>
             ELLIPSOID["GRS 1980",6378137,298.257222101,<br>
                 LENGTHUNIT["metre",1]]],<br>
<br>
.<br>
<br>
.<br>
<br>
<br>
Band 1 Block=128x128 Type=Byte, ColorInterp=Palette<br>
   Color Table (RGB with 256 entries)<br>
     0: 255,255,255,255<br>
     1: 255,255,255,255<br>
     2: 255,255,255,255<br>
     3: 191,230,230,255<br>
     4: 153,255,179,255<br>
     5: 230,255,204,255<br>
     6: 191,242,128,255<br>
<br>
.<br>
<br>
Thank you very much for your help!<br>
<br>
<br>
Kind regard<br>
<br>
<br>
Piet<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div>