mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35: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.Double|2000|False|2050|1950
|
|
QgsProcessingParameterNumber|month|month|QgsProcessingParameterNumber.Double|1|False|12|0
|
|
QgsProcessingParameterNumber|day|day|QgsProcessingParameterNumber.Double|1|False|31|0
|
|
QgsProcessingParameterNumber|hour|hour|QgsProcessingParameterNumber.Double|1|False|24|0
|
|
QgsProcessingParameterNumber|minute|minute|QgsProcessingParameterNumber.Double|0|False|60|0
|
|
QgsProcessingParameterNumber|second|second|QgsProcessingParameterNumber.Double|0|False|60|0
|
|
QgsProcessingParameterNumber|timezone|East positive, offset from GMT|QgsProcessingParameterNumber.Double|0.0|False|None|0
|
|
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
|