<?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 Re: Matching up two different LiDAR datasets in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763501#M44</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you starting with the raw LAS pointcloud file or a processed bare earth raster?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 18:49:18 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2016-10-11T18:49:18Z</dc:date>
    <item>
      <title>Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763500#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! I am trying to compare two different LiDAR data sets to look at soil erosion. I am fairly new to using LiDAR and have hit a snag. The two datasets have different resolution, with one being roughly .4 meters and the other almost 1 meter. With the varying resolutions I cannot properly match them up to use things like raster calculator. How do I reduce the resolution of one dataset to match the other? Or am I going about this solution wrong? Any help or suggestions greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:30:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763500#M43</guid>
      <dc:creator>MichaelMadsen1</dc:creator>
      <dc:date>2016-10-11T18:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763501#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you starting with the raw LAS pointcloud file or a processed bare earth raster?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763501#M44</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-10-11T18:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763502#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Well I have created a bare earth raster from the raw LAS pointcloud file but the pixels are not lining up.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763502#M45</guid>
      <dc:creator>MichaelMadsen1</dc:creator>
      <dc:date>2016-10-11T18:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763503#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess would be to set the sampling type to CELLSIZE and set the sampling value to 1 for both in the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000052000000"&gt;LAS Dataset to Raster&lt;/A&gt; tool. The tool also honors the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001w0000001s000000"&gt;Cell Size&lt;/A&gt; and &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001w0000000m000000"&gt;Snap Raster&lt;/A&gt; environments, so you can try setting those to be double sure that the rasters match exactly..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 20:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763503#M46</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-10-11T20:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763504#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Another process that might work would be to take the raw lidar point clouds and add them to mosaic datasets with a filter of ground only. &amp;nbsp; &amp;nbsp; Give both the same point size (smallest) and use triangulation instead of binning. &amp;nbsp;Then add an arithmetic function to one&amp;nbsp;&lt;/SPAN&gt;to minus the other, that will give you a difference image you can export. &amp;nbsp;&amp;nbsp;Have it set to bilinear interpolation for the mosaic dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur Crawford - Esri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763504#M47</guid>
      <dc:creator>ArthurCrawford</dc:creator>
      <dc:date>2016-10-11T21:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763505#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked perfectly, the mosaics line up great and I was able to carry out a minus function.Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 19:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763505#M48</guid>
      <dc:creator>MichaelMadsen1</dc:creator>
      <dc:date>2016-10-12T19:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Matching up two different LiDAR datasets</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763506#M49</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked for you! &amp;nbsp; I work with mosaic datasets to extract buildings and tree from lidar. &amp;nbsp; Check out my blog&amp;nbsp;&lt;A href="https://community.esri.com/people/acrawford-esristaff/blog/2016/07/18/arthurs-feature-extraction-from-lidar-dems-and-imagery"&gt;https://community.esri.com/people/acrawford-esristaff/blog/2016/07/18/arthurs-feature-extraction-from-lidar-dems-and-imagery&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 19:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/matching-up-two-different-lidar-datasets/m-p/763506#M49</guid>
      <dc:creator>ArthurCrawford</dc:creator>
      <dc:date>2016-10-12T19:58:13Z</dc:date>
    </item>
  </channel>
</rss>

