• Login
sketchucation logo sketchucation
  • Login
πŸ”Œ Quick Selection | Try Didier Bur's reworked classic extension that supercharges selections in SketchUp Download

How to use this type of data

Scheduled Pinned Locked Moved SketchUp Discussions
sketchup
32 Posts 5 Posters 3.1k Views 5 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    sepo
    last edited by 18 Sept 2011, 22:31

    I would appreciate if somebody could advice on how one can convert LiDAR data into meaninfull 3d model. Is there a specialist software or plugins for max or other software.

    Also any idea how to create models from satelite based high resolution stereo image frames.

    Any Help would be appreciated.

    1 Reply Last reply Reply Quote 0
    • C Offline
      Chris Fullmer
      last edited by 18 Sept 2011, 23:02

      LiDar normally comes with their own software when you rent the lidar unit to convert their data into a 3d model of some sort.

      I don't know how to convert stereoscopic images into 3d data. That would be cool. Seems like there are some users around who have a lot of background with this though.

      Lately you've been tan, suspicious for the winter.
      All my Plugins I've written

      1 Reply Last reply Reply Quote 0
      • T Online
        TIG Moderator
        last edited by 19 Sept 2011, 09:34

        @unknownuser said:

        LIDAR data is usually available in four different forms: contours, digital elevation models, edited points, and raw points. The contour data is in shapefile format. The digital elevation models are in the USGS DEM format. The point data - both raw and edited - are in ASCII CSV (comma separated value) files.

        The DEM is directly importable into a SKP.
        There are several scripts to import CSV and make a triangulated mesh from the points.
        Not sure about 'shapefile' πŸ˜•
        In what format is your data ?
        If it's a LAS format then http://geocue.com/ might do a free converter to other formats.
        http://www.cs.unc.edu/~isenburg/lastools/ also have some tools like las2dem, las2tin, las2txt etc

        TIG

        1 Reply Last reply Reply Quote 0
        • S Offline
          sepo
          last edited by 19 Sept 2011, 14:49

          Thank you Both Chris and Tig.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sepo
            last edited by 23 Sept 2011, 20:54

            Tig

            Which scripts would be for triangulating mesh from the points. I have just discovered that LiDAR data can come as points (.dxf).

            1 Reply Last reply Reply Quote 0
            • T Online
              TIG Moderator
              last edited by 23 Sept 2011, 21:15

              If the DXF file contains CAD Points they'll import in Pro as Cpoints [aka Guide-points].
              Then use a tool like my 'Triangulate Points' tool... http://forums.sketchucation.com/viewtopic.php?p=301274#p301274 to make a mesh from those preselected cpoints...

              If you have the cpoints in a plain TXT file of XYZ values or as CSV/TSV etc, then Didier Bur has a tool to import and then mesh those in one go...
              Search the Plugins Index for such tools...

              TIG

              1 Reply Last reply Reply Quote 0
              • S Offline
                sepo
                last edited by 23 Sept 2011, 21:27

                Yes the file imports in SU as bunch of cpoints....I will try your triangulate plugin. Thanks again.

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sepo
                  last edited by 24 Sept 2011, 12:23

                  Well... I installed your plugin and it starts triangulating but after small amount of time SU goes into non responsive mode. I do not know if there is issue of number of points that SU can handle. I tried it on couple of different comps on SU 8. (64 bit Windows 7 ; dual 6 core, 32 Gb Ram , Nvidia Quadro 4000 GPU)

                  1 Reply Last reply Reply Quote 0
                  • T Online
                    TIG Moderator
                    last edited by 24 Sept 2011, 13:45

                    Unless a there are problems reported in the Ruby Console it doesn't necessarily mean it's broken, because Sketchup goes non-responsive doesn't mean it's stopped.
                    Let it run for a while and have a coffee and some cake.
                    When you come back you can always kill the process if it's not finished.
                    How many points are there?
                    With thousands of points it could take many many minutes to work out the mesh.
                    As every point has to be checked against every other to speed it up you could select approx 25% of the points [with a slight overlap] and make 4 meshes in 4 steps- it will be considerably faster than 1/4... On completion you then tidy them back up.
                    Another issue is that the points might be far far away from the origin and cause Sketchup/OpenGL issues ? If so select all of the cpoints imported and Move then to "[0,0,0]", and retry...

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sepo
                      last edited by 24 Sept 2011, 17:39

                      Here is how it looks like.


                      test render small.jpg

                      1 Reply Last reply Reply Quote 0
                      • T Online
                        TIG Moderator
                        last edited by 24 Sept 2011, 17:41

                        πŸ‘Š Imported points data using delauney methods will 'melt' vertical objects as it needs to triangulate facets... some of which won't be what you'll expect.
                        If you can filter out the buildings in CAD and then export the 'site' mesh points that gives better results... πŸ˜•

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sepo
                          last edited by 24 Sept 2011, 17:44

                          Is there other method of triangulating which would be better for buildings.... as I am after buildings really?

                          1 Reply Last reply Reply Quote 0
                          • S Offline
                            sepo
                            last edited by 24 Sept 2011, 17:46

                            I managed to do it but using SU8 on the Mac side. SU7 has no such problem on Vista. Kind of interesting.
                            It took nearly 3 hours and SU did not go non-responsive in both instances. Coffee was good and cake very moist.
                            The mesh turn out in not very usable state as buildings look like they are melting....maybe good for some Sci-Fi environment.....this Lidar data is kind of disappointing.
                            The file had 40406 points ... It created 80000 triangles.

                            1 Reply Last reply Reply Quote 0
                            • T Online
                              TIG Moderator
                              last edited by 24 Sept 2011, 17:50

                              Not that I know of - the problem is working out which points make a facet.
                              IF the points are in a file and they are always arranged in sets so that they define a triangular face - like in many OBJ files - then it's much easier to replicate those facets in a SKP...
                              Unfortunately, the DXF data gets muddled once it's imported.
                              Are there any other file formats like csv/tsv/txt you can get the points data in?
                              These could be read into a SKP much more readily that a DXF... πŸ˜•

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                sepo
                                last edited by 24 Sept 2011, 17:52

                                I see....I need to check if there are any other file types available.

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sepo
                                  last edited by 24 Sept 2011, 18:01

                                  Hmmm... It does not appear to be available. I was wondering if maybe this is all driven for Autodesk Map

                                  1 Reply Last reply Reply Quote 0
                                  • N Offline
                                    notareal
                                    last edited by 24 Sept 2011, 18:17

                                    You could try meshlab http://www.meshlab.org/ http://meshlabstuff.blogspot.com/

                                    Welcome to try [Thea Render](http://www.thearender.com/), Thea support | [kerkythea.net](http://www.kerkythea.net/) -team member

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sepo
                                      last edited by 24 Sept 2011, 18:51

                                      Thanks Notareal but as far as I know Meshlab does not import .dxf/dwg.

                                      1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        Chris Fullmer
                                        last edited by 25 Sept 2011, 00:19

                                        What does it export? If it will take any other sort of standard file type - csv, obj, anything?, maybe we can write an exporter for it.

                                        Lately you've been tan, suspicious for the winter.
                                        All my Plugins I've written

                                        1 Reply Last reply Reply Quote 0
                                        • N Offline
                                          notareal
                                          last edited by 25 Sept 2011, 04:58

                                          @sepo said:

                                          Thanks Notareal but as far as I know Meshlab does not import .dxf/dwg.

                                          You don't get the LiDAR data in any other format? That unfortunate as meshlab is indeed a very good program to handle point clouds.
                                          Meshlab
                                          import:PLY, STL, OFF, OBJ, 3DS, COLLADA, PTX, V3D, PTS, APTS, XYZ, GTS, TRI, ASC, X3D, X3DV, VRML, ALN
                                          export:PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, DXF, GTS, U3D, IDTF, X3D
                                          Point Clouds support. Now 3D files that are composed only by points are well supported in PLY and OBJ format.

                                          Welcome to try [Thea Render](http://www.thearender.com/), Thea support | [kerkythea.net](http://www.kerkythea.net/) -team member

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            1/32
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement