RAVE
Lib.gadjust.grapoint.grapoint Class Reference

Represents one point to be used in the gra adjustment. More...

Inheritance diagram for Lib.gadjust.grapoint.grapoint:

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.
 

Public Attributes

 radarvaluetype = rt
 
 radarvalue = rv
 
 radardistance = rd
 
 longitude = longitude
 
 latitude = latitude
 
 date = date
 
 time = time
 
 observation = liquid_precipitation
 
 accumulation_period = accumulation_period
 
int gr = -1
 

Detailed Description

Represents one point to be used in the gra adjustment.

Contains both information related to the radar and the observation

Constructor & Destructor Documentation

◆ __init__()

Lib.gadjust.grapoint.grapoint.__init__ ( self,
rt,
rv,
rd,
longitude,
latitude,
date,
time,
liquid_precipitation,
accumulation_period )

The constructor.

Parameters
rtthe radar values data type
rvthe radar value
rdthe distance from the radar to this point. in unit kilometers (km)
datethe date of the observation
timethe time of the observation
liquid_prcipitationthe amount of rain
accumulation_periodthe time during which the precipitation has been measured

Member Function Documentation

◆ from_observation()

Lib.gadjust.grapoint.grapoint.from_observation ( cls,
rt,
rv,
rd,
obs )

Creates a gra point from the radar information and a observation instance.

Parameters
rtthe radar values data type
rvthe radar value
rdthe distance from the radar to this point. in unit kilometers (km)
obsthe rave_dom observation object

The documentation for this class was generated from the following file: