climdata | R Documentation |
Downloads climate data from the NASA POWER data base. It is useful for situations when data is required from seeveral sites.
climdata(t = NULL, lon = NULL, lat = NULL, loc.id = NULL, ...)
t |
Is a dataframe with longitud and latitude in decimal formats and a location ID. |
lon |
Is the column index in t that contains the longitud in decimal format |
lat |
Is the column index in t that contains the latitude in decimal format |
loc.id |
Is column name of the location ids in the dataframe t |
... |
Arguments passed to the get_power function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.