I am trying to specify the exact extent of my Raster DEM generated from LiDAR data. The lower left (origin) corner coordinates are 500000,5600000; 5m cell size; 500x500 cells, therefore upper right corner coordinates are 502500, 5602500. I can Specify Ground Extents in the NumericRasterizer, but not in the RasterDEMGenerator. Any suggestions on how to do this?
Page 1 / 1
Hi @mikek, if you once transform the DEM raster from the RasterDEMGenerator into a point cloud with a PointCloudCombiner, you can then re-create a raster by a NumericeRasterizer with setting required ground extents, I think.
Hi @mikek, if you once transform the DEM raster from the RasterDEMGenerator into a point cloud with a PointCloudCombiner, you can then re-create a raster by a NumericeRasterizer with setting required ground extents, I think.