phenocam_image_url: Retrieve images from Phenocam

View source: R/phenocam.R

phenocam_image_urlR Documentation

Retrieve images from Phenocam

Description

Phenocam contains over 70,000 images taken from MacLeish. Photos have been taken every 30 minutes since February 2017.

Usage

phenocam_image_url(when = NULL, ...)

phenocam_read_day_urls(x = Sys.Date())

phenocam_read_monthly_midday_urls(x = Sys.Date())

phenocam_image_url_midday(x = Sys.Date())

phenocam_info()

phenocam_download(...)

Arguments

when

a string to be converted into a date-time

...

arguments passed to download_phenocam

x

a Date

References

https://phenocam.nau.edu/webcam/sites/macleish/

See Also

download_phenocam

Examples

phenocam_image_url()
phenocam_image_url("2021-12-25 12:05:05")
## Not run: 
phenocam_read_day_urls()

## End(Not run)
## Not run: 
phenocam_read_monthly_midday_urls()

## End(Not run)
## Not run: 
phenocam_image_url_midday(Sys.Date() - 3)
phenocam_image_url_midday(Sys.Date() - 365)

## End(Not run)
## Not run: 
phenocam_info()

## End(Not run)
## Not run: 
phenocam_download()
df <- read_phenocam(file.path(tempdir(),"macleish_DB_1000_3day.csv"))
print(str(df))

## End(Not run)

macleish documentation built on July 7, 2022, 1:05 a.m.