Skip to content

Commit

Permalink
Documentation tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Jul 14, 2015
1 parent c851b94 commit 328747c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions src/doc/guides/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ UK Met Office
^^^^^^^^^^^^^

* Web site: http://wow.metoffice.gov.uk/
* | Create account:
| https://register.metoffice.gov.uk/WaveRegistrationClient/public/newaccount.do?service=weatherobservations
* Create account: https://register.metoffice.gov.uk/WaveRegistrationClient/public/newaccount.do?service=weatherobservations
* API: http://wow.metoffice.gov.uk/support/dataformats#automatic
* Example ``weather.ini`` section::

Expand All @@ -174,8 +173,8 @@ Open Weather Map
^^^^^^^^^^^^^^^^

* Web site: http://openweathermap.org/
* Create account: http://openweathermap.org/login
* API: http://openweathermap.org/API
* Create account: http://home.openweathermap.org/users/sign_up
* API: http://openweathermap.org/stations#trans
* Example ``weather.ini`` section::

[openweathermap]
Expand All @@ -191,7 +190,7 @@ Open Weather Map
services = ['openweathermap', 'underground']

The default behaviour is to use your user name to identify the weather station.
However, it's possible for a user to have more than one weather station, so there is an undocumented ``name`` parameter in the API that can be used to identify the station.
However, it's possible for a user to have more than one weather station, so there is an optional ``name`` parameter in the API that can be used to identify the station.
This appears as ``id`` in ``weather.ini``.
Make sure you don't choose a name that is already in use.

Expand Down Expand Up @@ -245,6 +244,11 @@ Weather Underground "RapidFire" updates
Weather Underground has a second upload URL for real time updates as little as 2.5 seconds apart.
If you run pywws in 'live logging' mode (see :doc:`livelogging`) you can use this to send updates every 48 seconds, by adding 'underground_rf' to the ``[live]`` tasks section in ``weather.ini``::

[underground]
station = ABCDEFGH1
password = xxxxxxx
template = default

[live]
services = ['underground_rf']

Expand Down
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '15.07.0.dev1303'
_release = '1303'
_commit = 'bf85c08'
__version__ = '15.07.0.dev1304'
_release = '1304'
_commit = 'c851b94'

0 comments on commit 328747c

Please sign in to comment.