<div dir="ltr">Hey,<div><br></div><div>not very original question :</div><div>I would like to convert parts of a point cloud into a raster.</div><div><br></div><div>I'm under the impression that currently this is more easily done outside PostGIS (with grass, gdal, R, or wathever).</div>
<div><br></div><div>I this simple process a good idea?</div><div><br></div><div>for each small part of point cloud (a patch)</div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>get spatial extend</div>
</blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>generate a raster covering this extand with givenpixel size and given bands</div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
for pixel which intersects a point, set pixel band values with point attributes<br></blockquote><br></div><div>Then (optionnal)</div><div>for each raster</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>use efficient image processing code to interpolate</div><div><br></div></blockquote>Cheers,<br><div>RĂ©mi-C</div></div>