Page 1 of 1

[Done] A trivial but useful request

Posted: Mon Feb 11, 2013 2:50 pm
by Dimitri
Hi Daniel,

in the height grid generation procedure, would it possible to add an option creating an additional scalar field (to the new cloud) with the number of points of the original cloud that were in the projected pixel ?
For scenes with the appropriate configuration, this offers a very simple way to compute spatial variations in point density on a constant spatial basis .

Cheers

Dim

Re: A trivial but useful request

Posted: Wed Feb 13, 2013 8:04 am
by daniel
Good idea!

I'll add this to the TODO list.

Re: A trivial but useful request

Posted: Thu Feb 28, 2013 6:40 pm
by daniel
Done! It will be available in the next release.

Re: [Done] A trivial but useful request

Posted: Wed Mar 06, 2013 2:52 pm
by Dimitri
Thanks Daniel, that's going to be extremely useful.

Another non-urgent request :
I should have thought of this earlier when requesting stuff for the grid projection function, but this may be useful for users working on several multi-temporal datasets of the same site or object.

objective : project different point cloud on the same grid in order to use subsequent raster processing techniques knowing that each raster has the same origin and pixel resolution (i.e. that the center of each pixel is not offset compared to another raster).

only way to do that currently : be sure that the point clouds have exactly the same spatial extent which generally requires cutting the clouds, or doing the projection at once by selecting all the clouds (and I'm not actually exactly sure that it can be done).

2 potential solutions for a more flexible approach :
. 1 : call a previously projected raster to use its grid parameters for the projection (grid origin, pixel size and grid extent) for the function "projection" (if some parts of the cloud are outside the grid they are not projected). My preferred one as it's very easy.
. 2 : ask the user for the grid parameters : origin, extent (i.e. number of rows and columns) and resolution (already asked)

Re: [Done] A trivial but useful request

Posted: Sat Mar 09, 2013 5:19 pm
by daniel
Indeed this is a reasonable request.

Remembering the last grid parameters for each cloud is the worst from the developer point of view :D. But I guess the dialog could let the user enter its own parameters AND remember the last ones.

I'll add this to the TODO list ;)