-
Make it possible to dump PyOWM entity objects (Location, Weather, Observation, Forecast, UVIndex, Ozone, COIndex, etc..) to databases as Django models.
-
Actions:
- structure the project's README file according to [GitHub's guidelines](https://guides.github.com/features/wikis/)
- move project management-related docs to the wiki
- organize and …
-
Installed this app yesterday and today with some help from Guillaume its working (thanks Guillaume!).
Only the Protect link gives me a total blank page... in params.ini I enabled the protect setting.…
-
I'm using the weather.get_detailed_status function and i noticed that no matter what city it's in, it'll always return back clear skies, but open weather site will say otherwise.
For example, London…
-
I would like to add a section named "Projects" to the README.md file
This section mentions the major open source projects that use PyOWM. One of these is [Home Assistant](https://github.com/home-as…
-
Following the example at https://github.com/csparpa/pyowm/wiki/Usage-examples#retrieving-city-id-for-a-location
```
registry = owm.city_id_registry()
print(registry.location_for("Gillingham…
ghost updated
7 years ago
-
I updated to Spyder 3.2.0 and when I start it this message appears:
module = _import_module_from_path(module_name, plugin_path)
module = spec.loader.load_module(module_name)
File "", …
-
*Affects: PyOWM 2.6*
When executing:
```python
owm.weather_at_station(1000)
```
the `ObservationParser` crashes:
```
ParseResponseError: Exception in parsing OWM web API response
Reason:…
-
*Affects: PyOWM 2.6*
When executing:
```python
owm.station_at_coords(51.5073509, -0.1277583, 2)
```
the `StationParser` crashes:
```
ParseResponseError: Exception in parsing OWM web API…
-
Says "espressed" instead of "expressed."
very minor, just thought I'd pass it along. Thanks for the great piece of software!
`File "/usr/local/lib/python2.7/site-packages/pyowm/webapi25/forecaste…