Agriculture is an intensely data-driven field, but many farmers, agronomists, and CCAs don’t have computer science backgrounds. In this two-day workshop, researchers from the University of Illinois will teach you about free tools you can use with your own farm’s data to improve your fertilizer application rates, look at conditions across time, and more.
This workshop offers lessons on data management for agriculture, targeting farmers and certified crop advisors who wish to work directly with the data from their instruments and available from online resources. We aim to offer this workshop annually during the "lull season" from after harvest until planting.
Click here to watch our video overview.
Lindsay Clark (PI)
Carrie Butts-Wilmsmeyer
Brittani Edge
Aolin Gong
Jill Naiman
Dena Strong
Maintained by Neal Davis.
Contact Lindsay Clark or Neal Davis, both at the University of Illinois, for more information, at data-harvesting@illinois.edu
.
These lessons are made possible by a grant from the Center for Digital Agriculture at the University of Illinois.
This site uses the Carpentries template with Jekyll. In order to build the site, you will need to install R and Ruby, then use the following to get your machine up-to-date.
# Install R and RStudio separately, then:
sudo apt install libudunits2-dev libgdal-dev libgmp3-dev jekyll
R -e "install.packages('sf', repos='http://cran.rstudio.com/')"
R -e "install.packages('FedData', repos='http://cran.rstudio.com/')"
R -e "library(devtools);install_github('igraph/rigraph')"
# if the above fails and you have Anaconda Python installed, you need to
# move `anaconda` to `anaconda.bak` temporarily to "break" the gfortran.so.4
# link it finds
# per https://github.com/igraph/rigraph/issues/275
make site