Re: [R] package to convert coordiantes to timezone

2009-08-04 Thread Thomas Steiner
Thanks you, this helps. Great, Thomas 2009/8/3 Michael Denslow : > Hi Thomas, > > On Sun, Aug 2, 2009 at 11:02 AM, Thomas Steiner wrote: >> Is there a R-package with a function that returns me the timezone, if >> I hand over longitude and latitude? >> I know online services like >> http://ws.geon

Re: [R] package to convert coordiantes to timezone

2009-08-02 Thread Michael Denslow
Hi Thomas, On Sun, Aug 2, 2009 at 11:02 AM, Thomas Steiner wrote: > Is there a R-package with a function that returns me the timezone, if > I hand over longitude and latitude? > I know online services like > http://ws.geonames.org/timezone?lat=-38.01&lng=147 and > http://www.earthtools.org/webserv

[R] package to convert coordiantes to timezone

2009-08-02 Thread Thomas Steiner
Is there a R-package with a function that returns me the timezone, if I hand over longitude and latitude? I know online services like http://ws.geonames.org/timezone?lat=-38.01&lng=147 and http://www.earthtools.org/webservices.htm#timezone and wodner if this exists for R too. Thanks for helping, th