Looking at the variance as a single datapoint doesn't capture temperature information very well. A single rare outlier data will make a city look bad even if most days are milkd. I hacked together a little program to try something different. My rule was to look at the daily average temperature for a bunch of cities on a single year. Then count up the number of "good temperature" days which I defined to be within 60°F…
Cities with Nice Weather
361–370 of 404 posts
Re: Cities with Nice Weather
#362Re: Cities with Nice Weather
#363Looking at the variance as a single datapoint doesn't capture temperature information very well. A single rare outlier data will make a city look bad even if most days are milkd. I hacked together a little program to try something different. My rule was to look at the daily average temperature for a bunch of cities on a single year. Then count up the number of "good temperature" days which I defined to be within 60°F…
Re: Cities with Nice Weather
#364Re: Cities with Nice Weather
#365Lower variability isn't a very good indicator of good weather at all. Humidity, median vs. average yearly temp, annual sunshine, and precipitation are more useful IMHO.
Re: Cities with Nice Weather
#366You're never going to find a perfect city. If it's not the weather that bugs you, it's something else. Don't spend your time trying to find the perfect fit. Rather, spend your time on accepting the world as it is and adapting to it. Then you'll be happy anywhere, anytime.
Re: Cities with Nice Weather
#367Looking at the variance as a single datapoint doesn't capture temperature information very well. A single rare outlier data will make a city look bad even if most days are milkd. I hacked together a little program to try something different. My rule was to look at the daily average temperature for a bunch of cities on a single year. Then count up the number of "good temperature" days which I defined to be within 60°F…
Re: Cities with Nice Weather
#368Earlier quoted context omitted.
I personally find SF Bay Area weather terrible, terrible. SF has the same weather year round and it is as follows: * Uncomfortably warm during the day * Uncomfortably cold during the night * A lot of unpredictable and long-running showers, rain and fog * A lot of cold wind year-round (especially summer, see below) I found the following quote by Mark Twain very accurate: > The coldest winter I ever spent was a summer…
It's amazing how one comment can have so much wrong with it. Long running showers? Downright hilarious. It doesn't rain a drop here 9 months out of the year. When it does, it barely qualifies as a sprinkle. You could walk outside for 20 minutes and not even get soaked. "Cold wind" is the breeze that makes every day feel amazing and fresh. >I found the following quote by Mark Twain very accurate: > > The coldest winte…
Re: Cities with Nice Weather
#369Looking at the variance as a single datapoint doesn't capture temperature information very well. A single rare outlier data will make a city look bad even if most days are milkd. I hacked together a little program to try something different. My rule was to look at the daily average temperature for a bunch of cities on a single year. Then count up the number of "good temperature" days which I defined to be within 60°F…
This is interesting. It doesn't capture humidity / heat index, which would drop at least five cities (FL, SC) out of the top ten.
Re: Cities with Nice Weather
#370Looking at the variance as a single datapoint doesn't capture temperature information very well. A single rare outlier data will make a city look bad even if most days are milkd. I hacked together a little program to try something different. My rule was to look at the daily average temperature for a bunch of cities on a single year. Then count up the number of "good temperature" days which I defined to be within 60°F…
Can you please share the code? Or show the results for other continents.
Then, for each city, I just counted the number of days whose temperature was within a range.
I had to do a little massaging because for some reason Washington DC was double counted in there.