<?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 LIDAR DATA in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437954#M19340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping someone can help me. I have received some LAS files which I am able to bring into arcgis pro.&amp;nbsp;I have generated a stats text file for the dataset in ArcGIS Pro but while it gives me info on the types of return etc, it gives no information on the point density of the las files. Is this information available? Also do I need to save it as a text file in order to view it?&amp;nbsp; I have done the same process using Arcmap and was able to get basic information on the las dataset such as point spacing simply by calculating the statistics. I have attached a copy of the stats file I generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 10:08:50 GMT</pubDate>
    <dc:creator>PaulCreaton</dc:creator>
    <dc:date>2016-12-21T10:08:50Z</dc:date>
    <item>
      <title>LIDAR DATA</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437954#M19340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping someone can help me. I have received some LAS files which I am able to bring into arcgis pro.&amp;nbsp;I have generated a stats text file for the dataset in ArcGIS Pro but while it gives me info on the types of return etc, it gives no information on the point density of the las files. Is this information available? Also do I need to save it as a text file in order to view it?&amp;nbsp; I have done the same process using Arcmap and was able to get basic information on the las dataset such as point spacing simply by calculating the statistics. I have attached a copy of the stats file I generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437954#M19340</guid>
      <dc:creator>PaulCreaton</dc:creator>
      <dc:date>2016-12-21T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR DATA</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437955#M19341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;equivalency in functionality has been promised in PRO 1.4, in the interim, you will have to continue to use both platforms should you not find the equivalents in pro... I assume you began your search here&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/las-dataset/geoprocessing-and-las-datasets.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/las-dataset/geoprocessing-and-las-datasets.htm"&gt;Geoprocessing and LAS datasets—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 11:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437955#M19341</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-21T11:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR DATA</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437956#M19342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Many thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437956#M19342</guid>
      <dc:creator>PaulCreaton</dc:creator>
      <dc:date>2016-12-21T12:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR DATA</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437957#M19343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can, for now, click on the Analysis Tab, click on Python window and put the following line in.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #005e95;"&gt;arcpy.Describe&lt;/SPAN&gt;&lt;SPAN&gt;('&lt;/SPAN&gt;&lt;SPAN style="color: #8a581e;"&gt;lasdataset.lasd'&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN style="color: #005e95;"&gt;pointSpacing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;STRONG style=": ; color: #005e95;"&gt;It should give you an output like:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;0.6295601504583404&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to Joseph McGlinchy&amp;nbsp; (Esri),&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll let you know if I hear of another way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur Crawford - Esri&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;STRONG style=": ; color: #005e95;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 23:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437957#M19343</guid>
      <dc:creator>ArthurCrawford</dc:creator>
      <dc:date>2016-12-21T23:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: LIDAR DATA</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437958#M19344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also get the point spacing for individual&amp;nbsp;LAS files within a LAS dataset&amp;nbsp;in Pro 1.4&amp;nbsp;at a file level using Identify.&amp;nbsp;&amp;nbsp;In Map View, zoom out such that the file extents draw, then the Identify reports:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/291364_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to Clayton (Esri),&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, 27 Dec 2016 20:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/lidar-data/m-p/437958#M19344</guid>
      <dc:creator>ArthurCrawford</dc:creator>
      <dc:date>2016-12-27T20:04:05Z</dc:date>
    </item>
  </channel>
</rss>

