| Method Summary |
| |
__init__(self,
str,
type)
Initializes the instance in case 'str' and 'type' are not empty. |
| |
__str__(self)
|
| |
FromAirparifString(self,
str)
Sets station attributes from a string. |
| |
FromBdqaString(self,
str)
Sets station attributes from a string. |
| |
FromDefaultString(self,
str)
Sets station attributes from a string. |
| |
FromEmepString(self,
str)
Sets station attributes from a string. |
| |
FromFile(self,
filename,
station_name,
type)
Loads station attributes from a text file. |
| |
FromPioneerString(self,
str)
Sets station attributes from a string. |
| float
|
GetAltitude(self)
Returns the altitude of the station. |
| list
|
GetClosestIndex(self,
origins,
deltas)
Returns the indices of the closest grid center to the station. |
| string
|
GetCountry(self)
Returns the country of the station. |
| float
|
GetLatitude(self)
Returns the latitude of the station. |
| float
|
GetLongitude(self)
Returns the longitude of the station. |
| string
|
GetName(self)
Returns the name of the station. |
| string
|
GetNetwork(self)
Returns the network name of the station. |
| string
|
GetRealName(self)
Returns the real name of the station. |
| string
|
GetType(self)
Returns the type of the station. |
| Boolean
|
IsInsideBox(self,
lat_min,
lat_max,
lon_min,
lon_max)
Checks wether the station is inside a given area. |
| Boolean
|
IsInsideGridBox(self,
origins,
deltas,
lengths)
Checks wether the station is located inside a given area defined by
(lat, lon) origins, deltas and lengths of cells. |