Data Dictionary for: 20250625_FS23_weather_data.csv
=========================================================

Used In Chapter(s): 5
Variables: 5
Rows: 56
Missing data coding: NA 
Processed from: "~/chapter-05_strawberry_foliar_sprays/data/primary/*", see 'datacompilation_FS_v0.0.10.R'
Notes:  


-------------------------------------------------------------------------------------------------------------------------------------------------------------
| Variable Name  	| Data Type 	| Description                                                                                                       |
|-----------------------|---------------|-------------------------------------------------------------------------------------------------------------------|
| week			| date		| The date of the first day of the week during which the related observations were recorded                         |
| weather_var		| string	| Weather variable that was measured. See levels of weather_var below                                               |		
| value			| numeric	| Value of the observation collected for each weather variable                                                      |
| month			| numeric	| Calendar month (1–12) in which the observation was recorded                                                       |
| year			| date		| Calendar year in which the observation was recorded                                                               |
-------------------------------------------------------------------------------------------------------------------------------------------------------------


Levels for weather_var:
  - air_temp_min: Mean daily minimum air temperature measured for the week
  - air_temp_max: Mean daily maximum air temperature measured for the week
  - perc_relative_humidity: Mean daily relative humidity measured for the week
  - pyranometer_avg_watts_per_m2: Mean daily solar irradiance measured for the week
  - pyranometer_sum_watts_per_m2: Sum of total solar irradiance measured for the week
  - rainfall_cumulative_mm: Total rainfall accumulated over the week
  - rainfall_daily_mm: Mean daily rainfall measured for the week
  - rainfall_monthly_mm: Mean daily rainfall for the month
