def gatherWeatherDescription(self):
     self.weatherDescription = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[0]
 def gatherWeatherType(self):
     self.weatherType = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[1]