There is a large discrepancy between the weather information for Augsburg via the API/website.
I think the root cause is the wrong location
I get via the API :
I think the root cause is the wrong location
I get via the API :
"display_location": { "full":"Augsburg, Germany", "city":"Augsburg", "state":"SH", "state_name":"Germany", "country":"DL", "country_iso3166":"DE", "zip":"00000", "magic":"41", "wmo":"10026", "latitude":"54.50000000", "longitude":"9.10000038", "elevation":"17.1" },
This is completly off. The position is actually:
"state":"BY",
"latitude":"48.36600000",
"longitude":"10.89400000",
How could this be corrected?
Be the first to post a reply!