Hello
How can I remove these little holes from my dtm. The data is from drone photos. I have open areas for which I want a high resolution. I can't use all the points because there are trees overhanging the edges sometimes.
Any suggestions?
Regards
Cam
lastile -i *.laz -rescale 0.01 0.01 0.01 -tile_size 100 -buffer 10 -odir poop -olaz -cores 23
lassort -i poop/*.laz -odix _s -olaz -cores 23
lasground_new -i poop/*_s.laz -wilderness -compute_height -odix g -olaz -cores 23
lasclassify -i poop/*_sg.laz -odix c -olaz
lastile -i poop/*_sgc.laz -remove_buffer -tile_size 100 -buffer 10 -keep_class 0 1 2 3 9 -odir "k:/uav_process/lastools/bin/poop2" -olaz -cores 23
blast2dem -i poop2/*.laz -step 0.05 -use_tile_bb -obil -cores 23
lasgrid -i poop2/*.bil -merged -step 0.05 -ocut 18 -odix %file_name%_dtm_fine -odir "k:/uav_process/output/%file_name%" -otif