How to Convert a Matrix in a Geospatial Tiff in QGIS with PyQGIS - Tutorial
/Raster are matrices with geospatial reference. In order to make a finite difference model or any other model compatible with QGIS we have to process the matrix with its parameters to be represented as a spatially referenced raster. The process involves some Python scripting on the QGIS console, processing time is low and the process can be applied for many matrices without visual representation of intermediate files that saves computational time and resources.
This tutorial show the complete process of matrix construction, parameter calculation and spatially representation in the Python console of QGIS.
Read More