Outdated version of the documentation. Find the latest one here.

` `

Análise GDAL

Aspecto

Descrição

Generates an aspect map from any GDAL-supported elevation raster. Aspect is the compass direction that a slope faces. The pixels will have a value from 0-360° measured in degrees from north indicating the azimuth. On the northern hemisphere, the north side of slopes is often shaded (small azimuth from 0°-90°), while the southern side receives more solar radiation (higher azimuth from 180°-270°). The algorithm is derived from the GDAL DEM utility .

Parâmetros

Camada de Entrada [raster]
Elevation raster layer.
“Número de Banda” [número]

The number of a band containing elevation values.

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster.

Padrão: Falso

Use Zevenbergen&Thorne formula (instead of the Horn's one) [boolean]

Activates Zevenbergen&Thorne formula for smooth landscapes.

Padrão: Falso

Return trigonometric angle (instead of azimuth) [boolean]

Activating the trigonometric angle results in different categories: 0° (=East), 90° (North), 180° (=West), 270° (=South).

Padrão: Falso

Return 0 for flat (instead of -9999) [boolean]

Activating this option will insert a 0-value for the value -9999 on flat areas.

Padrão: Falso

Saídas

Output file [raster]
Output raster with angle values in degrees.

Uso do console

processing.runalg('gdalogr:aspect', input, band, compute_edges, zevenbergen, trig_angle, zero_flat, output)

Veja tambem

Atenuação de cor

Descrição

Generates a color relief map from any GDAL-supported elevation raster. Color reliefs can particularly be used to depict elevations. The Algorithm outputs a 4-band raster with values computed from the elevation and a text-based color configuration file. By default, the colors between the given elevation values are blended smoothly and the result is a nice colorized elevation raster. The algorithm is derived from the GDAL DEM utility .

Parâmetros

Camada de Entrada [raster]
Elevation raster layer.
“Número de Banda” [número]

The number of a band containing elevation values.

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster.

Padrão: Falso

Color configuration file [file]
A text-based color configuration file.
Matching mode [selection]

The “0,0,0,0” RGBA mode results in color interpolation whereas the Exact color and Nearest color modes avoid interpolation of values that don’t match an index of the color configuration file.

Opções:

  • 0 — “0,0,0,0” RGBA
  • 1 — Cor exata

  • 2 — Cor próxima

Padrão: 0

Saídas

Output file [raster]
A 4-band output raster.

Uso do console

processing.runalg('gdalogr:colorrelief', input, band, compute_edges, color_table, match_mode, output)

Veja tambem

Fill nodata

Descrição

Fill raster regions with no data values by interpolation from edges. The values for the no-data regions are calculated by the sourrounding pixel values using inverse distance weighting. After the interpolation a smoothing of the results takes placce. Input can be any GDAL-supported raster layer. This algorithm is generally suitable for interpolating missing regions of fairly continuously varying rasters (such as elevation models for instance). It is also suitable for filling small holes and cracks in more irregularly varying images (like airphotos). It is generally not so great for interpolating a raster from sparse point data. The algorithm is derived from the GDAL fillnodata utility .

Parâmetros

Camada de Entrada [raster]

Camada raster.

Search distance [number]

The number of pixels to search in all directions to interpolate from.

Padrão: 100

Smooth iterations [number]

The number of 3x3 filter passes to run (0 or more) to smoothen the results of the interpolation.

Padrão: 0

Band to operate on [number]

The band to operate on. Nodata values must be represented by the value 0.

Padrão: 1

Validity mask [raster]

Opcional.

A mask that defines which areas are to be filled.

Do not use default validity mask [boolean]

Activates the user-defined validity mask.

Padrão: Falso

Saídas

“Camada de saída” [raster]
Output raster in any GDAL-supported format.

Uso do console

processing.runalg('gdalogr:fillnodata', input, distance, iterations, band, mask, no_default_mask, output)

Veja tambem

Grade (Média móvel)

Descrição

The Moving Average is a simple data averaging algorithm. It uses a moving window of elliptic form to search values and averages all data points within the window. Search ellipse can be rotated by specified angle, the center of ellipse located at the grid node. Also the minimum number of data points to average can be set, if there are not enough points in window, the grid node considered empty and will be filled with specified NODATA value.

Parâmetros

Camada de entrada [vetor: ponto]
Point vector layer
Z field [tablefield: numeric]
Field for the interpolation (Optional)
Radius 1 [number]

The first radius (X axis if rotation angle is 0) of search ellipse.

Padrão: 0.0

Radius 2 [number]

The second radius (Y axis if rotation angle is 0) of search ellipse.

Padrão: 0.0

Min points [number]

Minimum number of data points to average. If less amount of points found the grid node considered empty and will be filled with NODATA marker.

Padrão: 0.0

Ângulo [number]

Ângulo de rotação da elipse em graus. A elipse é rotacionada no sentido horário.

Padrão: 0.0

Nodata [number]

No data marker to fill empty points.

Padrão: 0.0

Output raster type [selection]

Raster file type

Opções:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Padrão: 5

Saídas

Output file [raster]

Interpolated raster file

Uso do console

processing.runalg('gdalogr:gridaverage', input, z_field, radius_1, radius_2, min_points, angle, nodata, rtype, output)

Veja tambem

GDAL grid tutorial

Grade (Dados métricos)

Descrição

This algorithm computes some data metrics using the specified window and output grid geometry.

Parâmetros

Camada de entrada [vetor: ponto]
Point vector layer
Z field [tablefield: numeric]
Field for the interpolation (Optional)
Metrics [selection]

List of available metrics:

Opções:

  • 0 — Minimum, minimum value found in grid node search ellipse.
  • 1 — Maximum, maximum value found in grid node search ellipse
  • 2 — Range, a difference between the minimum and maximum values found in grid node search ellipse
  • 3 — Count, a number of data points found in grid node search ellipse
  • 4 — Average distance, an average distance between the grid node (center of the search ellipse) and all of the data points found in grid node search ellipse
  • 5 — Average distance between points, an average distance between the data points found in grid node search ellipse. The distance between each pair of points within ellipse is calculated and average of all distances is set as a grid node value

Padrão: 0

Radius 1 [number]

The first radius (X axis if rotation angle is 0) of search ellipse. Set this parameter to zero to use whole point array

Padrão: 0.0

Radius 2 [number]

The second radius (Y axis if rotation angle is 0) of search ellipse. Set this parameter to zero to use whole point array

Padrão: 0.0

Min points [number]

Minimum number of data points to use. If less amount of points found the grid node considered empty and will be filled with NODATA marker.

This is only used if search ellipse is set (both radii are non-zero)

Padrão: 0.0

Ângulo [number]

Angle of search ellipse rotation in degrees (counter clockwise)

Padrão: 0.0

Nodata [number]

NODATA marker to fill empty points

Padrão: 0.0

Output raster type [selection]

Raster file type

Opções:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Padrão: 5

Saídas

Output file [raster]
Interpolated raster file

Uso do console

processing.runalg('gdalogr:griddatametrics', input, z_field, metric, radius_1, radius_2, min_points, angle, nodata, rtype, output)

Veja tambem

GDAL grid tutorial

Grade (Inverso da Distância à Potência)

Descrição

The Inverse Distance to a Power gridding method is a weighted average interpolator.

You should supply the input arrays with the scattered data values including coordinates of every data point and output grid geometry. The function will compute interpolated value for the given position in output grid.

Parâmetros

Camada de entrada [vetor: ponto]
Point vector layer
Z field [tablefield: numeric]
Field for the interpolation (Optional).
Power [number]

Weighting power

Padrão: 2.0

Smothing [number]

Smoothing parameter

Padrão: 0.0

Radius 1 [number]

The first radius (X axis if rotation angle is 0) of search ellipse

Padrão: 0.0

Radius 2 [number]

The second radius (Y axis if rotation angle is 0) of search ellipse

Padrão: 0.0

Max points [number]

Maximum number of data points to use.

Do not search for more points than this number. If less amount of points found the grid node considered empty and will be filled with NODATA marker

Padrão: 0.0

Min points [number]

Minimum number of data points to use.

If less amount of points found the grid node considered empty and will be filled with NODATA marker

Padrão: 0.0

Ângulo [number]

Angle of ellipse rotation in degrees.

Ellipse rotated counter clockwise.

Padrão: 0.0

Nodata [number]

No data marker to fill empty points

Padrão: 0.0

Output raster type [selection]

Raster file type

Opções:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Padrão: 5

Saídas

Output file [raster]
Interpolated raster file

Uso do console

processing.runalg('gdalogr:gridinvdist', input, z_field, power, smothing, radius_1, radius_2, max_points, min_points, angle, nodata, rtype, output)

Veja tambem

GDAL grid tutorial

Grade (Vizinho mais próximo)

Descrição

The Nearest Neighbor method doesn’t perform any interpolation or smoothing, it just takes the value of nearest point found in grid node search ellipse and returns it as a result. If there are no points found, the specified NODATA value will be returned.

Parâmetros

Camada de entrada [vetor: ponto]
Point vector layer
Z field [tablefield: numeric]
Field for the interpolation (Optional).
Radius 1 [number]

The first radius (X axis if rotation angle is 0) of search ellipse.

Padrão: 0.0

Radius 2 [number]

The second radius (Y axis if rotation angle is 0) of search ellipse.

Padrão: 0.0

Ângulo [number]

Ângulo de rotação da elipse em graus. A elipse é rotacionada no sentido horário.

Padrão: 0.0

Nodata [number]

No data marker to fill empty points.

Padrão: 0.0

Output raster type [selection]

Raster file type

Opções:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Padrão: 5

Saídas

Output file [raster]
Interpolated raster file

Uso do console

processing.runalg('gdalogr:gridnearestneighbor', input, z_field, radius_1, radius_2, angle, nodata, rtype, output)

Veja tambem

GDAL grid tutorial

Hillshade

Descrição

Outputs a raster with a nice shaded relief effect. It’s very useful for visualizing the terrain. You can optionally specify the azimuth and altitude of the light source, a vertical exaggeration factor and a scaling factor to account for differences between vertical and horizontal units. The algorithm is derived from the GDAL DEM utility .

Parâmetros

Camada de Entrada [raster]
Elevation raster layer.
“Número de Banda” [número]

Band containing the elevation information.

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster.

Padrão: Falso

Use Zevenbergen&Thorne formula (instead of the Horn's one) [boolean]

Activates Zevenbergen&Thorne formula for smooth landscapes.

Padrão: Falso

Z factor (vertical exaggeration) [number]

The factor exaggerates the height of the output elevation raster.

Padrão: 1.0

Scale (ratio of vert. units to horiz.) [number]

The ratio of vertical units to horizontal units.

Padrão: 1.0

Azimuth of the light [number]

Defines the azimuth of the light shining on the elevation raster in degrees. If it comes from the top of the raster the value is 0, if it comes from the east it is 90 a.s.o. .

Padrão: 315.0

Altitude of the light [number]

Defines the altitude of the light, in degrees. 90 if the light comes from above the elevation raster, 0 if it is raking light.

Padrão: 45.0

Saídas

Output file [raster]
Output raster.

Uso do console

processing.runalg('gdalogr:hillshade', input, band, compute_edges, zevenbergen, z_factor, scale, azimuth, altitude, output)

Veja tambem

Near black

Descrição

Convert nearly black/white borders to black.

This utility will scan an image and try to set all pixels that are nearly or exactly black, white or one or more custom colors around the collar to black or white. This is often used to “fix up” lossy compressed airphotos so that color pixels can be treated as transparent when mosaicking

Parâmetros

Camada de Entrada [raster]
Raster file in input
How far from black (white) [number]

Select how far from black, white or custom colors the pixel values can be and still considered near black, white or custom color

Padrão: 15

Search for nearly white pixels instead of nearly black [boolean]

Search for nearly white (255) pixels instead of nearly black pixels

Padrão: Falso

Saídas

“Camada de saída” [raster]
Raster file in output

Uso do console

processing.runalg('gdalogr:nearblack', input, near, white, output)

Veja tambem

GDAL nearblack

Proximity (raster distance)

Descrição

The proximity algorithm generates a raster proximity map indicating the distance from the center of each pixel to the center of the nearest pixel identified as a target pixel. Target pixels are those in the source raster for which the raster pixel value is in the set of target pixel values.

Parâmetros

Camada de Entrada [raster]
Raster in input
Values [string]

A list of target pixel values in the source image to be considered target pixels. If not specified, all non-zero pixels will be considered target pixels.

Padrão: (não definido)

Dist units [selection]

Indicate whether distances generated should be in pixel or georeferenced coordinates.

Opções:

  • 0 — GEO
  • 1 — PIXEL

Padrão: 0

Max dist (negative value to ignore) [number]

The maximum distance to be generated. The nodata value will be used for pixels beyond this distance. If a nodata value is not provided, the output band will be queried for its nodata value.

If the output band does not have a nodata value, then the value 65535 will be used. Distance is interpreted in pixels unless distunits GEO is specified

Padrão: -1

No data (negative value to ignore) [number]

Specify a nodata value to use for the destination proximity raster

Padrão: -1

Fixed buf val (negative value to ignore) [number]

Specify a value to be applied to all pixels that are within the -maxdist of target pixels (including the target pixels) instead of a distance value

Padrão: -1

Output raster type [selection]

Raster file type

Opções:

  • 0 — Byte
  • 1 — Int16
  • 2 — UInt16
  • 3 — UInt32
  • 4 — Int32
  • 5 — Float32
  • 6 — Float64
  • 7 — CInt16
  • 8 — CInt32
  • 9 — CFloat32
  • 10 — CFloat64

Padrão: 5

Saídas

“Camada de saída” [raster]
Raster file in output

Uso do console

processing.runalg('gdalogr:proximity', input, values, units, max_dist, nodata, buf_val, rtype, output)

Rugosidade

Descrição

Outputs a single-band raster with values computed from the elevation. Roughness is the degree of irregularity of the surface. It’s calculated by the largest inter-cell difference of a central pixel and its surrounding cell. The determination of the roughness plays a role in the analysis of terrain elevation data, it’s useful for calculations of the river morphology, in climatology and physical geography in general. The algorithm is derived from the GDAL DEM utility .

Parâmetros

Camada de Entrada [raster]
Elevation raster layer.
“Número de Banda” [número]

The number of a band containing elevation values.

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster.

Padrão: Falso

Saídas

Output file [raster]
Single-band output raster. The value -9999 is used as the output nodata value.

Uso do console

processing.runalg('gdalogr:roughness', input, band, compute_edges, output)

Veja tambem

Sieve

Descrição

Removes raster polygons smaller than a provided threshold size (in pixels) and replaces them with the pixel value of the largest neighbour polygon. It is useful if you have a large amount of small areas on your raster map. The algorithm is derived from the GDAL sieve utility .

Parâmetros

Camada de Entrada [raster]

Camada raster.

Limiar [número]

Only raster polygons smaller than this size will be removed.

Padrão: 2

Pixel connection [selection]

Either four connectedness or eight connectedness should be used when determining.

Opções:

  • 0 — 4
  • 1 — 8

Padrão: 0

Saídas

“Camada de saída” [raster]

Camada de saída raster

Uso do console

processing.runalg('gdalogr:sieve', input, threshold, connections, output)

Veja tambem

Declividade

Descrição

Generate a slope map from any GDAL-supported elevation raster. Slope is the angle of inclination to the horizontal. You have the option of specifying the type of slope value you want: degrees or percent slope. The algorithm is derived from the GDAL DEM utility .

Parâmetros

Camada de Entrada [raster]
Elevation raster layer.
“Número de Banda” [número]

The number of a band containing elevation values.

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster.

Padrão: Falso

Use Zevenbergen&Thorne formula (instead of the Horn's one) [boolean]

Activates Zevenbergen&Thorne formula for smooth landscapes.

Padrão: Falso

Slope expressed as percent (instead of degrees) [boolean]

Você tem a opção de usar a declividade expressa em graus.

Padrão: Falso

Scale (ratio of vert. units to horiz.) [number]

The ratio of vertical units to horizontal units.

Padrão: 1.0

Saídas

Output file [raster]
32-bit float output raster.

Uso do console

processing.runalg('gdalogr:slope', input, band, compute_edges, zevenbergen, as_percent, scale, output)

Veja tambem

TPI (Topographic Position Index)

Descrição

This command outputs a single-band raster with values computed from the elevation. TPI stands for Topographic Position Index, which is defined as the difference between a central pixel and the mean of its surrounding cells

Parâmetros

Camada de Entrada [raster]
Elevation raster layer
“Número de Banda” [número]

The number of a band containing elevation values

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster

Padrão: Falso

Saídas

Output file [raster]
TPI raster in output

Uso do console

processing.runalg('gdalogr:tpitopographicpositionindex', input, band, compute_edges, output)

Veja tambem

GDAL DEM utility

IRT (Índice de Rugosidade do Terreno)

Descrição

This command outputs a single-band raster with values computed from the elevation. TRI stands for Terrain Ruggedness Index, which is defined as the mean difference between a central pixel and its surrounding cells

Parâmetros

Camada de Entrada [raster]
Elevation raster layer
“Número de Banda” [número]

The number of a band containing elevation values

Padrão: 1

Compute edges [boolean]

Generates edges from the elevation raster

Padrão: Falso

Saídas

Output file [raster]
TRI raster file

Uso do console

processing.runalg('gdalogr:triterrainruggednessindex', input, band, compute_edges, output)

Veja tambem

GDAL DEM utility