<?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 in Streaming Analytics</title>
    <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881351#M286</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We, in the IoT department, have a bit of experience with LIDAR data in real-time use cases, not related to autonomous driving though. A couple of the use cases that we have seen are related to logistics and transportation and I have myself written a connector to bring in real-time LIDAR data from a Lidar sensor to SAS Event Stream Processing.&lt;/P&gt;
&lt;P&gt;It will be really interesting to see your experience with LIDAR.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure whether you already reached out to me as I thought I saw something but couldn't find it in my mailbox. If possible, please reach out to me again at &lt;A href="mailto:joydeep.bhattacharya@sas.com" target="_blank"&gt;joydeep.bhattacharya@sas.com&lt;/A&gt;&amp;nbsp;so that we can share our experiences.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joydeep&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 05:59:30 GMT</pubDate>
    <dc:creator>jbhattacharya</dc:creator>
    <dc:date>2023-06-19T05:59:30Z</dc:date>
    <item>
      <title>LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/793011#M259</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pulling together some data relative to LiDAR - specifically I am interested in an experiences you may have had or know of where LiDAR imaging was utilized.&amp;nbsp; I appreciate any and all information.&amp;nbsp; Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 21:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/793011#M259</guid>
      <dc:creator>BillRIoT</dc:creator>
      <dc:date>2022-01-27T21:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880117#M280</link>
      <description>&lt;P&gt;I came across this old post in Google search results. I am not sure what Bill was asking, nor the context, but if interested in experience working with LiDAR data (point cloud xyz data from LiDAR scanning) using SAS then I can relpy that SAS is surprisingly well suited for lidar data processing and complex spatial image analysis. I have a lot of experience with it. Let me know if others have similar interest/experience -- I always assumed I was the only one using SAS for LiDAR work.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 01:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880117#M280</guid>
      <dc:creator>nayon</dc:creator>
      <dc:date>2023-06-12T01:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880138#M281</link>
      <description>&lt;P&gt;Hey, Welcome to SAS communities.&lt;/P&gt;
&lt;P&gt;I would love to know more about what you are using LIDAR data for.!&lt;/P&gt;
&lt;P&gt;I was investigating it a while back: I can;t remember if I had a specific use case, but I could see s&amp;nbsp; lot of applications for it. I think its when I was looking at examples of image processing for overgrowth/foliage management for powerlines and train tracks etc. Adding that third dimension with LIDAR has so manypotential applications.&lt;/P&gt;
&lt;P&gt;Cheers, Jen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 08:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880138#M281</guid>
      <dc:creator>JJMajor</dc:creator>
      <dc:date>2023-06-12T08:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880588#M282</link>
      <description>I'm not sure what you are interested in knowing but I can describe a&lt;BR /&gt;bit about lidar data in connection to using SAS.&lt;BR /&gt;&lt;BR /&gt;There are many applications of lidar, certainly much more than I am&lt;BR /&gt;familiar with. The Wikipedia page gives a good overview.&lt;BR /&gt;&lt;BR /&gt;Analysis of lidar point cloud data can be quite complex and&lt;BR /&gt;computationally intensive when trying to do things like automate the&lt;BR /&gt;identification of spatial features. There can also be data size issues&lt;BR /&gt;which some software simply cannot deal with. SAS is capable of&lt;BR /&gt;handling both those matters if you are creative.&lt;BR /&gt;&lt;BR /&gt;Lidar data is essentially a set of xyz point coordinates along with&lt;BR /&gt;additional information for each point (each laser 'hit'). The LAS file&lt;BR /&gt;format defines various fixed length record formats. The SAS data step&lt;BR /&gt;can easily read a file outputting one record per lidar hit (one xyz&lt;BR /&gt;point). I found SAS to be very easy and convenient for programming&lt;BR /&gt;custom data manipulation and analysis. SAS executes reasonably fast --&lt;BR /&gt;slower than C code, but much faster than interpreted languages. I am&lt;BR /&gt;not aware of any SAS packages specifically designed to help perform&lt;BR /&gt;analysis of point cloud data, but SAS includes the tools to do&lt;BR /&gt;whatever is needed. The only real hangup with SAS for lidar data is&lt;BR /&gt;the lack of integer data types to take advantage of faster integer&lt;BR /&gt;math and other CPU operations flipping bits in fancy ways. My use of&lt;BR /&gt;SAS with lidar data was highly dependent on the data step hash table&lt;BR /&gt;functionality and the speed of PROC CORR for computing sums of squares&lt;BR /&gt;-- without those two things it would be cumbersome and/or slow to do&lt;BR /&gt;much analysis work with lidar data in SAS.&lt;BR /&gt;&lt;BR /&gt;I hope this is somehow helpful to you. If you need something more&lt;BR /&gt;specific you can ask me.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880588#M282</guid>
      <dc:creator>nayon</dc:creator>
      <dc:date>2023-06-14T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880977#M283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We, in the IoT department of SAS, are really interested to see your work with SAS on Lidar data. Will it be ok if we setup a meeting with you for this. You can share your email with me at joydeep.bhattacharya@sas.com&amp;nbsp;so that we can find a way to arrange this call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joydeep&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 17:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/880977#M283</guid>
      <dc:creator>jbhattacharya</dc:creator>
      <dc:date>2023-06-15T17:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881110#M284</link>
      <description>&lt;P&gt;hiya,&lt;/P&gt;
&lt;P&gt;thanks for getting back to me about your use of LIDAR data. I was really curious about what data you were analysing and for what purpose. But I can see that Joydeep from the SAS IoT division has reached out to you to find out more, so I will leave him to ask you about the details. My interest is because I have also done quite a bit of work around the use of IoT data here at SAS UK.&lt;/P&gt;
&lt;P&gt;Cheers, Jen&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 14:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881110#M284</guid>
      <dc:creator>JJMajor</dc:creator>
      <dc:date>2023-06-16T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881150#M285</link>
      <description>Jen,&lt;BR /&gt;You might look into lidar use on vehicles to scan the road helping to&lt;BR /&gt;automate driving. (Lidar can be much more precise than radar.) The&lt;BR /&gt;scan data would need to be processed in real time as it streamed in&lt;BR /&gt;with analysis to extract features from the flood of xyz points to&lt;BR /&gt;convert the stream of data into a stream of useful information.&lt;BR /&gt;&lt;BR /&gt;I don't know much about this except that there's current development&lt;BR /&gt;in that area and it sounds like fun and interesting work. You can&lt;BR /&gt;imagine that lidar and other sensory information would be used&lt;BR /&gt;together to make automated judgement calls about things like whether&lt;BR /&gt;you are about to drive into a concrete bridge abutment and what to do&lt;BR /&gt;about it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2023 16:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881150#M285</guid>
      <dc:creator>nayon</dc:creator>
      <dc:date>2023-06-16T16:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: LiDAR</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881351#M286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We, in the IoT department, have a bit of experience with LIDAR data in real-time use cases, not related to autonomous driving though. A couple of the use cases that we have seen are related to logistics and transportation and I have myself written a connector to bring in real-time LIDAR data from a Lidar sensor to SAS Event Stream Processing.&lt;/P&gt;
&lt;P&gt;It will be really interesting to see your experience with LIDAR.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure whether you already reached out to me as I thought I saw something but couldn't find it in my mailbox. If possible, please reach out to me again at &lt;A href="mailto:joydeep.bhattacharya@sas.com" target="_blank"&gt;joydeep.bhattacharya@sas.com&lt;/A&gt;&amp;nbsp;so that we can share our experiences.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joydeep&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 05:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/LiDAR/m-p/881351#M286</guid>
      <dc:creator>jbhattacharya</dc:creator>
      <dc:date>2023-06-19T05:59:30Z</dc:date>
    </item>
  </channel>
</rss>

