null8626 / python-weather

A free and asynchronous weather API wrapper made in python, for python.
https://python-weather.rtfd.io
MIT License
100 stars 31 forks source link

Data sources? #18

Closed JMarino5 closed 2 years ago

JMarino5 commented 2 years ago

I've been finding the temperature data to be inaccurate.

For example: New York City, NY's temperature (according to python-weather) is 66 degrees Fahrenheit (as of 3:47 PM on March 19th), while python-weather returns:

61 [CURRENT TEMPERATURE] 2022-03-18 00:00:00 Partly Cloudy 59 2022-03-19 00:00:00 Partly Sunny 56 2022-03-20 00:00:00 Cloudy 51 2022-03-21 00:00:00 Sunny 51 2022-03-22 00:00:00 Mostly Cloudy 47

As you can see, neither the current temperature nor the entry for today's date (March 19th) match the temperature readout from other sources, let alone each other.

Is this an issue with the data source?

null8626 commented 2 years ago
null8626 commented 2 years ago

Issue closed - as it's stale now, and i've switched to a different data source (#25)