23.2.4. Miscelânea de Raster¶
23.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:
23.2.4.1.1. Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Camada de entrada |
|
[raster] |
Camada raster de entrada |
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. |
Remove all existing overviews |
|
[boolean] Padrão: Falso |
Removes existing overviews from the raster. By default these are not removed. |
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 |
Pyramidized |
|
[raster] |
Camada raster de saída |
23.2.4.1.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Pyramidized |
|
[raster] |
Output raster layer with overviews |
23.2.4.1.3. 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.
23.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:
23.2.4.2.1. Parâmetros¶
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: Verdadeiro |
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. |
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 Opções:
|
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 |
Virtual |
|
[raster] Default: |
Especificação da camada raster de saída. Um de:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.2.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Virtual |
|
[raster] |
Camada raster de saída |
23.2.4.2.3. 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.
23.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.
23.2.4.3.1. Parâmetros¶
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: ‘’ |
|
Resampling method |
|
[enumeration] Padrão: 0 |
The resampling algorithm to be used Opções:
|
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 |
|
Diretório de saída |
|
[folder] Default: |
Specify the output folder for the tiles. |
23.2.4.3.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Diretório de saída |
|
[folder] |
The output folder (for the tiles) |
23.2.4.3.3. 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.
23.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:
23.2.4.4.1. Parâmetros¶
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 |
Define o formato do arquivo de raster saída. Opções:
|
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). |
Parâmetros adicionais da linha de comando |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Mesclado |
|
[raster] Default: |
Especificação da camada raster de saída. Um de:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.4.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Mesclado |
|
[raster] |
Camada raster de saída |
23.2.4.4.3. 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.
23.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.
23.2.4.5.1. Parâmetros¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Spectral dataset |
|
[raster] |
Input (spectral) raster layer |
Panchromatic dataset |
|
[raster] |
Input (panchromatic) raster layer |
Resampling algorithm |
|
[enumeration] Padrão: 2 |
The resampling algorithm to be used Opções:
|
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). |
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Saída |
|
[raster] Default: |
Specify the output (sharpened) raster layer. One of:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.5.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Saída |
|
[raster] |
Output (sharpened) raster layer |
23.2.4.5.3. 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.
23.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
23.2.4.6.1. Parâmetros¶
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 |
Define o formato do arquivo de raster saída. Opções:
|
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). |
Parâmetros adicionais da linha de comando Opcional |
|
[string] Padrão: ‘’ |
Adicionar opções extras de linha de comando GDAL |
Calculado |
|
[raster] Default: |
Specify the output (calculated) raster layer. One of:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.6.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Calculado |
|
[raster] |
Output (calculated) raster layer |
23.2.4.6.3. 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.
23.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:
23.2.4.7.1. Parâmetros¶
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. |
Parâmetros adicionais da linha de comando |
|
[string] Padrão: Nenhum |
Adicionar opções extras de linha de comando GDAL |
Informação da camada |
|
[html] Default: |
Specify the HTML file for output. One of:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.7.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Informação da camada |
|
[html] |
The HTML file containing information about the input raster layer |
23.2.4.7.3. 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.
23.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.
23.2.4.8.1. Parâmetros¶
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 |
Source coordinate reference system |
|
[crs] Padrão: Nenhum |
|
Resampling method |
|
[enumeration] Padrão: 0 |
The resampling algorithm to be used Opções:
|
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). |
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 |
Define o formato do arquivo de raster saída. Opções:
|
Build only the pyramids |
|
[boolean] Padrão: Falso |
|
Use separate directory for each tile row |
|
[boolean] Padrão: Falso |
|
Diretório de saída |
|
[folder] Default: |
Specify the output folder for the tiles. One of:
A codificação do arquivo também pode ser alterada aqui. |
CSV file containing the tile(s) georeferencing information |
|
[file] Default: |
Um de:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.8.2. 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. |
23.2.4.8.3. 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.
23.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:
23.2.4.9.1. Parâmetros¶
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. |
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] Default: 0 |
Format for the CRS. One of:
|
Tile index |
|
[vector: polygon] Default: |
Specify the polygon vector layer to write the index to. One of:
A codificação do arquivo também pode ser alterada aqui. |
23.2.4.9.2. Saídas¶
Etiqueta |
Nome |
Tipo |
Descrição |
---|---|---|---|
Tile index |
|
[vector: polygon] |
The polygon vector layer with the tile index. |
23.2.4.9.3. 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.