Hi,
Someone tried to write a script to divide the total area of sparse cloud in a regular grid to generate the dense cloud. Expecially to avoid loss of data in case of some problem in very long processing.
In my mind the following process will be interesting but I need some advice to write script.
- Project with sparse cloud
- Create more new chunk based on a grid (shapefile or manual input of colums and row). So the same project duplicate for N chunks but with different bounding box, each one for one field of the grid.
- Then generate dense cloud for each chunk and saving project step by step
- Merge all the new chunk and delete the intermediate chunk
- Use this complete final chunk to DEM and orto generation.
So, please, someone can help me with this idea?
Emanuele