Oslandia / albion

Migrated to: https://gitlab.com/Oslandia/albion
https://gitlab.com/Oslandia/albion
GNU General Public License v3.0
49 stars 17 forks source link

Export raster #126

Closed lbartoletti closed 4 years ago

lbartoletti commented 4 years ago

This function allows to export a raster from the holes based on the triangulation performed by cell.

When creating the cell, it adds two materialized views including all the points of the holes for the levels/formations and the triangulation associated with it.

From there we could export the rasters with the algorithms present in QGIS such as TIN interpolation. However to keep the aspect of the triangulation as we have done, I have added a feature that interpolates the Z value according to the Xspacing and yspacing values.

New menu Albion->Export raster

image

Select parameters:

image

It will export 4 rasters:

image

lbartoletti commented 4 years ago

You have to apply your style on DEM (Singleband pseudocolor here)

image

vmora commented 4 years ago

@lbartoletti looks god to me.