I am attempting to create a DEM for a raster large dataset, with over 500 .las files. Within the las2dem
tool, within the LAStools toolbox there is not an option to select an entire folder, nor can you do so manually.
Thus, I tried creating a DEM for each file; however, an output was not generated. I saved both the file location and directory, but got no output. How do I use this tool?
Also I attempted to merge some of my .las files together using the lasmerge
tool and got no output. I also ensured the file location an directory was saved properly.
3 Answers 3
Create a LAS dataset. You can add files to this dataset by folder, so you don't have to manually add all 500 files. Use the "LAS Dataset to Raster" tool. It will give you a raster from the input.
-
We focused explaining why OP's workflow did not work and you provided a clean solution (+1).Andre Silva– Andre Silva2018年05月03日 22:46:09 +00:00Commented May 3, 2018 at 22:46
I am attempting to create a DEM for a raster large dataset, with over 500 las files. Within the "las2dem" tool, within the LAStools toolbox there is not an option to select an entire folder, nor can you do so manually.
You can automate processing multiple .las files with the LAStools Production toolbox which will take folders and wildcards as inputs parameters. See more in this post: Clipping from a tiled LAS dataset with LASTools (for ArcGIS)
About las2dem
and lasmerge
are not working we need more details, for example, how did you set them (the command-line parameterization)?
Nonetheless, I suggest reading the following posts:
Yep. The LAStools toolbox is for single files. The LAStools Production toolbox is for many of files (i.e. usually a folder of tiles).
Explore related questions
See similar questions with these tags.