QGIS plugin for working with AERIUS IMAER files
Relate IMAER layers to one another by calculating the difference, sum or maximum values of the receptor’s deposition values.
You will need at least 2 IMAER layers, loaded with the Import IMAER GML tool.
calculation type
(difference, sum or maximum).layer name
input widget.A new memory layer will be created, holding all receptors from the input layers. In case a receptor only exists in one of the layers, the calculation will use the value 0 for the missing receptor.
The generated memory layer will have a predefined, 2 color style showing positive or negative values. This style can of course be changed with standard QGIS functionality.
Output layers will have the same deposition fields as the IMAER layers so they can be used with this relate function as well. For example for summarizing more than 2 layers.
The relate functions are also available as algorithms in the processing toolbox. These can be used in a more generic way, for example combined with other algorithms in a model. And it’s possible to call them from a Python script.
difference
operation works on 2 layers, but the sum
and maximum
can work
on up to 5 layers.