csparpa / pyowm

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

Add Observation_around_coords example #330

Closed Ankuraxz closed 4 years ago

Ankuraxz commented 4 years ago

Python 3.x script to detect and print Observation_around_coords

csparpa commented 4 years ago

.. what is that supposed to fix/solve on PyOWM ?

Ankuraxz commented 4 years ago

@csparpa the example for free key in your readme doesn't work and was causing an issue, so I made this exaple code.

csparpa commented 4 years ago

sorry @Ankuraxz, just to understand: are you referring to the code in https://github.com/csparpa/pyowm/blob/master/tests/test_readme.py ? Or are you referring to the code snippet in https://pyowm.readthedocs.io/en/latest/v3/code-recipes.html#current-weather-radial-search-circle ? thanks

Ankuraxz commented 4 years ago

https://github.com/csparpa/pyowm/blob/master/tests/test_readme.py is my concern

csparpa commented 4 years ago

@Ankuraxz I could not merge your code as I had to make a few fixes to the existing README.md code, which I've pushed with 14dfc4baba010e7afecd8f1dbfd8fbba1ee1a5cc

Anyway I will add you to che CONTRIBUTORS.md file, thanks for pointing the issue out and helping"