Extrair raster¶
Recortar raster extensão¶
Clips qualquer GDAL suportado raster arquivo para um dado extensão
Este algoritmo é derivado do GDAL grade utilitário <https://www.gdal.org/gdal_grid.html>`_ .
Menu de seleção padrão
:`raster–> extração
Parâmetros¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Input layer |
|
[raster] |
The input raster |
Clipping extent |
|
[extent] |
Extent that should be used for the output raster. Only pixels within the specified bounding box will be included in the output. |
Assign a specified nodata value to output bands Opcional |
|
[number] Default: None |
Defines a value that should be inserted for the nodata values in the output raster |
Additional creation options Opcional |
|
[string] Default: ‘’ |
For adding one or more creation options that control the raster to be created (colors, block size, file compression…). For convenience, you can rely on predefined profiles (see GDAL driver options section). |
Output data type |
|
[enumeration] Default: 0 |
Define o formato do arquivo de raster saída. Opções:
|
Additional command-line parameters Opcional |
|
[string] Default: None |
Add extra GDAL command line options |
Clipped (extent) |
|
[raster] Default: ‘[Save to temporary file]’ |
Specification of the output raster layer. One of:
The file encoding can also be changed here |
Saídas¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Clipped (extent) |
|
[raster] |
Output raster layer clipped by the given extent |
Recortar raster por camada de máscara¶
Clips qualquer raster com suporte a GDAL por uma camada de máscara de Vetorial.
Este algoritmo é derivado do GDAL grade utilitário <https://www.gdal.org/gdal_grid.html>`_ .
Menu de seleção padrão
:`raster–> extração
Parâmetros¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Input layer |
|
[raster] |
The input raster |
Mask layer |
|
[vector: polygon] |
Vector mask for clipping the raster |
Source CRS |
|
[crs] |
|
Target CRS |
|
[crs] |
|
Assign a specified nodata value to output bands Opcional |
|
[number] Default: None |
Defines a value that should be inserted for the nodata values in the output raster |
Create an output alpha band |
|
[boolean] Default: False |
Cria uma banda alfa para o resultado, resulta. A banda alfa inclui os valores de transparência dos pixels. |
Match the extent of the clipped raster to the extent of the mask layer |
|
[boolean] Default: True |
Aplica a extensão da camada vetorial à saída raster se checado. |
Keep resolution of input raster |
|
[boolean] Default: False |
The resolution of the output raster will not be changed |
Additional creation options Opcional |
|
[string] Default: ‘’ |
For adding one or more creation options that control the raster to be created (colors, block size, file compression…). For convenience, you can rely on predefined profiles (see GDAL driver options section). |
Output data type |
|
[enumeration] Default: 0 |
Define o formato do arquivo de raster saída. Opções:
|
Saídas¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Clipped (mask) |
|
[raster] |
Output raster layer clipped by the vector layer |
contorno¶
Extrai linhas de contorno de qualquer raster de elevação suportada pelo GDAL.
Este algoritmo é derivado do utilitário de contorno GDAL <https://www.gdal.org/gdal_contour.html>`_ .
Menu de seleção padrão
:`raster–> extração
Parâmetros¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Input layer |
|
[raster] |
Input raster |
Band number |
|
[raster band] |
Raster band to create the contours from |
Interval between contour lines |
|
[number] Default: 10.0 |
Defines the interval between the contour lines in the given units of the elevation raster (minimum value 0) |
Attribute name (if not set, no elevation attribute is attached) Opcional |
|
[string] Default: ‘ELEV’ |
Defines the attribute name for the field containing the values of the contour lines. |
Produce 3D vector |
|
[boolean] Default: False |
Força a produção de vetores 3D em vez de 2D. Inclui elevação em todos os vértice. |
Treat all raster values as valid |
|
[boolean] Default: False |
Ignora todos os valores de nodata no conjunto de dados. |
Input pixel value to treat as “nodata” Opcional |
|
[number] Default: None |
Defines a value that should be inserted for the nodata values in the output raster |
Offset from zero relative to which to interpret intervals Opcional |
|
[number] Default: 0.0 |
|
Additional creation options Opcional |
|
[string] Default: ‘’ |
For adding one or more creation options that control the raster to be created (colors, block size, file compression…). For convenience, you can rely on predefined profiles (see GDAL driver options section). |
Contours |
|
[vector: line] Default: ‘[Save to temporary file]’ |
Specification of the output raster layer. One of:
The file encoding can also be changed here. |
Saídas¶
Label |
Nome |
Type |
Descrição |
---|---|---|---|
Contours |
|
[vector: line] |
Output vector layer with contour lines |