views:

98

answers:

2

Hi,

In the weather.com site it has forecast for 10 days. For example, in this url: http://www.weather.com/weather/narrative/GRXX0004

I cannot seem to find a feed for that kind of data. Could I pull a feed for each one of those days? Is there something I am missing? How could I easily parse data for 10 days?

Thank you!

A: 

you can use the National Weather Service XML data feeds.

Michael Kniskern
Thanks, but it is US only. :(
john
+1  A: 

Hi John, I searched for a little bit for tutorials on using Weather.com's data feeds- it looks like this site provides some source code that allows you to use the weather gateway class to enter a given location as a parameter which then "can look up the weather for this location. You can choose to get current conditions, or detailed forecast reports for days to come".

Hope that helps.

Diakonia7
Thank you, I will try to figure it out. Nice resource! :)
john
Glad to be of some help- G'luck
Diakonia7
@john - Make sure to mark this as the correct answer if it was able to help you out with your problem.
Michael Kniskern