Skip to content
Steve Anderson edited this page Sep 11, 2020 · 12 revisions

Welcome to the UAStools wiki!

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 research trial, with individual polygons defining specific research plot.

Installing UAStools:

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

Availible UAStools:

plotshpcreate