Get a download summary from WildTrax
wt_get_download_summary.Rd
Obtain a table listing projects that the user is able to download data for
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) { # \dontrun{
# Authenticate first:
wt_auth()
wt_get_download_summary(sensor_id = "ARU")
} # }