You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ With PyOWM you can integrate into your code any of the following OpenWeatherMap
32
32
-**Stations API v3.0**, allowing to create and manage meteostation and publish local weather measurements
33
33
-**Weather Alerts API v3.0**, allowing to set triggers on weather conditions and areas and poll for spawned alerts
34
34
-**Image tiles** for several map layers provided by OWM
35
+
-**Geocoding API v1.0** allowing to perform direct/reverse geocoding
36
+
37
+
38
+
## In case of trouble...
39
+
Please **read the [FAQ](https://pyowm.readthedocs.io/en/latest/v3/faq.html)** before filing a new issue on GitHub! There are many common issues, therefore a fix for your issue might come easier than you think
35
40
36
41
## Get started
37
42
@@ -107,11 +112,6 @@ The library software API documentation is available on [Read the Docs](https://p
107
112
The [Code recipes](https://pyowm.readthedocs.io/en/latest/v3/code-recipes.html) section comes in handy!
108
113
109
114
110
-
## Help - PyOWM is giving me errors!
111
-
Please read the [FAQ](https://pyowm.readthedocs.io/en/latest/v3/faq.html) section of the documentation before filing a new issue on GitHub!
112
-
113
-
There are many common issues, therefore a fix for your issue might come easier than you think
114
-
115
115
## Community & Contributing
116
116
117
117
Here are [some cool projects](https://github.com/csparpa/pyowm/wiki/Community-Projects-using-PyOWM) that use PyOWM
0 commit comments