I have some lidar data, that has return strength or intensity values for an infrared beam.<br><br>the lidar data points have a density to support at least a 3 foot cell size (thanks to the results of r.in.xzy using meth=n and r.report - a great tool!).<br>
<br>Because I&#39;m working with about a 10 square mile area of interest, I found 25 foot cells to work great for watershed delineation based on a time trade off on larger cells.&nbsp; Now I want to interpolate the intensity value from lidar for the 10 sq mile area, starting at a 25 foot cell size, then working down to smaller cells for greater detail to extract smaller sized features (still working towards extracting impervious features like roads and houses).&nbsp; I suspect the intensity data may be better for house extraction, because the roofs are mostly all uniform in intensity clusters values, where with RGB the roof shingles are far to varied for it to classify them cleanly without other classes of non-roofs appearing all over the map in scattered clusters.<br>
<br>Using <a href="http://r.xyz.in">r.xyz.in</a>, I am wondering which method is the most appropriate for getting an intensity value per cell.&nbsp; Then end result is image clustering/classification from this data (comparing to the multiband true color).<br>
<br>Would &quot;method=mean&quot; make the most sense to use to assign intensity values to the cells with r.in.xyz?&nbsp; <br>and<br>which method of interpolation would be best suited to develop a high contrast &#39;intensity&#39; map?&nbsp; <br>
<br>Mark<br><br>