Fontos
A fordítás közösségi munka eredménye, amelyhez itt tudsz csatlakozni. Ennek az oldalnak eddig a 52.89% részét fordítottuk le.
28.1.7. Layer tools
28.1.7.1. Export layer(s) information
Creates a polygon layer with features corresponding to the extent of selected layer(s).
Additional layer details (CRS, provider name, file path, layer name, subset filter, abstract and attribution) are attached as attributes to each feature.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input rétegek |
|
[vektor: bármi] [lista] |
Input vector layers to get information on. |
Output |
|
[vector: polygon] Default: |
Specification of the output layer with information. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output |
|
[vector: polygon] |
Polygon vector layer showing extent of input layers and associated information in attributes. |
Python kód
Algorithm ID: native:exportlayersinformation
import processing
processing.run("algorithm_id", {parameter_dictionary})
Az algoritmus azonosító akkor jelenik meg, ha az egérmutatót az algoritmus fölé viszi a Feldolgozás eszköztáron. A paraméterszótár tartalmazza a paraméter NAME-eket és érékeket. A feldolgozási algoritmusok Python konzolról történő futtatásával kapcsolatos részletekért lásd a Using processing algorithms from the console fejezetet.
28.1.7.2. Export to spreadsheet
Exports the attributes of a selection of vector layers into a spreadsheet document or optionally appends them to an existing spreadsheet as additional sheets.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input rétegek |
|
[vektor: bármi] [lista] |
Input vector layers. The output spreadsheet will consist of a sheet, for each layer, that contains the attributes of this layer. |
Use field aliases as column headings |
|
[boolean] Default: False |
Use the field aliases from the attribute table for the spreadsheet. |
Export formatted values instead of raw values |
|
[boolean] Default: False |
If |
Overwrite existing spreadsheet |
|
[boolean] Default: True |
If the specified spreadsheet exists, setting this option to |
Destination spreadsheet |
|
[fájl] Alapértelmezett: |
Output spreadsheet with a sheet for every layer. One of:
|
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Destination spreadsheet |
|
[fájl] |
Spreadsheet with a sheet for every layer. |
Layers within spreadsheet |
|
[list] |
The list of sheets added to the spreadsheet. |
Python kód
Algorithm ID: native:exporttospreadsheet
import processing
processing.run("algorithm_id", {parameter_dictionary})
Az algoritmus azonosító akkor jelenik meg, ha az egérmutatót az algoritmus fölé viszi a Feldolgozás eszköztáron. A paraméterszótár tartalmazza a paraméter NAME-eket és érékeket. A feldolgozási algoritmusok Python konzolról történő futtatásával kapcsolatos részletekért lásd a Using processing algorithms from the console fejezetet.
28.1.7.3. Extract layer extent
Generates a vector layer with the minimum bounding box (rectangle with N-S orientation) that covers all the input features.
The output layer contains a single bounding box for the whole input layer.
Default menu:
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Réteg |
|
[layer] |
Input layer |
Terjedelem |
|
[vector: polygon] Default: |
Specify the polygon vector layer for the output extent. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Terjedelem |
|
[vector: polygon] |
Output (polygon) vector layer with the extent (minimum bounding box) |
Python kód
Algorithm ID: qgis:polygonfromlayerextent
import processing
processing.run("algorithm_id", {parameter_dictionary})
Az algoritmus azonosító akkor jelenik meg, ha az egérmutatót az algoritmus fölé viszi a Feldolgozás eszköztáron. A paraméterszótár tartalmazza a paraméter NAME-eket és érékeket. A feldolgozási algoritmusok Python konzolról történő futtatásával kapcsolatos részletekért lásd a Using processing algorithms from the console fejezetet.