From mboxrd@z Thu Jan  1 00:00:00 1970
From: Thorsten Jolitz <tjolitz@gmail.com>
Subject: Re: org-weather for openweathermap.org
Date: Sun, 15 Jun 2014 13:54:43 +0200
Message-ID: <87lhsyxu9o.fsf@gmail.com>
References: <871turvdom.fsf@dylan.nashville> <87sin7twqg.fsf@gmail.com>
	<87oaxu1p40.fsf@dylan.nashville>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:50484)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Ww91g-0005If-7Z
	for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 07:55:13 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Ww91a-0008Vx-SO
	for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 07:55:08 -0400
Received: from plane.gmane.org ([80.91.229.3]:42231)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Ww91a-0008Q1-Lp
	for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 07:55:02 -0400
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Ww91V-0003VM-PX
	for emacs-orgmode@gnu.org; Sun, 15 Jun 2014 13:54:57 +0200
Received: from g231105037.adsl.alicedsl.de ([92.231.105.37])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sun, 15 Jun 2014 13:54:57 +0200
Received: from tjolitz by g231105037.adsl.alicedsl.de with local (Gmexim 0.1
	(Debian)) id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sun, 15 Jun 2014 13:54:57 +0200
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode@gnu.org

Chris Raschl <cr@kautsig.org> writes:

Hi Chris,

> first of all, thanks for your suggestions, I really appreciate it.

thanks to you for this nice library

> I improved result processing a little bit and added a formatting string
> (org-weather-format). You can now also add different temperature fields,
> as well as humidity, pressure and wind speed.

and for your improvements

  ,--------------------------------------------------------------
  | City:     Weather: broken clouds, 11-22°C, 1028hpa, 75%, 3m/s
  `--------------------------------------------------------------

this fits my needs perfectly (living in a city right now). 

PS
Coming from a coastal area, I know that high tide, low tide, water temp
as well as moon phase are also very important for "fishermen" and
friends (just like wind speed and direction). 

This would probably make a nice accompagnient library for yours,
displaying something like this below the line above in the agenda:

,----------------------------------------------------------------------
| Coast: high: 06:43/19:25 low: 13:12/02:30 water: 18°C moon: ++++ wind: SE
`----------------------------------------------------------------------

with moon: ++++ meaning 4/4 visible (full-moon), moon: ++ meaning 2/4
visible (half-moon), moon: - meaning 0/4 visible (no moon), and wind: SE
meaning South-East.

Maybe someday if I need it again and have time ;-)

Not sure though if this data (except the moon phase) is as universally
and easily available as the data you display .... Sunset and rise would
be interesting too of course. 

-- 
cheers,
Thorsten