# NOT RUN {
# Fetch daily "AG" community temperature, relative humidity and precipitation
# for January 1 1985 for Kingsthorpe, Queensland, Australia
daily_ag <- get_power(community = "AG",
lonlat = c(151.81, -27.48),
pars = c("RH2M", "T2M", "PRECTOT"),
dates = "1985-01-01",
temporal_average = "DAILY"
)
# Fetch global AG climatology for temperature, relative humidity and
# precipitation
climatology_ag <- get_power(community = "AG",
pars = c("RH2M", "T2M", "PRECTOT"),
temporal_average = "CLIMATOLOGY"
)
# Fetch interannual solar cooking parameters for a given region
interannual_sse <- get_power(community = "SSE",
lonlat = c(112.5, -55.5, 115.5, -50.5),
dates = c("1984", "1985"),
temporal_average = "INTERANNUAL",
pars = c("CLRSKY_SFC_SW_DWN",
"ALLSKY_SFC_SW_DWN")
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab