dap_crop | R Documentation |
Crop an OpenDAP resource file to a given AOI and time bound
dap_crop( URL = NULL, catalog = NULL, AOI = NULL, startDate = NULL, endDate = NULL, varname = NULL, verbose = TRUE )
URL |
local file path or dodC URL |
catalog |
subset of open.dap catalog |
AOI |
sf object |
startDate |
start date (YYYY-MM-DD) |
endDate |
end date (YYYY- MM-DD) |
varname |
name of variable to extract. If NULL, then get all |
verbose |
Should dap_summary be printed? |
if AOI is NULL no spatial crop is executed. If startDate AND endDate are NULL, no temporal crop is executed. If just endDate is NULL it defaults to the startDate.
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.