Ważne
Tłumaczenie jest wysiłkiem społeczności QGISa przyłącz się. Ta strona jest obecnie przetłumaczona w 55.25%.
24.2.3. Raster extraction
24.2.3.1. Clip raster by extent
Clips any GDAL-supported raster file to a given extent.
This algorithm is derived from the GDAL translate utility.
Default menu:
Parametry
Parametry podstawowe
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Warstwa wejściowa |
|
[raster] |
The input raster |
Clipping extent |
|
[zasięg] |
Extent that should be used for the output raster. Only pixels within the specified bounding box will be included in the output. Available methods are:
|
Override the projection for the output file |
|
[wartość logiczna] Domyślnie: False |
If checked, the output file is assigned the input layer CRS. |
Assign a specified NoData value to output bands Opcjonalne |
|
[numeric: double] Default: Not set |
Defines a value that should be inserted for the NoData values in the output raster |
Clipped (extent) |
|
[raster] Domyślnie: |
Specification of the output raster layer. One of:
|
Parametry zaawansowane
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Additional creation options Opcjonalne |
|
[ciąg tekstowy] Domyślnie: «» |
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). Batch Process and Model Designer: separate multiple options with a pipe
character ( |
Output data type |
|
[wyliczenie] Domyślnie: 0 |
Defines the format of the output raster file. Opcje:
Available options depend on the GDAL version built with QGIS (see menu) |
Additional command-line parameters Opcjonalne |
|
[ciąg tekstowy] Default: Not set |
Add extra GDAL command line options |
Wyniki
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Clipped (extent) |
|
[raster] |
Output raster layer clipped by the given extent |
Kod pythona
ID algorytmu: gdal:cliprasterbyextent
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 Using processing algorithms from the console for details on how to run processing algorithms from the Python console.
24.2.3.2. Clip raster by mask layer
Clips any GDAL-supported raster by a vector mask layer.
This algorithm is derived from the GDAL warp utility.
Default menu:
Parametry
Parametry podstawowe
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Warstwa wejściowa |
|
[raster] |
The input raster |
Mask layer |
|
[vector: polygon] |
Vector mask for clipping the raster |
Source CRS |
|
[układ współrzędnych] |
Set the coordinate reference to use for the input raster |
Target CRS |
|
[układ współrzędnych] |
Set the coordinate reference to use for the mask layer |
Target extent Opcjonalne |
|
[zasięg] |
Extent of the output file to be created Available methods are:
|
Assign a specified NoData value to output bands Opcjonalne |
|
[numeric: double] Default: Not set |
Defines a value that should be inserted for the NoData values in the output raster |
Create an output alpha band |
|
[wartość logiczna] Domyślnie: False |
Creates an alpha band for the result. The alpha band then includes the transparency values of the pixels. |
Match the extent of the clipped raster to the extent of the mask layer |
|
[wartość logiczna] Domyślnie: True |
Applies the vector layer extent to the output raster if checked. |
Keep resolution of input raster |
|
[wartość logiczna] Domyślnie: False |
The resolution of the output raster will not be changed |
Set output file resolution |
|
[wartość logiczna] Domyślnie: False |
Shall the output resolution (cell size) be specified |
X Resolution to output bands Opcjonalne |
|
[numeric: double] Default: Not set |
The width of the cells in the output raster |
Y Resolution to output band Opcjonalne |
|
[numeric: double] Default: Not set |
The height of the cells in the output raster |
Use multithreaded warping implementation |
|
[wartość logiczna] Domyślnie: False |
Two threads will be used to process chunks of image and perform input/output operation simultaneously. Note that computation is not multithreaded itself. |
Clipped (mask) |
|
[raster] Domyślnie: |
Specification of the output raster layer. One of:
|
Parametry zaawansowane
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Additional creation options Opcjonalne |
|
[ciąg tekstowy] Domyślnie: «» |
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). Batch Process and Model Designer: separate multiple options with a pipe
character ( |
Output data type |
|
[wyliczenie] Domyślnie: 0 |
Defines the format of the output raster file. Opcje:
Available options depend on the GDAL version built with QGIS (see menu) |
Additional command-line parameters Opcjonalne |
|
[ciąg tekstowy] Default: Not set |
Add extra GDAL command line options |
Wyniki
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Clipped (mask) |
|
[raster] |
Output raster layer clipped by the vector layer |
Kod pythona
ID algorytmu: gdal:cliprasterbymasklayer
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 Using processing algorithms from the console for details on how to run processing algorithms from the Python console.
24.2.3.3. Kontur
Extracts contour lines from any GDAL-supported elevation raster.
This algorithm is derived from the GDAL contour utility.
Default menu:
Parametry
Parametry podstawowe
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Warstwa wejściowa |
|
[raster] |
Input raster |
Band number |
|
[raster band] Domyślnie: 1 |
Raster band to create the contours from |
Interval between contour lines |
|
[numeric: double] Domyślnie: 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) Opcjonalne |
|
[ciąg tekstowy] Domyślnie: «ELEV» |
Provides a name for the attribute in which to put the elevation. |
Offset from zero relative to which to interpret intervals Opcjonalne |
|
[numeric: double] Domyślnie: 0.0 |
|
Contours |
|
[vector: line] Domyślnie: |
Specification of the output vector layer. One of:
|
Parametry zaawansowane
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Produce 3D vector |
|
[wartość logiczna] Domyślnie: False |
Forces production of 3D vectors instead of 2D. Includes elevation at every vertex. |
Treat all raster values as valid |
|
[wartość logiczna] Domyślnie: False |
Ignores any NoData values in the dataset. |
Input pixel value to treat as „NoData” Opcjonalne |
|
[numeric: double] Default: Not set |
Defines a value that should be inserted for the NoData values in the output raster |
Additional command-line parameters Opcjonalne |
|
[ciąg tekstowy] Default: Not set |
Add extra GDAL command line options. Refer to the corresponding GDAL utility documentation. |
Wyniki
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Contours |
|
[vector: line] |
Output vector layer with contour lines |
Kod pythona
ID algorytmu: gdal:contour
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 Using processing algorithms from the console for details on how to run processing algorithms from the Python console.
24.2.3.4. Contour Polygons
Extracts contour polygons from any GDAL-supported elevation raster.
This algorithm is derived from the GDAL contour utility.
Parametry
Parametry podstawowe
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Warstwa wejściowa |
|
[raster] |
Input raster |
Band number |
|
[raster band] Domyślnie: 1 |
Raster band to create the contours from |
Interval between contour lines |
|
[numeric: double] Domyślnie: 10.0 |
Defines the interval between the contour lines in the given units of the elevation raster (minimum value 0) |
Offset from zero relative to which to interpret intervals Opcjonalne |
|
[numeric: double] Domyślnie: 0.0 |
|
Attribute name for minimum elevation of contour polygon Opcjonalne |
|
[ciąg tekstowy] Domyślnie: «ELEV_MIN» |
Provides a name for the attribute in which to put the minimum elevation of contour polygon. If not provided no minimum elevation attribute is attached. |
Attribute name for maximum elevation of contour polygon Opcjonalne |
|
[ciąg tekstowy] Domyślnie: «ELEV_MAX» |
Provides a name for the attribute in which to put the maximum elevation of contour polygon. If not provided no maximum elevation attribute is attached. |
Contours |
|
[vector: polygon] Domyślnie: |
Specification of the output vector layer. One of:
|
Parametry zaawansowane
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Produce 3D vector |
|
[wartość logiczna] Domyślnie: False |
Forces production of 3D vectors instead of 2D. Includes elevation at every vertex. |
Treat all raster values as valid |
|
[wartość logiczna] Domyślnie: False |
Ignores any NoData values in the dataset. |
Input pixel value to treat as „NoData” Opcjonalne |
|
[numeric: double] Default: Not set |
Defines a value that should be inserted for the NoData values in the output raster |
Additional command-line parameters Opcjonalne |
|
[ciąg tekstowy] Default: Not set |
Add extra GDAL command line options. Refer to the corresponding GDAL utility documentation. |
Wyniki
Etykieta |
Nazwa |
Typ |
Opis |
---|---|---|---|
Contours |
|
[vector: polygon] |
Output vector layer with contour polygons |
Kod pythona
ID algorytmu: gdal:contour_polygon
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 Using processing algorithms from the console for details on how to run processing algorithms from the Python console.