Weather data format
2 separate files for each data period (to conform to file import format used in WISDOM and SureHarvest):
Daily data
- Comma separated
- Includes date, high/low temps (for that day), ET and precipitation (summed for day).
- Date format: YYDDD (i.e. 06 + day of year)
- Precipitation, ET units = inches
- Temperature data units = Celsius
- Example of data
05238,28.99,15.85,.123,.48
05239,29.2,16.25,.218,.13
05240,28.17,11.31,.183,0
Hourly data
- Comma separated
- Includes date, hour, high/low temps (within the hour) and RH (hourly avg.).
- Date format: YYDDD (i.e. 06 + day of year)
- Time format: HHMM (24 hour clock)
- Temperature data units = Celsius
- Example of data
05238,1100,26.9,24.77,67.93
05238,1200,28.99,24.93,64.48
05238,1300,28.44,26.81,62.37
05238,1400,28.44,26.23,63.34
05238,1500,26.23,24.04,71.4
|