View source: R/ingest-pds-data.R
ingest_pds_tracks | R Documentation |
Downloads Pelagic Data System (pds) trips information and uploads it to cloud storage services.
ingest_pds_tracks(log_threshold = logger::DEBUG)
log_threshold |
The (standard Apache logj4) log level used as a threshold for the logging infrastructure. See logger::log_levels for more details |
The function downloads and uploads only tracks data that are not yet stored in the bucket.
The parameters needed in conf.yml
are:
pds: tracks: token: secret: file_prefix: pds_storage: storage_name: key: options: project: bucket: service_account_key:
Progress through the function is tracked using the package logger.
No output. This funcrion is used for it's side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.