This lesson is being piloted (Beta version)

Welcome to Data Harvesting for Agriculture!

Our motivation for creating this workshop is the recent, rapid increase in the volume of data produced on farms and the use of such data for decision making by farmers. This material doesn’t claim to replace the data analysis services that are currently provided by the agricultural technology industry, but rather to arm you with knowledge to help you better communicate with such service providers. Moreover, we believe that your data will be more valuable to you if you have some ability to analyze it yourself, regardless of whether you continue to do business with a particular company in the future.

After attending our workshop, you will be able to develop small computer programs of your own for analysis, visualization, and decision making, and will be able to share those programs with others.

Don’t worry: we’re not asking you to develop research software from scratch! We’ll provide you with scripts and programs that perform much of the work for you. However, helping you understand the way the software works will let you run different scenarios for yourself and decide between alternatives for your business.

What you’ll learn

By the end of this workshop, you will know more about:

To this end, we will introduce a few tools and concepts:

What to bring with you

While our lessons are taught with sample data so that everyone can follow along with the same set of numbers and values and check their results, you should see additional benefits from this workshop if you bring along some data that are relevant to your own farm.

Here’s what to bring to this workshop:

Getting connected to the campus network as a guest

The IllinoisNet_Guest network allows University visitors to access the wireless network.

  1. Connect to the IllinoisNet_Guest network.
  2. Visit illinois.edu and you’ll be redirected to the guest network portal.
  3. Don’t use the NetID login section; that’s for University employees. Instead, click the guest link at the bottom of the page.
  4. Follow the “Click Here for Wi-Fi Access” prompt.
  5. Follow the prompts to provide the information to create a guest account.
  6. When your browser is redirected to the illinois.edu home page, you’ve completed the process.
  7. Guest access is granted one day at a time; for the next day, you’ll need to log in to IllinoisNet_Guest again.

Some workshop guidelines

We’ll have instructors and helpers available throughout the day to help you get over any hurdles if you get stuck.

We’ll use two colors of sticky notes for quick check-ins around the room to see if everyone’s caught up or needs help. If you’d like to signal for a helper, put the “help” sticky note on the corner of your laptop screen and we’ll come to assist.

The lesson sequence

  1. First, we’ll get you set up with R, R Studio, and QGIS software.
    1. We’ll help you add some specialized components to R Studio for use with geospatial data in general and this lesson in specific.
    2. We’ll introduce you to some of the sample files that we’ll be using in the lesson.
  2. Next, we’ll introduce you to geospatial data, including file types and format types.
    1. The most common coordinate reference systems (CRSes) are latitude/longitude (WGS84) and UTM.
    2. The most common file format options are shape files (four or five separate files working together) or geopackages (everything bundled in one ‘box’ so it’s harder to lose a piece).
    3. We’ll teach you to understand which you’re looking at and how to convert them from one type to another in order to be able to work with data from different sources.
  3. Next, we’ll teach you how the DIFM project designs trials to determine the optimal cost-effective seed and nitrogen rate for particular fields and particular locations within those fields.
    1. We’ll design a grid and create a planting and fertilization map based upon it.
    2. We’ll look at some sample data which was created based on these principles.
    3. We’ll clean up the data to make sure that equipment errors, skews in the planting or fertilizing drive paths, and/or miscalculations don’t skew our results.
    4. We’ll use that cleaned data to calculate the best fertilizer and seed rates to apply in different areas of that field.
  4. We’ll look at some publicly available data such as weather history and soil types, which you can use with R Studio and QGIS to take a look at trends over time.