Hey there!
I want to get the weather information for a specific location.
Right now, I need to calls to get them: The first one translated my current position (lat/lon) to a WOEID, the second call retrieves the Weather information by using that WOEID.
Can I combine those 2 queries?
The first one is: select * from yahoo.maps.findLocation where q="LAT, LON" and gflags="R"
The second one is: select * from weather.bylocation where location= WOEID AND unit = 'c'