I am using the following YQL query to get weather information
Is there any way to get weather information using longitude, latitude as YQL query parameter.
I am using the following YQL query to get weather information
Is there any way to get weather information using longitude, latitude as YQL query parameter.
You could use a sub-select to go from a latitude/longitude pair to a WOEID like
(Try in YQL console)