RAVE
|
Represents one point to be used in the gra adjustment. More...
Public Member Functions | |
__init__ (self, rt, rv, rd, longitude, latitude, date, time, liquid_precipitation, accumulation_period) | |
The constructor. | |
from_observation (cls, rt, rv, rd, obs) | |
Creates a gra point from the radar information and a observation instance. | |
Represents one point to be used in the gra adjustment.
Contains both information related to the radar and the observation
Lib.gadjust.grapoint.grapoint.__init__ | ( | self, | |
rt, | |||
rv, | |||
rd, | |||
longitude, | |||
latitude, | |||
date, | |||
time, | |||
liquid_precipitation, | |||
accumulation_period ) |
The constructor.
rt | the radar values data type |
rv | the radar value |
rd | the distance from the radar to this point. in unit kilometers (km) |
date | the date of the observation |
time | the time of the observation |
liquid_prcipitation | the amount of rain |
accumulation_period | the time during which the precipitation has been measured |
Lib.gadjust.grapoint.grapoint.from_observation | ( | cls, | |
rt, | |||
rv, | |||
rd, | |||
obs ) |
Creates a gra point from the radar information and a observation instance.
rt | the radar values data type |
rv | the radar value |
rd | the distance from the radar to this point. in unit kilometers (km) |
obs | the rave_dom observation object |