README.md

R/UAStools

Authors:

Steven L. Anderson II (andersst@tamu.edu) Seth C. Murray (sethmurray@tamu.edu)

Description:

UAStools is a package developed to provide useful tools for working with remote sensing data set, specifically in reference to field-based, agriculture research plots. Currently, the plotshpcreate.R function is available to construct a multi-polygon shapefile (.shp) of a reasearch trial, with individual polygons defining specific research plot. A full video tutorial is availible with accompanied script.

Installation

Make sure you have the latest version of R.

R/UAStools is availible on GitHub.

You then need to install the devtools package, plus a set of package dependencies: sp and rgdal. (Additional, secondary dependencies will also be installed.)

To install R/UAStools execute the following commands in R:

install.packages("devtools") 
library("devtools")
devtools::install_github("andersst91/UAStools")
library("UAStools")

Availible Functions

plotshpcreate.R

Construct a multi-polygon shapefile (.shp) of a reasearch trial, with individual polygons defining specific research field plots. Visit the wiki page for more details: https://github.com/andersst91/UAStools/wiki/plotshpcreate.R

Note: Make sure to setwd() before executing plotshpcreate.R!!!

?plotshpcreate
?SampleInfile

Citation

To cite R/UAStools in publications, use:

Anderson, S.L., S. Murray, L. Malambo, C. Ratcliff, S. Popescu, D. Cope, et al. 2019. Prediction of Maize Grain Yield Before Maturity Using Improved Temporal Height Estimates of Unmanned Aerial Systems. The Plant Phenome Journal. doi:10.2135/tppj2019.02.0004

Liscense

Licensed under GPL-2.



andersst91/UAStools documentation built on Sept. 13, 2020, 10:01 p.m.