mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
11 lines
949 B
Plaintext
11 lines
949 B
Plaintext
r.plane
|
|
Creates raster plane layer given dip (inclination), aspect (azimuth) and one point.
|
|
Raster (r.*)
|
|
QgsProcessingParameterNumber|dip|Dip of plane. Value must be between -90 and 90 degrees|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterNumber|azimuth|Azimuth of the plane. Value must be between 0 and 360 degrees|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterNumber|easting|Easting coordinate of a point on the plane|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterNumber|northing|Northing coordinate of a point on the plane|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterNumber|elevation|Elevation coordinate of a point on the plane|QgsProcessingParameterNumber.Double|0.0|False|None|None
|
|
QgsProcessingParameterEnum|type|Data type of resulting layer|CELL;FCELL;DCELL
|
|
QgsProcessingParameterRasterDestination|output|Plane
|