R/data_manuals.R

#' @author Sagar Ganapaneni (sagar123)
#' 
#' @title  Weather data for 2017 January
#' @description A data frame consisting of hourly data for metrics: ("p_official","rh_std","solarad","t_max","t_min","t_official","windspd","ws_max")
#' @name weather_data
#' @docType data
#' @usage data(weather_data)
NULL
#' @title  Locations data
#' @description A data frame consisting of all available locations
#' @name Locations
#' @docType data
#' @usage data(Locations)
NULL
#' @title  Locations data with geo spatial distance
#' @description A data frame consisting of all available locations along with spatial disatnce between all combinations
#' @name Distance_data_master
#' @docType data
#' @usage data(Distance_data_master)
NULL
#' @title  Metrics available via NOAA Weather API
#' @description A data frame consisting of all metrics (with definations, units) details
#' @name Metrics
#' @docType data
#' @usage data(Metrics)
NULL

Try the NOAAWeather package in your browser

Any scripts or data that you put into this service are public.

NOAAWeather documentation built on March 21, 2018, 5:08 p.m.