Use weather_source = "cimis_csv" when you want ground
truth station data instead of a gridded product (Daymet/Open-Meteo), or
when you are working offline with pre-defined weather data.
At the CIMIS website:
Reports > select your station > report type
Daily > units English (°F) >
export as CSV. The file will include Date,
Max Air Temp (F), and Min Air Temp (F).
read.csv() renames columnsread.csv() censors headers:
Max Air Temp (F) becomes Max.Air.Temp..F., and
Min Air Temp (F) becomes Min.Air.Temp..F. —
exactly the names calc_pest_phenology() expects.
CIMIS exports dates as MM/DD/YYYY.
calc_pest_phenology()Set weather_source = "cimis_csv" exactly (not
"cimis"). lat/lon are ignored in
this mode since the station location is already implied in the file.