License: AGPL v3 DOI

lifecycle Travis CI Coverage status

CRAN status Downloads Downloads

Extracting PhenoCam data using phenocamapi R Package

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

PhenoCam time-series are extracted time-series data obtained from ROI’s for a given site. Each site has specific metadata including but not limited to how the site is set-up and where it is located, what vegetaion type is visible from the camera, and its climate regime. Each PhenoCam may have none to several ROI’s per vegetation type.

This R package is an effort to simplify data wrangling steps and finally merge them as a single dataframe.

Installation

phenocamapi can be directly installed from the GitHub repo:

# installing the package from the GitHub repo
if(!require(devtools)) install.packages('devtools')
devtools::install_github('bnasr/phenocamapi')

# loading the package
library(phenocamapi)

Usage

The vignette page contains useful information on how to use the R package.

browseVignettes('phenocamapi')

Detailed guides on how to use each function has been provided in the manual page of each function.