<div dir="ltr">Randy;<div>I figured as much; the DEM/DSM/DTM's were delivered to us from the province in that Esri Binary Grid Format, so we do not have the original LiDAR LAS/LAZ files on hand. It would also seem that we didn't keep the LAS/LAZ files from the original 2003 LiDAR survey of the city either.</div><div>I sent an email to the province to see if they have and are willing to share the original data but got no reply as of yet. </div><div>Tyler</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 11, 2017 at 9:10 AM, Randal Hale <span dir="ltr"><<a href="mailto:rjhale@northrivergeographic.com" target="_blank">rjhale@northrivergeographic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've only been watching this thread when I remember - so My apologies.<br>
<br>
If I go back to the original thread - if these are in ADF I believe that's<br>
ESRI's GRID Format. Which means they are what they are and you can't do much<br>
with them. They have only the last return (or if I remember correctly returns<br>
classed 2,8, etc).<br>
<br>
If you have zlas, las, or laz - I would suggest GRASS for processing: https://<br>
<a href="http://grasswiki.osgeo.org/wiki/LIDAR" rel="noreferrer" target="_blank">grasswiki.osgeo.org/wiki/LIDAR</a><br>
<br>
If you don't have any of the las/laz formats - you might want to do some<br>
research and see if they were delivered with the LIDAR dataset you have or if<br>
they weren't request them. They may be sitting somewhere on a shelf/forgotten<br>
folder on a server. You can do a lot more with the original LIDAR files like<br>
pull tree heights or possibly rebuild the surface (be it dsm/dtm/dem etc).<br>
<br>
Randy<br>
<br>
--<br>
Randal Hale<br>
North River Geographic Systems. Inc<br>
<a href="mailto:rjhale@northrivergeographic.com">rjhale@northrivergeographic.<wbr>com</a><br>
<a href="tel:%28423%29%20653-3611" value="+14236533611">(423) 653-3611</a><br>
<div><div class="h5"><br>
<br>
<br>
On Monday, December 11, 2017 7:27:00 AM EST Tyler Veinot wrote:<br>
> All;<br>
> But if I convert the DEM or DSM to geotiff I still wont get back the hit<br>
> order or the classification values will I? I will just have the data I have<br>
> as processed in a different format. What I really need is the original<br>
> LiDAR datasets if I am understanding this correctly.<br>
> As for DTM, DSM, and DEM, The province my municipality is in has decided<br>
> that; DTM is a surface model which includes surface features + ground hits<br>
> + breaklines. A DEM is ground hits, and a DSM as is the surface + features<br>
> without added breaklines. I have found definitions online to support both<br>
> view points on the matter; just an FYI my text books agree with you on the<br>
> matter. I blame AutoCAD/CADD users for the discrepancies because, in my<br>
> experience according to the EIT's and other CADD users, a DTM is all of the<br>
> above and a DSM and DEM doesn't exist lol.<br>
> Thanks for the help on this;<br>
> Tyler<br>
><br>
><br>
> On Mon, Dec 11, 2017 at 6:31 AM, Richard McDonnell <<a href="mailto:richard.mcdonnell@opw.ie">richard.mcdonnell@opw.ie</a><br>
> > wrote:<br>
> ><br>
> > Morning Tyler.<br>
> > Nick is quite right. The files you have (ADF) are either DTM's or DSM's.<br>
> > They are processed datasets.<br>
> > To fix the GRASS, SAGA issue, you can use GDAL to convert them to GeoTiff,<br>
> > using the gdal_translate, which can be found in the Processing toolbox and<br>
> > will do it for a few using batch (Note Point one below).<br>
> > The other option would be to use the Script below to convert ADF to<br>
> > GeoTiff.<br>
> ><br>
</div></div>> > *@echo off<br>
<span class="">> > SET startpath=%1<br>
> > FOR /R %startpath% %%f IN (w001001.adf) do (call :translate "%%f")<br>
> > pause<br>
> > GOTO :eof<br>
> ><br>
> > :translate<br>
> > :<br>
> >   SET var=%~dp1<br>
> >   ECHO Translating %var%hdr.adf to %var:~0,-1%.tif<br>
> >   gdal_translate -co "NUM_THREADS=ALL_CPUS" -co "TILED=YES" -co<br>
</span>> >   "COMPRESS=LZW" %var%hdr.adf %var:~0,-1%.tif*><br>
<span class="">> > The tool/script works in the following way.<br>
> ><br>
</span>> >    1. *ADF Image names are the containing folder name*<br>
> >    2. You must run this Batch in the Root folder for your ADFs (one level<br>
<span class="">> >    up from the ADF files)<br>
</span>> >    3. Paste/save the batch in the root folder<br>
> >    4. Open an instance of OSGeo4W Shell or its Linux counterpart navigate<br>
> >    to the root folder and run the script by typing *adf2tiff.bat*<br>
> >    5. It will start to write the Tiff files into the root folder.<br>
<span class="">> ><br>
> > Hope this helps, or goes some way to helping.<br>
> > Regards<br>
> ><br>
> > Richard.<br>
> > --<br>
</span>> > *Richard McDonnell*<br>
> > *GIS Specialist PgD GIS AssocSCSI*<br>
> ><br>
> > <<a href="http://www.opw.ie/" rel="noreferrer" target="_blank">http://www.opw.ie/</a>><br>
<div class="HOEnZb"><div class="h5">> ><br>
> ><br>
> > Email Disclaimer: <a href="http://www.opw.ie/en/disclaimer/" rel="noreferrer" target="_blank">http://www.opw.ie/en/<wbr>disclaimer/</a><br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > Qgis-user mailing list<br>
> > <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
> > List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
> > Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
<br>
</div></div></blockquote></div><br></div>