Calculating Agrometeorological Variables for Crops

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#:"
)

Obtaining Australian meteorological data

The boonah dataset was obtained from the Queensland Government DES longpaddock website https://www.longpaddock.qld.gov.au using the get_silodata function. Please see getting-weather-data vignette for details.

The data obtained is

## weather data object
print(boonah, n=5)

Agrometeorological calculations



Day of year calculations


References



Try the cropgrowdays package in your browser

Any scripts or data that you put into this service are public.

cropgrowdays documentation built on May 31, 2023, 5:22 p.m.