Важно
Translation is a community effort you can join. This page is currently translated at 39.93%.
28.2.6. Vector conversion
28.2.6.1. Convert format
Converts any OGR-supported vector layer into another OGR-supported format.
This algorithm is derived from the ogr2ogr utility.
Параметры
Basic parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Convert all layers from dataset |
|
[логическое значение] По умолчанию: Ложь |
Converts the whole dataset.
Supported output formats for this option are |
Converted |
|
[same as input] |
Specification of the output vector layer. One of:
For |
Advanced parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Additional creation options Optional |
|
[string] Default: „“ (no additional options) |
Additional GDAL creation options. |
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Converted |
|
[same as input] |
The output vector layer |
Код на Python
Algorithm ID: gdal:convertformat
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.2.6.2. Rasterize (overwrite with attribute)
Overwrites a raster layer with values from a vector layer. New values are assigned based on the attribute value of the overlapping vector feature.
This algorithm is derived from the GDAL rasterize utility.
Параметры
Basic parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Input raster layer |
|
[растр] |
Input raster layer |
Field to use for a burn-in value Optional |
|
[tablefield: numeric] |
Defines the attribute field to use to set the pixels values |
Advanced parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Add burn in values to existing raster values |
|
[логическое значение] По умолчанию: Ложь |
If False, pixels are assigned the selected field’s value. If True, the selected field’s value is added to the value of the input raster layer. |
Additional command-line parameters Optional |
|
[string] Default: „“ |
Add extra GDAL command line options |
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Rasterized |
|
[растр] |
The overwritten input raster layer |
Код на Python
Algorithm ID: gdal:rasterize_over
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.2.6.3. Rasterize (overwrite with fixed value)
Overwrites parts of a raster layer with a fixed value. The pixels to overwrite are chosen based on the supplied (overlapping) vector layer.
This algorithm is derived from the GDAL rasterize utility.
Параметры
Basic parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Input raster layer |
|
[растр] |
Input raster layer |
A fixed value to burn |
|
[number] Default: 0.0 |
The value to burn |
Advanced parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Add burn in values to existing raster values |
|
[логическое значение] По умолчанию: Ложь |
If False, pixels are assigned the fixed value. If True, the fixed value is added to the value of the input raster layer. |
Additional command-line parameters Optional |
|
[string] Default: „“ |
Add extra GDAL command line options |
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Rasterized |
|
[растр] |
The overwritten input raster layer |
Код на Python
Algorithm ID: gdal:rasterize_over_fixed_value
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.2.6.4. Rasterize (vector to raster)
Converts vector geometries (points, lines and polygons) into a raster image.
This algorithm is derived from the GDAL rasterize utility.
Меню по умолчанию:
Параметры
Basic parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Field to use for a burn-in value Optional |
|
[tablefield: numeric] |
Defines the attribute field from which the attributes for the pixels should be chosen |
A fixed value to burn Optional |
|
[number] Default: 0.0 |
A fixed value to burn into a band for all features. |
Burn value extracted from the «Z» values of the feature Optional |
|
[логическое значение] По умолчанию: Ложь |
Indicates that a burn value should be extracted from the «Z» values of the feature. Works with points and lines (linear interpolation along each segment). For polygons, works properly only if they are flat (same Z value for all vertices) |
Output raster size units |
|
[enumeration] Default: 0 |
Units to use when defining the output raster size/resolution. One of:
|
Width/Horizontal resolution |
|
[number] Default: 0.0 |
Sets the width (if size units is «Pixels») or horizontal resolution (if size units is «Georeferenced units») of the output raster. Minimum value: 0.0. |
Height/Vertical resolution |
|
[number] Default: 0.0 |
Sets the height (if size units is «Pixels») or vertical resolution (if size units is «Georeferenced units») of the output raster. |
Output extent Optional |
|
[extent] |
Extent of the output raster layer. If the extent is not specified, the minimum extent that covers the selected reference layer(s) will be used. Available methods are:
|
Assign a specified NoData value to output bands Optional |
|
[number] Default: 0.0 |
Assigns a specified NoData value to output bands |
Rasterized |
|
[растр] По умолчанию: |
Specification of the output raster layer. One of:
For |
Advanced parameters
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Additional creation options Optional |
|
[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). Batch Process and Model Designer: separate multiple options with a pipe
character ( |
Output data type |
|
[enumeration] Default: 5 |
Defines the format of the output raster file. Options:
Available options depend on the GDAL version built with QGIS (see menu) |
Pre-initialize the output image with value Optional |
|
[number] |
Pre-initializes the output image bands with this value. Not marked as the NoData value in the output file. The same value is used in all the bands. |
Invert rasterization |
|
[логическое значение] По умолчанию: Ложь |
Burns the fixed burn value, or the burn value associated with the first feature into all parts of the image not inside the provided polygon. |
Additional command-line parameters Optional |
|
[string] Default: „“ |
Add extra GDAL command line options |
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Rasterized |
|
[растр] |
Output raster layer |
Код на Python
Algorithm ID: gdal:rasterize
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.