For Android application is very useful to receive data in json format and for example submitting select item from weather.forecast where woeid=2502265 in yahoo yql console, retrieve all the useful data for my weather android app project. But it would be nice to get that data in Celsius degree and in Spanish language. How could I get that?
I've solved my question only about the units, Yahoo is not providing rss weather in other language than English-US :-( . This solution avoids to make code for units conversion for distance, speed, temperature and pressure. Check my example query out.