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: Raster ► Miscellaneous

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Camada de entrada

ENTRADA

[raster]

Camada raster de entrada

Remove all existing overviews

CLEAN

[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

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

RESAMPLING

[enumeration]

Padrão: 0

Calculates the overviews with a defined resampling method. Possible resampling methods are:

  • 0 – Nearest Neighbour (nearest)

  • 1 – Average (average)

  • 2 – Gaussian (gauss)

  • 3 – Cubic Convolution (cubic)

  • 4 – B-Spline Convolution (cubicspline)

  • 5 – Lanczos Windowed Sinc (lanczos)

  • 6 – Average MP (average_mp)

  • 7 – Average in Mag/Phase Space (average_magphase)

  • 8 – Mode (mode)

Overviews format

Opcional

FORMAT

[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:

  • 0 – Internal (if possible)

  • 1 – External (GTiff .ovr)

  • 2 – External (ERDAS Imagine .aux)

Parâmetros adicionais da linha de comando

Opcional

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Pyramidized

SAÍDA

[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: Raster ► Miscellaneous

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Camadas de entrada

ENTRADA

[raster] [list]

Importar raster suportado GDAL

Resolution

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:

  • 0 — Average (average)

  • 1 — Highest (highest)

  • 2 — Lowest (lowest)

Place each input file into a separate band

SEPARATE

[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

PROJ_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

SAÍDA

[raster]

Default: [Save to temporary file]

Especificação da camada raster de saída. Um de:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Add alpha mask band to VRT when source raster has none

ADD_ALPHA

[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

ASSIGN_CRS

[crs]

Padrão: Nenhum

Substituir a projeção do arquivo de saída. Sem reprojeção estar pronta.

Resampling algorithm

RESAMPLING

[enumeration]

Padrão: 0

The resampling algorithm to be used Options:

  • 0 — Nearest Neighbour (nearest)

  • 1 — Bilinear (bilinear)

  • 2 — Cubic Convolution (cubic)

  • 3 — B-Spline Convolution (cubicspline)

  • 4 — Lanczos Windowed Sinc (lanczos)

  • 5 — Average (average)

  • 6 — Mode (mode)

Nodata value(s) for input bands (space separated)

Opcional

SRC_NODATA

[string]

Padrão: Nenhum

Space separated Nodata value(s) for input band(s)

Parâmetros adicionais da linha de comando

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Virtual

SAÍDA

[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

ENTRADA

[raster]

GDAL-supported raster layer.

Tile cutting profile

PROFILE

[enumeration]

Padrão: 0

Um de:

  • 0 — Mercator (mercator)

  • 1 — Geodetic (geodetic)

  • 2 — Raster (raster)

Zoom levels to render

Opcional

ZOOM

[string]

Padrão: ‘’

Web viewer to generate

VIEWER

[enumerate]

Padrão: 0

Um de:

  • 0 — All (all)

  • 1 — GoogleMaps (google)

  • 2 — OpenLayers (openlayers)

  • 3 — Leaflet (leaflet)

  • 4 — None (none)

Title of the map

Opcional

TITLE

[string]

Padrão: ‘’

Copyright of the map

COPYRIGHT

[string]

Padrão: ‘’

Diretório de saída

SAÍDA

[folder]

Default: [Save to temporary folder]

Specify the output folder for the tiles. One of:

  • Save to a Temporary Directory

  • Save to Directory

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Resampling method

RESAMPLING

[enumeration]

Padrão: 0

The resampling algorithm to be used Options:

  • 0 — Average (average)

  • 1 — Nearest neighbour (near)

  • 2 — Bilinear (bilinear)

  • 3 — Cubic (cubic)

  • 4 — Cubic spline (cubicspline)

  • 5 — Lanczos Windowed sinc (lanczos)

  • 6 — Antialias (antialias)

The spatial reference system used for the source input data

Opcional

SRC_ORIGEM

[crs]

Padrão: Nenhum

Transparency value to assign to the input data

Opcional

NODATA

[number]

Padrão: 0.0

URL address where the generated tiles are going to be published

Opcional

URL

[string]

Padrão: ‘’

Google Maps API key (http://code.google.com/apis/maps/signup.html)

Opcional

GOOGLE_KEY

[string]

Padrão: ‘’

Your Google maps API key.

Bing Maps API key (https://www.bingmapsportal.com/)

Opcional

BING_KEY

[string]

Padrão: ‘’

Your Bing maps API key.

Generate only missing files

RESUME

[boolean]

Padrão: Falso

Generate KML for Google Earth

KML

[boolean]

Padrão: Falso

Avoid automatic generation of KML files for EPSG:4326

NO_KML

[boolean]

Padrão: Falso

Saídas

Etiqueta

Nome

Tipo

Descrição

Diretório de saída

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: Raster ► Miscellaneous

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Camadas de entrada

ENTRADA

[raster] [list]

Input raster layers

Grab pseudocolor table from first layer

PCT

[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

SEPARATE

[boolean]

Padrão: Falso

Place each input file into a separate band

Tipo de dados de saída

DATA_TYPE

[enumeration]

Padrão: 5

Defines the format of the output raster file. Options:

  • 0 — Byte

  • 1 — Int16

  • 2 — UInt16

  • 3 — UInt32

  • 4 — Int32

  • 5 — Float32

  • 6 — Float64

  • 7 — CInt16

  • 8 — CInt32

  • 9 — CFloat32

  • 10 — CFloat64

Mesclado

SAÍDA

[raster]

Default: [Save to temporary file]

Especificação da camada raster de saída. Um de:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Input pixel value to treat as “nodata”

Opcional

NODATA_INPUT

[number]

Padrão: Nenhum

Ignores pixels from files being merged in with this pixel value

Assign specified “nodata” value to output

Opcional

NODATA_OUTPUT

[number]

Padrão: Nenhum

Fixa um valor de “sem dado” as bandas de saída.

Opções de criação adicionais

Opcional

OPÇÕES

[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

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Mesclado

SAÍDA

[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

SPECTRAL

[raster]

Input (spectral) raster layer

Panchromatic dataset

PANCHROMATIC

[raster]

Input (panchromatic) raster layer

Saída

SAÍDA

[raster]

Default: [Save to temporary file]

Specify the output (sharpened) raster layer. One of:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Resampling algorithm

RESAMPLING

[enumeration]

Padrão: 2

The resampling algorithm to be used Options:

  • 0 — Nearest Neighbour (nearest)

  • 1 — Bilinear (bilinear)

  • 2 — Cubic (cubic)

  • 3 — Cubic Spline (cubicspline)

  • 4 — Lanczos Windowed Sinc (lanczos)

  • 5 — Average (average)

Opções de criação adicionais

Opcional

OPÇÕES

[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

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Saída

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

Calculadora Raster

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Input layer A

INPUT_A

[raster]

First input raster layer (mandatory)

Number of raster band for A

BAND_A

[raster band]

Band for input layer A (mandatory)

Input layer B

Opcional

INPUT_B

[raster]

Padrão: Nenhum

Second input raster layer

Number of raster band for B

Opcional

BAND_B

[raster band]

Band for input layer B

Input layer C

Opcional

INPUT_C

[raster]

Padrão: Nenhum

Third input raster layer

Number of raster band for C

Opcional

BAND_C

[raster band]

Band for input layer C

Input layer D

Opcional

INPUT_D

[raster]

Padrão: Nenhum

Fourth input raster layer

Number of raster band for D

Opcional

BAND_D

[raster band]

Band for input layer D

Input layer E

Opcional

INPUT_E

[raster]

Padrão: Nenhum

Fifth input raster layer

Number of raster band for E

Opcional

BAND_E

[raster band]

Band for input layer E

Input layer F

Opcional

INPUT_F

[raster]

Sixth input raster layer

Number of raster band for F

Opcional

BAND_F

[raster band]

Padrão: Nenhum

Band for input layer F

Calculation in gdalnumeric syntax using +-/* or any numpy array functions (i.e. logical_and())

FORMULA

[string]

Padrão: ‘’

The calculation formula. Examples:

  • A*(A>0) — outputs the value of the raster A if the value of A is greater than 0. If not, outputs 0.

  • A*(A>0 and A>B)— outputs the value of A if that value is bigger than 0 and bigger than the value of B. If not, outputs 0.

  • A*logical_or(A<=177,A>=185) — outputs the value of A if A <= 177 or A >= 185. If not, outputs 0.

  • sqrt(A*A+B*B) — Outputs the square root of the sum of the value of A squared and the value of B squared.

Set output nodata value

Opcional

NO_DATA

[number]

Padrão: Nenhum

Value to use for nodata

Output raster type

RTYPE

[enumeration]

Padrão: 5

Defines the format of the output raster file. Options:

  • 0 — Byte

  • 1 — Int16

  • 2 — UInt16

  • 3 — UInt32

  • 4 — Int32

  • 5 — Float32

  • 6 — Float64

Calculado

SAÍDA

[raster]

Default: [Save to temporary file]

Specify the output (calculated) raster layer. One of:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Opções de criação adicionais

Opcional

OPÇÕES

[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

EXTRA

[string]

Padrão: ‘’

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Calculado

SAÍDA

[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: Raster ► Miscellaneous

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Camada de entrada

ENTRADA

[raster]

Camada raster de entrada

Force computation of the actual min/max values for each band

MIN_MAX

[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)

STATS

[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

NO_GCP

[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

SEM_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

SAÍDA

[html]

Default: [Save to temporary file]

Specify the HTML file for output. One of:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Parâmetros adicionais da linha de comando

Opcional

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Informação da camada

SAÍDA

[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

ENTRADA

[raster] [list]

The input raster files

Tile width

TILE_SIZE_X

[number]

Padrão: 256

Width of the tiles in pixels (minimum 0)

Tile height

TILE_SIZE_Y

[number]

Padrão: 256

Height of the tiles in pixels (minimum 0)

Overlap in pixels between consecutive tiles

OVERLAP

[number]

Padrão: 0

Number of pyramid levels to build

LEVELS

[number]

Padrão: 1

Minimum: 0

Diretório de saída

SAÍDA

[folder]

Default: [Save to temporary folder]

Specify the output folder for the tiles. One of:

  • Save to a Temporary Directory

  • Save to Directory

CSV file containing the tile(s) georeferencing information

OUTPUT_CSV

[file]

Default: [Skip output]

Specify the output file for the tiles. One of:

  • Ignorar Saída

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Source coordinate reference system

Opcional

SRC_ORIGEM

[crs]

Padrão: Nenhum

Resampling method

RESAMPLING

[enumeration]

Padrão: 0

The resampling algorithm to be used Options:

  • 0 — Nearest Neighbour (nearest)

  • 1 — Bilinear (bilinear)

  • 2 — Cubic (cubic)

  • 3 — Cubic Spline (cubicspline)

  • 4 — Lanczos Windowed Sinc (lanczos)

Column delimiter used in the CSV file

Opcional

DELIMITER

[string]

Default: ‘;’

Delimiter to use in the CSV file containing the tile(s) georeferencing information

Opções de criação adicionais

Opcional

OPÇÕES

[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

EXTRA

[string]

Padrão: ‘’

Adicionar opções extras de linha de comando GDAL

Tipo de dados de saída

DATA_TYPE

[enumeration]

Padrão: 5

Defines the format of the output raster file. Options:

  • 0 — Byte

  • 1 — Int16

  • 2 — UInt16

  • 3 — UInt32

  • 4 — Int32

  • 5 — Float32

  • 6 — Float64

  • 7 — CInt16

  • 8 — CInt32

  • 9 — CFloat32

  • 10 — CFloat64

Build only the pyramids

ONLY_PYRAMIDS

[boolean]

Padrão: Falso

Use separate directory for each tile row

DIR_FOR_ROW

[boolean]

Padrão: Falso

Saídas

Etiqueta

Nome

Tipo

Descrição

Diretório de saída

SAÍDA

[folder]

The output folder for the tiles.

CSV file containing the tile(s) georeferencing information

OUTPUT_CSV

[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: Raster ► Miscellaneous

Parâmetros

Basic parameters

Etiqueta

Nome

Tipo

Descrição

Input files

CAMADAS

[raster] [list]

Arquivos de rasterização de entrada. Podem ser vários arquivos.

Field name to hold the file path to the indexed rasters

PATH_FIELD_NAME Optional

[string]

Default: ‘location’

Nome do arquivo para manter o caminho do arquivo para os rasteres indexados

Store absolute path to the indexed rasters

ABSOLUTE_PATH

[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

PROJ_DIFFERENCE

[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

SAÍDA

[vector: polygon]

Default: [Save to temporary file]

Specify the polygon vector layer to write the index to. One of:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Transform geometries to the given CRS

Opcional

SRC_ALVO

[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

CRS_FIELD_NAME

[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

CRS_FORMAT

[enumeration]

Padrão: 0

Format for the CRS. One of:

  • 0 – Auto (AUTO)

  • 1 – Well-known text (WKT)

  • 2 – EPSG (EPSG)

  • 3 – Proj.4 (PROJ)

Saídas

Etiqueta

Nome

Tipo

Descrição

Tile index

SAÍDA

[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

ENTRADA

[raster]

Input elevation raster layer

Band number

BAND

[raster band]

Padrão: 1

The number of the band to use as elevation

Observer location

OBSERVER

[point]

The location of the observer

Observer height

OBSERVER_HEIGHT

[number]

Default: 1.0

The altitude of the observer, in the DEM units

Target height

TARGET_HEIGHT

[number]

Default: 1.0

The altitude of the target element, in the DEM units

Maximum distance from observer to compute visibility

MAX_DISTANCE

[number]

Default: 100.0

Maximum distance from observer to compute visibility, in the DEM units

Saída

SAÍDA

[raster]

Default: [Save to temporary file]

Output raster layer. One of:

  • Salvar como Arquivo Temporário

  • Salvar para Arquivo…

Advanced parameters

Etiqueta

Nome

Tipo

Descrição

Opções de criação adicionais

Opcional

OPÇÕES

[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

EXTRA

[string]

Padrão: Nenhum

Adicionar opções extras de linha de comando GDAL

Saídas

Etiqueta

Nome

Tipo

Descrição

Saída

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.