8000 GitHub - jrherr/Rforecastio: Simple R interface to forecast.io weather data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jrherr/Rforecastio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rforecastio

This is a simple R interface to forecast.io weather data. It uses RCurl and RJSONIO to fetch and extract the JSON weather/forecast data from http://forecast.io and returns the metadata and readings

Install it from straight from github:

library("devtools")
install_github("Rforecastio", "hrbrmstr")

Usage quick start:

fio.api.key = readLines("~/.forecast.io")
 
my.latitude = "43.2673"
my.longitude = "-70.8618"
 
fio.list <- fio.forecast(fio.api.key, my.latitude, my.longitude)

See example usage in examples/test.R

Hit: http://rud.is/b/tag/rforecastio/ occassionally to see if the blog has any more info (it will!)

sample of what you can do

About

Simple R interface to forecast.io weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0