1i.albedo(1)                 GRASS GIS User's Manual                i.albedo(1)
2
3
4

NAME

6       i.albedo  - Computes broad band albedo from surface reflectance.
7

KEYWORDS

9       imagery, albedo, reflectance, satellite, Landsat, ASTER, AVHRR, MODIS
10

SYNOPSIS

12       i.albedo
13       i.albedo --help
14       i.albedo  [-mnl8acd]  input=name[,name,...]  output=name  [--overwrite]
15       [--help]  [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -m
19           MODIS (7 input bands:1,2,3,4,5,6,7)
20
21       -n
22           NOAA AVHRR (2 input bands:1,2)
23
24       -l
25           Landsat 5+7 (6 input bands:1,2,3,4,5,7)
26
27       -8
28           Landsat 8 (7 input bands:1,2,3,4,5,6,7)
29
30       -a
31           ASTER (6 input bands:1,3,5,6,8,9)
32
33       -c
34           Aggressive mode (Landsat)
35           Albedo  dry  run  to  calculate  some  water  to  beach/sand/desert
36           stretching, a kind of simple atmospheric correction
37
38       -d
39           Soft mode (MODIS)
40           Albedo  dry  run  to  calculate  some  water  to  beach/sand/desert
41           stretching, a kind of simple atmospheric correction
42
43       --overwrite
44           Allow output files to overwrite existing files
45
46       --help
47           Print usage summary
48
49       --verbose
50           Verbose module output
51
52       --quiet
53           Quiet module output
54
55       --ui
56           Force launching GUI dialog
57
58   Parameters:
59       input=name[,name,...] [required]
60           Name of input raster map
61
62       output=name [required]
63           Name for output raster map
64

DESCRIPTION

66       i.albedo calculates the albedo,  that  is  the  Shortwave  surface  re‐
67       flectance  in the range of 0.3-3 micro-meters.  It takes as input indi‐
68       vidual bands of surface  reflectance  originating  from  MODIS,  AVHRR,
69       Landsat or Aster satellite sensors and calculates the albedo for those.
70       This is a precursor to r.sun and any energy-balance processing.
71

NOTES

73       It uses for Landsat 8 the weighted average reflectance (temporary solu‐
74       tion until an algorithm is found).
75
76       It assumes MODIS product surface reflectance in [0;10000].
77

EXAMPLE

79       The  following  example creates the raster map "albedo_lsat7_1987" from
80       the LANDSAT-TM5 bands in the North Carolina dataset:
81       g.region raster=lsat5_1987_10 -p
82       i.albedo -l input=lsat5_1987_10,lsat5_1987_20,lsat5_1987_30,lsat5_1987_40,lsat5_1987_50,lsat5_1987_70 output=albedo_lsat7_1987
83
84       Figure: Resulting albedo map from LANDSAT 5
85
86       The following example creates the raster map  "albedo_lsat7_2000"  from
87       the LANDSAT-TM7 bands in the North Carolina dataset:
88       g.region raster=lsat7_2000_10 -p
89       i.albedo -l input=lsat7_2000_10,lsat7_2000_20,lsat7_2000_30,lsat7_2000_40,lsat7_2000_50,lsat7_2000_70 output=albedo_lsat7_2000
90
91       Figure: Resulting albedo map from LANDSAT 7
92

TODO

94       Maybe change input requirement of MODIS to [0.0-1.0]?
95

References

97       For a 2 band determination of the Aster BB Albedo see the following:
98
99       Salleh  and Chan, 2014. Land Surface Albedo Determination: Remote Sens‐
100       ing and Statistical Validation. in proceedings of FIG 2014 (PDF)
101

SEE ALSO

103        r.sun, i.vi
104

AUTHOR

106       Yann Chemin
107

SOURCE CODE

109       Available at: i.albedo source code (history)
110
111       Accessed: Saturday Jan 21 21:16:34 2023
112
113       Main index | Imagery index | Topics index | Keywords index |  Graphical
114       index | Full index
115
116       © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
117
118
119
120GRASS 8.2.1                                                        i.albedo(1)
Impressum