.
Calcula curvas hipsométricas para feições da camada de polígonos e salva como CSV para futuro processamento.
DEM to analyze
[raster]Boundary layer
[vector: polygon]etapa
[number]Distância entre as curvas
Padrão: 100.0
Use % of area instead of absolute value
[boolean]Write area percentage to “Area” field of the CSV file instead of absolute area value.
Padrão: Falso
Caminho de saída
[Diretório]Directory where output will be saved. For each feature from input vector layer CSV file with area and altitude values will be created.
File name consists of prefix hystogram_
followed by layer name and feature
ID.
processing.runalg('qgis:hypsometriccurves', input_dem, boundary_layer, step, use_percentage, output_directory)
Calcula estatísticas básicas da camada raster.
Camada de Entrada
[raster]Camada de análise.
Análise dos resultados no formato HTML
Valor mínimo
[número]Valor minímo da célula
Valor máximo
[número]Sum
[number]Mean value
[number]valid cells count
[number]No-data cells count
[number]Standard deviation
[number]processing.runalg('qgis:rasterlayerstatistics', input, output_html_file)
Calculates some statistics values for pixels of input raster inside certain zones, defined as polygon layer.
Following values calculated for each zone:
mínimo
máximo
Soma
Contagem
Média
Variância
Camada de análise.
Raster band
[number]Number of raster band to analyze.
Padrão: 1
Vector layer containing zones
[vector: polygon]Output column prefix
[string]Prefix for output fields.
Padrão: _
Load whole raster in memory
[boolean]Determines if raster band will be loaded in memory (True
) or readed by
chunks (False
). Useful only when disk IO or raster scanning inefficiencies
are your limiting factor.
Padrão: True
processing.runalg('qgis:zonalstatistics', input_raster, raster_band, input_vector, column_prefix, global_extent, output_layer)