<?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: LiDAR - data storage and management in SDE in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438042#M14714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty sure that most wouldn’t store massive LiDAR data into SDE, especially, in production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, managing LiDAR is very much similar to any raster imagery and terrain data (DEM), which are usually managed in FGDB via Mosaic Dataset model, even though you can still use enterprise GDB.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Nov 2014 04:49:06 GMT</pubDate>
    <dc:creator>larryzhang</dc:creator>
    <dc:date>2014-11-23T04:49:06Z</dc:date>
    <item>
      <title>LiDAR - data storage and management in SDE</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438041#M14713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone storing raw LiDAR data in SDE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438041#M14713</guid>
      <dc:creator>PhilipHealey</dc:creator>
      <dc:date>2014-11-19T03:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR - data storage and management in SDE</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438042#M14714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty sure that most wouldn’t store massive LiDAR data into SDE, especially, in production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, managing LiDAR is very much similar to any raster imagery and terrain data (DEM), which are usually managed in FGDB via Mosaic Dataset model, even though you can still use enterprise GDB.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 04:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438042#M14714</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2014-11-23T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR - data storage and management in SDE</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438043#M14715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438043#M14715</guid>
      <dc:creator>PhilipHealey</dc:creator>
      <dc:date>2014-11-27T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR - data storage and management in SDE</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438044#M14716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LiDAR data is a pointcloud, from which you can derive raster data. LiDAR data is normally provided as LAS files. You do not want to store the point clouds in your SDE database. In ArcGIS you work with LAS data using LAS datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some links:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is lidar: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000041000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000041000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;A quick tour of lidar in ArcGIS: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000066000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//015w00000066000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;Creating a LAS Dataset: &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_a_LAS_dataset/015w0000005r000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Creating_a_LAS_dataset/015w0000005r000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438044#M14716</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-27T17:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR - data storage and management in SDE</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438045#M14717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In some cases, users may still want to store LAS datasets in SDE, even though this approach is not common, especially, in research projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, after importing from LAS files, the low-level security of LAS datasets can still be managed via SDE, just like Mosaic Datasets, even though not common. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++++++++&lt;/P&gt;&lt;P&gt;On LAS datasets imported from LAS files, there are some disadvantages. For example, ArcGIS couldn't do any helps diectly for LAS data files. In other word, the high quality of LAS data files are required, before loading into LAS datasets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the blog at &lt;A href="https://community.esri.com/migration-blogpost/1815"&gt;Noise Removal and Manual Classification in LAS Cloud&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 11:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/lidar-data-storage-and-management-in-sde/m-p/438045#M14717</guid>
      <dc:creator>larryzhang</dc:creator>
      <dc:date>2014-11-28T11:00:58Z</dc:date>
    </item>
  </channel>
</rss>

