Thanks to a comment suggestion, the Rforecastio package is now up to version 1.3.0 and has a new parameter which lets you specify which time conversion function you want to use. Details are up on [github](https://github.com/hrbrmstr/Rforecastio).
Thanks to a comment suggestion, the Rforecastio package is now up to version 1.3.0 and has a new parameter which lets you specify which time conversion function you want to use. Details are up on [github](https://github.com/hrbrmstr/Rforecastio).
2 Comments
Hey boB, noticed your reply in the github issue I had raised, nice update to the current code. I obviously ended up working it out in the mean time :) ended up extending your original code to forecast 90 days in advance: http://www.digdeepdigital.com.au/blog/2014/04/13/90-day-weather-forecast-using-forecast-dot-io-and-r/ also got a couple of other scripts for backcasting/ historical dates and multiple locations, let me know if you interested, happy to share (initial code started with your script)
Hi, thank you for this great package. I used the latest version on github.
Unfortunately, I get a similar error:
“Fehler in function (type, msg, asError = TRUE) :
SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3GETSERVER_CERTIFICATE:certificate verify failed
Zusätzlich: Warnmeldungen:
1: In mapCurlOptNames(names(.els), asNames = TRUE) :
Unrecognized CURL options: sslverifypeer
2: In mapCurlOptNames(names(.els), asNames = TRUE) :
Unrecognized CURL options: sslverifypeer”
Can you please help? I would very much appreciate it, since forecast.io seems to be a great weather data resource.