Важно

Translation is a community effort you can join. This page is currently translated at 47.33%.

28.2.7. Vector geoprocessing

28.2.7.1. Buffer vectors

Create buffers around the features of a vector layer.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: any]

The input vector layer

Geometry column name

GEOMETRY

[string]

Default: „geometry“

The name of the input layer geometry column to use

Buffer distance

DISTANCE

[number]

Default: 10.0

Minimum: 0.0

Dissolve by attribute

Optional

FIELD

[tablefield: any]

Default: None

Field to use for dissolving

Dissolve results

DISSOLVE

[логическое значение]

По умолчанию: Ложь

If set, the result is dissolved.

If no field is set for dissolving, all the buffers are dissolved into one feature.

Produce one feature for each geometry in any kind of geometry collection in the source file

EXPLODE_COLLECTIONS

[логическое значение]

По умолчанию: Ложь

Buffer

OUTPUT

[vector: polygon]

По умолчанию: [Сохранить во временный файл]

Specify the output buffer layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Buffer

OUTPUT

[vector: polygon]

The output buffer layer

Код на Python

Algorithm ID: gdal:buffervectors

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.2. Clip vector by extent

Clips any OGR-supported vector file to a given extent.

This algorithm is derived from the GDAL ogr2ogr utility.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: any]

The input vector layer

Clip extent

EXTENT

[extent]

Defines the bounding box that should be used for the output vector file. It has to be defined in target CRS coordinates.

Available methods are:

  • Calculate from layer…: uses extent of a layer loaded in the current project

  • Calculate from layout map…: uses extent of a layout map item in the active project

  • Calculate from bookmark…: uses extent of a saved bookmark

  • Use map canvas extent

  • Draw on canvas: click and drag a rectangle delimiting the area to take into account

  • Enter the coordinates as xmin, xmax, ymin, ymax

Clipped (extent)

OUTPUT

[same as input]

По умолчанию: [Сохранить во временный файл]

Specify the output (clipped) layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Clipped (extent)

OUTPUT

[same as input]

The output (clipped) layer. The default format is «ESRI Shapefile».

Код на Python

Algorithm ID: gdal:clipvectorbyextent

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.3. Clip vector by mask layer

Clips any OGR-supported vector layer by a mask polygon layer.

This algorithm is derived from the GDAL ogr2ogr utility.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: any]

The input vector layer

Mask layer

MASK

[vector: polygon]

Layer to be used as clipping extent for the input vector layer.

Clipped (mask)

OUTPUT

[same as input]

По умолчанию: [Сохранить во временный файл]

The output (masked) layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Clipped (mask)

OUTPUT

[same as input]

The output (masked) layer. The default format is «ESRI Shapefile».

Код на Python

Algorithm ID: gdal:clipvectorbypolygon

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.4. Dissolve

Dissolve (combine) geometries that have the same value for a given attribute / field. The output geometries are multipart.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: any]

The input layer to dissolve

Dissolve field

Optional

FIELD

[tablefield: any]

The field of the input layer to use for dissolving

Geometry column name

GEOMETRY

[string]

Default: „geometry“

The name of the input layer geometry column to use for dissolving.

Dissolved

OUTPUT

[same as input]

По умолчанию: [Сохранить во временный файл]

Specify the output layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Produce one feature for each geometry in any kind of geometry collection in the source file

EXPLODE_COLLECTIONS

[логическое значение]

По умолчанию: Ложь

Produce one feature for each geometry in any kind of geometry collection in the source file

Keep input attributes

KEEP_ATTRIBUTES

[логическое значение]

По умолчанию: Ложь

Keep all attributes from the input layer

Count dissolved features

COUNT_FEATURES

[логическое значение]

По умолчанию: Ложь

Count the dissolved features and include it in the output layer.

Compute area and perimeter of dissolved features

COMPUTE_AREA

[логическое значение]

По умолчанию: Ложь

Compute the area and perimeter of dissolved features and

include them in the output layer

Compute min/max/sum/mean for attribute

COMPUTE_STATISTICS

[логическое значение]

По умолчанию: Ложь

Calculate statistics (min, max, sum and mean) for the numeric attribute specified and include them in the output layer

Numeric attribute to calculate statistics on

Optional

STATISTICS_ATTRIBUTE

[tablefield: numeric]

The numeric attribute to calculate statistics on

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Dissolved

OUTPUT

[same as input]

The output multipart geometry layer (with dissolved

geometries)

Код на Python

Algorithm ID: gdal:dissolve

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.5. Offset curve

Offsets lines by a specified distance. Positive distances will offset lines to the left, and negative distances will offset them to the right.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: line]

The input line layer

Geometry column name

GEOMETRY

[string]

Default: „geometry“

The name of the input layer geometry column to use

Offset distance (left-sided: positive, right-sided: negative)

DISTANCE

[number]

Default: 10.0

Offset curve

OUTPUT

[vector: line]

По умолчанию: [Сохранить во временный файл]

Specify the output line layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Offset curve

OUTPUT

[vector: line]

The output offset curve layer

Код на Python

Algorithm ID: gdal:offsetcurve

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.6. One side buffer

Creates a buffer on one side (right or left) of the lines in a line vector layer.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: line]

The input line layer

Geometry column name

GEOMETRY

[string]

Default: „geometry“

The name of the input layer geometry column to use

Buffer distance

DISTANCE

[number]

Default: 10.0

Buffer side

BUFFER_SIDE

[enumeration]

Default: 0

One of:

  • 0 — Right

  • 1 — Left

Dissolve by attribute

Optional

FIELD

[tablefield: any]

Default: None

Field to use for dissolving

Dissolve all results

DISSOLVE

[логическое значение]

По умолчанию: Ложь

If set, the result is dissolved.

If no field is set for dissolving, all the buffers are dissolved into one feature.

Produce one feature for each geometry in any kind of geometry collection in the source file

EXPLODE_COLLECTIONS

[логическое значение]

По умолчанию: Ложь

One-sided buffer

OUTPUT

[vector: polygon]

По умолчанию: [Сохранить во временный файл]

Specify the output buffer layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

One-sided buffer

OUTPUT

[vector: polygon]

The output buffer layer

Код на Python

Algorithm ID: gdal:onesidebuffer

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.

28.2.7.7. Points along lines

Generates a point on each line of a line vector layer at a distance from start. The distance is provided as a fraction of the line length.

Параметры

Basic parameters

Ярлык

Имя

Тип

Описание

Исходный слой

INPUT

[vector: line]

The input line layer

Geometry column name

GEOMETRY

[string]

Default: „geometry“

The name of the input layer geometry column to use

Distance from line start represented as a fraction of line length

DISTANCE

[number]

Default: 0.5 (middle of the line)

Points along lines

OUTPUT

[vector: point]

По умолчанию: [Сохранить во временный файл]

Specify the output point layer. One of:

  • Сохранить во временный файл

  • Save to File…

Advanced parameters

Ярлык

Имя

Тип

Описание

Additional creation options

Optional

OPTIONS

[string]

Default: „“ (no additional options)

Additional GDAL creation options.

Результаты

Ярлык

Имя

Тип

Описание

Points along line

OUTPUT

[vector: point]

The output point layer

Код на Python

Algorithm ID: gdal:pointsalonglines

import processing
processing.run("algorithm_id", {parameter_dictionary})

ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.