Weather Software > Station Software Development

Potential weather icons

(1/2) > >>

iisfaq:
Since I am writing my own weather station software having a comprehensive list of possible icons is very important to me.

Some of these icons may not be able to be calculated but having it in the list is important.

Some may seem odd such as Night Sun, but some parts of the world have day light even during the night.

If there are some missing ones please let me know.

    public enum WeatherIcon
    {
        Unknown,
        Sunrise,
        Sunset,
        DaySunny,
        DayPartlySunny,       
        DayPartlyCloudy,
        DayCloudy,
        DayOvercast,
        DayDrizzle,
        DayFrost,
        DayShowers,
        DaySleet,
        DaySleetAndShowers,
        DaySnow,
        DaySnowStopped,
        DaySnowMelt,
        DayRain,
        DayHeavyRain,
        DayWindyRain,
        DayWindyHeavyRain,
        DayStoppedRaining,
        DayStorm,
        DayLighting,
        DayThunderShowers,
        DayThunderStorm,
        DayTornado,
        DayHurricane,
        DayWindy,
        DayHumid,
        DayFog,
        DayMist,
        DayHaze,

        NightClear,
        NightSunny,
        NightPartlySunny,
        NightPartlyCloudy,
        NightCloudy,
        NightOvercast,
        NightDrizzle,
        NightFrost,
        NightShowers,
        NightSleet,
        NightSleetAndShowers,
        NightSnow,
        NightSnowStopped,
        NightRain,
        NightHeavyRain,
        NightWindyRain,
        NightWindyHeavyRain,
        NightStoppedRaining,
        NightStorm,
        NightLighting,
        NightThunderShowers,
        NightThunderStorm,
        NightTornado,
        NightHurricane,
        NightWindy,
        NightHumid,
        NightFog,
        NightMist,
        NightHaze
    }

chris

saratogaWX:
[Day|Night]LightRain  (more than Mist, less than Rain)

iisfaq:

--- Quote from: saratogaWX on July 15, 2011, 10:00:44 PM ---[Day|Night]LightRain  (more than Mist, less than Rain)

--- End quote ---

Thanks I had them and lost them somewhere...

Chris

DaculaWeather:
I've attached a file list.

iisfaq:

--- Quote from: DaculaWeather on July 15, 2011, 10:44:33 PM ---I've attached a file list.

--- End quote ---

Thanks but I have yet to find a method/ function to show different % such as blizard80

I am making some assumptions at the moment.

But everything is good...

chris

Navigation

[0] Message Index

[#] Next page

Go to full version