Skip to content

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 availible to construct a multi-polygon shapefile (.shp) of a reasearch trial, with individual polygons defining specific research plot.

License

Notifications You must be signed in to change notification settings

andersst91/UAStools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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 availible to construct a multi-polygon shapefile (.shp) of a reasearch trial, with individual polygons defining specific research plot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages