I'm new to python programming, and I'm just wondering if it is possible to create a regular grid with a resolution of 0.5 by 0.5 m using LiDAR points.
My data is in LAS format (reading from the liblas import file as lasfile), and they have the following format: X, Y, Z. Where X and Y are the coordinates.
The points are arranged randomly, and some pixel is empty (NAN value), and in some pixel more than one point. Where there is more than one point, I want to get the average value. In the end, I need to save the data in TIF format or Ascii format.
I am studying the osgeo module and GDAL, but I honestly say that I do not know if the osgeo module is the best solution.
I am very happy for helping with some code that I can learn and implement,
Thanks to Advance for the help I really need .
I do not know how best to get a grid with these parameters.
Gianni spear
source share