Learn R Programming

⚠️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

Install

install.packages('phenocamapi')

Monthly Downloads

3

Version

0.1.2

License

AGPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bijan Seyednasrollah

Last Published

November 11th, 2018

Functions in phenocamapi (0.1.2)

download_midday_images

Downloading the midday images for PhenoCam sites given a time range
get_phenos

Full list of PhenoCam sites and metadata
get_rois

Full list of PhenoCam ROI's and metadata
get_awb_table

Extracting Auto-White-Balance (AWB) status of images for PhenoCam sites
get_midday_list

Extracting the list of midday images for PhenoCam sites
parse_phenocam_filenames

Parse Phenocam filenames
get_pheno_ts

Obtain phenological time-series from the PhenoCam server