View source: R/get_nasa_power.R
get_nasa_power | R Documentation |
Get NASA POWER agroclimatology data for crop modeling
get_nasa_power(
lat,
long,
start,
end,
pars = c("PRECTOTCORR", "T2M_MAX", "T2M_MIN", "ALLSKY_SFC_SW_DWN", "WS2M", "RH2M"),
INSI = "NASA",
...
)
lat |
latitude of query point in decimal degrees |
long |
longitude of query point in decimal degrees |
start |
first date for data query as POSIXt, Date, or character formatted as four-digit year, two-digit month, and two-digit day of month (e.g. "2010-12-31") |
end |
last date for data query as POSIXt, Date, or character formatted as four-digit year, two-digit month, and two-digit day of month (e.g. 2010-12-31) |
pars |
a character vector of parameters to download. A full parameter dictionary can be found at: https://power.larc.nasa.gov/#resources |
INSI |
a four-digit character code to uniquely identify the query location |
... |
additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.