View source: R/climater_filter.R
| climater_filter | R Documentation |
Filter the climateR catalog based on a set of constraints
climater_filter(
id = NULL,
asset = NULL,
AOI = NULL,
startDate = NULL,
endDate = NULL,
varname = NULL,
model = NULL,
scenario = NULL,
ensemble = NULL
)
id |
The resource, agency, or catalog identifier |
asset |
The subdataset or asset in a given resource |
AOI |
an sf of SpatVect point or polygon to extract data for |
startDate |
a start date given as "YYYY-MM-DD" to extract data for |
endDate |
an end date given as "YYYY-MM-DD" to extract data for |
varname |
variable name to extract (e.g. tmin) |
model |
GCM model name generating |
scenario |
A climate or modeling scenario |
ensemble |
The model ensemble member used to generate data |
data.frame
Other dap:
.resource_grid(),
.resource_time(),
climater_dap(),
dap(),
dap_crop(),
dap_get(),
dap_meta(),
dap_summary(),
dap_to_local(),
dap_xyzv(),
extract_sites(),
get_data(),
go_get_dap_data(),
grid_meta(),
make_ext(),
make_vect(),
merge_across_time(),
parse_date(),
read_dap_file(),
read_ftp(),
time_meta(),
try_att(),
var_to_terra(),
variable_meta(),
vrt_crop_get()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.