From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: Re: Google-weather.el and the Latest Git Version of Org-mode Date: Mon, 03 Sep 2012 10:31:03 -0400 Message-ID: References: <5210.1346389317@alphaville> <5371.1346390484@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Xg9-00012z-MX for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 10:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8Xg8-0001Zs-8C for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 10:31:05 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:39271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Xg8-0001Yu-4r for emacs-orgmode@gnu.org; Mon, 03 Sep 2012 10:31:04 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: Charles Philip Chan , Org-mode Charles Philip Chan writes: > Jude DaShiell writes: > > Hi Jude: > >> It might be near time to investigate wunderground.com and loose google >> for weather before igoogle disappears. Other weather sites capable of >> text output may also be available, I haven't investigated that yet. > wunderground.com wants a developer ID and in some situations wants a paid account. For US locations, take a look at the NOAA/NWS services. http://graphical.weather.gov/xml/rest.php is a similar service, freely available to the public. Parseing the NDFD response will take a while to understand, but it's a simple schema and will be a tiny computational burden. That page has links to all the relevant documents. I don't have time to go through all that, but a quick look indicates that it has all the information that Google was providing. There will just be more work involved in organizing it into a tidy little line of text. R Horn rjhorn@alum.mit.edu