Learn R Programming

⚠️There's a newer version (0.5.0) of this package.Take me there.

weatherData (version 0.3)

Get Weather Data from the Web

Description

Functions that help in fetching weather data from websites. Given a location and a date range, these functions help fetch weather data (temperature, pressure etc.) for any weather related analysis.

Copy Link

Version

Install

install.packages('weatherData')

Monthly Downloads

6

Version

0.3

License

GPL

Maintainer

Ram Narasimhan

Last Published

February 4th, 2014

Functions in weatherData (0.3)

USAirportWeatherStations

Data - US Weather Stations ID's
IntlWxStations

Data - International Weather Stations
SFO2012

Data - Ambient Temperature for the City of San Francisco for all of 2012
London2013

Data - Ambient Temperature for the City of London for all of 2013
NewYork2013

Data - Ambient Temperature for New York City for all of 2013
checkDataAvailabilityForDateRange

Quick Check to see if WeatherUnderground has Weather Data for given station for a range of dates
getStationCode

Gets the Weather Station code for a location (in the US)
checkDataAvailability

Check if WeatherUnderground has Data for given station and date
getWeatherData

Gets weather data for a single date
IsStationTypeInvalid

Check if the station type is airportCode or id
getDailyMinMaxTemp

Get the daily minimum (maximum) temperatures for a given weather stations
SFO2013

Data - Ambient Temperature for the City of San Francisco for all of 2013
getCurrentTemperature

Get the latest recorded temperature for a location
getWeatherForDate

Getting data for a range of dates
getWeatherForYear

Get weather data for one full year
Mumbai2013

Data - Ambient Temperature for the City of Mumbai, India for all of 2013
weatherData-package

Get Weather & Temperature data from the Web