I have a LAS file of vegetation (trees) and a DEM(terrainmodel). I want to create a raster file of the LAS file and use rastercalculator to get tree height above ground and zero values where trees a abscent.
The result would be a raster with z height in cells(2m*2m) and null values where trees are abscent.
The raster calculation would be: vegetation raster(z, above sea level) - dem terrain model = tree height (z, real tree height) in 2m*2m cells
I don´t want to make a DEM of the LAS file since DEM is a interpolation. I just want to make a raster
I can´t use the raster calculator since my raster from LAS(tree files) have null values.
I have been using a lot of transformers without sucess
Why is that?