Wichtig
Übersetzen ist eine Gemeinschaftsleistung Sie können mitmachen. Diese Seite ist aktuell zu 61.72% übersetzt.
28.2.7. Vector geoprocessing
28.2.7.1. Buffer vectors
Create buffers around the features of a vector layer.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[Vektor: alle]  | 
The input vector layer  | 
Geometry column name  | 
  | 
[string] Default: ‚geometry‘  | 
The name of the input layer geometry column to use  | 
Buffer distance  | 
  | 
[Zahl] Default: 10.0  | 
Minimum: 0.0  | 
Dissolve by attribute Optional  | 
  | 
[tablefield: any] Default: None  | 
Field to use for dissolving  | 
Dissolve results  | 
  | 
[Boolean] Standard: falsch  | 
  | 
Produce one feature for each geometry in any kind of geometry collection in the source file  | 
  | 
[Boolean] Standard: falsch  | 
|
Buffer  | 
  | 
[Vektor: Polygon] Standard:   | 
Specify the output buffer layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Buffer  | 
  | 
[Vektor: Polygon]  | 
The output buffer layer  | 
Pythoncode
Algorithm ID: gdal:buffervectors
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[Vektor: alle]  | 
The input vector layer  | 
Clip extent  | 
  | 
[Ausdehnung]  | 
Defines the bounding box that should be used for the output vector file. It has to be defined in target CRS coordinates. Verfügbare Methoden sind: 
  | 
Clipped (extent)  | 
  | 
[wie input] Standard:   | 
Specify the output (clipped) layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Clipped (extent)  | 
  | 
[wie input]  | 
The output (clipped) layer. The default format is „ESRI Shapefile“.  | 
Pythoncode
Algorithm ID: gdal:clipvectorbyextent
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[Vektor: alle]  | 
The input vector layer  | 
Mask layer  | 
  | 
[Vektor: Polygon]  | 
Layer to be used as clipping extent for the input vector layer.  | 
Clipped (mask)  | 
  | 
[wie input] Standard:   | 
The output (masked) layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Clipped (mask)  | 
  | 
[wie input]  | 
The output (masked) layer. The default format is „ESRI Shapefile“.  | 
Pythoncode
Algorithm ID: gdal:clipvectorbypolygon
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
28.2.7.4. Dissolve
Dissolve (combine) geometries that have the same value for a given attribute / field. The output geometries are multipart.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[Vektor: alle]  | 
The input layer to dissolve  | 
Dissolve field Optional  | 
  | 
[tablefield: any]  | 
The field of the input layer to use for dissolving  | 
Geometry column name  | 
  | 
[string] Default: ‚geometry‘  | 
The name of the input layer geometry column to use for dissolving.  | 
Dissolved  | 
  | 
[wie input] Standard:   | 
Specify the output layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Produce one feature for each geometry in any kind of geometry collection in the source file  | 
  | 
[Boolean] Standard: falsch  | 
Produce one feature for each geometry in any kind of geometry collection in the source file  | 
Keep input attributes  | 
  | 
[Boolean] Standard: falsch  | 
Keep all attributes from the input layer  | 
Count dissolved features  | 
  | 
[Boolean] Standard: falsch  | 
Count the dissolved features and include it in the output layer.  | 
Compute area and perimeter of dissolved features  | 
  | 
[Boolean] Standard: falsch  | 
  | 
Compute min/max/sum/mean for attribute  | 
  | 
[Boolean] Standard: falsch  | 
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  | 
  | 
[tablefield: numeric]  | 
The numeric attribute to calculate statistics on  | 
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Dissolved  | 
  | 
[wie input]  | 
  | 
Pythoncode
Algorithm ID: gdal:dissolve
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[vector: line]  | 
The input line layer  | 
Geometry column name  | 
  | 
[string] Default: ‚geometry‘  | 
The name of the input layer geometry column to use  | 
Offset distance (left-sided: positive, right-sided: negative)  | 
  | 
[Zahl] Default: 10.0  | 
|
Offset curve  | 
  | 
[vector: line] Standard:   | 
Specify the output line layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Offset curve  | 
  | 
[vector: line]  | 
The output offset curve layer  | 
Pythoncode
Algorithm ID: gdal:offsetcurve
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
28.2.7.6. One side buffer
Creates a buffer on one side (right or left) of the lines in a line vector layer.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[vector: line]  | 
The input line layer  | 
Geometry column name  | 
  | 
[string] Default: ‚geometry‘  | 
The name of the input layer geometry column to use  | 
Buffer distance  | 
  | 
[Zahl] Default: 10.0  | 
|
Buffer side  | 
  | 
[Aufzählung] Standard: 0  | 
One of: 
  | 
Dissolve by attribute Optional  | 
  | 
[tablefield: any] Default: None  | 
Field to use for dissolving  | 
Dissolve all results  | 
  | 
[Boolean] Standard: falsch  | 
  | 
Produce one feature for each geometry in any kind of geometry collection in the source file  | 
  | 
[Boolean] Standard: falsch  | 
|
One-sided buffer  | 
  | 
[Vektor: Polygon] Standard:   | 
Specify the output buffer layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
One-sided buffer  | 
  | 
[Vektor: Polygon]  | 
The output buffer layer  | 
Pythoncode
Algorithm ID: gdal:onesidebuffer
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Grundlegende Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Eingabe-Layer  | 
  | 
[vector: line]  | 
The input line layer  | 
Geometry column name  | 
  | 
[string] Default: ‚geometry‘  | 
The name of the input layer geometry column to use  | 
Distance from line start represented as a fraction of line length  | 
  | 
[Zahl] Default: 0.5 (middle of the line)  | 
|
Points along lines  | 
  | 
[vector: point] Standard:   | 
Specify the output point layer. One of: 
  | 
Fortgeschrittene Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Additional creation options Optional  | 
  | 
[string] Default: ‚‘ (no additional options)  | 
Additional GDAL creation options.  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Points along line  | 
  | 
[vector: point]  | 
The output point layer  | 
Pythoncode
Algorithm ID: gdal:pointsalonglines
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.