24.2.4. Miscelânea de Raster
24.2.4.1. Construir Visão geral (Pirâmides)
Para acelerar o tempo de renderização de visões de camadas as pirâmides podem ser criadas. As visões gerais são cópias de resolução mais baixa dos dados que o QGIS usa dependendo do nível de zoom.
This algorithm is derived from the GDAL addo utility.
Default menu:
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[raster] |
Camada raster de entrada |
Remove all existing overviews |
|
[boolean] Padrão: Falso |
Removes existing overviews from the raster. By default these are not removed. |
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Overview levels |
|
[string] Default: ‘2 4 8 16’ |
Define o número de níveis de visão geral calculados pela resolução original da camada de rastreio de entrada. Por padrão, 4 níveis serão levados em consideração. |
Resampling method Opcional |
|
[enumeration] Padrão: 0 |
Calculates the overviews with a defined resampling method. Possible resampling methods are:
|
Overviews format Opcional |
|
[enumeration] Padrão: 0 |
The overviews can be stored internally, or externally as GTiff or ERDAS Imagine file. By default the overviews are stored in the output raster. Possible formats methods are:
|
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Pyramidized |
|
[raster] |
Output raster layer with overviews |
Python code
Algorithm ID: gdal:overviews
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.2. Construir raster virtual
Cria um VRT (Coleção Virtual) que é um mosaico da lista de rasteres suportados pelo GDAL de entrada. Com um mosaico você pode mesclar vários arquivos raster.
This algorithm is derived from the GDAL buildvrt utility.
Default menu:
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camadas de entrada |
|
[raster] [list] |
Importar raster suportado GDAL |
Resolution |
|
[enumeration] Padrão: 0 |
The output resolution of the mosaic. By default the average resolution of the raster files will be chosen. Opções:
|
Place each input file into a separate band |
|
[boolean] Padrão: Falso |
Com ‘Verdadeiro’ você pode definir que cada arquivo de raster vai para uma banda separada na faixa da banda VRT. |
Allow projection difference |
|
[boolean] Padrão: Falso |
Permite que as bandas de saída tenham diferentes projeções derivadas da projeção das camadas de varredura de entrada. |
Virtual |
|
[raster] Default: |
Especificação da camada raster de saída. Um de:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Add alpha mask band to VRT when source raster has none |
|
[boolean] Padrão: Falso |
Adicionar canal de máscara alfa para VTR quando não houver nenhum raster |
Override projection for the output file Opcional |
|
[crs] Padrão: Nenhum |
Substituir a projeção do arquivo de saída. Sem reprojeção estar pronta. |
Resampling algorithm |
|
[enumeration] Padrão: 0 |
The resampling algorithm to be used Options:
|
Nodata value(s) for input bands (space separated) Opcional |
|
[string] Padrão: Nenhum |
Space separated Nodata value(s) for input band(s) |
Parâmetros adicionais da linha de comando |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Virtual |
|
[raster] |
Camada raster de saída |
Python code
Algorithm ID: gdal:buildvirtualraster
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.3. gdal2tiles
Generates a directory with small tiles and metadata, following the OSGeo Tile Map Service Specification. See also the OpenGIS Web Map Tile Service Implementation Standard. Simple web pages with viewers based on Google Maps, OpenLayers and Leaflet are generated as well. To explore your maps on-line in the web browser, you only need to upload the generated directory onto a web server.
This algorithm also creates the necessary metadata for Google Earth
(KML SuperOverlay), in case the supplied map uses EPSG:4326
projection.
ESRI world files and embedded georeferencing is used during tile generation, but you can publish a picture without proper georeferencing too.
This algorithm is derived from the GDAL gdal2tiles utility.
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[raster] |
GDAL-supported raster layer. |
Tile cutting profile |
|
[enumeration] Padrão: 0 |
Um de:
|
Zoom levels to render Opcional |
|
[string] Padrão: ‘’ |
|
Web viewer to generate |
|
[enumerate] Padrão: 0 |
Um de:
|
Title of the map Opcional |
|
[string] Padrão: ‘’ |
|
Copyright of the map |
|
[string] Padrão: ‘’ |
|
Diretório de saída |
|
[folder] Default: |
Specify the output folder for the tiles. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Resampling method |
|
[enumeration] Padrão: 0 |
The resampling algorithm to be used Options:
|
The spatial reference system used for the source input data Opcional |
|
[crs] Padrão: Nenhum |
|
Transparency value to assign to the input data Opcional |
|
[number] Padrão: 0.0 |
|
URL address where the generated tiles are going to be published Opcional |
|
[string] Padrão: ‘’ |
|
Google Maps API key (http://code.google.com/apis/maps/signup.html) Opcional |
|
[string] Padrão: ‘’ |
Your Google maps API key. |
Bing Maps API key (https://www.bingmapsportal.com/) Opcional |
|
[string] Padrão: ‘’ |
Your Bing maps API key. |
Generate only missing files |
|
[boolean] Padrão: Falso |
|
Generate KML for Google Earth |
|
[boolean] Padrão: Falso |
|
Avoid automatic generation of KML files for EPSG:4326 |
|
[boolean] Padrão: Falso |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Diretório de saída |
|
[folder] |
The output folder (for the tiles) |
Python code
Algorithm ID: gdal:gdal2tiles
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.4. Mesclar
Mescla arquivos raster de maneira simples. Aqui você pode usar uma tabela pseudocor de uma entrada raster e definir o tipo de rasterização de saída. Todas as imagens devem estar no mesmo sistema de coordenadas.
This algorithm is derived from the GDAL merge utility.
Default menu:
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camadas de entrada |
|
[raster] [list] |
Input raster layers |
Grab pseudocolor table from first layer |
|
[boolean] Padrão: Falso |
The pseudocolor table from the first layer will be used for the coloring |
Place each input file into a separate band |
|
[boolean] Padrão: Falso |
Place each input file into a separate band |
Tipo de dados de saída |
|
[enumeration] Padrão: 5 |
Defines the format of the output raster file. Options:
|
Mesclado |
|
[raster] Default: |
Especificação da camada raster de saída. Um de:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Input pixel value to treat as “nodata” Opcional |
|
[number] Padrão: Nenhum |
Ignores pixels from files being merged in with this pixel value |
Assign specified “nodata” value to output Opcional |
|
[number] Padrão: Nenhum |
Fixa um valor de “sem dado” as bandas de saída. |
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ |
Para adicionar uma ou mais opções de criação que controlam o raster a ser criado (cores, tamanho do bloco, compactação de arquivos …). Por conveniência, você pode contar com perfis predefinidos (veja seção de opções do driver GDAL). For Batch Process: separate multiple options with a pipe
character ( |
Parâmetros adicionais da linha de comando |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Mesclado |
|
[raster] |
Camada raster de saída |
Python code
Algorithm ID: gdal:merge
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.5. Pansharpening
Performs a pan-sharpening operation. It can create a “classic” output dataset (such as GeoTIFF), or a VRT dataset describing the pan-sharpening operation.
See GDAL Pansharpen.
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Spectral dataset |
|
[raster] |
Input (spectral) raster layer |
Panchromatic dataset |
|
[raster] |
Input (panchromatic) raster layer |
Saída |
|
[raster] Default: |
Specify the output (sharpened) raster layer. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Resampling algorithm |
|
[enumeration] Padrão: 2 |
The resampling algorithm to be used Options:
|
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ |
Para adicionar uma ou mais opções de criação que controlam o raster a ser criado (cores, tamanho do bloco, compactação de arquivos …). Por conveniência, você pode contar com perfis predefinidos (veja seção de opções do driver GDAL). For Batch Process: separate multiple options with a pipe
character ( |
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Saída |
|
[raster] |
Output (sharpened) raster layer |
Python code
Algorithm ID: gdal:pansharp
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.6. Calculadora Raster
Command line raster calculator with numpy syntax. Use any basic arithmetic supported by numpy arrays, such as +, -, *, and / along with logical operators, such as >. Note that all input rasters must have the same dimensions, but no projection checking is performed.
See the GDAL Raster Calculator utility docs.
Ver também
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Input layer A |
|
[raster] |
First input raster layer (mandatory) |
Number of raster band for A |
|
[raster band] |
Band for input layer A (mandatory) |
Input layer B Opcional |
|
[raster] Padrão: Nenhum |
Second input raster layer |
Number of raster band for B Opcional |
|
[raster band] |
Band for input layer B |
Input layer C Opcional |
|
[raster] Padrão: Nenhum |
Third input raster layer |
Number of raster band for C Opcional |
|
[raster band] |
Band for input layer C |
Input layer D Opcional |
|
[raster] Padrão: Nenhum |
Fourth input raster layer |
Number of raster band for D Opcional |
|
[raster band] |
Band for input layer D |
Input layer E Opcional |
|
[raster] Padrão: Nenhum |
Fifth input raster layer |
Number of raster band for E Opcional |
|
[raster band] |
Band for input layer E |
Input layer F Opcional |
|
[raster] |
Sixth input raster layer |
Number of raster band for F Opcional |
|
[raster band] Padrão: Nenhum |
Band for input layer F |
Calculation in gdalnumeric syntax using +-/* or any numpy array functions (i.e. logical_and()) |
|
[string] Padrão: ‘’ |
The calculation formula. Examples:
|
Set output nodata value Opcional |
|
[number] Padrão: Nenhum |
Value to use for nodata |
Output raster type |
|
[enumeration] Padrão: 5 |
Defines the format of the output raster file. Options:
|
Calculado |
|
[raster] Default: |
Specify the output (calculated) raster layer. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ |
Para adicionar uma ou mais opções de criação que controlam o raster a ser criado (cores, tamanho do bloco, compactação de arquivos …). Por conveniência, você pode contar com perfis predefinidos (veja seção de opções do driver GDAL). For Batch Process: separate multiple options with a pipe
character ( |
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: ‘’ |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Calculado |
|
[raster] |
Output (calculated) raster layer |
Python code
Algorithm ID: gdal:rastercalculator
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.7. Informação de raster
Este utilitário cria uma lista com várias informações sobre o conjunto de dados matricial GDAL suportado.
This algorithm is derived from the GDAL info utility.
Default menu:
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[raster] |
Camada raster de entrada |
Force computation of the actual min/max values for each band |
|
[boolean] Padrão: Falso |
Forces computation of the actual min/max values for each band in the dataset |
Read and display image statistics (force computation if necessary) |
|
[boolean] Padrão: Falso |
Lê e exibe estatísticas da imagem. Força o cálculo se nenhuma estatística for armazenada em uma imagem. |
Suppress GCP info |
|
[boolean] Padrão: Falso |
Suprime a impressão da lista de pontos de controle no solo. Pode ser útil para conjuntos de dados com grande quantidade de GCPs, como L1B AVHRR ou HDF4 MODIS, que contêm milhares deles. |
Suprimir informação dos metadados |
|
[boolean] Padrão: Falso |
Suprime a impressão de metadados. Alguns conjuntos de dados podem conter muitas cadeias de metadados. |
Informação da camada |
|
[html] Default: |
Specify the HTML file for output. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Informação da camada |
|
[html] |
The HTML file containing information about the input raster layer |
Python code
Algorithm ID: gdal:gdalinfo
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.8. Retile
Retiles a set of input tiles. All the input tiles must be georeferenced in the same coordinate system and have a matching number of bands. Optionally pyramid levels are generated.
This algorithm is derived from the GDAL Retile utility.
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Input files |
|
[raster] [list] |
The input raster files |
Tile width |
|
[number] Padrão: 256 |
Width of the tiles in pixels (minimum 0) |
Tile height |
|
[number] Padrão: 256 |
Height of the tiles in pixels (minimum 0) |
Overlap in pixels between consecutive tiles |
|
[number] Padrão: 0 |
|
Number of pyramid levels to build |
|
[number] Padrão: 1 |
Minimum: 0 |
Diretório de saída |
|
[folder] Default: |
Specify the output folder for the tiles. One of:
|
CSV file containing the tile(s) georeferencing information |
|
[file] Default: |
Specify the output file for the tiles. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Source coordinate reference system Opcional |
|
[crs] Padrão: Nenhum |
|
Resampling method |
|
[enumeration] Padrão: 0 |
The resampling algorithm to be used Options:
|
Column delimiter used in the CSV file Opcional |
|
[string] Default: ‘;’ |
Delimiter to use in the CSV file containing the tile(s) georeferencing information |
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ |
Para adicionar uma ou mais opções de criação que controlam o raster a ser criado (cores, tamanho do bloco, compactação de arquivos …). Por conveniência, você pode contar com perfis predefinidos (veja seção de opções do driver GDAL). For Batch Process: separate multiple options with a pipe
character ( |
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: ‘’ |
Adicionar opções extras de linha de comando GDAL |
Tipo de dados de saída |
|
[enumeration] Padrão: 5 |
Defines the format of the output raster file. Options:
|
Build only the pyramids |
|
[boolean] Padrão: Falso |
|
Use separate directory for each tile row |
|
[boolean] Padrão: Falso |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Diretório de saída |
|
[folder] |
The output folder for the tiles. |
CSV file containing the tile(s) georeferencing information |
|
[file] |
The CSV file with georeferencing information for the tiles. |
Python code
Algorithm ID: gdal:retile
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.9. Índice deslizante
Cria uma camada vetorial com um registro para cada arquivo de varredura de entrada, um atributo contendo o nome do arquivo e uma geometria de polígono definindo a varredura. Essa saída é adequada para uso com o MapServer como um indexador de rasterização.
This algorithm is derived from the GDAL Tile Index utility.
Default menu:
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Input files |
|
[raster] [list] |
Arquivos de rasterização de entrada. Podem ser vários arquivos. |
Field name to hold the file path to the indexed rasters |
|
[string] Default: ‘location’ |
Nome do arquivo para manter o caminho do arquivo para os rasteres indexados |
Store absolute path to the indexed rasters |
|
[boolean] Padrão: Falso |
Defina se o caminho absoluto para os arquivos raster é armazenado no arquivo de índice tile. Por padrão, os nomes dos arquivos raster serão colocados no arquivo exatamente como são especificados no comando. |
Skip files with different projection reference |
|
[boolean] Padrão: Falso |
Somente arquivos com a mesma projeção dos arquivos já inseridos no índice de blocos serão inseridos. O padrão não verifica a projeção e aceita todas as entradas. |
Tile index |
|
[vector: polygon] Default: |
Specify the polygon vector layer to write the index to. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Transform geometries to the given CRS Opcional |
|
[crs] |
Geometries of input files will be transformed to the specified target coordinate reference system. Default creates simple rectangular polygons in the same coordinate reference system as the input rasters. |
The name of the field to store the SRS of each tile Opcional |
|
[string] |
The name of the field to store the SRS of each tile |
The format in which the CRS of each tile must be written |
|
[enumeration] Padrão: 0 |
Format for the CRS. One of:
|
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Tile index |
|
[vector: polygon] |
The polygon vector layer with the tile index. |
Python code
Algorithm ID: gdal:tileindex
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.
24.2.4.10. Viewshed
Calculates a viewshed raster from an input raster DEM using method defined in Wang2000 for a user defined point.
Parâmetros
Basic parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[raster] |
Input elevation raster layer |
Band number |
|
[raster band] Padrão: 1 |
The number of the band to use as elevation |
Observer location |
|
[point] |
The location of the observer |
Observer height |
|
[number] Default: 1.0 |
The altitude of the observer, in the DEM units |
Target height |
|
[number] Default: 1.0 |
The altitude of the target element, in the DEM units |
Maximum distance from observer to compute visibility |
|
[number] Default: 100.0 |
Maximum distance from observer to compute visibility, in the DEM units |
Saída |
|
[raster] Default: |
Output raster layer. One of:
|
Advanced parameters
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Opções de criação adicionais Opcional |
|
[string] Padrão: ‘’ |
Para adicionar uma ou mais opções de criação que controlam o raster a ser criado (cores, tamanho do bloco, compactação de arquivos …). Por conveniência, você pode contar com perfis predefinidos (veja seção de opções do driver GDAL). For Batch Process: separate multiple options with a pipe
character ( |
Parâmetros adicionais da linha de comando |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saídas
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Saída |
|
[raster] |
The raster layer displaying the viewshed. |
Python code
Algorithm ID: gdal:viewshed
import processing
processing.run("algorithm_id", {parameter_dictionary})
The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Usando os algoritmos do processamento a partir do Terminal Python. for details on how to run processing algorithms from the Python console.