Get_Data_from_NOAA_Station: Get Data from NOAA Station.

View source: R/Functions_NOAA_Stations.R

Get_Data_from_NOAA_StationR Documentation

Get Data from NOAA Station.

Description

This is a wrapper for the ghcnd_search() function from the rnoaa package

Usage

Get_Data_from_NOAA_Station(
  station_id = NULL,
  var = NULL,
  date_min = NULL,
  date_max = NULL,
  refresh = FALSE,
  ...
)

Arguments

station_id

the ID of the station to download data

var

which elements (variables) to get from the station

refresh

whether or not to refresh data for the station

Examples


If NOAA stations have not been downloaded in a while be sure to refresh


Agriculturist/waterDataSupport documentation built on Jan. 28, 2023, 11:43 a.m.