get_merra2_subset | R Documentation |
Get MERRA-2 subset
get_merra2_subset(
locid = 1:207936L,
from = "1980-01-01 00",
to = "2020-12-31 23",
tz = "UTC",
cols = NULL,
quiet = FALSE,
rows_lim = 2 * 10^9,
as_integers = FALSE
)
locid |
integer vector with location |
from |
starting date and time of the subset in "YYYY-MM-DD HH" format |
to |
ending date and time of the subset in "YYYY-MM-DD HH" format (see |
tz |
time zone of the requested date-time interval (see |
cols |
names or indexes of columns from the database (NULL default, returning all available columns) |
quiet |
if process should be reported |
rows_lim |
|
original.units |
data.table with the subset of
<https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.