<?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: Correcting Positioning for LiDAR Datatset in ArcGIS Image Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568394#M243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that once you have the data as a raster you could determine the sift by splitting the problem into two: X and Y direction. For X direction you create a raster that define the slope (Rise/Run) in X direction. Set to NoData all values where abs(value) is below a threshold (eg 1 for 45deg). ShiftX = HeightDifference / X direction slope. Repeat similar for Y direction. I don't know of a function pre-written that does this. Once created you could just select any area and the average of the resulting pixels should be the shift to be applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2020 23:46:27 GMT</pubDate>
    <dc:creator>PeterBecker</dc:creator>
    <dc:date>2020-05-01T23:46:27Z</dc:date>
    <item>
      <title>Correcting Positioning for LiDAR Datatset</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568392#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am analyzing multiple LiDAR datasets looking at the changes between pre-wildfire and post-wildfire topography. The datatsets are of the same general location. I did not acquire the datasets on my own, so I am not the one who originally reduced the raw data from the instrument, which is part of my issue as I was not the individual to verify horizontal control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am having is that the datasets are, in general, slightly offset from one another. This poses a major problem for generating a comparison (raster subtraction) looking at elevation change. When I process such a comparison, the offset is more apparent on south facing slopes because they are steeper. I have included an illustration of my issue below. As is evident, the south facing slopes show a characteristic false positive change in elevation and the north facing slopes show a characteristic false negative change in elevation, though it is less drastic because the north facing slopes are not as steep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hopeful that someone with experience can shed some light on a possible solution to this issue. Of course, the datasets can be shifted using the georeferencing toolbar, but I would just be guessing at the correct shift. I am looking for a systematic way of handling the shift. Possibly finding the corner of some landmark and using that point to align the datasets.&lt;IMG __jive_id="490121" alt="LiDAR" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/490121_lidar_issue.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568392#M241</guid>
      <dc:creator>JamesStewart-Moore1</dc:creator>
      <dc:date>2020-04-27T18:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting Positioning for LiDAR Datatset</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568393#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;This raises a few questions - I will try to advise but can you clarify this:&lt;/P&gt;&lt;P&gt;You say "lidar" but it's apparent you're talking about elevation files, presumably raster format (not TINs) - is that correct?&amp;nbsp; Do you have the lidar data, or were you given the raster elevation files?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what is the resolution of the elevation rasters, and is their misalignment more than one pixel, or a fraction of a pixel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be cautious about moving either dataset unless the precise positioning of your output results is not critical.&amp;nbsp; Ideally you should have accuracy information for both datasets - a specification and an accuracy report - then presuming you have lidar in LAS (point cloud) format, I'd extract your own elevation surfaces from the lidar and ensure those are pixel aligned before doing the before/after comparison ("pixel aligned" refers to both the raster resolution and also the precise placement of the pixels.&amp;nbsp; This can be done in ArcGIS, but if you were given raster files,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cody B.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 22:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568393#M242</guid>
      <dc:creator>CodyBenkelman</dc:creator>
      <dc:date>2020-05-01T22:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting Positioning for LiDAR Datatset</title>
      <link>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568394#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that once you have the data as a raster you could determine the sift by splitting the problem into two: X and Y direction. For X direction you create a raster that define the slope (Rise/Run) in X direction. Set to NoData all values where abs(value) is below a threshold (eg 1 for 45deg). ShiftX = HeightDifference / X direction slope. Repeat similar for Y direction. I don't know of a function pre-written that does this. Once created you could just select any area and the average of the resulting pixels should be the shift to be applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 23:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-analyst-questions/correcting-positioning-for-lidar-datatset/m-p/568394#M243</guid>
      <dc:creator>PeterBecker</dc:creator>
      <dc:date>2020-05-01T23:46:27Z</dc:date>
    </item>
  </channel>
</rss>

