csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
790 stars 172 forks source link

Fixed AirStatus parsing of Latitude and Longitude values from JSON #432

Closed coreycoto closed 3 months ago

coreycoto commented 9 months ago

The AirStatus class cannot parse longitude and latitude values for places like Seattle, where the longitude is greater than 90 or less than -90.