I'm trying to make a raster from an LAS dataset. I want to only use points classified as ground, but I can't figure out how to do this. What I've tried is:
- Create LAS dataset from 2 .las files.
- Filter dataset on ground using LAS Dataset to raster tool.
- Pick the dataset and use linear interpolation on average cell assignment type.
The result is a raster with all points including non-ground points.
When I'm in the LAS Dataset to raster tool I'm choosing an external file that doesn't get affected from what I've done in the LAS Dataset toolbar. How do I make the filter affect the dataset before turning it into a raster?
When using LAS to Multipoint then Point to raster I don't get the option to interpolate the data as in LAS Dataset to raster.
When using LAS Dataset to raster with minimum cell assignment type it does a poor job at eliminating buildings.
When creating mosaic dataset (this is probably a noob misstake) I get two errors:
"Insufficient information from raster/raster dataset. Could not update mosaic" "The footprint extent is completely outside the domain extent of the mosaic dataset's coordinate system"
– Johan Feb 17 '15 at 10:25