Re: Weather data options
- To: mathgroup at smc.vnet.net
- Subject: [mg98643] Re: [mg98623] Weather data options
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 15 Apr 2009 04:59:11 -0400 (EDT)
- Reply-to: hanlonr at cox.net
data = WeatherData["KMDZ", #,
{{2008, 12, 25}, {2008, 12, 28}, "Day"}] & /@
{"MeanTemperature",
"TotalPrecipitation", "MeanPressure"}
Grouped by date:
Transpose[data]
Bob Hanlon
---- PhysNova <skhoshbinfar at gmail.com> wrote:
=============
Hi,
i have problem in using weather data options in Mathematica. i mean i
dont know how to apply more options in a a single command. if i want
to acess for example both "TotalPrecipitation" and "cloudTypes" or
"NearestStations" of a city records, i face an error report.
Thanks