Hei, I am using gdal for reading raster sources but unfortunately it only supports gridded xyz dem(doesnt support ungridded xyz dem). So i am trying to create a raster image from xyz ungridded dem so it can be read by gdal. I have already created triangles from the points using s_hull. But now i am confused how to proceed. Thanks in advance.
Asked
Active
Viewed 655 times
0
-
Have you tried using gdal_grid. – John Powell Oct 06 '14 at 06:19
-
I tried but it didnt help much. The geometry is altered. – saagn Nov 12 '14 at 22:01
-
I already have the Mesh(in geographical coordinates) which i generated using collision. I tried taking min and max of bbox of mesh and making width & height by subtracting max-min and then querying for height on all the vertices in the mesh. But it works only if they are in geographical cordinate system n not lat-long as then it can be really tiny. Any ideas how to do it ? Thanks in advance. – saagn Nov 12 '14 at 22:03