Fontos
A fordítás közösségi munka eredménye, amelyhez itt tudsz csatlakozni. Ennek az oldalnak eddig a 39.69% részét fordítottuk le.
28.1.8. Háló
28.1.8.1. Export contours
Creates contours as a vector layer from a mesh scalar dataset.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Increment between contour levels Optional |
|
[szám] Default: Not set |
Interval between generated levels. |
Minimum contour level Optional |
|
[szám] Default: Not set |
Starting level values of contours. |
Maximum contour level Optional |
|
[szám] Default: Not set |
Maximum values of contours, i.e. no generated levels will be greater than this value. |
List of contours level Optional |
|
[szám] Default: Not set |
List of wanted levels of contours (separated by commas). If filled, the increment, minimum, and maximum fields will not be considered. |
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Exported contour lines |
|
[vector: line] Default: |
Specify the output line layer representing the contours of the mesh layer. One of:
The file encoding can also be changed here. |
Exported contour polygons |
|
[vector: polygon] Default: |
Specify the output polygon layer representing the contours of the mesh layer. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Exported contour lines |
|
[vector: line] |
Line layer representing the contours of the mesh layer. |
Exported contour polygons |
|
[vector: polygon] |
Polygon layer representing the contours of the mesh layer. |
Python kód
Algorithm ID: native:meshcontours
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.8.2. Export cross section dataset values on lines from mesh
Extracts a mesh dataset’s values from lines contained in a vector layer.
Each line is discretized with a resolution distance parameter for extraction of values on its vertices.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Lines for data export |
|
[vector: line] |
Lines where the data will be extracted from the dataset mesh |
Line segmentation resolution |
|
[szám] Default: 10.0 |
The distance between points on the lines where the data will be extracted from the dataset mesh. |
Digits count for dataset value |
|
[szám] Default: 2 |
Number of digits to round dataset values |
Exported data CSV file |
|
[fájl] Alapértelmezett: |
Specification of the output file. One of:
|
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Exported data CSV file |
|
[fájl] |
Python kód
Algorithm ID: native:meshexportcrosssection
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.8.3. Export mesh edges
Exports a mesh layer’s edges to a line vector layer, with the dataset values on edges as attribute values.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Export vector option |
|
[felsorolás] |
Coordinate type of vector value exportation.
|
Output vector layer |
|
[vector: line] Default: |
Specification of the output file. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output vector layer |
|
[vector: line] |
Output vector line layer containing the edges of the input mesh layer with associated dataset values |
Python kód
Algorithm ID: native:exportmeshedges
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.8.4. Export mesh faces
Exports a mesh layer’s faces to a polygon vector layer, with the dataset values on faces as attribute values.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Export vector option |
|
[felsorolás] |
Coordinate type of vector value exportation.
|
Output vector layer |
|
[vector: polygon] Default: |
Specification of the output file. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output vector layer |
|
[vector: polygon] |
Output vector polygon layer containing the faces of the input mesh layer with associated dataset values |
Python kód
Algorithm ID: native:exportmeshfaces
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.8.5. Export mesh on grid
Exports a mesh layer’s dataset values to a gridded point vector layer, with the dataset values on this point as attribute values.
For data on volume (3D stacked dataset values), the exported dataset values are averaged on faces using the method defined in the mesh layer properties (default is Multi level averaging method). 1D meshes are not supported.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Terjedelem Optional |
|
[terjedelem] |
Specify the spatial extent on which to process the data. Available methods are:
|
Grid spacing Optional |
|
[szám] Default: 10.0 |
Spacing between the sample points to use |
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Export vector option |
|
[felsorolás] |
Coordinate type of vector value exportation.
|
Output vector layer |
|
[vector: point] Default: |
Specification of the output file. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output vector layer |
|
[vector: point] |
Output vector point layer with dataset values computed from the overlaid face. |
Python kód
Algorithm ID: native:exportmeshongrid
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.8.6. Export mesh vertices
Exports a mesh layer’s vertices to a point vector layer, with the dataset values on vertices as attribute values.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Export vector option |
|
[felsorolás] |
Coordinate type of vector value exportation.
|
Output vector layer |
|
[vector: point] Default: |
Specification of the output file. One of:
The file encoding can also be changed here. |
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output vector layer |
|
[vector: point] |
Output vector point layer containing the vertices of the input mesh layer with associated dataset values |
Python kód
Algorithm ID: native:exportmeshvertices
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.8.7. Export time series values from points of a mesh dataset
Extracts a mesh dataset’s time series values from points contained in a vector layer.
If the time step is kept to its default value (0 hours), the time step used is the one of the two first datasets of the first selected dataset group.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to extract data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Starting time |
|
[datetime] |
The start of the time range to take into account
|
Finishing time |
|
[datetime] |
The end of the time range to take into account
|
Time step (hours) Optional |
|
[szám] Alapértelmezett: 0 |
Time between two consecutive steps to extract.
Keep |
Points for data export |
|
[vector: point] |
Vector layer containing points where the data will be extracted from the dataset mesh |
Digits count for coordinates |
|
[szám] |
Number of digits to round coordinate values Default: 2 |
Digits count for dataset value |
|
[szám] Default: 2 |
Number of digits to round dataset values |
Exported data CSV file |
|
[fájl] Alapértelmezett: |
Specification of the output file. One of:
|
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Exported data CSV file |
|
[fájl] |
|
Python kód
Algorithm ID: native:meshexporttimeseries
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.8.8. Rasterize mesh dataset
Creates a raster layer from a mesh dataset.
For data on volume (3D stacked dataset values), the exported dataset values are averaged on faces using the method defined in the mesh layer properties (default is Multi level averaging method). 1D meshes are not supported.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input mesh layer |
|
[mesh] |
The mesh layer to export data from |
Dataset groups |
|
[layer] [list] |
The dataset groups |
Dataset time |
|
[datetime] |
The time range to take into account
|
Terjedelem Optional |
|
[terjedelem] |
Specify the spatial extent on which to process the data. Available methods are:
|
Pixel size |
|
[szám] Default: 1.0 |
Pixel size of the output raster layer. |
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Output raster layer |
|
[raster] Alapértelmezett: |
Specification of the output file. One of:
|
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output raster layer |
|
[raster] |
Output raster layer with dataset values computed from the mesh layer. |
Python kód
Algorithm ID: native:meshrasterize
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.8.9. TIN mesh creation
Creates a TIN mesh layer from vector layers. The TIN mesh is created using a Delaunay triangulation.
Paraméterek
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Input rétegek |
|
[vektor: bármi] [lista] |
Vector layers to combine to generate the mesh layer |
Vector layer |
GUI ONLY |
[vektor: bármi] [lista] |
A selector for the vector layers to combine to generate the mesh layer |
Value on vertex |
GUI ONLY |
[tablefield: any] |
A selector of the field to use from the selected layer. Each vertex is assigned the corresponding value of its original feature. |
Use Z-coordinate for value on vertex |
GUI ONLY |
[boolean] Default: False |
If checked, the Z value of vector layer points or polygons/lines vertices will be used to assign the Z value of the vertex mesh layer. Only available if the input layers are 3D. |
Output format |
|
[felsorolás] Default: 2DM |
Output format of the generated layer
|
Output coordinate system Optional |
|
[crs] |
Coordinate Reference System to assign to the output |
Output file |
|
[mesh] Alapértelmezett: |
Specification of the output file. One of:
|
Eredmények
Címke |
Név |
Típus |
Leírás |
---|---|---|---|
Output file |
|
[mesh] |
Output mesh layer with dataset values computed from the vector layers. |
Python kód
Algorithm ID: native:tinmeshcreation
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.