Announcement

Collapse
No announcement yet.

Working with Lidar data in WW

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Yes, the app is contained in the branch.

    Comment


    • #17
      Here are some recent updates and current directions. We have been working on segmentation of the unorganized point cloud data in an attempt to isolate structures like buildings from the lidar data and generate explicit boundary representations for them. This effort begins by defining filters that utilize the various per-point attributes in an attempt to extract just those points that are likely to be buildings. Our friends from the City of Springfield, Oregon have been developing some very nice filters for that part of the process. Given the (still spatially unorganized) points that pass through those filters, I send them through an implementation of the DBSCAN algorithm to collect individual objects together into so-called "clusters". Each cluster then corresponds to a building. The points in the building cluster are still spatially unorganized, so I create "Partitioned Neighborhoods" (PNs) for each point in a cluster. These PNs allow me to determine first what the boundary points of the cluster are, then I can also use the PNs to initiate a spatial ordering of the identified boundary points into a set of edges that completely bound the cluster/building. The boundaries tend to be a bit noisy and have excessive numbers of points, so I am currently experimenting with a set of postprocessing filters that use various strategies to thin out vertices, refine edge geometry, and sharpen corners. This work is ongoing, as I am still exploring how best to tune these individual postprocessing filters as well as determine the best way they can operate - in unison, one after the other, etc.

      Comment


      • #18
        Hello,

        I work for the dod and have the same needs to work with Lidar within my ww application. Can you please provide a link to the respository location where the source code for ingesting Lidar data is stored. (Myspringfield)

        Thanks
        Manu

        Comment


        • #19
          Originally posted by j0landre View Post
          We have seen your work for some time. Congratulations for this great job. It has allowed us to test the Sprinfield data lying on the display that you have made on your site.
          Finally, we have developed our own solution to display a point cloud.
          For the moment, we are able to color points by intensity, filezilla uc browser rufus classification and elevation.
          In input, we are opening two kind of file :
          - A las file associated to a proj4 file (for the projection),
          - A txt file which contains xyzRGB points.

          You can see what we are displaying in the screenshots below.

          We also would like to know the maximum file size you are able to open / display in your WWJ app.

          Thank you Mr Miller.
          There are two programs documented on the site that can be run: one is a World Wind application that displays the point cloud georeferenced on the globe; the other is a standalone application that offers many of the same interactive capabilities. This non-world wind application is useful for at least two reasons: (i) much larger lidar files (and/or much larger subsets of given files) can be displayed, and (ii) many lidar files do not contain information describing their coordinate projections and hence cannot be reliably placed on the globe.
          Last edited by kiliyatsia; 07-28-2019, 09:48 PM.

          Comment


          • #20
            well,the thing is,With a quad core,yes with quad core and fiber optic 200MB downloaded the main default file and took just 20 minute break,just 20 minutes. Omegle Nothing on the first app.The WW app loaded fast but no lidar data. https://omegle.site/

            Comment


            • #21
              Nice Work Jim.

              Comment


              • #22
                I thank you for the information! I was looking for and could not find. You helped me!

                Comment


                • #23
                  We have been working on segmentation of the unorganized point cloud data in an attempt to isolate structures like buildings from the lidar data and generate explicit boundary representations for them. - https://www.reikiofaustin.com/services

                  Comment

                  Working...
                  X