Description Usage Arguments Details Value Examples
downloads and unzips CAMELS data from https://ral.ucar.edu/solutions/products/camels into the user's chosen directory
1 | download_camels(data_dir)
|
data_dir |
NEW directory path that will be created by this function, the filepath leading up to the final folder should already exist, while the last folder should not yet exist and will be created for you |
more specifically this is linked to the version 1.2 timeseries meterology, observed flow, metadata here: https://ral.ucar.edu/sites/default/files/public/product-tool/camels-catchment-attributes-and-meteorology-for-large-sample-studies-dataset-downloads/basin_timeseries_v1p2_metForcing_obsFlow.zip
as well as the CAMELS attribute data v 2.0 from here: https://ral.ucar.edu/sites/default/files/public/product-tool/camels-catchment-attributes-and-meteorology-for-large-sample-studies-dataset-downloads/camels_attributes_v2.0.zip
NA
1 2 | data_dir <- "~/CAMELS_data"
download_camels(data_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.