mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
r.sunmask
|
|
r.sunmask.datetime - Calculates cast shadow areas from sun position and elevation raster map.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|elevation|Elevation raster layer [meters]|None|False
|
|
QgsProcessingParameterNumber|year|year|QgsProcessingParameterNumber.Integer|2000|True|1950|2050
|
|
QgsProcessingParameterNumber|month|month|QgsProcessingParameterNumber.Integer|1|True|0|12
|
|
QgsProcessingParameterNumber|day|day|QgsProcessingParameterNumber.Integer|1|True|0|31
|
|
QgsProcessingParameterNumber|hour|hour|QgsProcessingParameterNumber.Integer|1|True|0|24
|
|
QgsProcessingParameterNumber|minute|minute|QgsProcessingParameterNumber.Integer|0|True|0|60
|
|
QgsProcessingParameterNumber|second|second|QgsProcessingParameterNumber.Integer|0|True|0|60
|
|
QgsProcessingParameterNumber|timezone|East positive, offset from GMT|QgsProcessingParameterNumber.Integer|0|True|None|None
|
|
QgsProcessingParameterString|east|Easting coordinate (point of interest)|
|
|
QgsProcessingParameterString|north|Northing coordinate (point of interest)|
|
|
QgsProcessingParameterBoolean|-z|Do not ignore zero elevation|True
|
|
QgsProcessingParameterBoolean|-s|Calculate sun position only and exit|False
|
|
QgsProcessingParameterRasterDestination|output|Shadows
|