get_nasa_power: Get NASA POWER agroclimatology data for crop modeling

View source: R/get_nasa_power.R

get_nasa_powerR Documentation

Get NASA POWER agroclimatology data for crop modeling

Description

Get NASA POWER agroclimatology data for crop modeling

Usage

get_nasa_power(
  lat,
  long,
  start,
  end,
  pars = c("PRECTOTCORR", "T2M_MAX", "T2M_MIN", "ALLSKY_SFC_SW_DWN", "WS2M", "RH2M"),
  INSI = "NASA",
  ...
)

Arguments

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 nasapower::get_power()


palderman/weathRman documentation built on Nov. 9, 2024, 3:06 p.m.