Skip to main content

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?

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.

@takashi Brilliant! This is something I've struggled with for a while now, thank you very much.

 


Reply