The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
This vignette aims to showcase a use case when the user wants to
download all the datasets of a data package using metajam
-
download_d1_data_pkg
.
In this example we use a csv file storing packages returned after
searching for soil bulk density
on Arctic Data Center and KNB data repositories.
# Create the local directory to store data sets
dir.create(path_folder, showWarnings = FALSE)
# Read the data listing from Google Drive: https://drive.google.com/open?id=1WTLP2BcXCXmUyv4kmntyhuPfrBNdPIqV
data_listing <- read_csv(csv_search_results_url)
### Download the data and metadata ----
# Create the list of unique dois
dois <- unique(data_listing$identifier)
# batch download the datasets
data_folders <- map(dois, ~download_d1_data_pkg(.x, path_folder))
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.