<div dir="ltr">RIght, sorry about the confusion. You should file a feature request ticket for this, it is not a simple as it seems.<div><br></div><div>Etienne</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jul 29, 2014 at 2:39 PM, Alex Mandel <span dir="ltr"><<a href="mailto:tech_dev@wildintellect.com" target="_blank">tech_dev@wildintellect.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 07/29/2014 10:31 AM, Etienne Tourigny wrote:<br>
> On Tue, Jul 29, 2014 at 1:10 PM, Alex Mandel <<a href="mailto:tech_dev@wildintellect.com">tech_dev@wildintellect.com</a>><br>
> wrote:<br>
><br>
>> On 07/29/2014 01:45 AM, Peter Versteeg wrote:<br>
>>> thank you very much for the email.<br>
>>><br>
>>><br>
>>><br>
>>> I think I am almost there. I have set the compression to LZW and did a<br>
>>> export and I did a export on high compression. Both are still really big.<br>
>>><br>
>>><br>
>>><br>
>>> in your first mail you explained about:<br>
>>><br>
>>><br>
>>><br>
>>>             The type of number stored dictates a large amount of<br>
>> overhead,<br>
>>> there is<br>
>>>                 a huge difference between Integer and Float.<br>
>>><br>
>>>                 -co COMPRESS=LZW  -ot Int16<br>
>>><br>
>>>                 See <a href="http://www.gdal.org/gdal_translate.html" target="_blank">http://www.gdal.org/gdal_translate.html</a> for options.<br>
>>> Pick the<br>
>>>                 smallest type of number storage that holds your data<br>
>>> correctly. Most<br>
>>>                 GDAL tools will default to Float, that is likely the<br>
>>> difference.<br>
>>><br>
>>><br>
>>><br>
>>> In the save raster as window where i also set the compress to LZW i did<br>
>> try<br>
>>> to ad a line but i do not know what to type.<br>
>>><br>
>>> name: Int value 16 or name ot value int16 all do not work.<br>
>>><br>
>>><br>
>>><br>
>>> Can you tell me what line to write<br>
>>><br>
>>><br>
>>><br>
>>> gr Peter<br>
>>><br>
>><br>
>> As I said in my previous email:<br>
>> If that still isn't enough use GDAL Translate found on the Raster menu<br>
>> under Conversion. There you will be able to set all the possible options.<br>
>><br>
>> Basically the options are not in the Save As dialog. I will talk to the<br>
>> developers about adding more options.<br>
>><br>
><br>
> You can do pretty much the same things as in the GDAL Translate tool - see<br>
> the "Creation Options" group box. What is missing exactly?<br>
<br>
</div></div>-ot is missing, which lets you set the number type int/float etc<br>
<br>
I have not tested if the save as dialog allows this, I was guessing that<br>
only -co options were allowed in the Create Options section. -ot is not<br>
a -co option, its a separate flag for gdal.<br>
<br>
Thanks,<br>
Alex<br>
<br>
<br>
<br>
<br>
</blockquote></div><br></div>