I wrote some code which retrieves temperature data from three cities every hour for five days. My problem is that the default station from which WeatherData[] gets its data is sometimes unavailable. Therefore, I want to know how I can find the list of weather stations for a city so I can retrieve data from an alternative station when the default station is unavailable.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
If you type this:
you get the the list of the 3 nearest weather stations. And, you can also get the distance of the stations from the specified location:
Or you can get other weather station properties, such as elevation, coordinates, date range, etc.:
|
||||
|
|

WeatherDatadoc page says: "WeatherData[{spec,n}]gives a list of thennearest weather stations for which data has ever been available. ". Could you please read the documentation before asking questions? – Sjoerd C. de Vries Nov 16 '12 at 13:32