Skip to contents

Retrieves an overview of the number of hdf5 files per directory in the Aloft bucket, based on the coverage.csv file in that bucket. By default this file is cached for 6 hours.

Usage

aloft_data_coverage(use_cache = TRUE)

Arguments

use_cache

Logical indicating whether to use the cache. Default is TRUE. If FALSE the cache is ignored and the file is fetched anew. This can also be useful if you want to force a refresh of the cache.

Value

A data frame of the coverage file on the Aloft bucket.

Details

The coverage file is fetched from https://aloftdata.s3-eu-west-1.amazonaws.com/coverage.csv. This can be changed by setting options(getRad.aloft_data_url) to any desired url.

Examples

if (FALSE) { # interactive()
aloft_data_coverage()
}