RAVE
Lib.rave_dom.wmo_station Class Reference

Defining a wmo station. More...

Inheritance diagram for Lib.rave_dom.wmo_station:

Public Member Functions

 __init__ (self, country, countrycode, stationnbr, subnbr, stationname, longitude, latitude)
 Constructor.
 
 __str__ (self)
 String representation.
 
 __repr__ (self)
 Representation of self.
 

Public Attributes

 country = country
 
 countrycode = countrycode
 
 stationnumber = stationnbr
 
 stationsubnumber = subnbr
 
 stationname = stationname
 
 longitude = longitude
 
 latitude = latitude
 

Detailed Description

Defining a wmo station.

Constructor & Destructor Documentation

◆ __init__()

Lib.rave_dom.wmo_station.__init__ ( self,
country,
countrycode,
stationnbr,
subnbr,
stationname,
longitude,
latitude )

Constructor.

Parameters
country- the country name (like SWEDEN)
countrycode- a number in as string
stationnbr- the station number
subnbr- the station sub number
stationname- the name of the station
longitude- the longitude in degrees (decimal format)
latitude- the latitude in degrees (decimal format)

Member Function Documentation

◆ __repr__()

Lib.rave_dom.wmo_station.__repr__ ( self)

Representation of self.

◆ __str__()

Lib.rave_dom.wmo_station.__str__ ( self)

String representation.


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