Skip to contents

Obtain a table listing projects that the user is able to download data for

Usage

wt_get_download_summary(sensor_id)

Arguments

sensor_id

Can be one of "ARU", "CAM", or "PC"

Value

A dataframe listing the projects that the user can download data for, including: project name, id, year, number of tasks, a geographic bounding box and project status.

Examples

if (FALSE) {
# Authenticate first:
wt_auth()
wt_get_download_summary(sensor_id = "ARU")
}