-
Hi! I'm one of the maintainers of [Twine](https://pypi.org/project/twine/) and I saw that you specify an older version (we just released [version 1.11.0](https://pypi.org/project/twine/1.11.0/)) in yo…
-
It is currently based upon `ubuntu:16.04` base image (872.6 MB after Docker build), but should be made lighter (eg. using any `alpine` base image)
-
Can anyone suggest a stable library for weather forecast that doesn't require any oauth key.
I found a library named `pyowm` but it was not supported for python 3.5
-
Is there a way to access air pollution data of Open Weather Map from pyowm
-
I ran the code below:
```
import pyowm, traceback
OWM_KEY = 'xxxxx'
if __name__ == "__main__":
owm_client = pyowm.OWM(OWM_KEY)
city_id_reg = owm_client.city_id_registry()
try:…
-
OWM reference: http://openweathermap.org/stations
At the time of writing, this 3.0 API is in beta testing
Study about the API is here: https://github.com/csparpa/pyowm/wiki/Weather-Stations-API-…
-
I was able to get CO Index and all as you taught in https://github.com/csparpa/pyowm/wiki/Air-Pollution-API:-Carbon-Monoxide-Index.
But I was unable to get SO2, NO2, and O3 indices in similar fashio…
-
I got this error when I use the coordinates to try to get the weather data:
`Reason: pyowm.webapi25.forecastparser: impossible to read location info from JSON data `
Coordinates is
```
latitude…
-
Hi Claudio,
Thank you for maintaining this library. I am a beginner trying to get daily forecast information from OWM. According to the website it is possible to get 5 days/3 hour forecast with the…
-
I always get AttributeError: module 'pyowm' has no attribute 'OWM' even when using the example code in the docs.