⚠️There's a newer version (0.1.5) of this package. Take me there.

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.

Copy Link

Version

Down Chevron

Install

install.packages('phenocamapi')

Monthly Downloads

50

Version

0.1.3

License

AGPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

January 7th, 2019

Functions in phenocamapi (0.1.3)