[commits] Service_Weather branch master updated. 425acd7bfab0ff66d64ffd395db0c40c3648f9cb

Michael J. Rubinsky mrubinsk at horde.org
Sun Apr 7 20:03:20 UTC 2019


The branch "master" has been updated.
The following is a summary of the commits.

from: 64391d5d95dba8e60b5d823d6712c263f132c1d5

a6b4523 WIP to get OWM weather driver in a useable state.
ae742ff Update the WWO endpoints, if anyone actuall wants to use these.
425acd7 Remove wunderground driver now that it's dead.

Summary: https://github.com/horde/Service_Weather/compare/64391d5d95db...425acd7bfab0

-----------------------------------------------------------------------

commit a6b452397c95cf032634c7dd512724e1ce18e40a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 07 Apr 2019 15:55:34 -0400

WIP to get OWM weather driver in a useable state.

The main issue with OWM is that they use internal ids to
identify locations and don't provide an easy way of searching
a "place" by various means (postal code, city, etc...).

This commit uses geonames.org to parse the location to get a lat/lon
pair, which is then used in the owm calls. Still fleshing out
some things...

 M lib/Horde/Service/Weather/Owm.php

https://github.com/horde/Service_Weather/commit/a6b452397c95cf032634c7dd512724e1ce18e40a

-----------------------------------------------------------------------

commit ae742ff8033b61a95a8a5b4098087b7cba0cd18c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 07 Apr 2019 15:59:07 -0400

Update the WWO endpoints, if anyone actuall wants to use these.

Horde will be dropping support for Wwo though, as the API terms
are too restricting.

 M lib/Horde/Service/Weather/Wwo.php

https://github.com/horde/Service_Weather/commit/ae742ff8033b61a95a8a5b4098087b7cba0cd18c

-----------------------------------------------------------------------

commit 425acd7bfab0ff66d64ffd395db0c40c3648f9cb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 07 Apr 2019 16:02:53 -0400

Remove wunderground driver now that it's dead.

 R lib/Horde/Service/Weather/Alerts/WeatherUnderground.php
 R lib/Horde/Service/Weather/Current/WeatherUnderground.php
 R lib/Horde/Service/Weather/Forecast/WeatherUnderground.php
 R lib/Horde/Service/Weather/Period/WeatherUnderground.php
 R lib/Horde/Service/Weather/WeatherUnderground.php
 R lib/Horde/Service/Weather/WeatherUnderground_Strings.php

https://github.com/horde/Service_Weather/commit/425acd7bfab0ff66d64ffd395db0c40c3648f9cb


More information about the commits mailing list