<div dir="ltr">Hi Even. Great, that worked for me too when sorting on both columns.<div>Really appreciate you help.<div>Sam</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 27 May 2014 01:31, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mardi 27 mai 2014 00:06:33, Sam Franklin a écrit :<br>
<div class="">> Hey Even - great tip.  The sort command you suggested worked well with that<br>
> xyz dataset.<br>
><br>
> However, I've found a further dataset that does not work with gdal even<br>
> after the sort. This is the error:<br>
><br>
> mbp-sf:data08 samfranklin$ gdal_translate data08-02-sorted.xyz<br>
> data08-02.tif<br>
> Input file size is 4371, 11210<br>
> 0...10...20...30...40.ERROR 1: At line 1100207, found 48162.000000 instead<br>
> of 48164.000000 for nBlockYOff = 4951ERROR 1: data08-02-sorted.xyz, band 1:<br>
> IReadBlock failed at X offset 0, Y offset 4951<br>
><br>
> ERROR 1: GetBlockRef failed at X block offset 0, Y block offset 4951<br>
><br>
> See screenshot below, the data is arranged into three 'strips'. See dropbox<br>
> link to the data |<br>
> <a href="https://dl.dropboxusercontent.com/u/4086367/data08-02.xyz.zip" target="_blank">https://dl.dropboxusercontent.com/u/4086367/data08-02.xyz.zip</a><br>
><br>
> Any workaround you can think of?<br>
<br>
</div>Probably an issue with just sorting on column 2. I didn't have the same error<br>
as you, but anyway you should try :<br>
<br>
sort -nk 2 -nk 1 data08-02.xyz > data08-02-sorted.xyz<br>
<br>
with that I manage to translate the file.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</div></div></blockquote></div><br></div>