.check_inputs | R Documentation |
Check User Inputs for get_power for Validity
.check_inputs(
community,
lonlat,
pars,
site_elevation,
temporal_api,
wind_elevation,
wind_surface
)
community |
A case-insensitive character vector providing community name: “AG”, “RE” or “SB”. See argument details for more. |
lonlat |
A numeric vector of geographic coordinates for a cell or region entered as x, y (longitude, latitude) coordinates. See argument details for more. |
pars |
case-insensitive character vector of solar, meteorological or
climatology parameters to download. When requesting a single point of x,
y coordinates, a maximum of twenty (20) |
site_elevation |
A user-supplied value for elevation at a single point
in metres. If provided this will return a corrected atmospheric pressure
value adjusted to the elevation provided. Only used with |
temporal_api |
A case-insensitive character vector providing the temporal API end-point for data being queried, supported values are “hourly”, “daily”, “monthly” or “climatology”. Defaults to “daily”. See argument details for more. |
wind_elevation |
A user-supplied value for elevation at a single point
in metres. Wind Elevation values in Meters are required to be between
10 m and 300 m. Only used with |
wind_surface |
A user-supplied wind surface for which the corrected
wind-speed is to be supplied. See |
Nothing, called for its side-effects of checking user inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.