<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Yes - I am aware of gdal_translate and gdalwarp to translate
      formats.</p>
    <p>Thanks a lot. I am very happy that this was so easy to solve and
      now I can use this data in QGIS.</p>
    <p>I think the data provider just concatenated chunks of existing
      files and did not care about the order. I will ask them to run the
      magic sort command you provided before delivering the data to
      their clients.<br>
    </p>
    Thanks,<br>
    Andreas<br>
    <br>
    <div class="moz-cite-prefix">On 11.09.2017 16:44, Mark Johnson
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEEbjBhE569JOG38ZjGanvzQnKsqJNxZCk5XUaHkXBi_F1TD+A@mail.gmail.com">
      <div dir="ltr">This will do the same, just replace the EPSG code
        number:<br>
        <div><br>
        </div>
        <div>gdal_translate -ot Float32 -a_srs EPSG:25833
          ../xyz/390_5820.dhhn92.txt ../2007.390_5820.dhhn92.25833.tif<br>
        </div>
        <div><br>
        </div>
        <div>Mark</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>