-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Steve Anderson edited this page Sep 11, 2020
·
12 revisions
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.
install.packages("devtools")
library("devtools")
devtools::install_github("andersst91/UAStools")
library("UAStools")