<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to create DEM using LiDAR ASCII GRID files in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82662#M511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new user of ArcGIS and need to create a DEM for flood mapping using LiDAR data. I downloaded a few hundreds of LiDAR asc files but dont know how to create the model.&amp;nbsp; Should I use ASCII to raster?! But each time I can only convert one asc file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question is: after conversion, a folder containing the raster file is created. So if I convert all the asc, I will have a few hundreds of folder for the raster files. My question is how I can combine all the raster into one DEM for further analysis?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.... urgent pls!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jun 2011 23:25:51 GMT</pubDate>
    <dc:creator>SamKwan</dc:creator>
    <dc:date>2011-06-12T23:25:51Z</dc:date>
    <item>
      <title>How to create DEM using LiDAR ASCII GRID files</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82662#M511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new user of ArcGIS and need to create a DEM for flood mapping using LiDAR data. I downloaded a few hundreds of LiDAR asc files but dont know how to create the model.&amp;nbsp; Should I use ASCII to raster?! But each time I can only convert one asc file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question is: after conversion, a folder containing the raster file is created. So if I convert all the asc, I will have a few hundreds of folder for the raster files. My question is how I can combine all the raster into one DEM for further analysis?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.... urgent pls!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 23:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82662#M511</guid>
      <dc:creator>SamKwan</dc:creator>
      <dc:date>2011-06-12T23:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create DEM using LiDAR ASCII GRID files</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82663#M512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ASCII to Raster tool should work for you to convert it to raster.&amp;nbsp; You can do more than one file by using the batch mode.&amp;nbsp; This can be found by right clicking the tool in ArcToolbox and choosing the 'Batch' option.&amp;nbsp; Here you can right click the input of the matrix and select all of the asc files by browsing to them.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, with ArcGIS 10 you can create a model with an iterator.&amp;nbsp; You will want to the the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000z000000.htm"&gt;Iterate Raster&lt;/A&gt;&lt;SPAN&gt; iterator and specify an 'in-line variable substitution'.&amp;nbsp; Here are some &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Examples_of_using_iterators_in_ModelBuilder/00400000001n000000/"&gt;example of using iterators in ModelBuilder&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the folders, it sounds like you are using GRID as the output format.&amp;nbsp; Its structure is made up of a lot of files within a folder.&amp;nbsp; If you have hundreds of GRID outputs, then there will be hundreds of folders.&amp;nbsp; You can specify another output format such as TIFF or IMG by changing the output extension.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82663#M512</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2011-06-13T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create DEM using LiDAR ASCII GRID files</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82664#M513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would continue with what Tim said and consider creating a series of multi point files in a geodatabase feature dataset with the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000041000000.htm"&gt;Ascii to 3d Feature Class&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Once the files are in the feature Dataset, then you can &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000001n000000.htm"&gt;create a terrain&lt;/A&gt;&lt;SPAN&gt; with them and then eventually convert the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000002t000000.htm"&gt;terrain to a raster&lt;/A&gt;&lt;SPAN&gt; if you so desire. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be sure to use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q900000025000000.htm"&gt;point file information tool&lt;/A&gt;&lt;SPAN&gt;, prior to running the two tools to obtain the point spacing.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a great series of &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2008/11/06/Lidar-Solutions-in-ArcGIS_5F00_part-1_3A00_-Assessing-Lidar-Coverage-and-Sample-Density.aspx"&gt;blog posts&lt;/A&gt;&lt;SPAN&gt; discussing terrain workflows.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-dem-using-lidar-ascii-grid-files/m-p/82664#M513</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2011-06-14T10:38:48Z</dc:date>
    </item>
  </channel>
</rss>

