<?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: How can I read Blob values from Lidar data? in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226964#M1374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the lidar imported into a multipoint feature class?&amp;nbsp; If so then the straight conversion would have to include converting the multipoint features into individual points. Once the individual points are created then perhaps the values could be read like this.&amp;nbsp; I am wondering if you have used the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015w0000005t000000"&gt;RGB symbology of the LAS files within ArcMap&lt;/A&gt;&lt;SPAN&gt; through a LAS Dataset and then try to export that into a raster. You can also export the LAS Dataset with the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000052000000"&gt;LAS Dataset to Raster tool and select RGB&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; This might actually be more time efficient, since depending on the LAS file, you may be creating millions of points from the multipoint feature class.&amp;nbsp; I have never tried this workflow, but perhaps this may get you closer to your desired output.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 10:35:45 GMT</pubDate>
    <dc:creator>JeffreySwain</dc:creator>
    <dc:date>2014-01-03T10:35:45Z</dc:date>
    <item>
      <title>How can I read Blob values from Lidar data?</title>
      <link>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226961#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've converted LAS data to the multipoint feature class using toolbox function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some fields is Blob values like "INTENSITY, COLORRED, COLORGREEN, COLORBLUE"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should use these color values and intensity values but I can not read or covert blob values to text, char, etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I read Blob values from Lidar data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226961#M1371</guid>
      <dc:creator>GucluSen</dc:creator>
      <dc:date>2013-12-19T14:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read Blob values from Lidar data?</title>
      <link>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226962#M1372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/supportcenter/2011/04/14/lacking-intensity-don-t-worry-i-know-how-to-find-it/"&gt;blog&lt;/A&gt;&lt;SPAN&gt; can help expose the fields with the BLOB characterization within them. I am more familiar with the Intensity field, but I suppose within your data that information can also be exposed.&amp;nbsp; Have you tried looking at the fields in ArcCatalog?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 10:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226962#M1372</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-12-20T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read Blob values from Lidar data?</title>
      <link>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226963#M1373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This &lt;A href="http://blogs.esri.com/esri/supportcenter/2011/04/14/lacking-intensity-don-t-worry-i-know-how-to-find-it/"&gt;blog&lt;/A&gt; can help expose the fields with the BLOB characterization within them. I am more familiar with the Intensity field, but I suppose within your data that information can also be exposed.&amp;nbsp; Have you tried looking at the fields in ArcCatalog?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use 3D lidar points and color values of these points as a priority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to convert using "LAS Dataset to Multipoint" function ; .GDB, .MDB, .shp file but I can not read INTENSITY or COLOR fields, all of them is BLOB. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using Oracle DB and using some codes from internet but I can not read these fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As logically, INTENSITY or COLOR fields keep number value between 0-255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, what is this BLOB value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I convert these BLOB values simple numbers like this;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a white lidar point;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration:underline;"&gt;l COLORRED l COLORGREEN l COLORBLUE l&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use these lidar points with CityEngine but CityEngine can not read Multipoint data GDB or SHP etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 11:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226963#M1373</guid>
      <dc:creator>GucluSen</dc:creator>
      <dc:date>2013-12-20T11:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read Blob values from Lidar data?</title>
      <link>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226964#M1374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the lidar imported into a multipoint feature class?&amp;nbsp; If so then the straight conversion would have to include converting the multipoint features into individual points. Once the individual points are created then perhaps the values could be read like this.&amp;nbsp; I am wondering if you have used the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//015w0000005t000000"&gt;RGB symbology of the LAS files within ArcMap&lt;/A&gt;&lt;SPAN&gt; through a LAS Dataset and then try to export that into a raster. You can also export the LAS Dataset with the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000052000000"&gt;LAS Dataset to Raster tool and select RGB&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; This might actually be more time efficient, since depending on the LAS file, you may be creating millions of points from the multipoint feature class.&amp;nbsp; I have never tried this workflow, but perhaps this may get you closer to your desired output.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 10:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-can-i-read-blob-values-from-lidar-data/m-p/226964#M1374</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2014-01-03T10:35:45Z</dc:date>
    </item>
  </channel>
</rss>

