diff --git a/imagery/i.topo.corr/i.topo.corr.html b/imagery/i.topo.corr/i.topo.corr.html index f141f6f053f..994be7c4756 100644 --- a/imagery/i.topo.corr/i.topo.corr.html +++ b/imagery/i.topo.corr/i.topo.corr.html @@ -3,12 +3,11 @@
-Note: If needed, the sun position can be calculated for a given date with -r.sunmask. - +Note: If needed, the sun position can be calculated for a given date and +time with r.sunmask.
Using the -i flag and given an elevation basemap (metric), i.topo.corr creates a simple illumination model using the formula: +
For each band file, the corrected reflectance (ref_c) is calculate from diff --git a/raster/r.sunmask/r.sunmask.html b/raster/r.sunmask/r.sunmask.html index 8d8f8e9a2fd..ec3d4e715b6 100644 --- a/raster/r.sunmask/r.sunmask.html +++ b/raster/r.sunmask/r.sunmask.html @@ -1,34 +1,57 @@
The module performs sunset/sunrise checks and refraction correction for sun -position calculation. Local coordinate systems are internally transformed to -latitude/longitude for the SOLPOS algorithm. The elevation is not considered -in the sunset/sunrise calculations. +raster map layer and the position of the sun. The output map layer contains the +cast shadow areas resulting from sunlight and elevation. The user can either +specify the sun position directly or the module calculates it from given +location and date/time parameters using the SOLPOS (Solar and Moon Position Algorithm) +developed by the +National Renewable Energy Laboratory +(NREL). SOLPOS operates in two modes, either + +
+The module performs sunset/sunrise checks and refraction correction for +sun position calculation. Local coordinate systems are internally transformed +to latitude/longitude for the SOLPOS algorithm. Elevation is not taken into +account for sunset/sunrise calculations. + +
+The solar zenith angle ("sun angle above horizon") is defined as the angle +between the horizon and the vertical (directly overhead or zenith). Its +values can range from 90°, when the sun is directly overhead, to 0°, +when the sun is on the horizon. Values lower than 0° indicate that the +sun is below the horizon. + +
+The solar azimuth angle ("sun azimuth") defines the direction of the sun. +It is the angle between north and the projection of the sun's rays onto the +horizontal plane. This angle is measured in a clockwise direction and can +vary between 0° and 360°. Specifically, an azimuth of 0° means +the sun is in the north, 90° in the east, 180° in the south and +270° in the west.
Note: In latitude/longitude locations the position coordinates pair -(east/west) has to be specified in decimal degree (not D:M:S). If +(east/west) has to be specified in decimal degree (not DD:MM:SS). If not specified, the map center's coordinates will be used. Also g.region -l displays the map center's coordinates in latitude/longitude (or g.region -c in the actual coordinate @@ -98,7 +121,7 @@