<?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 interpolation help using LiDAR .LAS data in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431974#M6032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I am working on comparing different methods of interpolation using LiDAR data. I have several .las files and am wondering if it is better to convert&amp;nbsp;the data to a terrain dataset or point feature class before performing the interpolations, and what are the steps for converting the data? The methods of interpolation being performed are kriging, IDW, and TIN.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2017 21:29:45 GMT</pubDate>
    <dc:creator>JosephCarter</dc:creator>
    <dc:date>2017-03-01T21:29:45Z</dc:date>
    <item>
      <title>interpolation help using LiDAR .LAS data</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431974#M6032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I am working on comparing different methods of interpolation using LiDAR data. I have several .las files and am wondering if it is better to convert&amp;nbsp;the data to a terrain dataset or point feature class before performing the interpolations, and what are the steps for converting the data? The methods of interpolation being performed are kriging, IDW, and TIN.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 21:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431974#M6032</guid>
      <dc:creator>JosephCarter</dc:creator>
      <dc:date>2017-03-01T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: interpolation help using LiDAR .LAS data</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431975#M6033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a variety of tools already built-in, including &amp;nbsp; &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/las-dataset-to-raster.htm"&gt;las-dataset-to-raster&lt;/A&gt; and this The whole &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/las-dataset/what-is-a-las-dataset-.htm"&gt;las toolset &lt;/A&gt;and tools on the &lt;A href="http://www.arcgis.com/home/item.html?id=fe221371b77940749ff96e90f2de3d10"&gt;scripts site&lt;/A&gt;&amp;nbsp;that might help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 21:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431975#M6033</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-01T21:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: interpolation help using LiDAR .LAS data</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431976#M6034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going around in circles trying to decide what you're trying to do. Are you trying to improve upon the existing methods of interpolating LAS point cloud points to DEM/DTM surfaces, or just end up with such a surface? The input for the interpolations you mention are points, so I would suggest converting your LAS points (or a subsample) to points, although doing so directly may be tricky using only ArcGIS, if it's possible at all. The beauty of the LAS dataset is that you don't have to deal with the entire point cloud, since it's been interpolated already (or at least it will be once you export it to a raster).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 22:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431976#M6034</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-03-01T22:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: interpolation help using LiDAR .LAS data</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431977#M6035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, dozens of questions. LAS, has it already been classified, ground, non-ground, etc etc. Have you looked at the LAS to see if there are some unwanted spikes. This happens quite a lot. Classifying LAS can be a bit of a black art.&lt;/P&gt;&lt;P&gt;If LAS to Raster, which also offers IDW, NN interp, and options on how to fill holes.&lt;/P&gt;&lt;P&gt;If you want to specifically test Kriging (why), IDW etc, then load the LAS into a point feature and go from there.&lt;/P&gt;&lt;P&gt;But also use the LAS dataset tools to do a bit of QC on the LAS first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 07:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/interpolation-help-using-lidar-las-data/m-p/431977#M6035</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-03-02T07:18:53Z</dc:date>
    </item>
  </channel>
</rss>

