Hi, I'm new to Mathematica so I hope these'll be easy questions to answer. First of all, I was unable to find Wolfram code for weather forecast data, so if anyone knows this please tell.
As a workaround I'm using the code;
WolframAlpha["Barometric Pressure London", {{"PressureChart:WeatherData", 1}, "TimeSeriesData"}]
It gives a list of all the values on the chart, past and forecast. However when I try to export this to an xls file the forecast data is chopped off. I presume it has something to do with the arrangement of curly brackets in the returned data. It doesn't get chopped off if I use "ComputableData" but TimeSeries is more convenient for my purposes.
I'd rather avoid using the WolframAlpha command altogether, but if that's not possible can anyone suggest a fix for the chopped off forecast data?