<div dir="ltr">Hey Even - me again on this xyz sorting issue.<div><br></div><div>I've got a new xyz file that it is not recognised by gdal even after using the sort command you provided earlier in the thread.<div><br></div>
<div>The problem xyz is here | <a href="https://dl.dropboxusercontent.com/u/4086367/001-1.xyz.zip">https://dl.dropboxusercontent.com/u/4086367/001-1.xyz.zip</a></div><div><br></div><div>The error is:</div><div> ERROR 1: Ungridded dataset: At line 363, X is 568509.090000, where as 568514.090000 was expected (1)<br>
 gdalinfo failed - unable to open '001-1.xyz'.</div><div><br></div><div>GDAL seems to fail at the start of a new row of data?</div><div><br></div><div>I've tried various descend/ascend combinations of the columns = no joy.</div>
<div><br></div><div>I'm running GDAL 1.11.0 on OSX 10.9.3.</div><div><br></div><div>Any ideas?  Thanks again in advance for any help! Very much appreciated.</div><div><br></div><div>Cheers</div><div>Sam</div></div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On 27 May 2014 14:09, Sam Franklin <span dir="ltr"><<a href="mailto:mailinglist.samfranklin@gmail.com" target="_blank">mailinglist.samfranklin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Even. Great, that worked for me too when sorting on both columns.<div>Really appreciate you help.<span class="HOEnZb"><font color="#888888"><div>
Sam</div></font></span></div></div><div class="HOEnZb"><div class="h5"><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>> 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><div><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>
</div></div></blockquote></div><br></div>