Skip to content
Back to formatted view

Raw Message

Message-ID: <98783c8b0902261424m16140933k92775071515060df@mail.gmail.com>
Date: 2009-02-26T22:24:43Z
From: James Muller
Subject: Download daily weather data
In-Reply-To: <49A714C5.6060803@idi.ntnu.no>

Yes, as a general thing go to regular expressions if you don't have an
existing library available to do the same thing (or you're lazy like
me:).

Jame

On Thu, Feb 26, 2009 at 5:16 PM, Wacek Kusnierczyk
<Waclaw.Marcin.Kusnierczyk at idi.ntnu.no> wrote:
> Scillieri, John wrote:
>> Looks like you can sign up to get XML feed data from Weather.com
>>
>> http://www.weather.com/services/xmloap.html
>>
>
> ... and use the excellent R package XML by Duncan Temple Lang to parse
> the document and easily access the data with, e.g.., XPath rather than
> regular expressions.
>
> vQ