I want to list all the weather stations in a certain area. For instance, using geolookup with coordinates with the following api calls yields the exact same output for nearby personal weather station (i.e. location -> nearby_weather_stations -> pws -> station. However, the output should not be the case as the points are quite far off:
http://api.wunderground.com/api/$KEY/geolookup/q/55.65,12.6.json
http://api.wunderground.com/api/$KEY/geolookup/q/55.69,12.53.json
Is the lack of local return of this a design choice or a bug?
http://api.wunderground.com/api/$KEY/geolookup/q/55.65,12.6.json
http://api.wunderground.com/api/$KEY/geolookup/q/55.69,12.53.json
Is the lack of local return of this a design choice or a bug?