Skip to main content
Solved

How can I set the raster extent in the RasterDEMGenerator? Similar to Specify Ground Extents in the NumericRasterizer?

  • November 15, 2016
  • 2 replies
  • 113 views

Forum|alt.badge.img+3

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?

Best answer by takashi

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • Best Answer
  • November 16, 2016

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.


Forum|alt.badge.img+3
  • Author
  • November 16, 2016

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.