gpmInfo: Get or access gpm object information used by various...

Description Usage Arguments Details Value Examples

Description

Get information from class GPM

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
getGPMDataLayers(GPM)

getGPMMeta(GPM)

getGPMLog(GPM)

addGPMMetaParam(GPM, meta_param)

addGPMMetaEntry(GPM, meta_param)

addGPMLog(GPM, info = NA_character_, in_lcde = NA_character_,
  out_lcde = NA_character_)

addGPMDataLayer(GPM, lcde, data, meta_param, info, in_lcde)

getGPMParam(GPM, param, lcde, return_lcde = TRUE)

getGPMlcde(GPM)

getGPMBID(GPM, lcde)

getGPMSID(GPM)

getGPMSensor(GPM)

getGPMSensorGroup(GPM)

getGPMSensorInfo(GPM)

getGPMSpectrum(GPM, lcde)

getGPMlcdeSolar(GPM)

getGPMlcdeThermal(GPM)

getGPMRes(GPM, lcde)

getGPMType(GPM, lcde)

getGPMCalib(GPM, lcde)

getGPMlcdeType(GPM, lcde, id)

getGPMlcdeSres(GPM, lcde, id)

getGPMlcdeCalib(GPM, lcde, id)

getGPMlcdeSolarCalib(GPM, lcde, id)

getGPMlcdeThermalCalib(GPM, lcde, id)

getGPMBandInfo(GPM, lcde, return_calib = TRUE)

getGPMRadMax(GPM, lcde)

getGPMRadMin(GPM, lcde)

getGPMRefMax(GPM, lcde)

getGPMRefMin(GPM, lcde)

getGPMESD(GPM)

getGPMESUN(GPM, lcde)

getGPMSZEN(GPM, lcde)

getGPMSAZM(GPM, lcde)

getGPMSELV(GPM, lcde)

getGPMMetaLayer(GPM, lcde)

getGPMLayerfromData(GPM, lcde, nbr)

getGPMLNBR(GPM, lcde)

getGPMLMIN(GPM, lcde)

getGPMLMAX(GPM, lcde)

getGPMRADA(GPM, lcde)

getGPMRADM(GPM, lcde)

getGPMREFA(GPM, lcde)

getGPMREFM(GPM, lcde)

getGPMBTK1(GPM, lcde)

getGPMBTK2(GPM, lcde)

getGPMDATE(GPM, lcde)

getGPMPRAD(GPM, lcde)

Arguments

lcde

band code

gpm

GPM object (see gpm)

Details

The functions are generally self explaining in that sence that get* returns the respective information and set* sets the respective information from/in the GPM object.

addGPMLog adds a log entry to the GPM object

Value

Objects of respective type (see GPM)

Examples

1
2
3
4
data(abies_alba)
meta <- createGPMMeta(dataset = abies_alba, 
                      selector = 1, response = c(16:481), meta = c(2: 15))
alb <- gpm(abies_alba, meta)

environmentalinformatics-marburg/gpm documentation built on July 11, 2020, 11:12 a.m.