if (FALSE) { # interactive()
# fetch the complete set of attribute information for "T2M".
query_parameters(pars = "T2M")
# fetch complete temporal and community specific attribute information
# for "T2M" in the "ag" community for the "hourly" temporal API.
query_parameters(
pars = "T2M",
community = "ag",
temporal_api = "hourly"
)
# fetch complete temporal and community specific attribute information
# for all parameters in the "ag" community for the "hourly" temporal API.
query_parameters(
community = "ag",
temporal_api = "hourly"
)
}
Run the code above in your browser using DataLab