I need to import around 100 .laz files and I was wondering if there is a way to load them in all at once. I'd like to avoid having 100 lidar import nodes piping into a 1 merge node. It's time consuming and messy. See my image attached where I've made a start.
Is there a fast smart and clean way to do this?
Please let me know if you know!!
Thanks!
P.S if you have any other hot tips or LiDAR art reference please share them with me
you can use TOP Geometry SOP then utilize TOPs to load geometry from all your files (File Pattern TOP -> Lidar Import SOP -> Geometry Import TOP) just make sure you pass the geo as Geometry attributes rather than Files to avoid polluting your disk space
here is example loading all houdini's default .bgeo files
Sorry I'm very new to TOPs, I might need my hand held a little bit on this one.
I tried swapping the path and the file type in the "Pattern" section of the filepattern1 node but it seems to have broken. I'm not sure what you mean about passing the geo as geometry attributes rather than Files. I played around with a few of the settings but I couldn't get it to work.
the example I posted is loading standard bgeo files using File SOP it was an example of a setup from technical point of view, and also I didnt have .laz files laying around
to make it work for .laz files your pattern should be fine, but you need to use Lidar Import SOP instead of File SOP so replace this: /obj/geo1/topgeometry1/sopnet1/file1 with a fresh Lidar Import and put the same `@pdg_input`in the File parm and adjust other parms or the sopnet accordingly to however you want the lidar to be processed after loading before its merged with others
to edit your settings dive in here /obj/geo1/load_lidar_files select one of the workitems on geometryimport node then dive one more level into /obj/geo1/load_lidar_files/load_an_process_individual_files_here and edit the parms on lidarimport1
I really appreciate your efforts mate but unfortunately I can't get this to work on my end. I thought all I would need to do is swap the paths over and the files would load in. Can you see any issue with my file path?
are you seeing errors or something? maybe also look into TOPs in general, you may be missing having your Current Workitem selected when tweaking per workitem SOPnet or something similar
but outside of TOPnet it should cook all workitems automatically and output the merged geo