We are using Mathematica 8 to extract historical weather data for use in Excel models. In the last month, our code has stopped working in a way that implies we can’t access anything but current conditions.
Taken directly from the examples in the Function Navigator:
WeatherData[{45, -90}, "WindSpeed"]
returns a valid answer, but
WeatherData["KABQ", "Pressure", {2008, 3}]
returns the error “Missing[NotAvailable]”. The same holds true for many variations of properties that include some sort of time component.
Has something changed in the last month that prevents us from accessing this weather data, such as “your version has been deprecated”, or is there a more logical reason why it worked last month but not this month?
As an aside: I work in IT and support engineers who use Mathematica. I am not personally knowledgeable about the use of this software, but have enough programming skill to understand the code.