Defining a wmo station.
More...
|
| __init__ (self, country, countrycode, stationnbr, subnbr, stationname, longitude, latitude) |
| Constructor.
|
|
| __str__ (self) |
| String representation.
|
|
| __repr__ (self) |
| Representation of self.
|
|
|
| country = country |
|
| countrycode = countrycode |
|
| stationnumber = stationnbr |
|
| stationsubnumber = subnbr |
|
| stationname = stationname |
|
| longitude = longitude |
|
| latitude = latitude |
|
◆ __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) |
◆ __repr__()
Lib.rave_dom.wmo_station.__repr__ |
( |
| self | ) |
|
◆ __str__()
Lib.rave_dom.wmo_station.__str__ |
( |
| self | ) |
|
The documentation for this class was generated from the following file: