Hi all,
I try to export a DEM from a point cloud using the rasterize tool, together with the height std dev and other scalar fields.
I can find the height and the scalar fields in the output raster, but impossible to see the height std dev. Is there some trick to get this or is it a bug?
cheers,
Jules
Rasterize std dev height
Re: Rasterize std dev height
Hi,
Actually the options in the 'Export per-cell statistics as SF(s)' section are only for the buttons above (Export cloud and Export mesh).
The Raster export has its own dialog and options when you click on it.
One (dirty) option is to export the grid as a cloud with all these additional scalar fields, and then to run the Rasterize tool again. It may be necessary to slightly shift the raster grid starting point (with the 'Edit grid' option at the top) to avoid some issues due to the fact that the grid and the cloud will have exactly the same spatial frequency.
Actually the options in the 'Export per-cell statistics as SF(s)' section are only for the buttons above (Export cloud and Export mesh).
The Raster export has its own dialog and options when you click on it.
One (dirty) option is to export the grid as a cloud with all these additional scalar fields, and then to run the Rasterize tool again. It may be necessary to slightly shift the raster grid starting point (with the 'Edit grid' option at the top) to avoid some issues due to the fact that the grid and the cloud will have exactly the same spatial frequency.
Daniel, CloudCompare admin
Re: Rasterize std dev height
got it! Thanks Daniel