Merge v1.5 #2

Merged
florent merged 5 commits from develop into master 2024-11-10 15:43:36 +01:00
Showing only changes of commit e0bcb484c5 - Show all commits

View File

@ -44,10 +44,12 @@ def get_grid(spatial, step):
Parameters
----------
spatial : array (m, n)
The spatial point cloud or the corresponding bounding box to grid.
The spatial point cloud or the corresponding bounding box to
grid.
step : number or array or tuple
The step of the grid, can be a number to get an isotropic grid, or an
iterable of size 3 (required) to get an anisotropic grid.
The step of the grid, can be a number to get an isotropic grid,
or an iterable of size 3 (required) to get an anisotropic grid.
Value can be `None` to define an undivided axis.
Returns
-------