-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
2059738
commit a4c77bc
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
python/plugins/processing/algs/grass7/description/r.sunhours.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
r.sunhours | ||
Calculates solar elevation, solar azimuth, and sun hours. | ||
Raster (r.*) | ||
ParameterNumber|year|Year|1950|2050|2016|False | ||
ParameterNumber|month|Month|1|12|1|True | ||
ParameterNumber|day|Day|1|31|1|False | ||
ParameterNumber|hour|Hour|0|24|12|True | ||
ParameterNumber|minute|Minutes|0|60|0|True | ||
ParameterNumber|second|Seconds|0|60|0|True | ||
ParameterString|percentile|Percentile to calculate (comma separated list if multiple) (requires extended statistics flag)|None|False|True | ||
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newline|None|False|True | ||
*ParameterBoolean|-t|Time is local sidereal time, not Greenwich standard time|False | ||
*ParameterBoolean|-s|Do not use SOLPOS algorithm of NREL|False | ||
OutputRaster|elevation|Solar Elevation Angle | ||
OutputRaster|azimuth|Solar Azimuth Angle | ||
OutputRaster|sunhour|Sunshine Hours |