USE agrifound;


INSERT INTO weather_readings (node_id,ts,air_temp_c,humidity_pct,leaf_wetness_hrs,solar_radiation_wm2,rainfall_mm,wind_speed_kmh) VALUES
(4,'2024-04-01 00:00:00',22.3,62.7,1.0,220.1,0.0,10.3),
(4,'2024-04-02 00:00:00',20.0,70.9,6.9,131.0,28.4,14.5),
(4,'2024-04-03 00:00:00',23.3,68.4,0.4,222.5,0.0,9.3),
(4,'2024-04-04 00:00:00',23.8,73.5,5.3,157.3,28.4,17.1),
(4,'2024-04-05 00:00:00',18.6,64.8,0.6,248.0,0.0,4.8),
(4,'2024-04-06 00:00:00',19.9,61.8,0.3,204.5,0.0,11.5),
(4,'2024-04-07 00:00:00',22.6,64.9,5.7,134.4,28.4,8.5),
(4,'2024-04-08 00:00:00',21.8,68.0,3.6,111.5,28.4,15.3),
(4,'2024-04-09 00:00:00',22.5,67.8,5.0,129.7,28.4,14.7),
(4,'2024-04-10 00:00:00',21.1,60.5,0.0,207.1,0.0,5.5),
(4,'2024-04-11 00:00:00',24.3,67.8,0.5,264.6,0.0,7.9),
(4,'2024-04-12 00:00:00',24.2,68.9,1.2,235.3,0.0,5.5),
(4,'2024-04-13 00:00:00',23.0,82.9,1.3,222.8,0.0,3.7),
(4,'2024-04-14 00:00:00',25.0,79.3,0.2,260.1,0.0,6.6),
(4,'2024-04-15 00:00:00',23.9,63.1,9.6,87.2,28.4,9.6),
(4,'2024-04-16 00:00:00',21.6,66.7,0.2,184.0,0.0,9.3),
(4,'2024-04-17 00:00:00',23.9,59.9,0.6,256.3,0.0,3.4),
(4,'2024-04-18 00:00:00',21.6,65.4,1.5,240.0,0.0,10.8),
(4,'2024-04-19 00:00:00',25.0,71.0,0.3,246.7,0.0,3.3),
(4,'2024-04-20 00:00:00',23.4,76.6,0.2,209.3,0.0,5.7),
(4,'2024-04-21 00:00:00',23.2,65.2,0.6,244.0,0.0,5.5),
(4,'2024-04-22 00:00:00',22.4,65.9,3.5,205.8,28.4,19.3),
(4,'2024-04-23 00:00:00',25.9,57.1,1.4,269.2,0.0,9.3),
(4,'2024-04-24 00:00:00',23.5,69.2,1.5,254.8,0.0,7.2),
(4,'2024-04-25 00:00:00',23.1,64.0,0.1,241.6,0.0,10.0),
(4,'2024-04-26 00:00:00',23.3,67.4,2.4,153.9,28.4,5.6),
(4,'2024-04-27 00:00:00',25.0,65.5,5.9,112.5,28.4,13.8),
(4,'2024-04-28 00:00:00',24.8,70.4,9.7,174.1,28.4,22.0),
(4,'2024-04-29 00:00:00',25.0,60.6,1.3,281.7,0.0,8.5),
(4,'2024-04-30 00:00:00',25.1,62.6,1.0,223.1,0.0,8.3),
(4,'2024-05-01 00:00:00',28.3,84.3,0.2,247.9,0.0,10.2),
(4,'2024-05-02 00:00:00',23.8,64.0,1.2,237.4,0.0,11.6),
(4,'2024-05-03 00:00:00',23.6,65.3,0.3,244.2,0.0,0.0),
(4,'2024-05-04 00:00:00',23.2,83.1,0.6,271.6,0.0,1.3),
(4,'2024-05-05 00:00:00',25.8,89.6,9.0,129.2,28.4,14.8),
(4,'2024-05-06 00:00:00',26.8,65.3,0.8,289.4,0.0,5.1),
(4,'2024-05-07 00:00:00',24.7,70.3,1.0,294.8,0.0,13.2),
(4,'2024-05-08 00:00:00',23.5,74.7,9.9,180.7,28.4,12.7),
(4,'2024-05-09 00:00:00',23.6,83.2,1.5,217.7,0.0,0.3),
(4,'2024-05-10 00:00:00',26.3,67.0,1.5,256.6,0.0,2.9),
(4,'2024-05-11 00:00:00',26.6,71.6,3.1,223.3,28.4,3.0),
(4,'2024-05-12 00:00:00',26.3,77.9,0.1,215.8,0.0,7.1),
(4,'2024-05-13 00:00:00',24.2,76.0,1.1,278.3,0.0,7.2),
(4,'2024-05-14 00:00:00',25.9,71.2,1.5,259.3,0.0,6.3),
(4,'2024-05-15 00:00:00',25.7,72.8,0.5,310.7,0.0,12.3),
(4,'2024-05-16 00:00:00',26.0,65.5,0.7,275.5,0.0,12.8),
(4,'2024-05-17 00:00:00',27.2,72.4,0.6,304.2,0.0,7.3),
(4,'2024-05-18 00:00:00',26.2,72.3,0.1,310.0,0.0,0.0),
(4,'2024-05-19 00:00:00',27.0,75.4,1.0,343.5,0.0,10.5),
(4,'2024-05-20 00:00:00',26.0,70.8,0.5,294.2,0.0,10.2),
(4,'2024-05-21 00:00:00',26.5,77.0,1.2,310.4,0.0,9.2),
(4,'2024-05-22 00:00:00',27.2,80.4,1.2,265.5,0.0,11.9),
(4,'2024-05-23 00:00:00',23.5,75.3,1.2,334.0,0.0,3.3),
(4,'2024-05-24 00:00:00',25.6,76.6,0.6,286.9,0.0,16.0),
(4,'2024-05-25 00:00:00',25.4,74.8,0.5,293.5,0.0,4.2),
(4,'2024-05-26 00:00:00',25.2,74.6,1.1,308.6,0.0,11.0),
(4,'2024-05-27 00:00:00',25.9,70.3,1.2,271.6,0.0,1.3),
(4,'2024-05-28 00:00:00',29.1,76.6,0.7,318.0,0.0,4.3),
(4,'2024-05-29 00:00:00',25.0,74.2,1.3,338.0,0.0,14.1),
(4,'2024-05-30 00:00:00',28.3,87.4,0.2,322.6,0.0,7.0),
(4,'2024-05-31 00:00:00',23.6,84.3,1.3,277.1,0.0,11.4),
(4,'2024-06-01 00:00:00',26.1,77.2,0.1,315.2,0.0,8.9),
(4,'2024-06-02 00:00:00',27.1,70.3,2.8,303.3,10.9,7.6),
(4,'2024-06-03 00:00:00',27.9,68.3,4.1,239.3,10.9,13.5),
(4,'2024-06-04 00:00:00',28.2,82.1,0.1,295.7,0.0,7.1),
(4,'2024-06-05 00:00:00',28.4,76.6,3.4,310.9,10.9,0.9),
(4,'2024-06-06 00:00:00',26.4,77.9,0.0,332.1,0.0,4.8),
(4,'2024-06-07 00:00:00',26.2,64.5,0.7,337.0,0.0,10.2),
(4,'2024-06-08 00:00:00',28.7,80.6,4.0,339.5,10.9,9.6),
(4,'2024-06-09 00:00:00',26.8,77.7,0.1,341.0,0.0,1.7),
(4,'2024-06-10 00:00:00',24.9,68.3,1.0,347.0,0.0,5.1),
(4,'2024-06-11 00:00:00',25.3,72.1,9.0,364.6,10.9,5.7),
(4,'2024-06-12 00:00:00',25.7,76.5,0.3,327.7,0.0,6.5),
(4,'2024-06-13 00:00:00',28.3,75.3,0.2,314.3,0.0,2.5),
(4,'2024-06-14 00:00:00',27.7,73.2,1.3,346.1,0.0,5.5),
(4,'2024-06-15 00:00:00',28.7,74.3,4.0,312.6,10.9,5.1),
(4,'2024-06-16 00:00:00',26.8,73.3,0.8,324.5,0.0,11.1),
(4,'2024-06-17 00:00:00',27.9,75.7,9.5,278.0,10.9,11.2),
(4,'2024-06-18 00:00:00',28.8,83.6,0.1,397.6,0.0,7.4),
(4,'2024-06-19 00:00:00',27.1,59.3,0.6,349.1,0.0,6.4),
(4,'2024-06-20 00:00:00',28.5,73.2,1.1,323.6,0.0,8.6),
(4,'2024-06-21 00:00:00',26.6,75.6,0.4,365.8,0.0,4.7),
(4,'2024-06-22 00:00:00',27.2,76.3,1.1,341.2,0.0,3.4),
(4,'2024-06-23 00:00:00',27.2,72.2,0.8,338.5,0.0,4.2),
(4,'2024-06-24 00:00:00',25.7,63.8,1.1,359.8,0.0,5.5),
(4,'2024-06-25 00:00:00',28.8,76.3,0.7,314.3,0.0,3.3),
(4,'2024-06-26 00:00:00',27.1,84.6,0.6,356.3,0.0,8.6),
(4,'2024-06-27 00:00:00',28.0,64.9,9.6,361.2,10.9,10.9),
(4,'2024-06-28 00:00:00',28.9,79.2,5.9,325.9,10.9,1.7),
(4,'2024-06-29 00:00:00',28.9,72.0,1.1,340.5,0.0,8.1),
(4,'2024-06-30 00:00:00',29.3,73.4,3.3,303.1,10.9,7.1),
(4,'2024-07-01 00:00:00',28.0,67.4,6.4,306.2,10.9,9.4),
(4,'2024-07-02 00:00:00',27.4,71.6,0.3,345.7,0.0,7.9),
(4,'2024-07-03 00:00:00',28.0,81.3,0.3,343.3,0.0,2.2),
(4,'2024-07-04 00:00:00',25.2,76.9,1.2,376.3,0.0,3.0),
(4,'2024-07-05 00:00:00',25.6,83.6,0.6,310.7,0.0,8.1),
(4,'2024-07-06 00:00:00',25.9,80.2,1.5,376.1,0.0,12.1),
(4,'2024-07-07 00:00:00',26.5,75.6,4.6,310.7,10.9,0.0),
(4,'2024-07-08 00:00:00',29.0,83.3,1.0,365.1,0.0,9.4),
(4,'2024-07-09 00:00:00',26.7,75.3,0.7,328.0,0.0,12.8),
(4,'2024-07-10 00:00:00',27.7,77.5,5.2,354.9,10.9,7.4),
(4,'2024-07-11 00:00:00',30.7,70.6,1.3,388.2,0.0,10.2),
(4,'2024-07-12 00:00:00',27.7,72.6,1.5,381.4,0.0,5.2),
(4,'2024-07-13 00:00:00',29.7,67.9,1.3,320.0,0.0,7.5),
(4,'2024-07-14 00:00:00',26.7,77.8,8.5,344.0,10.9,1.5),
(4,'2024-07-15 00:00:00',28.1,64.6,7.9,333.7,10.9,0.0),
(4,'2024-07-16 00:00:00',26.7,76.2,1.0,318.6,0.0,11.8),
(4,'2024-07-17 00:00:00',27.8,70.2,3.2,323.5,10.9,4.1),
(4,'2024-07-18 00:00:00',30.0,78.2,9.4,333.4,10.9,6.2),
(4,'2024-07-19 00:00:00',25.4,75.5,0.8,373.4,0.0,2.5),
(4,'2024-07-20 00:00:00',29.3,81.7,0.8,364.1,0.0,2.4),
(4,'2024-07-21 00:00:00',28.9,75.0,1.2,367.0,0.0,7.3),
(4,'2024-07-22 00:00:00',27.4,61.0,1.1,396.7,0.0,5.1),
(4,'2024-07-23 00:00:00',25.9,69.8,7.0,355.6,10.9,9.5),
(4,'2024-07-24 00:00:00',28.6,63.0,8.0,253.4,10.9,9.8),
(4,'2024-07-25 00:00:00',27.5,66.7,0.9,352.1,0.0,9.3),
(4,'2024-07-26 00:00:00',28.9,78.6,0.7,355.9,0.0,9.0),
(4,'2024-07-27 00:00:00',28.5,73.2,0.4,316.1,0.0,14.3),
(4,'2024-07-28 00:00:00',31.4,64.9,0.6,362.2,0.0,3.7),
(4,'2024-07-29 00:00:00',28.1,62.8,1.1,391.0,0.0,7.8),
(4,'2024-07-30 00:00:00',26.6,68.9,2.0,297.5,10.9,12.5),
(4,'2024-07-31 00:00:00',28.8,61.2,0.8,367.9,0.0,13.1),
(4,'2024-08-01 00:00:00',28.9,64.2,0.6,336.4,0.0,2.3),
(4,'2024-08-02 00:00:00',30.9,69.9,0.4,342.2,0.0,6.8),
(4,'2024-08-03 00:00:00',30.0,74.7,0.8,395.7,0.0,13.4),
(4,'2024-08-04 00:00:00',29.1,71.2,0.5,344.9,0.0,10.0),
(4,'2024-08-05 00:00:00',31.1,53.5,0.8,369.7,0.0,8.8),
(4,'2024-08-06 00:00:00',26.3,68.8,1.0,311.1,0.0,7.1),
(4,'2024-08-07 00:00:00',27.2,67.2,0.1,404.0,0.0,6.5),
(4,'2024-08-08 00:00:00',26.7,69.0,0.0,372.1,0.0,9.2),
(4,'2024-08-09 00:00:00',27.7,75.9,0.3,352.1,0.0,7.0),
(4,'2024-08-10 00:00:00',25.9,53.6,1.3,370.5,0.0,7.8),
(4,'2024-08-11 00:00:00',29.5,62.2,1.0,320.4,0.0,8.3),
(4,'2024-08-12 00:00:00',27.9,69.0,0.3,384.7,0.0,5.3),
(4,'2024-08-13 00:00:00',25.6,55.7,1.3,346.5,0.0,10.1),
(4,'2024-08-14 00:00:00',26.4,73.8,5.8,314.0,10.9,19.7),
(4,'2024-08-15 00:00:00',28.8,66.8,0.7,341.1,0.0,0.9),
(4,'2024-08-16 00:00:00',29.7,69.4,1.4,338.2,0.0,9.3),
(4,'2024-08-17 00:00:00',31.8,60.7,0.1,369.5,0.0,5.0),
(4,'2024-08-18 00:00:00',33.4,68.7,7.4,322.9,10.9,10.3),
(4,'2024-08-19 00:00:00',28.8,69.9,0.9,367.0,0.0,8.2),
(4,'2024-08-20 00:00:00',26.3,64.6,2.3,314.8,10.9,11.0),
(4,'2024-08-21 00:00:00',24.2,64.3,5.6,327.0,10.9,12.7),
(4,'2024-08-22 00:00:00',28.5,64.3,0.3,337.9,0.0,8.8),
(4,'2024-08-23 00:00:00',26.5,57.2,0.1,403.2,0.0,12.5),
(4,'2024-08-24 00:00:00',27.2,61.2,0.3,307.4,0.0,0.0),
(4,'2024-08-25 00:00:00',26.8,60.9,0.6,377.3,0.0,14.4),
(4,'2024-08-26 00:00:00',27.6,63.8,7.3,344.1,10.9,9.5),
(4,'2024-08-27 00:00:00',29.7,67.2,4.4,287.6,10.9,12.3),
(4,'2024-08-28 00:00:00',28.1,54.5,1.3,398.7,0.0,3.1),
(4,'2024-08-29 00:00:00',27.4,59.8,0.5,366.8,0.0,4.7),
(4,'2024-08-30 00:00:00',25.8,69.2,0.5,365.2,0.0,8.6),
(4,'2024-08-31 00:00:00',24.6,55.5,0.1,340.6,0.0,7.9),
(4,'2024-09-01 00:00:00',26.7,54.7,0.5,333.3,0.0,9.1),
(4,'2024-09-02 00:00:00',27.4,60.6,0.4,332.4,0.0,12.3),
(4,'2024-09-03 00:00:00',30.7,64.1,0.9,346.3,0.0,0.9),
(4,'2024-09-04 00:00:00',27.7,58.8,0.3,370.4,0.0,11.9),
(4,'2024-09-05 00:00:00',29.2,66.4,1.3,338.8,0.0,8.0),
(4,'2024-09-06 00:00:00',26.4,63.3,1.4,310.2,0.0,7.2),
(4,'2024-09-07 00:00:00',25.2,62.9,0.1,352.4,0.0,2.1),
(4,'2024-09-08 00:00:00',25.5,60.8,5.3,318.6,10.9,10.0),
(4,'2024-09-09 00:00:00',25.9,71.2,0.2,345.6,0.0,0.0),
(4,'2024-09-10 00:00:00',31.0,55.7,0.9,346.6,0.0,10.6),
(4,'2024-09-11 00:00:00',25.6,44.5,0.2,319.9,0.0,2.0),
(4,'2024-09-12 00:00:00',28.5,65.9,1.3,302.1,0.0,8.2),
(4,'2024-09-13 00:00:00',25.3,53.2,1.1,302.2,0.0,7.5),
(4,'2024-09-14 00:00:00',28.6,56.3,1.2,281.7,0.0,12.7),
(4,'2024-09-15 00:00:00',27.5,63.2,0.8,327.1,0.0,7.3),
(4,'2024-09-16 00:00:00',26.5,45.4,1.5,317.6,0.0,5.2),
(4,'2024-09-17 00:00:00',26.6,47.2,0.1,307.3,0.0,6.0),
(4,'2024-09-18 00:00:00',25.5,44.8,0.6,242.9,0.0,13.1),
(4,'2024-09-19 00:00:00',27.4,49.3,8.9,249.2,10.9,10.1),
(4,'2024-09-20 00:00:00',25.7,56.4,4.0,306.9,10.9,6.5),
(4,'2024-09-21 00:00:00',24.2,56.6,0.9,295.6,0.0,7.1),
(4,'2024-09-22 00:00:00',24.1,54.8,1.2,319.7,0.0,1.7),
(4,'2024-09-23 00:00:00',26.6,44.3,0.3,274.3,0.0,9.6),
(4,'2024-09-24 00:00:00',29.1,38.6,1.5,343.5,0.0,1.0),
(4,'2024-09-25 00:00:00',26.5,52.5,0.7,302.3,0.0,11.0),
(4,'2024-09-26 00:00:00',25.9,49.0,0.7,311.5,0.0,8.5),
(4,'2024-09-27 00:00:00',26.6,54.3,1.5,360.8,0.0,17.5),
(4,'2024-09-28 00:00:00',28.3,55.5,3.6,303.9,10.9,3.6),
(4,'2024-09-29 00:00:00',26.3,51.8,0.6,291.6,0.0,7.6),
(4,'2024-09-30 00:00:00',25.1,55.2,0.9,282.7,0.0,15.2),
(4,'2024-10-01 00:00:00',27.7,51.7,0.2,287.7,0.0,12.8),
(4,'2024-10-02 00:00:00',26.4,53.2,0.5,306.9,0.0,5.2),
(4,'2024-10-03 00:00:00',28.4,45.5,4.0,254.8,10.9,8.9),
(4,'2024-10-04 00:00:00',25.9,48.3,0.2,280.7,0.0,8.0),
(4,'2024-10-05 00:00:00',23.2,50.3,4.6,290.5,10.9,9.1),
(4,'2024-10-06 00:00:00',22.9,53.7,9.8,249.2,10.9,5.2),
(4,'2024-10-07 00:00:00',28.3,46.2,0.5,342.7,0.0,7.6),
(4,'2024-10-08 00:00:00',28.3,51.4,0.6,285.6,0.0,1.6),
(4,'2024-10-09 00:00:00',24.8,46.3,0.6,326.2,0.0,8.5),
(4,'2024-10-10 00:00:00',24.4,46.9,0.9,288.6,0.0,9.8),
(4,'2024-10-11 00:00:00',27.6,52.3,1.4,301.9,0.0,7.1),
(4,'2024-10-12 00:00:00',22.9,35.1,1.4,257.8,0.0,1.5),
(4,'2024-10-13 00:00:00',23.2,39.0,5.6,217.8,10.9,12.0),
(4,'2024-10-14 00:00:00',25.9,37.6,9.5,248.7,10.9,9.5),
(4,'2024-10-15 00:00:00',23.9,32.2,0.7,294.9,0.0,5.1),
(4,'2024-10-16 00:00:00',24.6,41.9,0.9,269.3,0.0,6.9),
(4,'2024-10-17 00:00:00',24.2,50.1,6.4,199.3,10.9,2.0),
(4,'2024-10-18 00:00:00',25.0,43.7,1.0,230.4,0.0,3.9),
(4,'2024-10-19 00:00:00',26.9,46.3,0.8,226.8,0.0,5.8),
(4,'2024-10-20 00:00:00',24.4,51.4,4.7,181.4,10.9,12.9),
(4,'2024-10-21 00:00:00',25.3,52.5,0.5,261.3,0.0,5.4),
(4,'2024-10-22 00:00:00',20.4,43.9,0.6,284.7,0.0,10.6),
(4,'2024-10-23 00:00:00',23.9,52.1,0.1,254.2,0.0,5.8),
(4,'2024-10-24 00:00:00',22.4,44.3,8.7,161.1,10.9,9.0),
(4,'2024-10-25 00:00:00',21.6,38.5,1.1,245.8,0.0,7.4),
(4,'2024-10-26 00:00:00',22.1,39.7,0.6,244.5,0.0,11.5),
(4,'2024-10-27 00:00:00',23.0,34.1,0.3,299.0,0.0,5.9),
(4,'2024-10-28 00:00:00',25.2,37.4,0.8,208.1,0.0,1.7),
(4,'2024-10-29 00:00:00',21.1,40.3,1.1,232.7,0.0,2.5),
(4,'2024-10-30 00:00:00',23.4,47.1,0.4,283.1,0.0,5.9),
(4,'2024-10-31 00:00:00',22.4,52.3,3.9,214.7,10.9,3.0),
(9,'2024-04-01 00:00:00',21.0,73.6,6.4,60.0,166.4,16.4),
(9,'2024-04-02 00:00:00',22.0,72.7,8.7,60.0,94.7,10.5),
(9,'2024-04-03 00:00:00',20.0,66.4,6.6,60.0,94.7,13.7),
(9,'2024-04-04 00:00:00',22.5,63.9,0.6,179.8,0.0,6.9),
(9,'2024-04-05 00:00:00',22.2,68.8,0.2,206.9,0.0,5.9),
(9,'2024-04-06 00:00:00',21.3,64.9,1.5,212.2,0.0,6.2),
(9,'2024-04-07 00:00:00',22.2,76.3,3.6,60.0,94.7,18.4),
(9,'2024-04-08 00:00:00',22.7,67.0,0.8,233.3,0.0,5.6),
(9,'2024-04-09 00:00:00',21.4,64.3,8.7,60.0,94.7,16.3),
(9,'2024-04-10 00:00:00',22.4,64.3,0.7,212.0,0.0,9.3),
(9,'2024-04-11 00:00:00',20.9,60.0,1.5,254.5,0.0,2.4),
(9,'2024-04-12 00:00:00',27.0,70.8,0.7,326.8,0.0,10.1),
(9,'2024-04-13 00:00:00',24.8,62.8,0.0,245.5,0.0,2.3),
(9,'2024-04-14 00:00:00',23.4,74.6,0.4,232.8,0.0,10.5),
(9,'2024-04-15 00:00:00',25.1,60.5,8.0,60.0,94.7,12.0),
(9,'2024-04-16 00:00:00',19.6,69.2,5.7,60.0,94.7,14.0),
(9,'2024-04-17 00:00:00',18.6,75.6,0.3,231.1,0.0,2.8),
(9,'2024-04-18 00:00:00',22.6,56.0,3.5,60.0,94.7,14.5),
(9,'2024-04-19 00:00:00',20.9,81.3,0.1,240.1,0.0,11.7),
(9,'2024-04-20 00:00:00',23.0,66.8,7.6,60.0,94.7,10.8),
(9,'2024-04-21 00:00:00',23.9,70.4,0.2,275.7,0.0,5.6),
(9,'2024-04-22 00:00:00',25.3,73.2,1.2,242.6,0.0,9.8),
(9,'2024-04-23 00:00:00',21.7,74.4,1.4,218.4,0.0,9.9),
(9,'2024-04-24 00:00:00',24.5,71.9,0.3,284.0,0.0,0.0),
(9,'2024-04-25 00:00:00',23.9,76.4,6.3,60.0,94.7,22.1),
(9,'2024-04-26 00:00:00',24.6,73.7,3.0,60.0,94.7,16.1),
(9,'2024-04-27 00:00:00',23.1,81.4,0.5,274.4,0.0,10.8),
(9,'2024-04-28 00:00:00',26.6,74.1,0.1,284.2,0.0,7.4),
(9,'2024-04-29 00:00:00',24.1,83.0,0.4,199.9,0.0,0.6),
(9,'2024-04-30 00:00:00',27.5,76.8,1.5,241.9,0.0,10.7),
(9,'2024-05-01 00:00:00',23.0,60.7,0.1,261.7,0.0,5.7),
(9,'2024-05-02 00:00:00',25.8,87.4,2.2,60.0,94.7,16.2),
(9,'2024-05-03 00:00:00',24.5,68.4,0.1,255.4,0.0,7.1),
(9,'2024-05-04 00:00:00',24.1,81.0,0.8,249.4,0.0,9.0),
(9,'2024-05-05 00:00:00',25.9,72.4,0.7,290.3,0.0,4.9),
(9,'2024-05-06 00:00:00',24.3,78.7,1.4,262.3,0.0,11.5),
(9,'2024-05-07 00:00:00',20.1,68.4,0.3,289.5,0.0,3.2),
(9,'2024-05-08 00:00:00',19.5,76.4,0.3,250.0,0.0,17.0),
(9,'2024-05-09 00:00:00',27.3,71.3,1.1,245.9,0.0,17.0),
(9,'2024-05-10 00:00:00',27.4,82.4,7.3,60.0,94.7,20.5),
(9,'2024-05-11 00:00:00',28.6,75.7,1.0,289.7,0.0,13.1),
(9,'2024-05-12 00:00:00',25.3,78.8,0.0,308.3,0.0,7.7),
(9,'2024-05-13 00:00:00',23.0,60.4,0.4,273.7,0.0,12.7),
(9,'2024-05-14 00:00:00',24.7,73.0,3.2,60.0,94.7,13.6),
(9,'2024-05-15 00:00:00',25.5,76.1,0.9,324.6,0.0,1.8),
(9,'2024-05-16 00:00:00',23.8,75.1,0.9,254.3,0.0,14.0),
(9,'2024-05-17 00:00:00',28.6,79.6,6.7,60.0,94.7,18.5),
(9,'2024-05-18 00:00:00',29.8,71.7,2.6,60.0,94.7,13.9),
(9,'2024-05-19 00:00:00',26.7,74.3,9.7,60.0,94.7,9.1),
(9,'2024-05-20 00:00:00',25.9,81.2,1.1,282.1,0.0,5.7),
(9,'2024-05-21 00:00:00',23.6,60.5,0.2,280.5,0.0,0.7),
(9,'2024-05-22 00:00:00',28.8,77.8,7.0,60.0,94.7,17.8),
(9,'2024-05-23 00:00:00',26.2,72.4,0.9,271.9,0.0,1.6),
(9,'2024-05-24 00:00:00',25.7,69.0,0.5,281.9,0.0,9.1),
(9,'2024-05-25 00:00:00',27.1,76.5,0.6,323.6,0.0,4.6),
(9,'2024-05-26 00:00:00',25.3,81.9,1.1,325.3,0.0,2.3),
(9,'2024-05-27 00:00:00',26.7,80.9,0.6,284.4,0.0,9.0),
(9,'2024-05-28 00:00:00',23.9,73.9,0.9,329.1,0.0,6.7),
(9,'2024-05-29 00:00:00',28.5,80.0,6.1,60.0,94.7,17.4),
(9,'2024-05-30 00:00:00',26.4,80.0,0.3,353.0,0.0,2.9),
(9,'2024-05-31 00:00:00',28.7,74.3,1.4,331.0,0.0,5.0),
(9,'2024-06-01 00:00:00',26.3,70.7,0.5,344.7,0.0,0.0),
(9,'2024-06-02 00:00:00',26.5,71.1,0.6,331.6,0.0,0.0),
(9,'2024-06-03 00:00:00',24.7,80.0,1.0,345.6,0.0,15.2),
(9,'2024-06-04 00:00:00',28.3,74.7,0.9,290.4,0.0,16.3),
(9,'2024-06-05 00:00:00',25.4,68.7,0.7,320.9,0.0,8.4),
(9,'2024-06-06 00:00:00',26.1,64.9,1.0,324.3,0.0,4.7),
(9,'2024-06-07 00:00:00',27.1,80.0,2.4,204.0,36.4,12.8),
(9,'2024-06-08 00:00:00',27.3,71.7,9.4,222.5,36.4,17.5),
(9,'2024-06-09 00:00:00',24.1,77.0,5.4,228.6,36.4,11.9),
(9,'2024-06-10 00:00:00',26.8,82.4,7.2,223.8,36.4,15.0),
(9,'2024-06-11 00:00:00',28.7,67.1,0.6,327.4,0.0,7.9),
(9,'2024-06-12 00:00:00',26.7,74.7,0.8,314.6,0.0,5.7),
(9,'2024-06-13 00:00:00',27.0,73.9,0.1,361.7,0.0,5.9),
(9,'2024-06-14 00:00:00',27.7,77.2,8.8,227.6,36.4,15.2),
(9,'2024-06-15 00:00:00',27.3,82.3,0.5,311.1,0.0,4.1),
(9,'2024-06-16 00:00:00',25.7,66.9,0.4,332.8,0.0,9.8),
(9,'2024-06-17 00:00:00',27.5,78.2,0.4,295.2,0.0,6.1),
(9,'2024-06-18 00:00:00',29.4,80.9,0.4,340.7,0.0,8.5),
(9,'2024-06-19 00:00:00',25.8,73.6,0.5,335.9,0.0,13.5),
(9,'2024-06-20 00:00:00',27.1,73.8,4.4,211.0,36.4,13.3),
(9,'2024-06-21 00:00:00',25.3,77.1,0.9,382.5,0.0,11.7),
(9,'2024-06-22 00:00:00',29.5,76.6,0.4,315.0,0.0,0.8),
(9,'2024-06-23 00:00:00',27.7,77.9,3.4,245.9,36.4,12.1),
(9,'2024-06-24 00:00:00',26.4,77.7,1.2,400.4,0.0,8.1),
(9,'2024-06-25 00:00:00',28.1,68.4,0.1,373.6,0.0,15.7),
(9,'2024-06-26 00:00:00',25.8,80.1,0.8,346.7,0.0,0.2),
(9,'2024-06-27 00:00:00',26.1,81.1,0.8,320.0,0.0,7.6),
(9,'2024-06-28 00:00:00',25.4,75.1,0.9,315.1,0.0,13.8),
(9,'2024-06-29 00:00:00',26.1,65.0,1.3,339.6,0.0,4.9),
(9,'2024-06-30 00:00:00',30.5,73.1,0.9,333.5,0.0,7.1),
(9,'2024-07-01 00:00:00',26.8,74.9,1.5,333.4,0.0,9.3),
(9,'2024-07-02 00:00:00',29.0,66.7,1.3,343.9,0.0,8.7),
(9,'2024-07-03 00:00:00',26.7,71.3,6.1,233.6,36.4,20.3),
(9,'2024-07-04 00:00:00',29.6,64.9,0.4,365.5,0.0,9.8),
(9,'2024-07-05 00:00:00',26.4,76.9,0.5,323.1,0.0,13.3),
(9,'2024-07-06 00:00:00',28.3,74.1,0.6,337.5,0.0,6.6),
(9,'2024-07-07 00:00:00',28.4,63.1,0.8,351.1,0.0,5.0),
(9,'2024-07-08 00:00:00',32.5,74.9,0.3,350.8,0.0,7.1),
(9,'2024-07-09 00:00:00',29.5,72.3,0.3,402.1,0.0,3.4),
(9,'2024-07-10 00:00:00',27.3,75.6,7.2,245.8,36.4,15.9),
(9,'2024-07-11 00:00:00',29.6,70.0,6.9,200.1,36.4,12.5),
(9,'2024-07-12 00:00:00',32.2,67.4,1.0,367.9,0.0,5.3),
(9,'2024-07-13 00:00:00',25.5,67.4,1.5,371.5,0.0,10.0),
(9,'2024-07-14 00:00:00',26.9,68.7,8.7,238.5,36.4,9.4),
(9,'2024-07-15 00:00:00',28.0,71.8,7.4,211.6,36.4,17.1),
(9,'2024-07-16 00:00:00',27.7,72.4,4.9,286.2,36.4,12.1),
(9,'2024-07-17 00:00:00',27.9,70.2,1.0,332.3,0.0,12.6),
(9,'2024-07-18 00:00:00',26.1,68.6,0.9,375.8,0.0,6.4),
(9,'2024-07-19 00:00:00',31.0,68.9,0.8,364.5,0.0,10.5),
(9,'2024-07-20 00:00:00',25.9,85.8,3.1,258.1,36.4,14.7),
(9,'2024-07-21 00:00:00',28.1,66.0,4.1,285.8,36.4,17.0),
(9,'2024-07-22 00:00:00',30.4,67.1,7.5,257.3,36.4,14.4),
(9,'2024-07-23 00:00:00',28.4,90.0,0.9,346.0,0.0,1.3),
(9,'2024-07-24 00:00:00',26.7,72.5,3.3,271.1,36.4,18.0),
(9,'2024-07-25 00:00:00',26.1,61.5,0.6,344.2,0.0,7.6),
(9,'2024-07-26 00:00:00',28.1,74.6,0.4,364.1,0.0,11.2),
(9,'2024-07-27 00:00:00',27.1,63.9,1.1,327.6,0.0,10.8),
(9,'2024-07-28 00:00:00',28.9,74.6,0.8,334.0,0.0,4.9),
(9,'2024-07-29 00:00:00',26.0,67.7,2.3,244.5,36.4,10.3),
(9,'2024-07-30 00:00:00',29.9,66.1,7.1,252.2,36.4,16.6),
(9,'2024-07-31 00:00:00',28.7,78.1,1.4,316.9,0.0,6.8),
(9,'2024-08-01 00:00:00',28.8,71.6,0.6,371.7,0.0,11.7),
(9,'2024-08-02 00:00:00',31.1,73.8,0.6,338.5,0.0,7.3),
(9,'2024-08-03 00:00:00',27.7,70.4,0.9,390.8,0.0,12.1),
(9,'2024-08-04 00:00:00',27.1,64.8,1.2,349.7,0.0,9.7),
(9,'2024-08-05 00:00:00',27.4,70.9,1.0,330.1,0.0,9.2),
(9,'2024-08-06 00:00:00',28.1,74.3,1.3,359.7,0.0,6.5),
(9,'2024-08-07 00:00:00',28.2,67.6,9.2,218.0,36.4,14.9),
(9,'2024-08-08 00:00:00',26.9,77.3,5.6,272.2,36.4,18.8),
(9,'2024-08-09 00:00:00',24.7,71.3,5.2,240.1,36.4,13.8),
(9,'2024-08-10 00:00:00',27.3,67.3,0.8,352.4,0.0,10.1),
(9,'2024-08-11 00:00:00',29.0,67.2,0.9,370.5,0.0,8.2),
(9,'2024-08-12 00:00:00',28.5,66.3,0.3,330.0,0.0,8.5),
(9,'2024-08-13 00:00:00',30.4,57.7,8.1,205.8,36.4,20.9),
(9,'2024-08-14 00:00:00',31.8,64.4,0.3,364.2,0.0,12.8),
(9,'2024-08-15 00:00:00',29.6,66.0,0.0,325.9,0.0,8.3),
(9,'2024-08-16 00:00:00',30.7,61.9,1.5,325.3,0.0,8.9),
(9,'2024-08-17 00:00:00',29.5,66.1,0.4,373.0,0.0,5.2),
(9,'2024-08-18 00:00:00',31.2,63.9,0.9,364.5,0.0,7.3),
(9,'2024-08-19 00:00:00',31.4,68.2,0.5,319.3,0.0,9.2),
(9,'2024-08-20 00:00:00',29.8,67.2,0.6,334.4,0.0,11.4),
(9,'2024-08-21 00:00:00',29.3,63.9,0.6,326.6,0.0,11.0),
(9,'2024-08-22 00:00:00',27.6,54.5,8.9,276.2,36.4,9.6),
(9,'2024-08-23 00:00:00',27.9,73.1,1.0,370.2,0.0,11.9),
(9,'2024-08-24 00:00:00',27.3,61.2,1.4,336.1,0.0,7.6),
(9,'2024-08-25 00:00:00',29.0,61.3,0.6,360.2,0.0,4.1),
(9,'2024-08-26 00:00:00',26.6,59.4,5.8,194.3,36.4,19.3),
(9,'2024-08-27 00:00:00',27.5,58.2,1.0,327.1,0.0,13.9),
(9,'2024-08-28 00:00:00',23.5,70.1,0.9,345.5,0.0,9.1),
(9,'2024-08-29 00:00:00',30.8,68.9,0.4,353.2,0.0,10.8),
(9,'2024-08-30 00:00:00',27.3,62.9,0.1,338.5,0.0,11.1),
(9,'2024-08-31 00:00:00',28.5,59.3,1.3,346.1,0.0,13.6),
(9,'2024-09-01 00:00:00',30.2,63.4,2.2,224.2,36.4,16.9),
(9,'2024-09-02 00:00:00',28.1,59.8,0.6,333.6,0.0,2.7),
(9,'2024-09-03 00:00:00',30.1,57.9,7.6,212.6,36.4,22.0),
(9,'2024-09-04 00:00:00',25.2,60.8,0.5,324.7,0.0,12.3),
(9,'2024-09-05 00:00:00',31.7,55.8,1.2,340.0,0.0,6.0),
(9,'2024-09-06 00:00:00',29.3,59.6,8.7,226.7,36.4,9.9),
(9,'2024-09-07 00:00:00',27.7,59.0,6.7,220.2,36.4,16.0),
(9,'2024-09-08 00:00:00',29.8,61.1,0.4,301.1,0.0,6.9),
(9,'2024-09-09 00:00:00',25.1,53.5,7.8,187.7,36.4,15.3),
(9,'2024-09-10 00:00:00',26.6,61.1,1.0,337.9,0.0,11.0),
(9,'2024-09-11 00:00:00',29.7,51.1,4.9,246.9,36.4,11.7),
(9,'2024-09-12 00:00:00',23.7,52.8,1.4,329.1,0.0,3.5),
(9,'2024-09-13 00:00:00',28.0,52.8,1.0,313.7,0.0,9.5),
(9,'2024-09-14 00:00:00',27.9,49.2,0.3,328.2,0.0,5.9),
(9,'2024-09-15 00:00:00',30.4,61.4,7.7,176.2,36.4,14.6),
(9,'2024-09-16 00:00:00',23.9,49.2,1.4,352.4,0.0,2.6),
(9,'2024-09-17 00:00:00',29.6,50.5,0.9,322.9,0.0,7.0),
(9,'2024-09-18 00:00:00',25.6,61.9,1.3,300.1,0.0,10.9),
(9,'2024-09-19 00:00:00',25.8,50.6,0.2,311.1,0.0,10.4),
(9,'2024-09-20 00:00:00',24.3,52.6,1.4,300.6,0.0,4.8),
(9,'2024-09-21 00:00:00',24.5,47.4,0.8,345.0,0.0,3.3),
(9,'2024-09-22 00:00:00',27.1,58.1,1.0,305.6,0.0,8.1),
(9,'2024-09-23 00:00:00',24.3,57.9,0.6,313.0,0.0,10.2),
(9,'2024-09-24 00:00:00',27.6,56.9,0.1,321.9,0.0,9.6),
(9,'2024-09-25 00:00:00',25.0,55.4,1.4,287.4,0.0,6.0),
(9,'2024-09-26 00:00:00',23.9,52.3,1.5,309.1,0.0,9.2),
(9,'2024-09-27 00:00:00',25.1,48.4,0.5,309.5,0.0,14.0),
(9,'2024-09-28 00:00:00',26.6,46.4,1.4,262.1,0.0,8.8),
(9,'2024-09-29 00:00:00',25.4,58.7,0.3,305.6,0.0,1.5),
(9,'2024-09-30 00:00:00',25.9,55.2,0.2,296.4,0.0,8.8),
(9,'2024-10-01 00:00:00',27.0,46.2,0.1,299.1,0.0,16.2),
(9,'2024-10-02 00:00:00',27.6,50.3,0.6,295.0,0.0,2.9),
(9,'2024-10-03 00:00:00',25.0,47.9,0.1,298.8,0.0,8.1),
(9,'2024-10-04 00:00:00',23.6,42.7,0.6,324.0,0.0,7.1),
(9,'2024-10-05 00:00:00',25.6,50.2,0.2,259.3,0.0,8.4),
(9,'2024-10-06 00:00:00',26.2,46.3,2.7,161.9,36.4,14.8),
(9,'2024-10-07 00:00:00',22.7,42.8,1.3,301.9,0.0,12.6),
(9,'2024-10-08 00:00:00',23.6,39.4,1.0,295.4,0.0,8.3),
(9,'2024-10-09 00:00:00',23.8,38.5,0.3,293.0,0.0,13.1),
(9,'2024-10-10 00:00:00',24.7,45.4,1.2,348.5,0.0,7.5),
(9,'2024-10-11 00:00:00',23.6,46.8,0.4,293.2,0.0,6.6),
(9,'2024-10-12 00:00:00',26.2,41.8,1.1,304.2,0.0,5.3),
(9,'2024-10-13 00:00:00',21.9,50.7,0.9,266.4,0.0,0.7),
(9,'2024-10-14 00:00:00',21.9,46.1,0.6,247.3,0.0,9.1),
(9,'2024-10-15 00:00:00',24.1,49.7,0.1,262.4,0.0,16.2),
(9,'2024-10-16 00:00:00',24.3,44.8,1.2,286.1,0.0,9.8),
(9,'2024-10-17 00:00:00',21.9,40.9,1.4,276.5,0.0,10.7),
(9,'2024-10-18 00:00:00',23.3,46.0,1.0,274.5,0.0,6.3),
(9,'2024-10-19 00:00:00',23.6,37.5,1.4,257.1,0.0,7.0),
(9,'2024-10-20 00:00:00',23.5,48.1,1.4,251.2,0.0,11.9),
(9,'2024-10-21 00:00:00',24.4,38.9,7.6,137.5,36.4,22.0),
(9,'2024-10-22 00:00:00',22.9,49.8,9.5,158.1,36.4,20.0),
(9,'2024-10-23 00:00:00',26.6,42.0,0.5,275.6,0.0,11.2),
(9,'2024-10-24 00:00:00',24.8,50.1,6.6,110.8,36.4,14.1),
(9,'2024-10-25 00:00:00',22.4,36.8,0.2,269.6,0.0,8.8),
(9,'2024-10-26 00:00:00',23.9,39.2,1.5,232.3,0.0,5.0),
(9,'2024-10-27 00:00:00',23.9,45.3,9.1,141.7,36.4,8.2),
(9,'2024-10-28 00:00:00',25.7,49.8,0.4,239.7,0.0,3.5),
(9,'2024-10-29 00:00:00',22.4,52.5,0.6,281.7,0.0,8.2),
(9,'2024-10-30 00:00:00',24.8,42.5,0.6,230.0,0.0,6.8),
(9,'2024-10-31 00:00:00',23.4,53.0,1.1,242.9,0.0,2.1),
(14,'2024-04-01 00:00:00',24.3,58.4,8.6,60.1,67.1,15.0),
(14,'2024-04-02 00:00:00',21.3,58.7,0.1,242.0,0.0,8.3),
(14,'2024-04-03 00:00:00',26.7,62.5,0.6,211.0,0.0,8.5),
(14,'2024-04-04 00:00:00',18.8,69.3,0.9,231.2,0.0,8.1),
(14,'2024-04-05 00:00:00',23.8,73.5,1.2,177.5,0.0,8.8),
(14,'2024-04-06 00:00:00',21.5,63.7,9.3,60.0,67.1,17.0),
(14,'2024-04-07 00:00:00',26.2,60.2,1.0,216.6,0.0,12.9),
(14,'2024-04-08 00:00:00',23.4,69.4,3.5,60.0,67.1,11.0),
(14,'2024-04-09 00:00:00',21.6,69.8,1.3,247.4,0.0,7.3),
(14,'2024-04-10 00:00:00',22.6,68.5,0.5,207.8,0.0,6.3),
(14,'2024-04-11 00:00:00',21.9,68.9,1.1,228.9,0.0,5.7),
(14,'2024-04-12 00:00:00',22.7,66.8,1.1,230.1,0.0,1.5),
(14,'2024-04-13 00:00:00',22.8,68.3,2.9,60.0,72.5,14.1),
(14,'2024-04-14 00:00:00',22.1,66.9,0.9,228.5,0.0,9.9),
(14,'2024-04-15 00:00:00',24.0,74.6,1.0,210.9,0.0,7.4),
(14,'2024-04-16 00:00:00',24.3,81.8,0.4,241.4,0.0,8.0),
(14,'2024-04-17 00:00:00',21.9,69.8,2.8,60.0,67.1,15.7),
(14,'2024-04-18 00:00:00',20.8,68.9,4.4,60.0,67.1,19.6),
(14,'2024-04-19 00:00:00',24.4,70.7,1.2,257.1,0.0,6.3),
(14,'2024-04-20 00:00:00',24.9,65.4,0.0,268.2,0.0,3.3),
(14,'2024-04-21 00:00:00',25.4,74.2,0.8,261.5,0.0,7.6),
(14,'2024-04-22 00:00:00',25.1,72.4,4.5,60.0,67.1,21.5),
(14,'2024-04-23 00:00:00',27.1,67.5,9.6,60.0,67.1,9.4),
(14,'2024-04-24 00:00:00',26.1,75.6,1.0,227.8,0.0,10.6),
(14,'2024-04-25 00:00:00',29.2,70.5,5.5,60.0,67.1,18.6),
(14,'2024-04-26 00:00:00',30.1,64.8,0.8,231.9,0.0,0.0),
(14,'2024-04-27 00:00:00',21.4,72.9,4.4,73.8,67.1,15.6),
(14,'2024-04-28 00:00:00',20.7,72.4,8.5,63.4,67.1,16.4),
(14,'2024-04-29 00:00:00',24.7,76.9,8.3,74.6,67.1,12.9),
(14,'2024-04-30 00:00:00',25.7,76.4,0.2,288.8,0.0,5.4),
(14,'2024-05-01 00:00:00',24.8,70.9,1.2,257.7,0.0,5.6),
(14,'2024-05-02 00:00:00',26.3,68.9,1.0,255.7,0.0,6.7),
(14,'2024-05-03 00:00:00',24.6,71.9,1.3,311.9,0.0,6.8),
(14,'2024-05-04 00:00:00',23.9,74.2,0.4,266.1,0.0,6.0),
(14,'2024-05-05 00:00:00',24.3,75.1,0.8,238.3,0.0,6.6),
(14,'2024-05-06 00:00:00',25.0,74.2,0.1,299.2,0.0,12.8),
(14,'2024-05-07 00:00:00',26.9,72.0,1.4,279.5,0.0,3.1),
(14,'2024-05-08 00:00:00',24.6,78.7,1.0,315.5,0.0,1.0),
(14,'2024-05-09 00:00:00',25.0,68.8,0.9,285.8,0.0,12.8),
(14,'2024-05-10 00:00:00',26.7,87.8,1.1,281.0,0.0,7.2),
(14,'2024-05-11 00:00:00',25.4,77.7,7.7,60.0,81.8,12.4),
(14,'2024-05-12 00:00:00',27.8,66.5,0.9,246.7,0.0,7.6),
(14,'2024-05-13 00:00:00',24.2,74.5,5.7,60.0,68.9,14.8),
(14,'2024-05-14 00:00:00',23.9,78.1,7.3,60.0,67.1,11.9),
(14,'2024-05-15 00:00:00',26.6,71.5,1.4,235.7,0.0,10.0),
(14,'2024-05-16 00:00:00',26.8,64.7,9.1,99.5,67.1,10.2),
(14,'2024-05-17 00:00:00',24.6,67.6,5.8,60.0,145.9,12.8),
(14,'2024-05-18 00:00:00',28.7,77.2,1.2,318.5,0.0,0.0),
(14,'2024-05-19 00:00:00',29.8,63.5,0.4,307.3,0.0,12.7),
(14,'2024-05-20 00:00:00',25.3,65.4,0.9,314.4,0.0,7.3),
(14,'2024-05-21 00:00:00',29.1,77.4,0.2,289.6,0.0,10.7),
(14,'2024-05-22 00:00:00',22.3,73.0,1.1,283.5,0.0,9.9),
(14,'2024-05-23 00:00:00',28.5,70.2,0.2,306.5,0.0,10.2),
(14,'2024-05-24 00:00:00',25.1,71.5,1.3,328.9,0.0,8.0),
(14,'2024-05-25 00:00:00',28.5,65.7,0.4,306.3,0.0,9.6),
(14,'2024-05-26 00:00:00',25.1,77.5,5.3,76.8,67.1,10.2),
(14,'2024-05-27 00:00:00',26.8,69.8,0.1,280.7,0.0,3.3),
(14,'2024-05-28 00:00:00',25.5,71.5,1.1,317.3,0.0,7.6),
(14,'2024-05-29 00:00:00',26.6,76.8,0.3,299.9,0.0,5.3),
(14,'2024-05-30 00:00:00',30.4,73.3,6.7,98.8,67.1,19.7),
(14,'2024-05-31 00:00:00',27.0,70.6,0.3,310.8,0.0,9.5),
(14,'2024-06-01 00:00:00',31.0,62.9,0.5,307.2,0.0,5.1),
(14,'2024-06-02 00:00:00',26.6,77.1,1.4,327.1,0.0,6.9),
(14,'2024-06-03 00:00:00',30.0,75.4,0.7,335.0,0.0,8.5),
(14,'2024-06-04 00:00:00',24.5,71.9,9.8,289.1,25.8,13.7),
(14,'2024-06-05 00:00:00',26.9,68.8,0.3,342.9,0.0,9.1),
(14,'2024-06-06 00:00:00',26.5,75.1,0.0,365.2,0.0,8.3),
(14,'2024-06-07 00:00:00',30.3,77.9,0.5,306.2,0.0,2.4),
(14,'2024-06-08 00:00:00',28.0,75.6,6.5,205.4,25.8,5.4),
(14,'2024-06-09 00:00:00',23.9,84.8,0.0,328.9,0.0,6.5),
(14,'2024-06-10 00:00:00',25.4,79.2,0.2,352.0,0.0,10.2),
(14,'2024-06-11 00:00:00',26.0,74.3,0.5,349.3,0.0,6.6);
INSERT INTO weather_readings (node_id,ts,air_temp_c,humidity_pct,leaf_wetness_hrs,solar_radiation_wm2,rainfall_mm,wind_speed_kmh) VALUES
(14,'2024-06-12 00:00:00',29.5,79.4,1.1,363.3,0.0,12.9),
(14,'2024-06-13 00:00:00',29.3,75.2,0.1,270.8,0.0,7.8),
(14,'2024-06-14 00:00:00',27.4,75.2,2.9,284.1,25.8,19.4),
(14,'2024-06-15 00:00:00',27.0,82.7,0.9,344.9,0.0,12.6),
(14,'2024-06-16 00:00:00',29.3,69.5,1.3,299.1,0.0,12.2),
(14,'2024-06-17 00:00:00',26.1,74.9,0.3,356.9,0.0,3.2),
(14,'2024-06-18 00:00:00',29.0,81.9,1.2,344.1,0.0,8.1),
(14,'2024-06-19 00:00:00',28.9,76.6,6.0,267.8,25.8,18.9),
(14,'2024-06-20 00:00:00',27.7,72.4,7.2,284.3,25.8,15.1),
(14,'2024-06-21 00:00:00',29.0,64.3,1.2,353.7,0.0,10.2),
(14,'2024-06-22 00:00:00',28.5,60.9,0.2,307.1,0.0,2.4),
(14,'2024-06-23 00:00:00',29.2,86.9,2.4,258.7,25.8,21.7),
(14,'2024-06-24 00:00:00',26.0,76.2,1.2,305.3,0.0,4.8),
(14,'2024-06-25 00:00:00',29.5,70.8,0.3,362.9,0.0,0.0),
(14,'2024-06-26 00:00:00',30.3,76.3,0.2,382.5,0.0,6.6),
(14,'2024-06-27 00:00:00',29.1,68.4,1.4,317.3,0.0,0.0),
(14,'2024-06-28 00:00:00',29.6,72.0,0.2,332.4,0.0,3.7),
(14,'2024-06-29 00:00:00',28.4,68.3,1.2,327.9,0.0,18.2),
(14,'2024-06-30 00:00:00',30.2,65.3,0.6,339.3,0.0,6.5),
(14,'2024-07-01 00:00:00',28.7,61.1,1.1,361.7,0.0,2.3),
(14,'2024-07-02 00:00:00',26.6,64.0,0.1,341.0,0.0,8.1),
(14,'2024-07-03 00:00:00',30.2,79.6,7.0,286.5,25.8,10.4),
(14,'2024-07-04 00:00:00',25.8,67.4,0.8,380.0,0.0,11.5),
(14,'2024-07-05 00:00:00',29.3,76.4,1.4,381.6,0.0,4.4),
(14,'2024-07-06 00:00:00',28.1,78.8,0.3,326.6,0.0,9.1),
(14,'2024-07-07 00:00:00',28.0,73.1,0.2,389.8,0.0,3.4),
(14,'2024-07-08 00:00:00',29.1,71.0,0.3,392.3,0.0,18.4),
(14,'2024-07-09 00:00:00',27.6,73.5,0.1,395.0,0.0,10.0),
(14,'2024-07-10 00:00:00',29.8,70.0,8.6,270.1,25.8,13.4),
(14,'2024-07-11 00:00:00',29.0,79.6,0.2,338.3,0.0,6.8),
(14,'2024-07-12 00:00:00',27.8,83.5,0.3,332.9,0.0,5.8),
(14,'2024-07-13 00:00:00',31.3,80.8,3.5,247.7,25.8,11.0),
(14,'2024-07-14 00:00:00',29.3,59.0,6.2,275.9,25.8,10.8),
(14,'2024-07-15 00:00:00',30.1,69.1,0.3,379.7,0.0,14.7),
(14,'2024-07-16 00:00:00',31.5,71.6,1.0,391.4,0.0,5.8),
(14,'2024-07-17 00:00:00',31.5,74.1,0.6,346.9,0.0,0.0),
(14,'2024-07-18 00:00:00',30.0,60.8,8.4,275.7,25.8,9.3),
(14,'2024-07-19 00:00:00',28.4,60.5,1.0,356.9,0.0,11.7),
(14,'2024-07-20 00:00:00',26.4,78.6,0.4,343.7,0.0,7.0),
(14,'2024-07-21 00:00:00',29.4,67.3,0.9,378.2,0.0,7.5),
(14,'2024-07-22 00:00:00',31.0,61.5,1.3,368.9,0.0,12.7),
(14,'2024-07-23 00:00:00',29.6,63.6,8.6,280.9,25.8,10.9),
(14,'2024-07-24 00:00:00',22.8,72.3,1.1,368.9,0.0,10.5),
(14,'2024-07-25 00:00:00',30.6,64.9,7.1,292.8,25.8,11.3),
(14,'2024-07-26 00:00:00',30.7,71.0,0.8,375.1,0.0,10.3),
(14,'2024-07-27 00:00:00',28.5,63.5,8.0,256.4,25.8,12.4),
(14,'2024-07-28 00:00:00',30.8,58.7,2.2,299.7,25.8,13.0),
(14,'2024-07-29 00:00:00',30.1,77.5,0.7,366.1,0.0,11.3),
(14,'2024-07-30 00:00:00',27.7,71.1,7.2,266.2,25.8,17.0),
(14,'2024-07-31 00:00:00',31.3,66.5,1.1,365.3,0.0,7.3),
(14,'2024-08-01 00:00:00',26.7,65.1,0.9,367.9,0.0,6.1),
(14,'2024-08-02 00:00:00',28.9,76.8,0.5,386.1,0.0,14.4),
(14,'2024-08-03 00:00:00',28.7,71.3,8.8,250.0,25.8,16.4),
(14,'2024-08-04 00:00:00',27.4,74.4,1.4,391.6,0.0,6.4),
(14,'2024-08-05 00:00:00',29.5,63.8,0.5,358.8,0.0,5.4),
(14,'2024-08-06 00:00:00',31.3,67.3,9.9,262.6,25.8,18.1),
(14,'2024-08-07 00:00:00',31.1,69.2,0.2,344.0,0.0,8.5),
(14,'2024-08-08 00:00:00',30.2,63.2,0.9,332.0,0.0,7.3),
(14,'2024-08-09 00:00:00',25.8,65.7,0.4,313.1,0.0,8.5),
(14,'2024-08-10 00:00:00',26.4,62.5,1.3,373.1,0.0,9.4),
(14,'2024-08-11 00:00:00',29.1,68.1,1.0,405.2,0.0,7.8),
(14,'2024-08-12 00:00:00',28.7,57.5,0.0,314.7,0.0,12.8),
(14,'2024-08-13 00:00:00',27.9,68.6,0.8,330.8,0.0,13.0),
(14,'2024-08-14 00:00:00',32.2,66.8,4.2,290.2,25.8,16.1),
(14,'2024-08-15 00:00:00',28.9,63.4,0.0,352.3,0.0,13.5),
(14,'2024-08-16 00:00:00',29.7,67.1,0.9,373.6,0.0,8.0),
(14,'2024-08-17 00:00:00',30.4,61.9,0.3,349.6,0.0,10.8),
(14,'2024-08-18 00:00:00',28.7,59.8,1.3,336.9,0.0,12.0),
(14,'2024-08-19 00:00:00',33.3,66.8,6.5,262.4,25.8,18.1),
(14,'2024-08-20 00:00:00',26.9,66.8,0.3,290.4,0.0,11.7),
(14,'2024-08-21 00:00:00',27.4,59.9,3.5,238.0,25.8,16.5),
(14,'2024-08-22 00:00:00',26.8,59.1,0.8,372.0,0.0,15.8),
(14,'2024-08-23 00:00:00',31.3,61.3,0.2,377.3,0.0,5.8),
(14,'2024-08-24 00:00:00',29.9,58.8,8.3,299.2,25.8,13.4),
(14,'2024-08-25 00:00:00',27.4,70.9,1.4,356.8,0.0,7.1),
(14,'2024-08-26 00:00:00',26.8,63.4,0.6,288.4,0.0,6.5),
(14,'2024-08-27 00:00:00',30.8,61.3,0.6,328.0,0.0,0.0),
(14,'2024-08-28 00:00:00',28.9,55.3,0.7,376.0,0.0,13.5),
(14,'2024-08-29 00:00:00',30.8,65.0,0.4,382.5,0.0,3.9),
(14,'2024-08-30 00:00:00',28.1,56.6,0.2,375.0,0.0,8.7),
(14,'2024-08-31 00:00:00',29.1,56.1,4.0,251.4,25.8,8.3),
(14,'2024-09-01 00:00:00',28.6,64.3,8.0,223.5,25.8,16.5),
(14,'2024-09-02 00:00:00',26.9,61.7,5.3,254.1,25.8,10.9),
(14,'2024-09-03 00:00:00',27.7,44.0,0.1,336.9,0.0,3.5),
(14,'2024-09-04 00:00:00',25.8,57.8,0.6,374.5,0.0,8.8),
(14,'2024-09-05 00:00:00',28.8,59.2,0.0,339.9,0.0,5.2),
(14,'2024-09-06 00:00:00',29.2,56.1,0.5,333.4,0.0,5.7),
(14,'2024-09-07 00:00:00',29.6,58.8,4.9,251.0,25.8,14.7),
(14,'2024-09-08 00:00:00',28.9,46.6,0.4,340.5,0.0,11.2),
(14,'2024-09-09 00:00:00',27.5,40.2,1.3,344.9,0.0,4.7),
(14,'2024-09-10 00:00:00',30.4,51.0,9.7,227.3,25.8,10.0),
(14,'2024-09-11 00:00:00',29.2,58.3,1.0,300.2,0.0,8.1),
(14,'2024-09-12 00:00:00',30.0,36.9,9.6,277.0,25.8,16.2),
(14,'2024-09-13 00:00:00',30.1,50.9,1.0,282.9,0.0,13.9),
(14,'2024-09-14 00:00:00',27.2,44.1,1.3,363.5,0.0,3.7),
(14,'2024-09-15 00:00:00',28.0,53.9,8.7,190.8,25.8,12.7),
(14,'2024-09-16 00:00:00',28.7,66.7,0.9,305.1,0.0,12.7),
(14,'2024-09-17 00:00:00',25.1,53.4,0.4,342.6,0.0,15.9),
(14,'2024-09-18 00:00:00',25.1,53.7,8.4,234.2,25.8,10.0),
(14,'2024-09-19 00:00:00',24.7,59.1,1.3,282.4,0.0,5.0),
(14,'2024-09-20 00:00:00',26.8,53.9,0.1,324.4,0.0,9.5),
(14,'2024-09-21 00:00:00',26.4,52.1,7.0,231.3,25.8,11.7),
(14,'2024-09-22 00:00:00',24.3,58.7,0.5,305.3,0.0,5.0),
(14,'2024-09-23 00:00:00',27.1,55.6,1.1,293.5,0.0,9.0),
(14,'2024-09-24 00:00:00',26.6,54.2,4.0,224.1,25.8,20.2),
(14,'2024-09-25 00:00:00',28.8,51.3,1.4,291.4,0.0,2.8),
(14,'2024-09-26 00:00:00',30.2,49.8,0.1,365.1,0.0,14.0),
(14,'2024-09-27 00:00:00',27.4,57.1,0.5,296.6,0.0,5.7),
(14,'2024-09-28 00:00:00',25.2,49.2,3.6,209.0,25.8,15.4),
(14,'2024-09-29 00:00:00',27.6,58.3,3.6,203.1,25.8,20.4),
(14,'2024-09-30 00:00:00',26.3,44.4,0.4,342.0,0.0,9.3),
(14,'2024-10-01 00:00:00',25.8,58.9,1.3,254.9,0.0,6.8),
(14,'2024-10-02 00:00:00',24.6,52.9,7.3,220.5,25.8,16.9),
(14,'2024-10-03 00:00:00',25.3,43.9,0.2,286.4,0.0,7.3),
(14,'2024-10-04 00:00:00',25.7,52.5,0.9,255.0,0.0,10.1),
(14,'2024-10-05 00:00:00',27.4,45.2,0.3,268.3,0.0,7.2),
(14,'2024-10-06 00:00:00',26.8,49.0,0.3,294.9,0.0,11.4),
(14,'2024-10-07 00:00:00',29.1,45.6,0.9,263.6,0.0,2.4),
(14,'2024-10-08 00:00:00',26.9,47.4,0.2,289.9,0.0,3.9),
(14,'2024-10-09 00:00:00',26.4,53.6,0.7,324.8,0.0,2.4),
(14,'2024-10-10 00:00:00',25.0,50.7,0.4,283.9,0.0,7.8),
(14,'2024-10-11 00:00:00',23.6,40.6,1.3,241.5,0.0,1.9),
(14,'2024-10-12 00:00:00',24.4,40.6,0.8,254.8,0.0,5.2),
(14,'2024-10-13 00:00:00',24.1,48.4,0.3,266.9,0.0,3.6),
(14,'2024-10-14 00:00:00',20.6,48.5,1.4,263.3,0.0,13.9),
(14,'2024-10-15 00:00:00',23.3,42.2,1.2,274.0,0.0,4.0),
(14,'2024-10-16 00:00:00',28.0,55.5,0.4,276.1,0.0,2.9),
(14,'2024-10-17 00:00:00',25.7,50.5,9.8,227.1,25.8,15.0),
(14,'2024-10-18 00:00:00',24.2,41.6,5.7,181.8,25.8,20.7),
(14,'2024-10-19 00:00:00',25.5,40.8,0.4,233.7,0.0,7.5),
(14,'2024-10-20 00:00:00',21.2,43.5,0.6,289.4,0.0,7.8),
(14,'2024-10-21 00:00:00',25.2,42.6,0.2,290.1,0.0,13.2),
(14,'2024-10-22 00:00:00',26.9,51.8,1.0,262.4,0.0,11.5),
(14,'2024-10-23 00:00:00',24.3,49.9,2.6,165.8,25.8,15.7),
(14,'2024-10-24 00:00:00',21.2,44.0,1.3,268.1,0.0,5.7),
(14,'2024-10-25 00:00:00',23.6,47.6,4.6,162.7,25.8,15.8),
(14,'2024-10-26 00:00:00',26.5,48.2,0.3,197.2,0.0,2.6),
(14,'2024-10-27 00:00:00',24.6,43.3,0.5,260.6,0.0,5.5),
(14,'2024-10-28 00:00:00',21.5,45.2,0.2,266.8,0.0,13.7),
(14,'2024-10-29 00:00:00',28.2,46.1,1.4,278.5,0.0,13.2),
(14,'2024-10-30 00:00:00',21.6,45.2,2.8,139.6,25.8,15.7),
(14,'2024-10-31 00:00:00',23.4,37.3,3.2,161.5,25.8,6.3),
(19,'2024-04-01 00:00:00',22.4,71.0,6.8,60.0,100.3,16.2),
(19,'2024-04-02 00:00:00',22.8,55.9,0.3,217.7,0.0,3.1),
(19,'2024-04-03 00:00:00',22.6,54.5,0.5,181.9,0.0,0.4),
(19,'2024-04-04 00:00:00',18.9,58.9,0.4,160.6,0.0,10.0),
(19,'2024-04-05 00:00:00',19.3,55.3,0.7,216.1,0.0,14.3),
(19,'2024-04-06 00:00:00',22.4,67.6,8.7,60.0,100.3,10.1),
(19,'2024-04-07 00:00:00',23.5,59.7,1.3,241.1,0.0,16.4),
(19,'2024-04-08 00:00:00',22.7,56.4,5.4,60.0,100.3,14.0),
(19,'2024-04-09 00:00:00',21.6,66.5,5.7,60.0,100.3,6.2),
(19,'2024-04-10 00:00:00',22.9,67.1,4.7,60.0,100.3,7.8),
(19,'2024-04-11 00:00:00',22.8,56.0,0.1,257.2,0.0,11.1),
(19,'2024-04-12 00:00:00',24.9,63.2,0.2,224.8,0.0,8.5),
(19,'2024-04-13 00:00:00',24.9,67.3,0.7,185.0,0.0,13.9),
(19,'2024-04-14 00:00:00',22.6,65.8,1.2,228.6,0.0,3.2),
(19,'2024-04-15 00:00:00',23.6,66.2,0.5,234.5,0.0,8.5),
(19,'2024-04-16 00:00:00',24.3,75.5,0.1,247.3,0.0,8.0),
(19,'2024-04-17 00:00:00',24.7,81.6,1.5,198.1,0.0,7.4),
(19,'2024-04-18 00:00:00',27.0,67.0,8.3,60.0,100.3,12.5),
(19,'2024-04-19 00:00:00',24.0,61.2,6.6,60.0,100.3,12.5),
(19,'2024-04-20 00:00:00',26.3,68.0,1.0,239.9,0.0,8.7),
(19,'2024-04-21 00:00:00',22.2,70.7,1.4,236.9,0.0,9.2),
(19,'2024-04-22 00:00:00',23.2,69.5,9.4,60.0,100.3,15.0),
(19,'2024-04-23 00:00:00',20.6,73.7,1.2,221.8,0.0,12.8),
(19,'2024-04-24 00:00:00',24.8,83.5,0.7,281.4,0.0,3.2),
(19,'2024-04-25 00:00:00',25.8,60.1,0.3,278.1,0.0,0.8),
(19,'2024-04-26 00:00:00',20.1,67.6,9.4,60.0,100.3,18.1),
(19,'2024-04-27 00:00:00',25.1,80.0,7.0,60.0,100.3,10.2),
(19,'2024-04-28 00:00:00',25.9,67.9,0.4,257.6,0.0,6.5),
(19,'2024-04-29 00:00:00',25.9,75.9,0.9,265.1,0.0,5.6),
(19,'2024-04-30 00:00:00',22.9,75.1,1.2,247.6,0.0,5.5),
(19,'2024-05-01 00:00:00',26.5,79.0,2.5,60.0,100.3,8.2),
(19,'2024-05-02 00:00:00',25.2,83.2,8.4,60.0,100.3,11.7),
(19,'2024-05-03 00:00:00',26.3,73.9,0.1,260.2,0.0,10.6),
(19,'2024-05-04 00:00:00',25.1,61.6,5.9,60.0,100.3,14.0),
(19,'2024-05-05 00:00:00',26.1,68.0,1.5,216.1,0.0,10.0),
(19,'2024-05-06 00:00:00',27.5,85.5,1.3,276.5,0.0,6.0),
(19,'2024-05-07 00:00:00',25.2,64.0,1.3,262.8,0.0,11.6),
(19,'2024-05-08 00:00:00',26.2,75.7,7.4,60.0,100.3,12.0),
(19,'2024-05-09 00:00:00',28.0,57.7,0.7,270.9,0.0,0.0),
(19,'2024-05-10 00:00:00',25.6,64.9,1.0,272.0,0.0,9.3),
(19,'2024-05-11 00:00:00',23.9,78.4,0.5,315.3,0.0,11.1),
(19,'2024-05-12 00:00:00',27.2,73.4,0.8,271.7,0.0,5.8),
(19,'2024-05-13 00:00:00',28.7,71.1,0.8,303.7,0.0,12.8),
(19,'2024-05-14 00:00:00',28.5,68.6,6.6,60.0,100.3,10.6),
(19,'2024-05-15 00:00:00',27.5,61.6,0.6,274.9,0.0,10.7),
(19,'2024-05-16 00:00:00',22.1,77.9,0.5,291.2,0.0,15.0),
(19,'2024-05-17 00:00:00',25.2,72.1,0.5,337.3,0.0,8.1),
(19,'2024-05-18 00:00:00',25.4,64.8,0.3,301.6,0.0,7.1),
(19,'2024-05-19 00:00:00',26.6,74.2,0.7,306.9,0.0,7.6),
(19,'2024-05-20 00:00:00',29.6,77.6,2.7,60.0,100.3,20.5),
(19,'2024-05-21 00:00:00',24.7,73.0,4.3,60.0,100.3,15.6),
(19,'2024-05-22 00:00:00',30.8,75.0,0.1,301.6,0.0,16.6),
(19,'2024-05-23 00:00:00',26.1,74.6,1.3,258.5,0.0,9.1),
(19,'2024-05-24 00:00:00',25.5,70.2,9.3,60.0,100.3,11.4),
(19,'2024-05-25 00:00:00',28.5,74.8,1.3,277.9,0.0,5.7),
(19,'2024-05-26 00:00:00',28.7,79.0,1.1,311.9,0.0,8.2),
(19,'2024-05-27 00:00:00',28.3,80.9,1.4,287.8,0.0,0.0),
(19,'2024-05-28 00:00:00',25.8,79.4,3.6,60.0,100.3,12.1),
(19,'2024-05-29 00:00:00',28.1,70.7,2.8,60.0,100.3,12.2),
(19,'2024-05-30 00:00:00',25.4,78.6,0.2,284.1,0.0,9.0),
(19,'2024-05-31 00:00:00',25.9,77.6,0.8,304.5,0.0,15.8),
(19,'2024-06-01 00:00:00',27.2,70.6,8.1,210.3,38.6,14.2),
(19,'2024-06-02 00:00:00',26.0,72.1,1.3,348.4,0.0,0.3),
(19,'2024-06-03 00:00:00',29.4,79.0,1.3,298.6,0.0,4.3),
(19,'2024-06-04 00:00:00',26.6,83.2,0.5,295.1,0.0,9.0),
(19,'2024-06-05 00:00:00',27.3,64.1,1.0,372.7,0.0,8.4),
(19,'2024-06-06 00:00:00',26.1,84.8,0.5,325.1,0.0,14.5),
(19,'2024-06-07 00:00:00',29.6,82.0,1.0,328.9,0.0,11.8),
(19,'2024-06-08 00:00:00',26.6,76.2,0.9,309.5,0.0,11.7),
(19,'2024-06-09 00:00:00',29.9,73.6,8.4,211.2,38.6,13.1),
(19,'2024-06-10 00:00:00',29.9,77.3,1.3,373.4,0.0,12.4),
(19,'2024-06-11 00:00:00',27.2,71.1,0.4,338.2,0.0,4.4),
(19,'2024-06-12 00:00:00',28.1,73.9,1.2,359.6,0.0,11.9),
(19,'2024-06-13 00:00:00',27.2,66.1,1.0,334.9,0.0,6.9),
(19,'2024-06-14 00:00:00',29.1,64.5,0.4,309.8,0.0,2.2),
(19,'2024-06-15 00:00:00',27.8,88.9,0.6,319.5,0.0,10.4),
(19,'2024-06-16 00:00:00',27.5,75.2,0.1,309.7,0.0,13.6),
(19,'2024-06-17 00:00:00',28.4,76.0,4.6,220.8,38.6,12.4),
(19,'2024-06-18 00:00:00',25.5,74.6,3.9,247.0,38.6,20.3),
(19,'2024-06-19 00:00:00',28.2,69.7,0.2,344.9,0.0,1.4),
(19,'2024-06-20 00:00:00',29.6,72.8,0.2,334.2,0.0,3.2),
(19,'2024-06-21 00:00:00',28.7,75.1,0.7,323.2,0.0,7.4),
(19,'2024-06-22 00:00:00',30.2,73.3,0.4,352.8,0.0,6.5),
(19,'2024-06-23 00:00:00',27.9,69.9,0.4,313.9,0.0,5.3),
(19,'2024-06-24 00:00:00',27.8,77.2,1.0,317.4,0.0,8.5),
(19,'2024-06-25 00:00:00',26.6,75.4,0.6,369.1,0.0,5.9),
(19,'2024-06-26 00:00:00',27.9,76.6,7.6,217.1,38.6,12.6),
(19,'2024-06-27 00:00:00',32.2,78.3,0.6,340.9,0.0,9.1),
(19,'2024-06-28 00:00:00',29.2,73.0,0.9,344.9,0.0,5.3),
(19,'2024-06-29 00:00:00',27.7,72.9,7.1,244.6,38.6,13.6),
(19,'2024-06-30 00:00:00',27.0,82.7,9.5,231.4,38.6,11.4),
(19,'2024-07-01 00:00:00',26.0,68.0,9.9,209.4,38.6,9.2),
(19,'2024-07-02 00:00:00',27.4,62.4,1.1,334.4,0.0,11.1),
(19,'2024-07-03 00:00:00',30.3,76.8,1.4,347.9,0.0,14.8),
(19,'2024-07-04 00:00:00',28.1,69.6,0.1,361.0,0.0,12.3),
(19,'2024-07-05 00:00:00',27.2,66.8,9.3,229.7,38.6,15.3),
(19,'2024-07-06 00:00:00',27.4,78.4,1.0,351.5,0.0,5.4),
(19,'2024-07-07 00:00:00',30.2,72.1,0.1,356.3,0.0,6.9),
(19,'2024-07-08 00:00:00',28.9,65.2,1.2,354.8,0.0,12.2),
(19,'2024-07-09 00:00:00',27.9,84.3,0.4,336.6,0.0,0.0),
(19,'2024-07-10 00:00:00',28.5,62.9,1.3,384.3,0.0,6.5),
(19,'2024-07-11 00:00:00',33.0,71.9,0.8,345.0,0.0,10.9),
(19,'2024-07-12 00:00:00',31.3,60.9,0.2,360.7,0.0,3.4),
(19,'2024-07-13 00:00:00',31.8,73.7,1.1,306.3,0.0,9.7),
(19,'2024-07-14 00:00:00',26.0,68.0,0.2,352.8,0.0,9.5),
(19,'2024-07-15 00:00:00',28.9,76.6,1.1,331.0,0.0,2.2),
(19,'2024-07-16 00:00:00',28.0,71.4,3.5,210.8,38.6,14.3),
(19,'2024-07-17 00:00:00',30.1,79.5,0.9,419.6,0.0,5.5),
(19,'2024-07-18 00:00:00',31.1,68.6,0.4,365.5,0.0,9.7),
(19,'2024-07-19 00:00:00',29.8,61.4,0.7,390.1,0.0,10.7),
(19,'2024-07-20 00:00:00',27.6,72.2,0.8,381.0,0.0,9.6),
(19,'2024-07-21 00:00:00',28.0,69.1,1.0,384.3,0.0,8.3),
(19,'2024-07-22 00:00:00',30.3,59.5,1.0,354.9,0.0,9.2),
(19,'2024-07-23 00:00:00',30.5,63.9,0.6,400.1,0.0,3.3),
(19,'2024-07-24 00:00:00',29.5,65.6,1.1,381.2,0.0,7.9),
(19,'2024-07-25 00:00:00',29.4,79.1,2.1,237.6,38.6,10.8),
(19,'2024-07-26 00:00:00',29.3,73.8,2.6,243.1,38.6,18.1),
(19,'2024-07-27 00:00:00',29.7,67.3,0.4,356.5,0.0,10.7),
(19,'2024-07-28 00:00:00',30.5,72.0,0.7,361.2,0.0,10.7),
(19,'2024-07-29 00:00:00',30.3,56.7,0.6,358.7,0.0,14.9),
(19,'2024-07-30 00:00:00',29.2,65.3,1.2,369.2,0.0,6.7),
(19,'2024-07-31 00:00:00',29.1,70.9,1.2,403.0,0.0,5.8),
(19,'2024-08-01 00:00:00',29.0,69.2,1.3,329.1,0.0,6.6),
(19,'2024-08-02 00:00:00',27.8,64.8,0.3,387.6,0.0,1.6),
(19,'2024-08-03 00:00:00',27.7,67.5,1.1,349.6,0.0,1.9),
(19,'2024-08-04 00:00:00',30.1,69.5,1.3,390.2,0.0,10.5),
(19,'2024-08-05 00:00:00',27.8,67.2,6.2,226.4,38.6,8.4),
(19,'2024-08-06 00:00:00',30.6,72.2,0.1,368.2,0.0,3.7),
(19,'2024-08-07 00:00:00',29.0,68.7,8.4,230.0,38.6,13.6),
(19,'2024-08-08 00:00:00',30.5,69.6,5.3,190.3,38.6,12.4),
(19,'2024-08-09 00:00:00',30.2,76.5,0.6,400.1,0.0,11.5),
(19,'2024-08-10 00:00:00',30.6,70.9,0.3,332.6,0.0,8.2),
(19,'2024-08-11 00:00:00',28.2,76.2,0.8,357.8,0.0,4.8),
(19,'2024-08-12 00:00:00',29.7,61.4,1.2,328.8,0.0,11.9),
(19,'2024-08-13 00:00:00',30.3,55.6,1.3,321.2,0.0,10.9),
(19,'2024-08-14 00:00:00',26.2,64.1,1.1,348.9,0.0,2.4),
(19,'2024-08-15 00:00:00',32.0,63.3,1.3,338.6,0.0,9.0),
(19,'2024-08-16 00:00:00',33.0,73.1,0.9,323.5,0.0,5.1),
(19,'2024-08-17 00:00:00',30.6,57.3,1.3,351.2,0.0,5.0),
(19,'2024-08-18 00:00:00',30.3,63.3,8.2,190.9,38.6,21.5),
(19,'2024-08-19 00:00:00',29.9,65.9,1.3,353.8,0.0,8.5),
(19,'2024-08-20 00:00:00',28.2,63.8,1.3,346.7,0.0,7.1),
(19,'2024-08-21 00:00:00',28.5,61.9,1.0,287.1,0.0,8.3),
(19,'2024-08-22 00:00:00',30.4,64.8,0.6,335.3,0.0,11.5),
(19,'2024-08-23 00:00:00',26.9,68.8,0.4,359.2,0.0,5.2),
(19,'2024-08-24 00:00:00',26.7,71.3,0.5,320.1,0.0,5.9),
(19,'2024-08-25 00:00:00',27.9,62.0,0.2,358.5,0.0,10.6),
(19,'2024-08-26 00:00:00',29.7,56.6,0.1,355.7,0.0,1.9),
(19,'2024-08-27 00:00:00',27.0,70.4,4.2,195.0,38.6,18.0),
(19,'2024-08-28 00:00:00',28.1,54.4,0.1,342.6,0.0,1.6),
(19,'2024-08-29 00:00:00',28.2,71.3,1.3,362.5,0.0,7.0),
(19,'2024-08-30 00:00:00',26.6,68.3,2.2,195.5,38.6,7.6),
(19,'2024-08-31 00:00:00',23.9,68.9,1.3,334.7,0.0,3.8),
(19,'2024-09-01 00:00:00',26.4,63.8,0.7,367.5,0.0,13.2),
(19,'2024-09-02 00:00:00',28.7,46.7,0.3,316.2,0.0,12.2),
(19,'2024-09-03 00:00:00',29.1,52.8,0.4,348.0,0.0,12.6),
(19,'2024-09-04 00:00:00',29.0,60.6,6.9,185.0,38.6,8.2),
(19,'2024-09-05 00:00:00',29.2,54.4,6.6,206.7,38.6,9.8),
(19,'2024-09-06 00:00:00',26.9,56.2,1.0,344.2,0.0,9.4),
(19,'2024-09-07 00:00:00',26.5,61.5,7.3,148.2,38.6,16.9),
(19,'2024-09-08 00:00:00',28.6,56.5,0.5,317.2,0.0,4.8),
(19,'2024-09-09 00:00:00',27.5,49.9,0.0,340.0,0.0,5.7),
(19,'2024-09-10 00:00:00',29.5,62.2,0.7,333.6,0.0,3.5),
(19,'2024-09-11 00:00:00',28.5,59.7,0.2,313.6,0.0,14.6),
(19,'2024-09-12 00:00:00',30.0,54.8,6.9,174.2,38.6,12.1),
(19,'2024-09-13 00:00:00',26.8,60.2,0.1,339.7,0.0,8.1),
(19,'2024-09-14 00:00:00',29.5,56.2,0.4,314.5,0.0,8.3),
(19,'2024-09-15 00:00:00',31.2,63.3,0.0,334.8,0.0,12.4),
(19,'2024-09-16 00:00:00',27.6,55.9,1.5,329.2,0.0,4.2),
(19,'2024-09-17 00:00:00',28.3,62.6,2.8,183.6,38.6,18.7),
(19,'2024-09-18 00:00:00',25.7,43.1,1.0,343.6,0.0,2.9),
(19,'2024-09-19 00:00:00',28.9,56.8,9.5,177.0,38.6,18.7),
(19,'2024-09-20 00:00:00',29.3,51.4,1.3,343.5,0.0,1.1),
(19,'2024-09-21 00:00:00',26.3,48.3,6.6,221.8,38.6,13.6),
(19,'2024-09-22 00:00:00',28.1,60.1,1.2,336.9,0.0,14.5),
(19,'2024-09-23 00:00:00',27.5,58.1,7.3,181.1,38.6,16.8),
(19,'2024-09-24 00:00:00',27.7,40.5,0.1,371.2,0.0,9.7),
(19,'2024-09-25 00:00:00',28.3,56.5,7.3,186.2,38.6,9.8),
(19,'2024-09-26 00:00:00',27.7,55.4,8.9,186.8,38.6,11.1),
(19,'2024-09-27 00:00:00',26.5,47.2,7.0,178.6,38.6,19.4),
(19,'2024-09-28 00:00:00',28.2,46.2,4.1,149.2,38.6,15.9),
(19,'2024-09-29 00:00:00',28.6,41.4,0.6,331.6,0.0,11.6),
(19,'2024-09-30 00:00:00',25.5,48.6,0.2,283.3,0.0,8.3),
(19,'2024-10-01 00:00:00',26.4,49.3,6.1,195.4,38.6,12.9),
(19,'2024-10-02 00:00:00',23.2,54.8,0.7,323.1,0.0,11.1),
(19,'2024-10-03 00:00:00',27.4,51.3,1.0,307.4,0.0,9.0),
(19,'2024-10-04 00:00:00',28.4,43.1,8.2,149.8,38.6,13.3),
(19,'2024-10-05 00:00:00',25.7,50.6,0.6,280.3,0.0,2.3),
(19,'2024-10-06 00:00:00',26.3,47.3,0.7,220.1,0.0,11.8),
(19,'2024-10-07 00:00:00',25.6,42.9,1.3,282.3,0.0,9.8),
(19,'2024-10-08 00:00:00',25.2,38.7,0.6,303.4,0.0,5.6),
(19,'2024-10-09 00:00:00',26.3,51.7,1.0,275.6,0.0,12.7),
(19,'2024-10-10 00:00:00',24.3,50.3,1.3,264.9,0.0,9.0),
(19,'2024-10-11 00:00:00',25.3,50.7,0.9,270.4,0.0,9.1),
(19,'2024-10-12 00:00:00',24.0,42.7,0.3,306.3,0.0,11.5),
(19,'2024-10-13 00:00:00',26.6,47.8,0.2,272.7,0.0,10.7),
(19,'2024-10-14 00:00:00',25.9,38.2,0.9,318.6,0.0,9.2),
(19,'2024-10-15 00:00:00',24.6,40.3,1.1,256.0,0.0,7.2),
(19,'2024-10-16 00:00:00',25.3,46.1,1.2,273.7,0.0,15.9),
(19,'2024-10-17 00:00:00',24.8,47.2,4.7,132.1,38.6,11.1),
(19,'2024-10-18 00:00:00',27.2,35.6,8.6,192.8,38.6,17.0),
(19,'2024-10-19 00:00:00',24.2,38.7,2.5,143.5,38.6,13.7),
(19,'2024-10-20 00:00:00',26.1,42.6,9.9,190.3,38.6,15.8),
(19,'2024-10-21 00:00:00',23.6,50.3,1.5,248.0,0.0,12.9),
(19,'2024-10-22 00:00:00',26.2,39.4,1.1,294.8,0.0,6.8),
(19,'2024-10-23 00:00:00',26.5,44.9,6.2,134.1,38.6,16.4),
(19,'2024-10-24 00:00:00',26.5,45.2,1.0,273.5,0.0,9.1),
(19,'2024-10-25 00:00:00',27.2,42.0,4.9,96.6,38.6,11.4),
(19,'2024-10-26 00:00:00',25.0,44.9,0.5,257.3,0.0,13.0),
(19,'2024-10-27 00:00:00',26.6,34.9,0.8,219.8,0.0,10.8),
(19,'2024-10-28 00:00:00',27.2,38.8,2.4,127.5,38.6,12.3),
(19,'2024-10-29 00:00:00',22.1,51.1,0.1,204.5,0.0,12.4),
(19,'2024-10-30 00:00:00',23.0,51.3,1.1,238.1,0.0,4.7),
(19,'2024-10-31 00:00:00',21.3,47.1,0.6,265.8,0.0,7.9),
(24,'2024-04-01 00:00:00',19.9,67.9,4.2,147.3,22.1,16.1),
(24,'2024-04-02 00:00:00',20.6,67.3,0.9,167.2,0.0,12.7),
(24,'2024-04-03 00:00:00',21.5,65.2,1.5,223.3,0.0,12.1),
(24,'2024-04-04 00:00:00',21.6,66.3,1.5,194.2,0.0,11.8),
(24,'2024-04-05 00:00:00',20.9,73.8,6.1,140.9,22.1,13.8),
(24,'2024-04-06 00:00:00',19.7,60.2,1.3,208.2,0.0,8.6),
(24,'2024-04-07 00:00:00',19.7,70.9,1.2,230.9,0.0,12.8),
(24,'2024-04-08 00:00:00',18.8,59.4,1.4,217.4,0.0,11.5),
(24,'2024-04-09 00:00:00',22.1,62.0,1.3,256.0,0.0,13.9),
(24,'2024-04-10 00:00:00',20.0,74.2,1.3,246.8,0.0,5.3),
(24,'2024-04-11 00:00:00',20.8,60.0,0.3,204.2,0.0,5.3),
(24,'2024-04-12 00:00:00',21.7,66.1,0.2,260.3,0.0,6.7),
(24,'2024-04-13 00:00:00',21.4,81.9,2.0,165.6,22.1,10.2),
(24,'2024-04-14 00:00:00',21.4,74.1,1.0,234.5,0.0,2.7),
(24,'2024-04-15 00:00:00',19.9,63.8,1.4,253.5,0.0,9.9),
(24,'2024-04-16 00:00:00',22.1,65.1,1.5,208.3,0.0,9.6),
(24,'2024-04-17 00:00:00',21.1,67.7,1.3,201.9,0.0,9.0),
(24,'2024-04-18 00:00:00',21.6,76.8,1.2,239.1,0.0,9.4),
(24,'2024-04-19 00:00:00',24.0,63.1,0.8,225.3,0.0,2.1),
(24,'2024-04-20 00:00:00',22.9,63.0,8.9,223.8,22.1,12.1),
(24,'2024-04-21 00:00:00',21.0,73.9,9.0,154.9,22.1,12.8),
(24,'2024-04-22 00:00:00',21.9,59.7,6.0,177.0,22.1,14.2),
(24,'2024-04-23 00:00:00',25.1,64.5,5.3,182.8,22.1,8.2),
(24,'2024-04-24 00:00:00',21.8,69.7,1.0,281.4,0.0,4.3),
(24,'2024-04-25 00:00:00',22.5,70.2,0.3,227.7,0.0,6.3),
(24,'2024-04-26 00:00:00',23.7,62.4,1.0,214.3,0.0,12.2),
(24,'2024-04-27 00:00:00',23.0,72.9,0.9,291.4,0.0,9.0),
(24,'2024-04-28 00:00:00',22.0,74.3,1.2,260.6,0.0,12.1),
(24,'2024-04-29 00:00:00',21.4,67.2,1.3,280.8,0.0,7.5),
(24,'2024-04-30 00:00:00',22.8,81.3,0.4,283.9,0.0,8.0),
(24,'2024-05-01 00:00:00',24.1,73.6,3.2,219.6,22.1,16.0),
(24,'2024-05-02 00:00:00',25.4,65.7,0.3,256.9,0.0,7.3),
(24,'2024-05-03 00:00:00',20.4,81.6,0.6,252.1,0.0,5.5),
(24,'2024-05-04 00:00:00',26.3,68.9,7.5,149.8,22.1,8.0),
(24,'2024-05-05 00:00:00',22.7,73.3,1.2,247.3,0.0,5.6),
(24,'2024-05-06 00:00:00',25.0,69.5,1.4,275.6,0.0,11.3),
(24,'2024-05-07 00:00:00',22.1,76.3,7.8,187.8,22.1,19.0),
(24,'2024-05-08 00:00:00',20.6,69.8,1.1,249.3,0.0,4.9),
(24,'2024-05-09 00:00:00',21.2,70.3,1.3,280.9,0.0,1.1),
(24,'2024-05-10 00:00:00',23.0,72.0,1.4,315.1,0.0,11.7),
(24,'2024-05-11 00:00:00',24.7,70.1,8.5,211.4,22.1,14.3),
(24,'2024-05-12 00:00:00',23.9,79.7,8.9,186.3,22.1,8.6),
(24,'2024-05-13 00:00:00',23.4,65.8,0.7,318.8,0.0,0.0),
(24,'2024-05-14 00:00:00',26.0,73.3,1.4,269.5,0.0,4.1),
(24,'2024-05-15 00:00:00',24.0,74.1,9.2,257.0,22.1,12.1),
(24,'2024-05-16 00:00:00',24.6,73.0,0.8,285.8,0.0,3.4),
(24,'2024-05-17 00:00:00',29.8,79.6,1.5,296.7,0.0,10.8),
(24,'2024-05-18 00:00:00',24.2,64.9,0.7,334.9,0.0,4.7),
(24,'2024-05-19 00:00:00',23.1,77.4,0.9,263.8,0.0,8.0),
(24,'2024-05-20 00:00:00',25.3,66.6,1.5,273.0,0.0,17.5),
(24,'2024-05-21 00:00:00',25.8,71.2,9.7,222.2,22.1,14.5),
(24,'2024-05-22 00:00:00',25.1,66.2,0.4,299.1,0.0,7.5),
(24,'2024-05-23 00:00:00',24.9,72.4,0.4,370.3,0.0,7.6),
(24,'2024-05-24 00:00:00',27.3,71.0,0.9,283.7,0.0,10.7),
(24,'2024-05-25 00:00:00',27.2,84.3,0.2,274.9,0.0,10.2),
(24,'2024-05-26 00:00:00',24.6,76.0,0.2,285.7,0.0,4.0),
(24,'2024-05-27 00:00:00',23.7,77.3,7.2,245.9,22.1,12.4),
(24,'2024-05-28 00:00:00',25.7,68.1,7.5,254.0,22.1,11.3),
(24,'2024-05-29 00:00:00',23.9,79.2,1.3,296.1,0.0,6.9),
(24,'2024-05-30 00:00:00',26.7,84.6,2.9,245.3,22.1,21.3),
(24,'2024-05-31 00:00:00',25.9,80.1,1.2,365.4,0.0,10.5),
(24,'2024-06-01 00:00:00',30.0,67.0,3.4,292.0,8.5,7.7),
(24,'2024-06-02 00:00:00',27.9,72.1,1.1,327.7,0.0,13.0),
(24,'2024-06-03 00:00:00',23.4,75.6,1.0,368.4,0.0,8.8),
(24,'2024-06-04 00:00:00',24.5,71.5,5.9,278.0,8.5,1.4),
(24,'2024-06-05 00:00:00',22.0,90.2,2.7,277.7,8.5,14.7),
(24,'2024-06-06 00:00:00',21.7,72.1,9.0,286.4,8.5,7.4),
(24,'2024-06-07 00:00:00',25.8,74.7,2.1,286.3,8.5,0.0),
(24,'2024-06-08 00:00:00',23.5,71.4,2.7,255.3,8.5,1.6),
(24,'2024-06-09 00:00:00',28.6,76.4,0.5,332.7,0.0,12.5),
(24,'2024-06-10 00:00:00',27.8,83.3,0.2,336.0,0.0,1.7),
(24,'2024-06-11 00:00:00',25.3,75.7,1.2,327.1,0.0,13.4),
(24,'2024-06-12 00:00:00',25.3,73.6,1.5,339.2,0.0,8.3),
(24,'2024-06-13 00:00:00',28.6,68.5,1.2,340.7,0.0,10.9),
(24,'2024-06-14 00:00:00',29.0,82.2,0.2,302.5,0.0,7.0),
(24,'2024-06-15 00:00:00',24.3,74.0,0.8,343.8,0.0,10.1),
(24,'2024-06-16 00:00:00',24.1,73.7,0.6,351.6,0.0,9.3),
(24,'2024-06-17 00:00:00',25.5,60.8,1.0,298.8,0.0,7.8),
(24,'2024-06-18 00:00:00',26.9,74.0,1.0,376.4,0.0,3.7),
(24,'2024-06-19 00:00:00',25.3,72.3,1.2,310.0,0.0,9.4),
(24,'2024-06-20 00:00:00',27.0,63.7,0.4,313.5,0.0,0.7),
(24,'2024-06-21 00:00:00',29.8,80.5,1.4,348.0,0.0,11.7),
(24,'2024-06-22 00:00:00',23.8,71.3,0.3,357.3,0.0,8.8),
(24,'2024-06-23 00:00:00',25.5,85.8,0.2,364.3,0.0,9.9),
(24,'2024-06-24 00:00:00',23.9,82.9,2.4,332.6,8.5,0.0),
(24,'2024-06-25 00:00:00',24.9,70.0,0.7,333.6,0.0,3.5),
(24,'2024-06-26 00:00:00',25.9,82.4,0.7,350.2,0.0,6.0),
(24,'2024-06-27 00:00:00',25.2,83.8,9.0,313.3,8.5,10.7),
(24,'2024-06-28 00:00:00',27.5,70.7,7.2,326.4,8.5,4.2),
(24,'2024-06-29 00:00:00',26.8,67.7,0.3,351.6,0.0,18.2),
(24,'2024-06-30 00:00:00',27.1,60.9,1.1,338.1,0.0,6.9),
(24,'2024-07-01 00:00:00',26.1,76.0,0.3,342.7,0.0,3.9),
(24,'2024-07-02 00:00:00',26.3,67.8,9.9,278.6,8.5,7.3),
(24,'2024-07-03 00:00:00',26.1,75.9,8.8,346.4,8.5,4.2),
(24,'2024-07-04 00:00:00',26.3,69.9,1.3,360.8,0.0,3.3),
(24,'2024-07-05 00:00:00',27.5,68.5,1.3,296.3,0.0,12.0),
(24,'2024-07-06 00:00:00',23.3,69.7,1.1,374.4,0.0,10.1),
(24,'2024-07-07 00:00:00',27.3,65.2,2.5,326.7,8.5,10.1),
(24,'2024-07-08 00:00:00',25.3,69.4,9.3,305.1,8.5,13.1),
(24,'2024-07-09 00:00:00',26.2,68.3,4.0,303.4,8.5,9.9),
(24,'2024-07-10 00:00:00',24.0,72.4,0.1,339.4,0.0,3.7),
(24,'2024-07-11 00:00:00',26.2,73.0,0.9,333.8,0.0,10.8),
(24,'2024-07-12 00:00:00',27.4,65.8,0.2,337.5,0.0,3.5),
(24,'2024-07-13 00:00:00',27.7,78.7,1.0,400.3,0.0,6.1),
(24,'2024-07-14 00:00:00',24.8,70.9,1.5,367.5,0.0,7.8),
(24,'2024-07-15 00:00:00',27.7,80.7,3.2,382.3,8.5,7.4),
(24,'2024-07-16 00:00:00',29.0,73.0,0.3,364.4,0.0,0.8),
(24,'2024-07-17 00:00:00',26.1,71.8,4.8,346.4,8.5,4.1),
(24,'2024-07-18 00:00:00',27.0,68.2,0.5,337.2,0.0,7.9),
(24,'2024-07-19 00:00:00',23.3,74.7,0.2,355.3,0.0,5.6),
(24,'2024-07-20 00:00:00',25.4,71.0,0.9,357.6,0.0,12.5),
(24,'2024-07-21 00:00:00',27.5,75.8,1.2,375.3,0.0,13.2),
(24,'2024-07-22 00:00:00',28.7,80.0,1.0,358.6,0.0,3.5),
(24,'2024-07-23 00:00:00',25.9,65.8,0.9,368.7,0.0,8.2),
(24,'2024-07-24 00:00:00',31.8,73.7,0.7,367.9,0.0,14.3),
(24,'2024-07-25 00:00:00',27.6,73.3,5.7,325.3,8.5,7.5),
(24,'2024-07-26 00:00:00',24.7,72.3,1.0,349.8,0.0,6.4),
(24,'2024-07-27 00:00:00',29.3,66.8,0.6,343.2,0.0,11.4),
(24,'2024-07-28 00:00:00',24.7,66.7,0.5,386.9,0.0,6.9),
(24,'2024-07-29 00:00:00',27.6,65.4,1.0,352.2,0.0,13.1),
(24,'2024-07-30 00:00:00',25.3,65.1,0.6,367.8,0.0,5.6),
(24,'2024-07-31 00:00:00',24.5,63.4,0.3,355.5,0.0,6.1),
(24,'2024-08-01 00:00:00',28.7,67.6,0.7,385.8,0.0,11.2),
(24,'2024-08-02 00:00:00',26.5,63.4,9.2,282.2,8.5,8.4),
(24,'2024-08-03 00:00:00',30.1,70.4,8.6,339.2,8.5,8.4),
(24,'2024-08-04 00:00:00',25.1,67.8,0.1,327.1,0.0,0.4),
(24,'2024-08-05 00:00:00',24.1,68.3,1.3,367.9,0.0,6.6),
(24,'2024-08-06 00:00:00',26.0,65.4,0.7,354.2,0.0,11.5),
(24,'2024-08-07 00:00:00',32.1,67.2,0.0,320.5,0.0,4.9),
(24,'2024-08-08 00:00:00',28.4,65.0,2.1,338.4,8.5,10.8),
(24,'2024-08-09 00:00:00',27.9,70.9,1.4,362.2,0.0,9.1),
(24,'2024-08-10 00:00:00',27.9,63.3,0.8,350.4,0.0,7.2),
(24,'2024-08-11 00:00:00',25.9,68.0,1.2,353.0,0.0,13.4),
(24,'2024-08-12 00:00:00',31.7,57.6,1.3,359.2,0.0,6.6),
(24,'2024-08-13 00:00:00',27.6,69.5,0.5,384.0,0.0,6.9),
(24,'2024-08-14 00:00:00',27.4,61.6,0.8,346.2,0.0,7.2),
(24,'2024-08-15 00:00:00',28.5,59.2,1.0,378.7,0.0,8.3),
(24,'2024-08-16 00:00:00',24.4,57.5,1.3,351.8,0.0,11.1),
(24,'2024-08-17 00:00:00',25.1,56.8,0.6,384.5,0.0,2.1),
(24,'2024-08-18 00:00:00',26.2,60.9,1.4,345.5,0.0,11.5),
(24,'2024-08-19 00:00:00',28.4,72.5,0.9,334.0,0.0,8.3),
(24,'2024-08-20 00:00:00',24.2,59.4,1.3,322.5,0.0,10.2),
(24,'2024-08-21 00:00:00',26.4,49.7,5.8,321.2,8.5,17.6),
(24,'2024-08-22 00:00:00',26.1,64.8,0.7,328.5,0.0,6.0);
INSERT INTO weather_readings (node_id,ts,air_temp_c,humidity_pct,leaf_wetness_hrs,solar_radiation_wm2,rainfall_mm,wind_speed_kmh) VALUES
(24,'2024-08-23 00:00:00',23.6,55.7,0.3,382.6,0.0,3.1),
(24,'2024-08-24 00:00:00',25.5,67.0,1.4,324.9,0.0,8.8),
(24,'2024-08-25 00:00:00',27.4,59.2,0.4,328.5,0.0,9.4),
(24,'2024-08-26 00:00:00',23.7,59.8,3.7,332.2,8.5,11.5),
(24,'2024-08-27 00:00:00',28.8,68.4,3.9,346.4,8.5,5.8),
(24,'2024-08-28 00:00:00',27.1,64.6,0.3,361.2,0.0,4.7),
(24,'2024-08-29 00:00:00',26.8,53.1,0.5,368.4,0.0,1.9),
(24,'2024-08-30 00:00:00',26.2,53.7,1.2,338.9,0.0,2.5),
(24,'2024-08-31 00:00:00',24.2,49.3,8.7,311.1,8.5,6.3),
(24,'2024-09-01 00:00:00',24.9,75.3,1.2,389.1,0.0,7.5),
(24,'2024-09-02 00:00:00',26.7,54.2,1.2,379.9,0.0,16.3),
(24,'2024-09-03 00:00:00',24.8,66.1,1.5,354.4,0.0,1.2),
(24,'2024-09-04 00:00:00',26.3,55.6,1.0,363.1,0.0,9.3),
(24,'2024-09-05 00:00:00',24.3,52.0,1.0,355.7,0.0,5.1),
(24,'2024-09-06 00:00:00',26.7,58.3,0.9,302.9,0.0,8.9),
(24,'2024-09-07 00:00:00',26.7,55.9,0.2,330.8,0.0,5.8),
(24,'2024-09-08 00:00:00',22.8,62.3,0.8,368.0,0.0,12.1),
(24,'2024-09-09 00:00:00',25.8,62.1,2.8,320.1,8.5,12.1),
(24,'2024-09-10 00:00:00',22.9,53.3,0.0,326.4,0.0,7.5),
(24,'2024-09-11 00:00:00',22.2,47.9,2.1,337.2,8.5,13.8),
(24,'2024-09-12 00:00:00',24.4,49.1,3.0,307.4,8.5,11.0),
(24,'2024-09-13 00:00:00',30.5,42.2,4.7,315.7,8.5,13.6),
(24,'2024-09-14 00:00:00',26.8,54.0,9.2,304.8,8.5,7.8),
(24,'2024-09-15 00:00:00',27.8,55.2,1.3,334.7,0.0,11.8),
(24,'2024-09-16 00:00:00',26.4,48.1,4.2,307.9,8.5,4.9),
(24,'2024-09-17 00:00:00',25.6,47.1,7.4,323.6,8.5,4.5),
(24,'2024-09-18 00:00:00',26.8,54.3,7.6,325.4,8.5,16.7),
(24,'2024-09-19 00:00:00',23.9,50.3,5.9,276.9,8.5,3.7),
(24,'2024-09-20 00:00:00',25.9,52.5,0.9,322.7,0.0,6.3),
(24,'2024-09-21 00:00:00',27.1,51.2,1.4,344.0,0.0,0.4),
(24,'2024-09-22 00:00:00',26.1,54.6,0.4,307.4,0.0,4.6),
(24,'2024-09-23 00:00:00',27.1,49.4,4.9,249.2,8.5,4.0),
(24,'2024-09-24 00:00:00',25.1,49.6,1.4,284.8,0.0,5.3),
(24,'2024-09-25 00:00:00',27.7,40.9,0.8,284.9,0.0,9.2),
(24,'2024-09-26 00:00:00',24.2,51.6,9.2,265.7,8.5,10.2),
(24,'2024-09-27 00:00:00',28.4,52.1,1.3,284.0,0.0,4.0),
(24,'2024-09-28 00:00:00',25.5,50.2,0.9,326.7,0.0,4.8),
(24,'2024-09-29 00:00:00',23.7,62.4,0.7,292.3,0.0,12.3),
(24,'2024-09-30 00:00:00',22.2,51.6,0.7,329.1,0.0,14.8),
(24,'2024-10-01 00:00:00',22.8,49.4,0.2,267.6,0.0,13.0),
(24,'2024-10-02 00:00:00',22.4,53.0,9.1,258.1,8.5,1.4),
(24,'2024-10-03 00:00:00',23.9,62.4,7.3,267.8,8.5,12.8),
(24,'2024-10-04 00:00:00',21.7,50.9,1.5,310.9,0.0,15.4),
(24,'2024-10-05 00:00:00',26.3,35.8,1.4,317.4,0.0,1.2),
(24,'2024-10-06 00:00:00',24.1,51.4,1.4,273.6,0.0,12.3),
(24,'2024-10-07 00:00:00',23.9,43.2,0.0,310.0,0.0,8.9),
(24,'2024-10-08 00:00:00',21.6,36.7,0.8,241.3,0.0,6.7),
(24,'2024-10-09 00:00:00',22.3,58.1,6.8,276.2,8.5,8.4),
(24,'2024-10-10 00:00:00',19.6,56.5,0.9,246.2,0.0,9.8),
(24,'2024-10-11 00:00:00',26.4,41.9,6.2,261.8,8.5,12.6),
(24,'2024-10-12 00:00:00',20.8,41.7,1.3,304.2,0.0,12.4),
(24,'2024-10-13 00:00:00',20.9,47.7,1.3,296.2,0.0,2.0),
(24,'2024-10-14 00:00:00',25.8,41.2,5.7,204.0,8.5,5.4),
(24,'2024-10-15 00:00:00',23.9,45.4,6.4,231.9,8.5,8.4),
(24,'2024-10-16 00:00:00',23.3,41.6,0.4,286.2,0.0,14.3),
(24,'2024-10-17 00:00:00',23.6,43.2,0.8,283.6,0.0,0.0),
(24,'2024-10-18 00:00:00',24.6,36.9,4.6,244.2,8.5,5.6),
(24,'2024-10-19 00:00:00',23.0,50.1,5.9,180.3,8.5,1.9),
(24,'2024-10-20 00:00:00',20.0,52.0,0.7,290.5,0.0,2.5),
(24,'2024-10-21 00:00:00',24.0,43.9,1.1,293.0,0.0,11.9),
(24,'2024-10-22 00:00:00',23.3,44.1,1.3,260.7,0.0,5.9),
(24,'2024-10-23 00:00:00',24.6,47.8,0.4,260.3,0.0,0.0),
(24,'2024-10-24 00:00:00',20.1,43.8,0.9,265.2,0.0,7.4),
(24,'2024-10-25 00:00:00',21.0,53.9,1.3,287.1,0.0,16.1),
(24,'2024-10-26 00:00:00',22.9,35.3,4.6,227.7,8.5,0.8),
(24,'2024-10-27 00:00:00',20.4,48.2,5.3,214.6,8.5,10.1),
(24,'2024-10-28 00:00:00',17.8,42.1,9.0,226.9,8.5,14.3),
(24,'2024-10-29 00:00:00',22.3,35.8,0.7,242.2,0.0,7.8),
(24,'2024-10-30 00:00:00',23.5,55.7,0.4,240.5,0.0,15.7),
(24,'2024-10-31 00:00:00',21.6,56.3,6.2,167.2,8.5,5.4),
(29,'2024-04-01 00:00:00',20.9,54.6,0.2,247.8,0.0,6.9),
(29,'2024-04-02 00:00:00',17.6,67.1,0.9,185.9,0.0,14.2),
(29,'2024-04-03 00:00:00',21.9,64.0,10.0,60.0,99.4,15.1),
(29,'2024-04-04 00:00:00',23.0,70.7,0.9,202.4,0.0,6.1),
(29,'2024-04-05 00:00:00',20.4,60.4,1.4,274.7,0.0,0.8),
(29,'2024-04-06 00:00:00',18.7,59.4,9.7,94.1,34.9,13.2),
(29,'2024-04-07 00:00:00',23.9,70.9,1.3,242.2,0.0,5.7),
(29,'2024-04-08 00:00:00',21.8,64.7,0.5,192.3,0.0,5.5),
(29,'2024-04-09 00:00:00',22.8,71.9,4.9,87.6,34.9,17.8),
(29,'2024-04-10 00:00:00',19.2,67.2,0.6,220.1,0.0,8.3),
(29,'2024-04-11 00:00:00',19.3,78.5,0.8,276.9,0.0,1.3),
(29,'2024-04-12 00:00:00',22.5,72.0,1.2,253.7,0.0,10.5),
(29,'2024-04-13 00:00:00',23.7,70.2,0.9,176.9,0.0,1.7),
(29,'2024-04-14 00:00:00',19.9,72.8,0.7,246.9,0.0,10.8),
(29,'2024-04-15 00:00:00',21.8,66.6,0.7,203.6,0.0,6.1),
(29,'2024-04-16 00:00:00',19.3,58.6,1.5,217.3,0.0,8.3),
(29,'2024-04-17 00:00:00',20.9,70.9,8.0,137.5,34.9,13.9),
(29,'2024-04-18 00:00:00',21.8,80.6,0.3,273.4,0.0,7.4),
(29,'2024-04-19 00:00:00',23.3,55.4,0.9,274.2,0.0,8.8),
(29,'2024-04-20 00:00:00',18.7,72.2,1.1,250.8,0.0,8.3),
(29,'2024-04-21 00:00:00',24.9,60.4,0.6,253.2,0.0,15.5),
(29,'2024-04-22 00:00:00',22.3,69.7,0.0,280.2,0.0,8.9),
(29,'2024-04-23 00:00:00',25.1,70.5,0.8,209.2,0.0,9.0),
(29,'2024-04-24 00:00:00',24.1,74.7,0.2,296.3,0.0,5.2),
(29,'2024-04-25 00:00:00',24.4,71.7,0.1,234.2,0.0,9.5),
(29,'2024-04-26 00:00:00',26.6,78.8,0.5,261.1,0.0,3.9),
(29,'2024-04-27 00:00:00',21.7,77.8,0.2,244.2,0.0,12.6),
(29,'2024-04-28 00:00:00',23.4,69.8,0.7,229.6,0.0,2.1),
(29,'2024-04-29 00:00:00',21.5,77.7,1.1,272.1,0.0,4.6),
(29,'2024-04-30 00:00:00',23.1,69.5,8.7,156.7,34.9,7.5),
(29,'2024-05-01 00:00:00',24.7,68.6,0.7,261.8,0.0,9.7),
(29,'2024-05-02 00:00:00',25.5,64.5,0.7,262.6,0.0,6.3),
(29,'2024-05-03 00:00:00',22.9,79.8,0.0,306.5,0.0,10.7),
(29,'2024-05-04 00:00:00',21.5,70.3,1.1,325.1,0.0,4.1),
(29,'2024-05-05 00:00:00',23.9,57.7,0.1,303.5,0.0,10.1),
(29,'2024-05-06 00:00:00',22.3,75.6,4.3,169.3,34.9,16.3),
(29,'2024-05-07 00:00:00',22.9,69.9,4.1,123.3,34.9,14.8),
(29,'2024-05-08 00:00:00',25.2,70.9,9.6,181.8,34.9,14.1),
(29,'2024-05-09 00:00:00',24.9,71.4,1.4,296.5,0.0,8.5),
(29,'2024-05-10 00:00:00',25.6,70.9,5.6,189.1,34.9,10.4),
(29,'2024-05-11 00:00:00',23.6,89.5,8.1,143.1,34.9,9.7),
(29,'2024-05-12 00:00:00',26.1,83.2,0.6,306.5,0.0,10.2),
(29,'2024-05-13 00:00:00',24.4,77.6,0.9,326.1,0.0,6.5),
(29,'2024-05-14 00:00:00',23.9,74.9,1.1,264.2,0.0,9.8),
(29,'2024-05-15 00:00:00',22.5,80.4,4.0,196.0,34.9,20.2),
(29,'2024-05-16 00:00:00',20.8,75.2,1.4,272.1,0.0,6.2),
(29,'2024-05-17 00:00:00',21.9,78.7,2.8,179.8,34.9,11.6),
(29,'2024-05-18 00:00:00',25.1,77.3,0.3,272.1,0.0,6.7),
(29,'2024-05-19 00:00:00',23.2,74.8,1.4,288.8,0.0,8.2),
(29,'2024-05-20 00:00:00',21.9,79.8,0.2,290.7,0.0,10.5),
(29,'2024-05-21 00:00:00',24.2,71.7,1.4,311.3,0.0,7.9),
(29,'2024-05-22 00:00:00',25.5,74.6,2.5,213.2,34.9,22.3),
(29,'2024-05-23 00:00:00',25.9,68.5,0.4,334.7,0.0,9.7),
(29,'2024-05-24 00:00:00',25.1,69.3,0.6,289.6,0.0,11.1),
(29,'2024-05-25 00:00:00',25.1,59.3,0.3,316.5,0.0,7.9),
(29,'2024-05-26 00:00:00',24.3,77.3,1.2,281.7,0.0,12.0),
(29,'2024-05-27 00:00:00',26.5,79.0,0.2,307.9,0.0,7.2),
(29,'2024-05-28 00:00:00',25.1,81.2,0.7,313.3,0.0,5.4),
(29,'2024-05-29 00:00:00',25.4,68.1,1.4,290.7,0.0,11.6),
(29,'2024-05-30 00:00:00',27.5,77.4,1.0,329.3,0.0,7.8),
(29,'2024-05-31 00:00:00',27.1,74.8,0.9,312.9,0.0,9.0),
(29,'2024-06-01 00:00:00',25.4,79.3,5.4,279.2,13.4,11.9),
(29,'2024-06-02 00:00:00',25.2,71.0,0.0,350.3,0.0,8.6),
(29,'2024-06-03 00:00:00',25.2,72.9,0.5,310.5,0.0,7.4),
(29,'2024-06-04 00:00:00',22.3,65.6,0.2,343.8,0.0,5.9),
(29,'2024-06-05 00:00:00',27.9,70.7,5.2,317.1,13.4,12.2),
(29,'2024-06-06 00:00:00',24.8,75.0,0.3,359.9,0.0,6.6),
(29,'2024-06-07 00:00:00',27.6,76.0,2.4,279.0,13.4,7.8),
(29,'2024-06-08 00:00:00',26.2,64.9,0.4,303.7,0.0,9.1),
(29,'2024-06-09 00:00:00',28.7,71.9,1.0,311.5,0.0,9.1),
(29,'2024-06-10 00:00:00',27.2,76.0,3.5,247.9,13.4,12.1),
(29,'2024-06-11 00:00:00',27.9,83.4,0.6,348.9,0.0,7.7),
(29,'2024-06-12 00:00:00',25.3,69.9,9.5,308.8,13.4,13.5),
(29,'2024-06-13 00:00:00',24.1,77.9,0.2,337.2,0.0,7.0),
(29,'2024-06-14 00:00:00',26.7,71.5,1.1,301.0,0.0,9.5),
(29,'2024-06-15 00:00:00',23.0,72.2,5.0,284.5,13.4,7.3),
(29,'2024-06-16 00:00:00',25.7,69.6,3.3,329.2,13.4,16.4),
(29,'2024-06-17 00:00:00',24.4,68.5,0.8,354.0,0.0,6.6),
(29,'2024-06-18 00:00:00',25.1,71.9,6.9,316.5,13.4,7.0),
(29,'2024-06-19 00:00:00',27.8,81.0,0.5,420.0,0.0,8.5),
(29,'2024-06-20 00:00:00',27.7,70.1,0.6,350.1,0.0,6.9),
(29,'2024-06-21 00:00:00',26.5,69.1,6.6,246.0,13.4,9.3),
(29,'2024-06-22 00:00:00',27.4,75.8,7.9,273.4,13.4,12.9),
(29,'2024-06-23 00:00:00',25.9,74.5,0.8,352.5,0.0,8.6),
(29,'2024-06-24 00:00:00',31.3,74.0,1.2,346.2,0.0,8.7),
(29,'2024-06-25 00:00:00',27.5,75.8,0.1,342.3,0.0,7.1),
(29,'2024-06-26 00:00:00',25.9,68.1,1.4,343.6,0.0,6.0),
(29,'2024-06-27 00:00:00',28.6,68.7,1.4,328.7,0.0,8.4),
(29,'2024-06-28 00:00:00',29.3,79.9,0.4,358.5,0.0,8.0),
(29,'2024-06-29 00:00:00',25.7,73.0,0.2,384.8,0.0,12.7),
(29,'2024-06-30 00:00:00',24.5,77.4,0.9,394.0,0.0,4.2),
(29,'2024-07-01 00:00:00',24.9,81.1,0.1,394.0,0.0,13.8),
(29,'2024-07-02 00:00:00',26.0,78.7,0.3,328.2,0.0,7.4),
(29,'2024-07-03 00:00:00',27.1,65.3,0.8,352.3,0.0,8.6),
(29,'2024-07-04 00:00:00',24.3,72.7,0.9,345.6,0.0,3.7),
(29,'2024-07-05 00:00:00',26.5,79.5,0.3,368.8,0.0,10.2),
(29,'2024-07-06 00:00:00',26.9,76.2,1.4,352.5,0.0,4.2),
(29,'2024-07-07 00:00:00',27.9,74.1,4.4,306.5,13.4,9.5),
(29,'2024-07-08 00:00:00',28.4,63.0,0.2,392.0,0.0,9.1),
(29,'2024-07-09 00:00:00',28.1,69.0,0.2,358.6,0.0,6.7),
(29,'2024-07-10 00:00:00',30.6,72.9,1.4,359.7,0.0,0.0),
(29,'2024-07-11 00:00:00',29.3,63.8,1.3,367.4,0.0,16.6),
(29,'2024-07-12 00:00:00',27.8,77.0,0.0,374.4,0.0,3.8),
(29,'2024-07-13 00:00:00',25.7,71.3,1.1,374.9,0.0,9.1),
(29,'2024-07-14 00:00:00',26.2,60.0,0.1,397.0,0.0,5.1),
(29,'2024-07-15 00:00:00',24.9,68.3,0.1,326.4,0.0,12.2),
(29,'2024-07-16 00:00:00',27.7,69.8,0.1,366.9,0.0,6.5),
(29,'2024-07-17 00:00:00',28.1,70.6,1.2,356.5,0.0,5.0),
(29,'2024-07-18 00:00:00',29.1,79.7,0.6,351.7,0.0,10.4),
(29,'2024-07-19 00:00:00',28.0,74.5,0.8,378.4,0.0,2.9),
(29,'2024-07-20 00:00:00',29.4,62.6,0.0,392.0,0.0,6.3),
(29,'2024-07-21 00:00:00',29.4,61.7,8.6,302.0,13.4,10.8),
(29,'2024-07-22 00:00:00',25.6,68.8,1.5,402.0,0.0,14.0),
(29,'2024-07-23 00:00:00',26.6,71.0,0.4,324.1,0.0,4.2),
(29,'2024-07-24 00:00:00',27.5,76.0,1.0,374.7,0.0,5.6),
(29,'2024-07-25 00:00:00',26.2,80.2,6.6,294.8,13.4,9.4),
(29,'2024-07-26 00:00:00',27.1,80.3,9.4,301.0,13.4,0.0),
(29,'2024-07-27 00:00:00',28.0,66.7,0.7,361.4,0.0,13.4),
(29,'2024-07-28 00:00:00',27.3,74.7,0.4,349.9,0.0,4.0),
(29,'2024-07-29 00:00:00',27.5,71.5,0.5,288.2,0.0,6.3),
(29,'2024-07-30 00:00:00',25.8,62.1,3.1,331.9,13.4,9.0),
(29,'2024-07-31 00:00:00',28.4,57.1,0.7,379.0,0.0,8.2),
(29,'2024-08-01 00:00:00',28.2,69.1,0.1,355.2,0.0,4.1),
(29,'2024-08-02 00:00:00',26.1,59.0,1.2,353.0,0.0,14.9),
(29,'2024-08-03 00:00:00',25.1,62.6,1.3,349.5,0.0,0.0),
(29,'2024-08-04 00:00:00',29.6,63.4,0.7,315.7,0.0,3.5),
(29,'2024-08-05 00:00:00',30.6,68.6,0.8,312.7,0.0,5.5),
(29,'2024-08-06 00:00:00',27.8,74.7,5.8,335.0,13.4,4.2),
(29,'2024-08-07 00:00:00',26.7,66.8,0.8,384.1,0.0,12.9),
(29,'2024-08-08 00:00:00',29.3,63.3,0.2,372.0,0.0,1.4),
(29,'2024-08-09 00:00:00',28.2,53.8,7.7,323.1,13.4,14.2),
(29,'2024-08-10 00:00:00',27.0,68.7,0.7,375.7,0.0,6.9),
(29,'2024-08-11 00:00:00',29.1,65.9,1.5,373.6,0.0,2.6),
(29,'2024-08-12 00:00:00',25.8,62.2,0.1,335.5,0.0,0.0),
(29,'2024-08-13 00:00:00',26.0,72.2,0.5,360.2,0.0,7.1),
(29,'2024-08-14 00:00:00',27.9,57.8,0.7,346.6,0.0,5.2),
(29,'2024-08-15 00:00:00',27.4,60.5,9.9,303.4,13.4,8.9),
(29,'2024-08-16 00:00:00',28.3,62.9,0.7,381.3,0.0,6.2),
(29,'2024-08-17 00:00:00',29.3,60.7,0.4,391.5,0.0,11.8),
(29,'2024-08-18 00:00:00',24.3,67.1,0.8,292.7,0.0,7.4),
(29,'2024-08-19 00:00:00',27.2,66.3,0.4,344.3,0.0,6.3),
(29,'2024-08-20 00:00:00',30.5,69.5,0.8,342.2,0.0,11.9),
(29,'2024-08-21 00:00:00',26.0,66.0,1.0,378.2,0.0,8.9),
(29,'2024-08-22 00:00:00',25.7,62.0,0.8,312.1,0.0,11.1),
(29,'2024-08-23 00:00:00',22.9,60.3,7.2,229.8,13.4,12.6),
(29,'2024-08-24 00:00:00',27.1,64.8,2.7,324.2,13.4,6.8),
(29,'2024-08-25 00:00:00',27.9,60.6,1.0,369.8,0.0,8.2),
(29,'2024-08-26 00:00:00',27.9,61.8,1.5,300.2,0.0,11.4),
(29,'2024-08-27 00:00:00',24.9,64.2,9.2,297.8,13.4,0.0),
(29,'2024-08-28 00:00:00',26.8,61.7,1.2,381.2,0.0,7.6),
(29,'2024-08-29 00:00:00',27.1,62.4,0.8,315.0,0.0,7.1),
(29,'2024-08-30 00:00:00',26.8,55.5,1.1,343.4,0.0,9.5),
(29,'2024-08-31 00:00:00',24.7,68.1,0.5,352.5,0.0,4.8),
(29,'2024-09-01 00:00:00',26.7,53.0,9.3,260.1,13.4,12.4),
(29,'2024-09-02 00:00:00',25.1,62.0,0.3,323.6,0.0,5.0),
(29,'2024-09-03 00:00:00',23.1,56.1,0.2,294.3,0.0,6.2),
(29,'2024-09-04 00:00:00',27.7,65.2,0.1,331.3,0.0,5.3),
(29,'2024-09-05 00:00:00',26.6,63.7,8.9,271.5,13.4,12.9),
(29,'2024-09-06 00:00:00',27.4,58.1,0.9,338.2,0.0,0.0),
(29,'2024-09-07 00:00:00',25.3,67.1,6.0,304.7,13.4,15.1),
(29,'2024-09-08 00:00:00',27.4,56.4,0.3,365.3,0.0,13.9),
(29,'2024-09-09 00:00:00',28.0,62.5,4.4,344.6,13.4,5.7),
(29,'2024-09-10 00:00:00',29.3,52.5,0.2,333.2,0.0,12.1),
(29,'2024-09-11 00:00:00',27.5,59.0,1.1,318.7,0.0,8.5),
(29,'2024-09-12 00:00:00',26.7,50.7,0.4,315.9,0.0,14.6),
(29,'2024-09-13 00:00:00',23.5,56.1,0.6,299.8,0.0,11.8),
(29,'2024-09-14 00:00:00',25.7,55.3,0.6,333.8,0.0,16.8),
(29,'2024-09-15 00:00:00',23.3,60.6,6.7,265.8,13.4,1.8),
(29,'2024-09-16 00:00:00',24.3,51.0,2.0,289.7,13.4,8.8),
(29,'2024-09-17 00:00:00',29.2,73.1,1.5,294.9,0.0,1.1),
(29,'2024-09-18 00:00:00',23.8,46.1,0.8,305.1,0.0,5.9),
(29,'2024-09-19 00:00:00',21.4,55.5,8.0,283.1,13.4,17.0),
(29,'2024-09-20 00:00:00',27.0,55.5,9.8,267.7,13.4,9.9),
(29,'2024-09-21 00:00:00',24.2,56.7,0.9,264.2,0.0,11.9),
(29,'2024-09-22 00:00:00',26.8,50.0,2.2,267.3,13.4,10.1),
(29,'2024-09-23 00:00:00',23.2,54.3,1.2,289.1,0.0,9.8),
(29,'2024-09-24 00:00:00',24.5,49.1,0.9,337.1,0.0,5.9),
(29,'2024-09-25 00:00:00',27.3,63.4,0.6,330.2,0.0,5.2),
(29,'2024-09-26 00:00:00',22.7,48.1,1.4,247.2,0.0,5.8),
(29,'2024-09-27 00:00:00',24.7,50.7,0.0,322.7,0.0,0.0),
(29,'2024-09-28 00:00:00',25.5,47.3,1.0,310.7,0.0,7.7),
(29,'2024-09-29 00:00:00',23.6,46.1,0.6,262.2,0.0,9.0),
(29,'2024-09-30 00:00:00',25.3,42.2,0.2,319.5,0.0,5.5),
(29,'2024-10-01 00:00:00',24.8,54.4,0.1,263.8,0.0,7.5),
(29,'2024-10-02 00:00:00',25.6,46.0,1.0,322.7,0.0,10.1),
(29,'2024-10-03 00:00:00',27.9,44.9,6.4,233.2,13.4,11.5),
(29,'2024-10-04 00:00:00',29.3,43.6,3.8,209.7,13.4,3.2),
(29,'2024-10-05 00:00:00',25.3,50.9,0.5,341.8,0.0,4.8),
(29,'2024-10-06 00:00:00',24.2,48.9,8.4,205.4,13.4,11.0),
(29,'2024-10-07 00:00:00',25.1,48.7,1.0,265.1,0.0,10.4),
(29,'2024-10-08 00:00:00',23.8,43.7,8.2,225.2,13.4,13.4),
(29,'2024-10-09 00:00:00',21.3,50.5,0.0,270.1,0.0,13.2),
(29,'2024-10-10 00:00:00',24.0,43.7,0.7,297.2,0.0,17.7),
(29,'2024-10-11 00:00:00',25.9,47.8,6.7,236.3,13.4,6.8),
(29,'2024-10-12 00:00:00',21.3,46.2,0.7,301.0,0.0,14.3),
(29,'2024-10-13 00:00:00',22.0,36.6,0.7,283.3,0.0,4.3),
(29,'2024-10-14 00:00:00',22.7,58.7,5.4,187.4,13.4,17.6),
(29,'2024-10-15 00:00:00',24.3,49.6,1.3,284.0,0.0,9.8),
(29,'2024-10-16 00:00:00',27.8,47.0,4.9,231.2,13.4,10.2),
(29,'2024-10-17 00:00:00',22.0,47.7,1.2,250.8,0.0,12.0),
(29,'2024-10-18 00:00:00',23.6,57.7,0.1,316.3,0.0,2.6),
(29,'2024-10-19 00:00:00',23.3,51.9,0.7,277.7,0.0,3.7),
(29,'2024-10-20 00:00:00',22.7,46.9,0.6,284.1,0.0,8.5),
(29,'2024-10-21 00:00:00',23.1,40.3,0.7,283.0,0.0,9.4),
(29,'2024-10-22 00:00:00',22.2,41.0,0.1,246.1,0.0,16.3),
(29,'2024-10-23 00:00:00',27.9,33.2,8.8,227.4,13.4,4.2),
(29,'2024-10-24 00:00:00',24.2,41.5,0.4,260.5,0.0,14.2),
(29,'2024-10-25 00:00:00',22.0,47.5,0.4,236.7,0.0,6.9),
(29,'2024-10-26 00:00:00',24.9,47.0,0.6,218.0,0.0,6.9),
(29,'2024-10-27 00:00:00',23.1,46.7,0.7,247.2,0.0,7.3),
(29,'2024-10-28 00:00:00',22.7,39.6,6.6,216.2,13.4,6.8),
(29,'2024-10-29 00:00:00',22.1,45.8,0.9,242.9,0.0,9.9),
(29,'2024-10-30 00:00:00',21.9,47.2,0.6,235.9,0.0,6.4),
(29,'2024-10-31 00:00:00',20.1,28.6,0.1,239.1,0.0,2.4);

INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(1,'2024-04-01 00:00:00',10,24.0,20.0,0.79,80.1,13.0,131.9,212.7),
(1,'2024-04-02 00:00:00',10,31.04,19.3,1.01,70.4,17.7,129.6,247.6),
(1,'2024-04-03 00:00:00',10,29.59,20.3,0.98,71.5,16.7,112.7,218.9),
(1,'2024-04-04 00:00:00',10,33.6,21.4,1.04,70.5,11.7,166.3,238.5),
(1,'2024-04-05 00:00:00',10,31.2,18.6,1.54,73.6,19.2,152.4,217.7),
(1,'2024-04-06 00:00:00',10,30.09,17.2,0.86,65.3,16.9,151.5,223.1),
(1,'2024-04-07 00:00:00',10,33.6,21.1,1.09,56.0,11.7,154.5,204.1),
(1,'2024-04-08 00:00:00',10,33.6,18.2,1.25,65.3,20.5,148.7,214.6),
(1,'2024-04-09 00:00:00',10,33.6,20.0,1.01,70.3,22.3,136.3,222.5),
(1,'2024-04-10 00:00:00',10,30.91,20.2,1.57,61.4,22.5,137.5,239.0),
(1,'2024-04-11 00:00:00',10,29.73,21.2,0.89,65.4,19.1,133.6,222.7),
(1,'2024-04-12 00:00:00',10,29.21,20.4,1.07,62.8,18.1,179.5,236.6),
(1,'2024-04-13 00:00:00',10,27.77,20.0,0.79,73.8,22.0,148.3,227.7),
(1,'2024-04-14 00:00:00',10,26.58,22.4,0.9,70.0,23.0,133.0,239.5),
(1,'2024-04-15 00:00:00',10,33.6,20.0,1.05,69.5,21.4,147.0,219.3),
(1,'2024-04-16 00:00:00',10,31.77,20.6,1.2,69.4,15.2,124.8,248.7),
(1,'2024-04-17 00:00:00',10,30.26,21.1,1.07,66.1,18.6,162.6,214.2),
(1,'2024-04-18 00:00:00',10,28.13,19.2,1.3,67.2,19.3,130.1,210.8),
(1,'2024-04-19 00:00:00',10,27.09,21.4,0.97,60.3,12.6,147.5,205.5),
(1,'2024-04-20 00:00:00',10,25.78,20.3,0.91,55.3,19.4,156.0,248.0),
(1,'2024-04-21 00:00:00',10,24.12,21.3,1.67,67.0,24.8,145.8,229.8),
(1,'2024-04-22 00:00:00',10,30.98,20.8,1.09,67.9,19.9,141.4,216.0),
(1,'2024-04-23 00:00:00',10,29.43,21.2,0.81,72.3,22.4,140.2,235.0),
(1,'2024-04-24 00:00:00',10,27.96,20.7,0.82,74.1,18.5,139.2,228.3),
(1,'2024-04-25 00:00:00',10,26.94,20.2,0.75,74.1,17.8,131.3,243.6),
(1,'2024-04-26 00:00:00',10,33.2,21.6,1.22,61.3,19.1,133.3,201.4),
(1,'2024-04-27 00:00:00',10,33.6,20.9,0.9,64.5,15.6,162.2,216.8),
(1,'2024-04-28 00:00:00',10,33.6,22.6,1.02,68.7,15.1,138.4,214.4),
(1,'2024-04-29 00:00:00',10,31.49,21.7,0.97,78.9,21.8,128.2,196.3),
(1,'2024-04-30 00:00:00',10,30.97,21.1,1.17,73.7,22.1,132.3,232.7),
(1,'2024-05-01 00:00:00',10,30.05,23.2,0.78,71.8,15.0,156.5,216.8),
(1,'2024-05-02 00:00:00',10,28.82,20.6,0.72,64.3,20.9,150.1,228.9),
(1,'2024-05-03 00:00:00',10,27.18,20.2,1.05,61.8,17.7,148.4,248.3),
(1,'2024-05-04 00:00:00',10,25.71,20.8,1.14,70.2,19.0,136.1,215.8),
(1,'2024-05-05 00:00:00',10,32.47,21.5,1.07,60.7,19.4,148.6,214.9),
(1,'2024-05-06 00:00:00',10,30.99,21.4,0.79,65.1,21.0,130.3,221.4),
(1,'2024-05-07 00:00:00',10,29.66,21.4,1.16,65.7,18.2,136.1,231.8),
(1,'2024-05-08 00:00:00',10,33.6,19.8,0.8,74.2,22.2,154.5,213.2),
(1,'2024-05-09 00:00:00',10,31.7,20.5,0.86,64.5,18.9,153.1,212.4),
(1,'2024-05-10 00:00:00',10,29.8,21.9,0.75,54.1,19.9,125.3,232.7),
(1,'2024-05-11 00:00:00',10,33.6,22.1,1.31,68.8,15.5,127.2,224.5),
(1,'2024-05-12 00:00:00',10,32.1,23.7,1.15,62.8,24.5,141.6,195.5),
(1,'2024-05-13 00:00:00',10,30.24,21.3,1.14,66.5,19.4,165.9,205.3),
(1,'2024-05-14 00:00:00',10,28.85,22.4,1.3,65.8,20.1,111.3,238.0),
(1,'2024-05-15 00:00:00',10,27.21,21.1,1.69,64.9,13.2,144.2,224.8),
(1,'2024-05-16 00:00:00',10,25.93,21.9,0.56,70.2,15.5,119.4,210.9),
(1,'2024-05-17 00:00:00',10,24.44,23.1,0.81,58.6,21.7,130.5,218.0),
(1,'2024-05-18 00:00:00',10,23.71,21.8,0.84,63.7,18.9,134.5,220.2),
(1,'2024-05-19 00:00:00',10,22.57,23.4,0.78,69.7,12.3,133.7,228.8),
(1,'2024-05-20 00:00:00',10,20.73,21.6,0.72,63.2,21.1,132.0,203.7),
(1,'2024-05-21 00:00:00',10,19.67,22.4,0.92,58.2,16.4,140.1,209.9),
(1,'2024-05-22 00:00:00',10,18.01,22.6,0.69,69.6,22.2,132.0,223.3),
(1,'2024-05-23 00:00:00',10,16.52,21.0,1.08,71.9,17.7,118.1,218.8),
(1,'2024-05-24 00:00:00',10,15.34,21.7,1.01,66.0,18.6,151.7,226.9),
(1,'2024-05-25 00:00:00',10,13.83,21.8,1.11,56.4,21.5,151.3,205.2),
(1,'2024-05-26 00:00:00',10,12.89,21.7,1.12,69.8,15.3,152.6,224.3),
(1,'2024-05-27 00:00:00',10,11.27,21.8,1.15,58.0,15.0,116.9,233.1),
(1,'2024-05-28 00:00:00',10,9.64,24.3,0.9,67.8,17.4,144.5,225.8),
(1,'2024-05-29 00:00:00',10,8.64,21.9,1.53,61.8,20.5,150.1,221.7),
(1,'2024-05-30 00:00:00',10,8.64,23.5,1.05,60.5,14.0,124.5,218.8),
(1,'2024-05-31 00:00:00',10,8.64,20.7,0.53,64.0,13.0,140.1,210.0),
(1,'2024-06-01 00:00:00',10,8.64,22.8,0.75,65.3,20.5,138.3,219.1),
(1,'2024-06-02 00:00:00',10,10.92,22.8,0.56,63.0,16.2,167.6,235.1),
(1,'2024-06-03 00:00:00',10,13.41,23.2,1.0,69.2,16.8,168.9,218.6),
(1,'2024-06-04 00:00:00',10,11.63,23.6,0.96,64.0,12.4,115.0,209.3),
(1,'2024-06-05 00:00:00',10,13.23,24.6,0.88,71.2,16.0,177.4,214.1),
(1,'2024-06-06 00:00:00',10,11.43,21.7,1.5,67.7,18.0,126.3,222.4),
(1,'2024-06-07 00:00:00',10,9.8,22.9,1.13,62.8,20.8,154.7,215.5),
(1,'2024-06-08 00:00:00',10,11.1,22.6,1.18,61.9,15.7,154.6,225.8),
(1,'2024-06-09 00:00:00',10,9.35,22.9,0.76,58.0,23.0,125.1,226.3),
(1,'2024-06-10 00:00:00',10,8.64,22.6,0.74,67.7,15.9,147.4,230.7),
(1,'2024-06-11 00:00:00',10,10.23,22.2,1.0,64.5,16.0,138.4,237.1),
(1,'2024-06-12 00:00:00',10,8.64,22.2,1.04,54.4,22.6,148.3,232.0),
(1,'2024-06-13 00:00:00',10,8.64,23.2,0.53,63.6,18.6,143.5,208.8),
(1,'2024-06-14 00:00:00',10,8.64,23.3,0.95,61.7,16.3,157.9,209.2),
(1,'2024-06-15 00:00:00',10,11.32,23.6,1.0,74.1,17.5,141.1,219.1),
(1,'2024-06-16 00:00:00',10,9.81,22.3,0.94,57.7,22.1,137.5,214.6),
(1,'2024-06-17 00:00:00',10,11.41,23.2,0.79,59.0,22.4,156.4,206.3),
(1,'2024-06-18 00:00:00',10,9.52,24.0,0.86,71.8,15.5,148.7,214.7),
(1,'2024-06-19 00:00:00',10,8.86,22.4,0.95,73.0,17.9,151.0,214.3),
(1,'2024-06-20 00:00:00',10,8.64,23.2,1.02,62.5,18.3,130.0,211.9),
(1,'2024-06-21 00:00:00',10,8.64,21.8,1.15,63.1,15.0,124.3,216.2),
(1,'2024-06-22 00:00:00',10,8.64,23.2,1.27,69.3,17.8,131.5,234.1),
(1,'2024-06-23 00:00:00',10,8.64,23.3,0.92,54.6,18.0,130.7,222.4),
(1,'2024-06-24 00:00:00',10,8.64,22.3,0.88,56.9,21.4,151.8,249.7),
(1,'2024-06-25 00:00:00',10,8.64,24.4,1.11,64.8,21.6,154.6,222.0),
(1,'2024-06-26 00:00:00',10,8.64,23.0,1.15,74.0,17.0,137.7,216.5),
(1,'2024-06-27 00:00:00',10,10.25,23.6,0.89,64.1,17.4,161.5,220.0),
(1,'2024-06-28 00:00:00',10,10.83,24.1,1.19,66.8,20.0,160.5,223.1),
(1,'2024-06-29 00:00:00',10,9.06,23.8,1.24,71.9,16.2,143.7,225.2),
(1,'2024-06-30 00:00:00',10,10.88,23.8,1.32,76.8,19.8,127.7,244.9),
(1,'2024-07-01 00:00:00',10,12.94,24.7,1.44,63.4,17.7,163.6,209.9),
(1,'2024-07-02 00:00:00',10,12.04,22.8,0.78,66.2,15.1,139.1,230.3),
(1,'2024-07-03 00:00:00',10,10.04,23.0,1.0,75.4,15.1,141.9,222.5),
(1,'2024-07-04 00:00:00',10,8.86,22.1,1.0,58.6,22.3,134.9,201.1),
(1,'2024-07-05 00:00:00',10,8.64,22.2,0.97,71.4,17.5,126.7,229.2),
(1,'2024-07-06 00:00:00',10,8.64,21.4,0.83,61.2,22.9,118.0,235.2),
(1,'2024-07-07 00:00:00',10,10.25,23.2,0.62,66.8,16.5,149.5,209.7),
(1,'2024-07-08 00:00:00',10,8.98,23.9,1.02,65.0,18.9,128.2,219.9),
(1,'2024-07-09 00:00:00',10,8.64,22.0,0.8,61.5,25.2,185.9,199.3),
(1,'2024-07-10 00:00:00',10,9.48,23.9,1.02,61.3,14.8,123.7,204.9),
(1,'2024-07-11 00:00:00',10,8.64,25.3,0.8,67.6,12.3,121.1,232.6),
(1,'2024-07-12 00:00:00',10,8.64,22.5,0.72,71.2,21.9,147.7,214.4),
(1,'2024-07-13 00:00:00',10,8.64,25.4,1.05,65.6,15.5,162.9,206.7),
(1,'2024-07-14 00:00:00',10,10.02,23.1,1.03,66.6,17.9,141.0,222.8),
(1,'2024-07-15 00:00:00',10,11.42,23.4,1.14,69.1,16.2,148.6,213.7),
(1,'2024-07-16 00:00:00',10,10.07,23.6,1.54,61.4,18.8,112.3,214.4),
(1,'2024-07-17 00:00:00',10,11.83,23.4,1.06,69.9,15.1,129.8,228.9),
(1,'2024-07-18 00:00:00',10,13.23,24.5,1.11,70.3,17.5,123.9,206.1),
(1,'2024-07-19 00:00:00',10,11.76,21.6,0.72,79.3,19.3,111.6,209.1),
(1,'2024-07-20 00:00:00',10,10.41,24.5,0.67,64.4,15.0,141.8,221.8),
(1,'2024-07-21 00:00:00',10,8.64,24.2,1.39,64.0,15.9,106.4,231.6),
(1,'2024-07-22 00:00:00',10,8.64,23.1,0.76,70.1,17.0,120.2,234.9),
(1,'2024-07-23 00:00:00',10,10.27,21.8,0.73,70.3,13.7,131.9,212.0),
(1,'2024-07-24 00:00:00',10,11.85,23.8,0.98,63.6,16.7,127.5,231.2),
(1,'2024-07-25 00:00:00',10,10.88,23.1,0.97,64.2,18.4,145.9,210.6),
(1,'2024-07-26 00:00:00',10,8.72,23.1,0.77,69.0,16.8,144.6,241.9),
(1,'2024-07-27 00:00:00',10,8.64,22.8,0.92,62.1,17.2,153.4,206.4),
(1,'2024-07-28 00:00:00',10,8.64,25.6,1.3,64.2,17.9,151.3,235.9),
(1,'2024-07-29 00:00:00',10,8.64,21.9,0.79,66.7,16.0,157.1,212.1),
(1,'2024-07-30 00:00:00',10,10.32,22.8,0.64,71.2,20.1,140.0,244.2),
(1,'2024-07-31 00:00:00',10,8.76,23.6,1.23,63.2,22.3,144.6,227.1),
(1,'2024-08-01 00:00:00',10,8.64,24.7,1.12,57.0,16.6,147.7,207.8),
(1,'2024-08-02 00:00:00',10,8.64,24.7,0.84,56.7,19.5,142.1,213.7),
(1,'2024-08-03 00:00:00',10,8.64,24.9,0.6,60.0,17.3,134.0,229.4),
(1,'2024-08-04 00:00:00',10,8.64,23.8,0.81,59.7,19.1,135.0,232.6),
(1,'2024-08-05 00:00:00',10,8.64,25.2,0.98,65.5,22.7,127.7,219.2),
(1,'2024-08-06 00:00:00',10,8.64,22.9,1.29,60.3,19.5,146.3,220.5),
(1,'2024-08-07 00:00:00',10,8.64,22.7,0.74,62.7,12.7,138.6,229.1),
(1,'2024-08-08 00:00:00',10,8.64,23.3,0.97,62.4,19.4,130.1,221.6),
(1,'2024-08-09 00:00:00',10,8.64,22.6,1.16,64.0,21.7,130.1,204.5),
(1,'2024-08-10 00:00:00',10,8.64,22.4,0.4,72.9,17.3,121.8,210.2),
(1,'2024-08-11 00:00:00',10,8.64,24.8,1.26,69.6,21.0,154.7,222.8),
(1,'2024-08-12 00:00:00',10,8.64,23.7,0.7,66.3,15.9,141.2,234.6),
(1,'2024-08-13 00:00:00',10,8.64,23.2,1.08,63.9,13.5,127.1,239.4),
(1,'2024-08-14 00:00:00',10,10.17,22.1,1.06,64.1,18.4,152.1,229.4),
(1,'2024-08-15 00:00:00',10,9.09,23.0,1.27,67.9,12.7,131.6,223.4),
(1,'2024-08-16 00:00:00',10,8.64,23.7,1.14,69.2,17.3,118.9,229.0),
(1,'2024-08-17 00:00:00',10,8.64,25.9,0.4,61.7,21.9,155.3,212.0),
(1,'2024-08-18 00:00:00',10,10.25,26.7,0.8,66.4,12.3,131.9,218.2),
(1,'2024-08-19 00:00:00',10,9.1,23.9,1.03,56.1,14.2,133.9,210.1),
(1,'2024-08-20 00:00:00',10,10.75,21.8,0.95,67.3,14.9,140.6,205.0),
(1,'2024-08-21 00:00:00',10,12.51,21.8,1.11,70.1,17.8,157.1,224.0),
(1,'2024-08-22 00:00:00',10,11.04,22.9,1.19,64.8,16.9,140.3,222.2),
(1,'2024-08-23 00:00:00',10,10.3,23.3,1.15,75.3,22.2,122.0,228.3),
(1,'2024-08-24 00:00:00',10,8.64,24.7,0.94,61.8,20.9,148.2,226.6),
(1,'2024-08-25 00:00:00',10,8.64,23.0,0.54,67.3,19.5,132.7,222.9),
(1,'2024-08-26 00:00:00',10,10.23,23.5,0.88,66.1,18.4,168.3,226.7),
(1,'2024-08-27 00:00:00',10,12.12,24.0,1.1,65.7,19.2,140.0,219.5),
(1,'2024-08-28 00:00:00',10,10.15,22.4,0.72,65.7,15.4,106.5,225.0),
(1,'2024-08-29 00:00:00',10,8.64,22.7,1.15,66.8,20.6,145.4,211.3),
(1,'2024-08-30 00:00:00',10,8.64,21.5,1.22,70.5,14.7,169.2,224.4),
(1,'2024-08-31 00:00:00',10,8.64,20.7,1.03,73.1,20.5,163.6,228.0),
(1,'2024-09-01 00:00:00',10,8.64,23.7,0.23,66.2,21.6,167.5,212.0),
(1,'2024-09-02 00:00:00',10,8.64,23.2,0.68,70.3,18.6,124.7,220.6),
(1,'2024-09-03 00:00:00',10,8.64,25.1,1.47,62.7,17.5,153.7,212.5),
(1,'2024-09-04 00:00:00',10,8.64,23.0,0.86,70.1,19.2,129.2,213.7),
(1,'2024-09-05 00:00:00',10,8.64,24.0,0.5,62.4,9.4,143.4,206.5),
(1,'2024-09-06 00:00:00',10,8.64,23.1,1.31,71.7,18.9,120.9,235.2),
(1,'2024-09-07 00:00:00',10,8.64,21.8,1.0,77.3,17.7,130.3,232.8),
(1,'2024-09-08 00:00:00',10,10.47,22.3,1.27,65.6,17.8,129.9,226.4),
(1,'2024-09-09 00:00:00',10,8.88,22.1,1.07,55.3,20.1,153.5,243.7),
(1,'2024-09-10 00:00:00',10,8.64,24.8,1.11,63.5,17.8,152.0,217.7),
(1,'2024-09-11 00:00:00',10,8.64,21.2,1.09,72.4,14.6,144.2,256.4),
(1,'2024-09-12 00:00:00',10,8.64,22.5,1.17,69.0,17.6,119.7,217.3),
(1,'2024-09-13 00:00:00',10,8.64,21.8,1.57,67.5,18.2,135.3,223.1),
(1,'2024-09-14 00:00:00',10,8.64,23.8,1.24,71.3,18.3,128.8,215.2),
(1,'2024-09-15 00:00:00',10,8.64,22.4,0.61,68.7,18.5,153.0,224.5),
(1,'2024-09-16 00:00:00',10,8.64,22.6,1.11,72.3,21.1,157.7,230.0),
(1,'2024-09-17 00:00:00',10,8.64,22.7,1.29,70.8,14.7,155.8,218.6),
(1,'2024-09-18 00:00:00',10,8.64,20.7,1.3,73.9,18.5,128.7,241.3),
(1,'2024-09-19 00:00:00',10,10.29,22.5,0.89,68.0,21.9,98.9,222.9),
(1,'2024-09-20 00:00:00',10,11.84,22.4,1.29,70.8,12.8,113.5,223.2),
(1,'2024-09-21 00:00:00',10,10.84,21.5,1.23,64.7,18.5,161.3,209.1),
(1,'2024-09-22 00:00:00',10,9.41,20.6,1.64,63.2,16.2,134.0,225.0),
(1,'2024-09-23 00:00:00',10,8.64,22.7,0.81,74.8,16.9,128.7,218.4),
(1,'2024-09-24 00:00:00',10,8.64,24.6,0.88,67.3,15.3,164.6,212.7),
(1,'2024-09-25 00:00:00',10,8.64,23.0,0.93,70.3,17.5,159.0,210.7),
(1,'2024-09-26 00:00:00',10,8.64,22.2,0.88,66.9,23.5,140.4,252.1),
(1,'2024-09-27 00:00:00',10,8.64,22.3,0.78,63.3,14.2,135.6,216.8),
(1,'2024-09-28 00:00:00',10,9.78,23.2,0.31,66.3,14.5,138.0,202.5),
(1,'2024-09-29 00:00:00',10,8.64,22.7,0.89,73.4,14.1,143.4,211.6),
(1,'2024-09-30 00:00:00',10,8.64,21.9,1.1,69.0,23.2,164.0,219.4),
(1,'2024-10-01 00:00:00',10,8.64,23.6,0.88,57.7,16.6,146.3,226.6),
(1,'2024-10-02 00:00:00',10,8.64,22.6,1.49,65.2,17.9,150.9,226.7),
(1,'2024-10-03 00:00:00',10,9.56,24.1,1.01,75.2,16.8,157.5,228.1),
(1,'2024-10-04 00:00:00',10,8.64,22.3,1.33,65.2,15.2,122.5,212.3),
(1,'2024-10-05 00:00:00',10,10.9,21.2,1.07,57.2,17.3,151.3,224.1),
(1,'2024-10-06 00:00:00',10,12.43,21.1,1.21,75.7,25.4,135.6,209.5),
(1,'2024-10-07 00:00:00',10,11.1,23.1,1.07,69.7,22.2,102.3,212.6),
(1,'2024-10-08 00:00:00',10,8.93,22.5,1.34,65.9,15.4,108.1,209.0),
(1,'2024-10-09 00:00:00',10,8.64,22.6,1.02,64.4,19.9,124.7,205.7),
(1,'2024-10-10 00:00:00',10,8.64,21.6,1.13,71.7,15.5,148.0,232.8),
(1,'2024-10-11 00:00:00',10,8.64,22.2,1.09,63.5,12.7,141.7,228.3),
(1,'2024-10-12 00:00:00',10,8.64,20.2,0.93,72.0,21.1,142.8,231.7),
(1,'2024-10-13 00:00:00',10,10.55,21.2,1.1,69.0,21.5,169.3,220.5),
(1,'2024-10-14 00:00:00',10,12.59,22.1,1.56,67.5,21.1,121.0,229.3),
(1,'2024-10-15 00:00:00',10,11.01,20.8,0.93,67.0,16.6,139.6,198.9),
(1,'2024-10-16 00:00:00',10,9.26,22.4,1.11,65.4,17.5,144.6,230.4),
(1,'2024-10-17 00:00:00',10,10.07,20.7,1.32,71.5,20.2,129.0,222.1),
(1,'2024-10-18 00:00:00',10,8.67,21.3,1.29,61.9,19.2,140.4,227.5),
(1,'2024-10-19 00:00:00',10,8.64,22.9,1.01,58.1,16.8,116.0,224.6),
(1,'2024-10-20 00:00:00',10,9.69,21.7,0.41,69.3,13.1,161.1,208.2),
(1,'2024-10-21 00:00:00',10,8.64,22.2,1.13,69.4,18.3,129.8,202.0),
(1,'2024-10-22 00:00:00',10,8.64,19.8,0.45,68.7,21.2,170.5,211.5),
(1,'2024-10-23 00:00:00',10,8.64,21.3,1.37,68.3,14.4,139.5,226.8),
(1,'2024-10-24 00:00:00',10,10.13,20.6,1.04,64.6,19.9,155.4,228.3),
(1,'2024-10-25 00:00:00',10,9.34,19.7,1.25,70.2,19.0,139.2,203.6),
(1,'2024-10-26 00:00:00',10,8.64,20.2,0.78,66.0,20.3,139.5,208.2),
(1,'2024-10-27 00:00:00',10,8.64,20.7,0.61,63.8,20.6,131.2,211.3),
(1,'2024-10-28 00:00:00',10,8.64,22.0,1.07,64.7,15.9,141.8,215.7),
(1,'2024-10-29 00:00:00',10,8.64,20.1,0.99,76.4,13.1,144.8,203.7),
(1,'2024-10-30 00:00:00',10,8.64,21.2,0.88,57.6,16.4,128.2,202.9),
(1,'2024-10-31 00:00:00',10,10.41,20.3,1.02,68.7,20.7,138.1,210.1),
(2,'2024-04-01 00:00:00',30,24.0,19.1,0.92,62.4,16.3,156.8,226.2),
(2,'2024-04-02 00:00:00',30,28.25,19.4,1.07,73.4,17.5,133.0,223.1),
(2,'2024-04-03 00:00:00',30,27.02,21.2,0.83,67.7,18.2,153.0,213.8),
(2,'2024-04-04 00:00:00',30,31.14,20.6,0.77,69.1,20.7,129.9,229.1),
(2,'2024-04-05 00:00:00',30,30.86,18.5,1.25,65.6,17.7,132.8,224.7),
(2,'2024-04-06 00:00:00',30,29.63,17.6,0.97,64.7,19.2,128.0,222.6),
(2,'2024-04-07 00:00:00',30,33.6,18.7,1.49,65.4,16.4,145.1,219.5),
(2,'2024-04-08 00:00:00',30,33.6,19.7,1.0,59.3,19.7,157.4,225.2),
(2,'2024-04-09 00:00:00',30,33.6,19.7,0.76,65.8,19.1,137.2,222.8),
(2,'2024-04-10 00:00:00',30,32.1,18.7,1.29,67.7,20.6,120.9,220.7),
(2,'2024-04-11 00:00:00',30,31.76,20.5,1.15,75.5,20.1,123.8,212.3),
(2,'2024-04-12 00:00:00',30,30.87,20.5,1.17,66.7,19.8,145.9,240.3),
(2,'2024-04-13 00:00:00',30,30.56,20.6,1.29,54.6,17.7,167.7,207.4),
(2,'2024-04-14 00:00:00',30,29.95,20.8,0.83,65.8,18.7,145.9,225.1),
(2,'2024-04-15 00:00:00',30,33.6,21.1,0.96,79.9,21.2,134.2,216.2),
(2,'2024-04-16 00:00:00',30,32.51,19.6,0.95,70.6,16.0,151.5,241.1),
(2,'2024-04-17 00:00:00',30,31.7,20.3,0.67,62.2,16.1,136.4,209.2),
(2,'2024-04-18 00:00:00',30,31.38,20.2,0.92,69.2,18.5,134.3,211.2),
(2,'2024-04-19 00:00:00',30,30.38,20.2,1.32,62.5,19.2,125.6,208.4),
(2,'2024-04-20 00:00:00',30,29.64,21.9,1.05,59.5,15.5,161.1,223.9),
(2,'2024-04-21 00:00:00',30,28.86,20.3,0.65,64.5,17.8,101.9,203.5),
(2,'2024-04-22 00:00:00',30,33.32,20.1,0.6,66.7,17.7,152.0,214.3),
(2,'2024-04-23 00:00:00',30,31.67,21.4,1.41,56.9,11.4,133.0,194.2),
(2,'2024-04-24 00:00:00',30,31.32,21.4,0.97,60.5,17.3,133.8,222.9),
(2,'2024-04-25 00:00:00',30,30.75,20.6,0.83,66.3,17.5,165.4,214.0),
(2,'2024-04-26 00:00:00',30,33.6,19.2,0.92,64.2,17.5,129.3,202.1),
(2,'2024-04-27 00:00:00',30,33.6,21.6,0.62,68.2,22.2,129.8,233.0),
(2,'2024-04-28 00:00:00',30,33.6,20.5,1.34,60.2,14.4,138.0,204.3),
(2,'2024-04-29 00:00:00',30,32.68,20.8,0.89,69.8,15.5,146.2,229.6),
(2,'2024-04-30 00:00:00',30,32.24,20.0,1.33,60.3,10.2,133.4,211.6),
(2,'2024-05-01 00:00:00',30,31.37,22.2,1.0,74.5,16.6,116.4,239.2),
(2,'2024-05-02 00:00:00',30,29.95,19.9,1.35,57.7,16.8,127.0,229.0),
(2,'2024-05-03 00:00:00',30,28.45,20.3,1.05,60.8,16.5,159.2,207.9),
(2,'2024-05-04 00:00:00',30,27.8,19.9,1.2,68.3,21.3,141.1,209.0),
(2,'2024-05-05 00:00:00',30,31.69,22.2,1.17,74.6,20.6,146.8,227.3),
(2,'2024-05-06 00:00:00',30,30.52,22.6,1.14,67.8,18.2,136.1,216.9),
(2,'2024-05-07 00:00:00',30,29.72,20.7,1.08,69.1,16.9,130.1,218.0),
(2,'2024-05-08 00:00:00',30,33.6,20.3,0.93,66.3,21.1,165.2,235.3),
(2,'2024-05-09 00:00:00',30,31.71,20.0,1.47,61.1,17.9,137.2,211.0),
(2,'2024-05-10 00:00:00',30,30.74,21.9,0.76,63.8,15.5,133.3,221.1),
(2,'2024-05-11 00:00:00',30,33.6,21.1,0.99,60.2,12.9,156.4,231.5),
(2,'2024-05-12 00:00:00',30,31.83,21.0,0.99,59.9,16.7,129.2,229.7),
(2,'2024-05-13 00:00:00',30,31.41,21.1,1.09,68.3,20.3,131.1,218.1),
(2,'2024-05-14 00:00:00',30,30.43,20.7,0.88,60.6,24.8,140.2,216.5),
(2,'2024-05-15 00:00:00',30,29.86,21.0,1.07,67.8,18.2,140.0,199.1),
(2,'2024-05-16 00:00:00',30,29.51,20.2,0.95,59.7,15.7,143.9,207.3),
(2,'2024-05-17 00:00:00',30,29.0,21.9,0.6,67.7,14.4,171.4,223.8),
(2,'2024-05-18 00:00:00',30,28.57,22.3,0.99,63.8,19.7,145.0,218.3),
(2,'2024-05-19 00:00:00',30,27.31,21.9,0.72,73.3,12.7,104.3,220.9),
(2,'2024-05-20 00:00:00',30,26.96,22.0,0.56,67.9,19.7,144.9,232.5),
(2,'2024-05-21 00:00:00',30,25.82,20.8,1.03,72.4,20.5,140.6,205.8),
(2,'2024-05-22 00:00:00',30,25.12,21.7,1.11,62.5,19.3,140.7,217.2),
(2,'2024-05-23 00:00:00',30,24.47,19.7,1.12,66.5,17.3,143.7,222.3),
(2,'2024-05-24 00:00:00',30,23.87,20.8,1.14,61.3,19.7,139.6,211.6),
(2,'2024-05-25 00:00:00',30,23.23,21.4,0.51,64.2,18.5,139.2,237.2),
(2,'2024-05-26 00:00:00',30,22.11,20.9,0.65,64.9,15.7,149.2,230.9),
(2,'2024-05-27 00:00:00',30,20.78,20.2,1.49,62.6,23.6,131.9,223.5),
(2,'2024-05-28 00:00:00',30,20.3,21.4,0.73,60.2,16.9,125.8,241.5),
(2,'2024-05-29 00:00:00',30,19.6,19.9,1.15,59.2,20.3,185.4,202.0),
(2,'2024-05-30 00:00:00',30,19.24,22.2,0.82,54.6,10.7,129.3,219.9),
(2,'2024-05-31 00:00:00',30,18.46,21.5,1.02,61.0,21.8,141.5,224.4),
(2,'2024-06-01 00:00:00',30,17.1,22.0,0.84,69.4,22.4,117.6,209.0),
(2,'2024-06-02 00:00:00',30,18.48,20.3,1.14,58.3,18.1,141.7,223.6),
(2,'2024-06-03 00:00:00',30,19.32,22.6,1.03,59.4,19.7,126.0,206.7),
(2,'2024-06-04 00:00:00',30,18.64,22.4,0.88,75.2,19.7,133.4,228.3),
(2,'2024-06-05 00:00:00',30,19.35,21.0,0.73,63.1,16.1,155.7,232.7),
(2,'2024-06-06 00:00:00',30,19.21,21.1,1.06,67.9,19.6,147.1,223.3),
(2,'2024-06-07 00:00:00',30,18.07,21.8,0.69,69.5,15.6,148.5,197.8),
(2,'2024-06-08 00:00:00',30,18.91,22.4,1.1,69.6,16.2,113.4,208.4),
(2,'2024-06-09 00:00:00',30,18.15,20.6,1.65,58.6,21.4,167.6,226.8),
(2,'2024-06-10 00:00:00',30,16.94,21.1,1.33,65.1,20.9,122.1,220.3),
(2,'2024-06-11 00:00:00',30,18.09,19.6,1.17,58.2,15.9,162.9,187.7),
(2,'2024-06-12 00:00:00',30,17.95,20.9,0.97,78.5,15.8,155.3,234.9),
(2,'2024-06-13 00:00:00',30,16.93,22.6,0.51,58.3,16.1,148.7,221.6),
(2,'2024-06-14 00:00:00',30,16.28,21.7,0.66,61.0,20.2,127.2,210.2),
(2,'2024-06-15 00:00:00',30,16.15,21.7,1.31,61.0,15.0,142.3,231.9),
(2,'2024-06-16 00:00:00',30,15.33,21.9,0.8,58.8,19.1,132.9,211.9),
(2,'2024-06-17 00:00:00',30,16.19,22.3,0.82,73.0,20.2,140.4,211.7),
(2,'2024-06-18 00:00:00',30,15.03,22.9,0.95,78.4,17.7,136.3,224.3),
(2,'2024-06-19 00:00:00',30,14.66,22.0,0.73,63.9,21.0,109.4,241.4),
(2,'2024-06-20 00:00:00',30,13.71,22.6,0.69,59.6,17.1,156.8,239.5),
(2,'2024-06-21 00:00:00',30,12.84,21.7,0.98,55.1,17.4,138.8,224.3),
(2,'2024-06-22 00:00:00',30,11.88,21.7,0.77,65.0,15.1,132.7,225.5),
(2,'2024-06-23 00:00:00',30,10.31,21.6,0.81,64.7,21.1,131.6,229.5),
(2,'2024-06-24 00:00:00',30,9.07,20.9,0.8,63.0,15.7,145.4,204.9),
(2,'2024-06-25 00:00:00',30,8.64,21.4,1.13,67.4,19.0,126.6,227.7),
(2,'2024-06-26 00:00:00',30,8.64,20.9,0.94,68.2,17.8,106.2,211.2),
(2,'2024-06-27 00:00:00',30,9.31,21.6,0.95,67.9,14.8,146.1,223.8),
(2,'2024-06-28 00:00:00',30,10.12,22.3,1.14,64.7,16.2,147.8,217.3),
(2,'2024-06-29 00:00:00',30,9.99,23.0,0.96,60.7,22.1,137.0,226.0),
(2,'2024-06-30 00:00:00',30,11.26,22.2,0.92,69.6,18.6,122.8,221.4),
(2,'2024-07-01 00:00:00',30,12.02,22.4,1.11,66.3,15.0,141.3,183.1),
(2,'2024-07-02 00:00:00',30,11.73,22.2,1.16,70.7,18.9,118.0,222.1),
(2,'2024-07-03 00:00:00',30,10.62,21.7,0.96,70.2,17.6,124.6,227.7),
(2,'2024-07-04 00:00:00',30,10.24,21.2,1.01,59.1,28.4,128.7,225.4),
(2,'2024-07-05 00:00:00',30,8.91,20.8,0.8,59.1,18.9,152.7,218.8),
(2,'2024-07-06 00:00:00',30,8.64,21.9,0.78,62.5,16.9,134.6,239.7),
(2,'2024-07-07 00:00:00',30,9.48,21.7,1.19,61.0,22.3,133.3,223.7),
(2,'2024-07-08 00:00:00',30,8.64,21.4,1.11,70.0,12.5,169.3,225.3),
(2,'2024-07-09 00:00:00',30,8.64,21.4,1.11,68.0,18.3,145.3,232.5),
(2,'2024-07-10 00:00:00',30,9.74,22.7,1.06,71.7,24.0,145.1,224.4),
(2,'2024-07-11 00:00:00',30,8.69,22.6,1.01,68.2,17.7,134.5,209.2),
(2,'2024-07-12 00:00:00',30,8.64,22.0,1.17,67.3,12.8,131.1,190.7),
(2,'2024-07-13 00:00:00',30,8.64,22.7,1.23,72.2,16.8,107.2,214.3),
(2,'2024-07-14 00:00:00',30,9.89,20.7,1.22,68.6,22.4,154.5,229.1),
(2,'2024-07-15 00:00:00',30,11.04,22.1,0.97,66.6,19.1,146.7,215.8),
(2,'2024-07-16 00:00:00',30,10.22,20.5,1.34,73.7,15.5,137.3,229.6),
(2,'2024-07-17 00:00:00',30,11.03,21.4,1.05,66.8,15.9,137.9,221.8),
(2,'2024-07-18 00:00:00',30,12.04,23.1,1.15,64.7,16.3,151.0,235.5),
(2,'2024-07-19 00:00:00',30,11.48,21.1,1.06,62.1,19.1,116.7,216.5),
(2,'2024-07-20 00:00:00',30,11.47,22.1,1.05,69.8,22.0,131.2,225.6),
(2,'2024-07-21 00:00:00',30,11.02,22.4,0.81,72.4,21.2,123.0,226.1),
(2,'2024-07-22 00:00:00',30,10.6,21.6,1.17,66.0,19.4,166.6,238.0),
(2,'2024-07-23 00:00:00',30,12.85,21.1,1.7,72.8,14.0,153.1,199.5),
(2,'2024-07-24 00:00:00',30,14.03,22.4,0.9,56.4,14.0,107.0,214.5),
(2,'2024-07-25 00:00:00',30,13.41,21.2,1.01,66.0,19.6,117.3,230.2),
(2,'2024-07-26 00:00:00',30,12.86,22.1,0.88,66.0,14.0,138.0,238.6),
(2,'2024-07-27 00:00:00',30,11.64,21.8,0.87,62.6,17.3,132.9,222.9),
(2,'2024-07-28 00:00:00',30,10.6,22.0,1.38,78.2,18.9,120.1,216.5),
(2,'2024-07-29 00:00:00',30,9.58,21.3,0.82,65.9,14.6,169.2,229.1),
(2,'2024-07-30 00:00:00',30,10.84,22.3,0.87,64.2,14.9,144.7,230.4),
(2,'2024-07-31 00:00:00',30,9.95,22.3,0.6,66.4,17.7,147.1,215.7),
(2,'2024-08-01 00:00:00',30,9.17,21.3,0.8,56.2,19.5,129.6,224.0),
(2,'2024-08-02 00:00:00',30,8.76,21.9,0.57,62.5,21.2,150.8,234.2),
(2,'2024-08-03 00:00:00',30,8.64,22.4,1.15,71.2,19.8,134.3,242.7),
(2,'2024-08-04 00:00:00',30,8.64,23.1,1.69,63.1,18.2,135.7,228.9),
(2,'2024-08-05 00:00:00',30,8.64,22.8,0.9,62.1,15.8,149.2,220.5),
(2,'2024-08-06 00:00:00',30,8.64,22.0,0.58,72.8,14.8,115.6,219.4),
(2,'2024-08-07 00:00:00',30,8.64,21.7,1.22,73.0,16.5,164.0,226.7),
(2,'2024-08-08 00:00:00',30,8.64,21.6,0.81,68.8,19.2,142.7,218.6),
(2,'2024-08-09 00:00:00',30,8.64,20.9,1.32,64.0,19.0,159.2,222.3),
(2,'2024-08-10 00:00:00',30,8.64,21.6,0.93,65.1,11.7,123.9,207.3),
(2,'2024-08-11 00:00:00',30,8.64,22.1,0.84,62.2,15.6,126.2,235.6),
(2,'2024-08-12 00:00:00',30,8.64,22.3,0.95,61.3,21.6,122.6,206.3),
(2,'2024-08-13 00:00:00',30,8.64,20.5,1.19,61.0,18.2,143.8,214.8),
(2,'2024-08-14 00:00:00',30,9.88,21.3,0.94,63.2,13.7,141.0,221.2),
(2,'2024-08-15 00:00:00',30,9.08,22.3,0.87,61.1,25.1,133.0,243.9),
(2,'2024-08-16 00:00:00',30,8.64,22.3,0.95,58.4,17.9,124.8,214.9),
(2,'2024-08-17 00:00:00',30,8.64,23.4,0.68,67.3,19.2,121.0,212.0),
(2,'2024-08-18 00:00:00',30,9.55,23.5,1.1,67.4,19.2,139.3,213.4),
(2,'2024-08-19 00:00:00',30,8.71,21.7,0.55,74.8,16.9,133.0,239.9),
(2,'2024-08-20 00:00:00',30,8.96,22.2,0.89,62.9,15.8,129.7,186.3),
(2,'2024-08-21 00:00:00',30,9.84,21.1,1.19,67.7,24.4,163.2,208.0),
(2,'2024-08-22 00:00:00',30,9.04,21.5,1.07,67.8,21.0,138.8,252.8),
(2,'2024-08-23 00:00:00',30,8.64,21.6,1.14,65.0,20.5,159.1,227.1),
(2,'2024-08-24 00:00:00',30,8.64,21.1,0.98,70.0,19.7,132.0,206.7),
(2,'2024-08-25 00:00:00',30,8.64,20.7,1.29,70.1,15.0,143.7,219.5),
(2,'2024-08-26 00:00:00',30,9.2,22.3,1.23,67.9,21.8,139.2,220.8),
(2,'2024-08-27 00:00:00',30,9.5,21.4,1.11,65.0,15.5,114.5,230.2),
(2,'2024-08-28 00:00:00',30,8.64,22.4,1.23,64.5,18.8,161.4,242.1),
(2,'2024-08-29 00:00:00',30,8.64,21.4,1.18,59.4,13.1,138.0,224.7),
(2,'2024-08-30 00:00:00',30,8.64,20.9,0.89,62.2,11.9,151.2,213.5),
(2,'2024-08-31 00:00:00',30,8.64,20.9,0.66,63.1,19.0,128.7,229.4),
(2,'2024-09-01 00:00:00',30,8.64,21.7,1.1,60.6,15.6,137.5,211.6),
(2,'2024-09-02 00:00:00',30,8.64,21.1,1.13,68.4,12.0,127.0,207.6),
(2,'2024-09-03 00:00:00',30,8.64,23.2,1.27,72.2,19.6,158.5,198.9),
(2,'2024-09-04 00:00:00',30,8.64,21.8,0.76,61.7,24.4,144.7,201.2),
(2,'2024-09-05 00:00:00',30,8.64,21.5,0.77,67.7,22.2,145.5,209.2),
(2,'2024-09-06 00:00:00',30,8.64,21.1,1.11,61.1,17.2,160.4,205.9),
(2,'2024-09-07 00:00:00',30,8.64,21.6,0.98,64.7,18.0,157.3,223.8),
(2,'2024-09-08 00:00:00',30,9.83,21.9,0.53,62.8,20.7,151.5,205.6),
(2,'2024-09-09 00:00:00',30,9.37,21.5,1.09,69.3,21.4,118.7,182.3),
(2,'2024-09-10 00:00:00',30,8.64,22.1,0.54,62.9,17.0,129.6,207.5),
(2,'2024-09-11 00:00:00',30,8.64,21.3,0.76,71.3,18.1,124.9,214.3),
(2,'2024-09-12 00:00:00',30,8.64,22.5,1.34,65.0,18.9,150.9,212.7),
(2,'2024-09-13 00:00:00',30,8.64,21.3,1.46,63.0,19.7,142.6,238.2),
(2,'2024-09-14 00:00:00',30,8.64,22.5,0.7,60.0,17.6,119.1,212.6),
(2,'2024-09-15 00:00:00',30,8.64,21.8,0.92,67.5,17.6,137.2,230.6),
(2,'2024-09-16 00:00:00',30,8.64,21.2,1.01,70.7,22.1,117.6,219.8),
(2,'2024-09-17 00:00:00',30,8.64,20.9,1.45,67.6,21.6,139.2,219.5),
(2,'2024-09-18 00:00:00',30,8.64,19.8,0.88,77.4,19.4,115.2,210.0),
(2,'2024-09-19 00:00:00',30,9.72,21.8,0.88,73.4,23.2,147.9,219.3),
(2,'2024-09-20 00:00:00',30,10.36,21.1,1.39,64.7,16.8,145.7,210.8),
(2,'2024-09-21 00:00:00',30,9.79,20.8,0.91,64.7,22.9,168.6,222.0),
(2,'2024-09-22 00:00:00',30,8.64,19.6,1.18,68.6,19.6,152.7,217.2),
(2,'2024-09-23 00:00:00',30,8.64,21.7,0.63,62.1,27.8,133.7,208.7),
(2,'2024-09-24 00:00:00',30,8.64,23.4,0.96,72.1,14.4,152.3,231.9),
(2,'2024-09-25 00:00:00',30,8.64,21.3,0.59,68.1,15.9,119.0,225.1),
(2,'2024-09-26 00:00:00',30,8.64,21.0,0.74,67.5,19.3,125.6,214.6),
(2,'2024-09-27 00:00:00',30,8.64,21.5,1.21,69.7,19.2,145.0,221.7),
(2,'2024-09-28 00:00:00',30,9.0,23.1,0.99,74.9,23.9,107.6,219.0),
(2,'2024-09-29 00:00:00',30,8.64,20.6,0.92,67.1,16.0,139.4,209.6),
(2,'2024-09-30 00:00:00',30,8.64,20.9,0.82,65.7,20.7,124.7,220.8),
(2,'2024-10-01 00:00:00',30,8.64,21.2,0.95,73.8,21.5,141.5,212.5),
(2,'2024-10-02 00:00:00',30,8.64,20.9,1.08,71.1,20.1,123.8,208.7),
(2,'2024-10-03 00:00:00',30,9.86,21.9,1.25,64.6,15.1,146.4,200.5),
(2,'2024-10-04 00:00:00',30,8.96,21.9,0.35,66.3,22.2,140.3,215.7),
(2,'2024-10-05 00:00:00',30,9.63,21.2,0.79,67.2,21.7,161.0,226.8),
(2,'2024-10-06 00:00:00',30,10.58,20.3,1.04,68.1,19.8,140.1,211.7),
(2,'2024-10-07 00:00:00',30,9.85,21.7,0.98,59.5,18.6,128.5,250.2),
(2,'2024-10-08 00:00:00',30,9.16,23.4,1.1,58.5,18.7,136.3,230.6),
(2,'2024-10-09 00:00:00',30,9.13,20.4,1.07,61.8,17.8,119.8,235.7),
(2,'2024-10-10 00:00:00',30,8.64,20.2,0.93,61.4,19.9,146.1,229.5),
(2,'2024-10-11 00:00:00',30,8.64,20.6,0.87,63.0,18.1,148.8,242.2),
(2,'2024-10-12 00:00:00',30,8.64,20.9,0.94,69.4,15.5,177.0,210.6),
(2,'2024-10-13 00:00:00',30,9.68,20.7,1.29,65.4,14.9,130.7,189.3),
(2,'2024-10-14 00:00:00',30,10.5,22.5,0.82,67.2,15.7,136.0,214.6),
(2,'2024-10-15 00:00:00',30,9.11,19.5,0.99,60.1,18.7,131.4,226.7),
(2,'2024-10-16 00:00:00',30,8.64,21.5,1.05,63.9,17.9,143.2,221.8),
(2,'2024-10-17 00:00:00',30,9.25,20.5,1.39,69.2,18.6,145.7,223.3),
(2,'2024-10-18 00:00:00',30,8.64,21.2,0.93,69.2,19.5,139.2,235.9),
(2,'2024-10-19 00:00:00',30,8.64,20.4,1.24,62.6,16.1,156.3,224.6),
(2,'2024-10-20 00:00:00',30,9.26,21.4,1.31,67.1,22.4,130.7,229.6),
(2,'2024-10-21 00:00:00',30,8.71,21.3,0.99,77.2,17.2,154.8,208.7),
(2,'2024-10-22 00:00:00',30,8.64,19.1,0.95,66.2,16.7,148.1,206.9),
(2,'2024-10-23 00:00:00',30,8.64,20.8,0.92,62.8,19.4,139.8,239.4),
(2,'2024-10-24 00:00:00',30,9.6,19.4,0.94,65.4,12.5,135.3,221.2),
(2,'2024-10-25 00:00:00',30,8.64,19.2,1.22,66.7,15.6,176.4,212.5),
(2,'2024-10-26 00:00:00',30,8.64,19.5,1.06,65.5,20.9,127.7,212.5),
(2,'2024-10-27 00:00:00',30,8.64,18.9,1.06,66.1,12.8,144.5,212.2),
(2,'2024-10-28 00:00:00',30,8.64,21.3,0.72,59.0,21.4,128.7,211.5),
(2,'2024-10-29 00:00:00',30,8.64,20.1,0.76,61.4,22.5,166.8,204.6),
(2,'2024-10-30 00:00:00',30,8.64,19.8,1.54,65.5,16.9,153.3,202.0),
(2,'2024-10-31 00:00:00',30,9.1,20.0,0.96,65.4,18.9,129.8,217.7),
(3,'2024-04-01 00:00:00',60,24.0,18.5,1.19,68.2,17.8,144.8,217.6),
(3,'2024-04-02 00:00:00',60,26.1,18.1,0.94,68.2,23.0,88.9,219.4),
(3,'2024-04-03 00:00:00',60,26.17,19.9,0.81,67.8,23.1,176.2,235.7),
(3,'2024-04-04 00:00:00',60,28.59,19.5,1.15,74.7,21.0,148.5,220.0),
(3,'2024-04-05 00:00:00',60,28.35,18.2,1.03,71.8,19.0,131.1,215.3),
(3,'2024-04-06 00:00:00',60,27.7,17.4,0.63,60.9,15.0,168.9,213.2),
(3,'2024-04-07 00:00:00',60,29.97,18.2,0.91,70.2,20.2,134.8,213.4),
(3,'2024-04-08 00:00:00',60,32.44,18.3,0.97,70.7,17.5,142.0,203.2),
(3,'2024-04-09 00:00:00',60,33.6,18.0,0.86,67.8,19.7,132.7,211.0),
(3,'2024-04-10 00:00:00',60,32.65,18.5,1.36,71.9,16.1,164.8,238.0),
(3,'2024-04-11 00:00:00',60,32.48,19.1,1.11,67.2,17.5,138.4,217.5),
(3,'2024-04-12 00:00:00',60,31.94,18.2,1.33,67.3,18.5,142.2,228.5),
(3,'2024-04-13 00:00:00',60,31.88,19.3,1.05,66.9,18.7,158.1,190.3),
(3,'2024-04-14 00:00:00',60,31.29,19.1,1.01,56.2,19.5,148.8,226.8),
(3,'2024-04-15 00:00:00',60,32.88,17.7,0.75,65.8,16.3,139.2,218.1),
(3,'2024-04-16 00:00:00',60,32.32,18.3,0.99,62.9,14.0,156.7,214.2),
(3,'2024-04-17 00:00:00',60,32.12,18.9,0.99,60.3,22.9,178.1,222.2),
(3,'2024-04-18 00:00:00',60,31.94,18.9,0.65,73.4,25.5,144.8,214.1),
(3,'2024-04-19 00:00:00',60,31.72,18.8,0.85,68.8,19.3,141.8,194.5),
(3,'2024-04-20 00:00:00',60,31.2,19.2,0.91,66.1,14.0,142.6,231.1),
(3,'2024-04-21 00:00:00',60,30.5,18.8,1.09,63.4,15.7,159.7,222.9),
(3,'2024-04-22 00:00:00',60,33.04,17.7,1.1,67.7,19.5,131.0,216.2),
(3,'2024-04-23 00:00:00',60,32.46,18.3,0.84,71.2,22.0,135.8,208.4),
(3,'2024-04-24 00:00:00',60,31.7,19.4,1.11,62.1,14.4,116.9,202.4),
(3,'2024-04-25 00:00:00',60,31.77,19.3,0.94,66.2,17.6,122.2,222.7),
(3,'2024-04-26 00:00:00',60,33.6,18.9,0.27,70.6,18.6,132.2,239.4),
(3,'2024-04-27 00:00:00',60,33.6,19.9,0.87,56.6,20.6,139.2,222.4),
(3,'2024-04-28 00:00:00',60,33.6,19.6,1.26,66.0,17.0,166.5,203.4),
(3,'2024-04-29 00:00:00',60,33.01,19.4,0.57,64.1,13.3,148.0,222.7),
(3,'2024-04-30 00:00:00',60,32.14,18.5,1.02,65.6,19.9,126.3,219.4),
(3,'2024-05-01 00:00:00',60,31.8,20.7,1.38,63.7,21.4,129.1,230.4),
(3,'2024-05-02 00:00:00',60,31.48,19.1,0.8,66.9,17.8,160.6,227.3),
(3,'2024-05-03 00:00:00',60,30.0,18.5,0.99,75.9,19.2,156.9,184.2),
(3,'2024-05-04 00:00:00',60,29.26,18.2,0.66,64.6,16.6,140.4,226.5),
(3,'2024-05-05 00:00:00',60,31.53,19.3,1.4,67.7,15.5,133.4,208.0),
(3,'2024-05-06 00:00:00',60,30.99,18.4,0.97,76.2,21.1,156.9,202.9),
(3,'2024-05-07 00:00:00',60,30.7,19.4,1.0,63.5,19.2,125.1,217.7),
(3,'2024-05-08 00:00:00',60,33.47,18.1,1.33,75.3,19.5,145.9,224.9),
(3,'2024-05-09 00:00:00',60,32.46,18.9,1.15,66.3,22.5,174.1,200.3),
(3,'2024-05-10 00:00:00',60,31.48,18.9,0.77,75.2,14.8,143.1,228.5),
(3,'2024-05-11 00:00:00',60,33.6,19.2,0.83,70.0,16.3,128.4,229.2),
(3,'2024-05-12 00:00:00',60,32.53,18.8,1.11,67.8,18.5,146.2,220.6),
(3,'2024-05-13 00:00:00',60,31.9,18.7,0.83,65.9,16.3,132.9,209.6),
(3,'2024-05-14 00:00:00',60,31.39,20.3,0.46,63.1,20.3,119.1,208.2),
(3,'2024-05-15 00:00:00',60,31.89,20.0,0.98,66.6,17.4,150.5,232.3),
(3,'2024-05-16 00:00:00',60,30.6,19.4,0.62,70.7,15.0,156.8,201.9),
(3,'2024-05-17 00:00:00',60,30.04,19.4,1.39,66.2,18.2,135.3,232.8),
(3,'2024-05-18 00:00:00',60,29.65,19.7,1.04,64.7,18.5,134.3,218.0),
(3,'2024-05-19 00:00:00',60,28.93,20.1,0.77,65.0,20.8,125.6,218.8),
(3,'2024-05-20 00:00:00',60,28.9,18.7,0.82,71.2,19.2,137.8,199.5),
(3,'2024-05-21 00:00:00',60,28.82,19.3,0.52,72.4,19.4,131.6,218.2),
(3,'2024-05-22 00:00:00',60,28.4,18.3,0.72,62.9,19.0,124.8,227.4),
(3,'2024-05-23 00:00:00',60,27.91,19.4,1.25,62.9,17.4,168.4,204.0),
(3,'2024-05-24 00:00:00',60,27.48,20.4,1.55,68.1,15.9,147.0,226.0),
(3,'2024-05-25 00:00:00',60,27.04,19.1,1.18,73.9,18.9,148.6,221.1),
(3,'2024-05-26 00:00:00',60,26.62,17.8,0.97,72.0,17.0,153.3,212.3),
(3,'2024-05-27 00:00:00',60,26.15,19.5,0.89,60.0,23.1,151.6,230.3),
(3,'2024-05-28 00:00:00',60,25.84,19.3,0.76,64.9,22.0,133.8,193.6),
(3,'2024-05-29 00:00:00',60,25.75,18.6,1.51,61.6,19.9,144.1,224.2),
(3,'2024-05-30 00:00:00',60,24.85,20.0,0.95,64.9,19.1,136.0,239.4),
(3,'2024-05-31 00:00:00',60,24.05,18.9,1.53,74.3,17.7,146.6,237.3),
(3,'2024-06-01 00:00:00',60,22.95,18.9,1.34,59.1,14.2,145.1,224.7),
(3,'2024-06-02 00:00:00',60,23.89,19.0,0.56,58.2,17.4,134.3,216.4),
(3,'2024-06-03 00:00:00',60,24.56,19.7,0.83,62.1,18.3,120.1,212.4),
(3,'2024-06-04 00:00:00',60,24.36,19.4,0.83,67.7,18.7,142.2,216.4),
(3,'2024-06-05 00:00:00',60,24.36,19.0,0.97,69.4,19.4,136.9,226.5),
(3,'2024-06-06 00:00:00',60,24.68,19.1,0.98,68.4,20.8,111.6,210.3),
(3,'2024-06-07 00:00:00',60,24.04,19.4,1.74,72.1,15.9,147.6,229.1),
(3,'2024-06-08 00:00:00',60,24.68,19.6,0.72,57.4,16.0,154.5,245.6),
(3,'2024-06-09 00:00:00',60,24.62,18.5,1.05,72.2,22.4,177.9,219.3),
(3,'2024-06-10 00:00:00',60,23.84,19.6,1.15,64.7,20.3,134.1,203.9),
(3,'2024-06-11 00:00:00',60,24.22,17.4,0.99,69.9,16.8,131.9,203.9);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(3,'2024-06-12 00:00:00',60,23.9,18.9,1.02,59.6,17.7,123.4,229.3),
(3,'2024-06-13 00:00:00',60,24.63,19.3,0.73,66.3,17.7,143.1,219.3),
(3,'2024-06-14 00:00:00',60,24.34,19.6,1.02,67.4,18.1,143.0,230.5),
(3,'2024-06-15 00:00:00',60,25.56,20.1,1.12,72.0,19.4,127.8,213.6),
(3,'2024-06-16 00:00:00',60,25.64,20.0,1.08,58.3,25.6,137.4,230.0),
(3,'2024-06-17 00:00:00',60,26.37,19.2,1.14,66.4,18.6,110.3,218.1),
(3,'2024-06-18 00:00:00',60,25.56,20.1,1.35,60.8,20.0,153.9,211.2),
(3,'2024-06-19 00:00:00',60,25.58,19.5,1.23,68.8,12.9,128.4,215.2),
(3,'2024-06-20 00:00:00',60,24.57,18.7,1.01,70.1,16.5,139.5,205.6),
(3,'2024-06-21 00:00:00',60,24.81,20.5,0.7,72.7,21.7,118.6,243.9),
(3,'2024-06-22 00:00:00',60,24.49,18.6,0.85,63.6,19.2,131.3,218.8),
(3,'2024-06-23 00:00:00',60,23.03,19.7,0.94,70.9,4.8,135.8,227.7),
(3,'2024-06-24 00:00:00',60,22.5,19.4,1.06,73.1,20.0,139.8,213.6),
(3,'2024-06-25 00:00:00',60,22.34,19.9,0.88,58.0,23.8,147.2,207.4),
(3,'2024-06-26 00:00:00',60,21.85,19.1,0.76,69.3,12.0,161.6,217.2),
(3,'2024-06-27 00:00:00',60,22.71,20.1,0.7,71.0,22.6,151.0,233.2),
(3,'2024-06-28 00:00:00',60,22.94,18.8,0.58,65.0,9.7,154.4,213.8),
(3,'2024-06-29 00:00:00',60,22.01,19.7,0.94,60.2,20.8,161.7,209.6),
(3,'2024-06-30 00:00:00',60,22.55,19.5,0.63,71.0,18.0,148.5,221.9),
(3,'2024-07-01 00:00:00',60,23.14,19.2,0.74,60.3,11.0,139.4,226.0),
(3,'2024-07-02 00:00:00',60,22.6,19.7,0.9,65.4,19.3,155.1,239.7),
(3,'2024-07-03 00:00:00',60,22.68,20.2,0.66,66.0,21.5,156.1,224.2),
(3,'2024-07-04 00:00:00',60,21.95,18.8,1.09,69.8,19.1,149.7,227.7),
(3,'2024-07-05 00:00:00',60,21.68,19.6,1.18,63.1,19.8,118.2,228.6),
(3,'2024-07-06 00:00:00',60,21.31,19.2,0.86,62.8,16.8,127.4,206.2),
(3,'2024-07-07 00:00:00',60,21.28,18.8,0.88,66.7,12.4,135.9,208.4),
(3,'2024-07-08 00:00:00',60,20.34,19.6,1.13,71.3,20.1,151.7,207.0),
(3,'2024-07-09 00:00:00',60,19.94,19.2,0.82,77.7,23.2,139.7,204.0),
(3,'2024-07-10 00:00:00',60,21.32,19.1,0.8,58.7,21.4,157.1,229.5),
(3,'2024-07-11 00:00:00',60,21.12,20.4,1.29,67.8,12.0,159.7,223.5),
(3,'2024-07-12 00:00:00',60,20.03,19.7,1.22,60.8,13.5,158.0,221.0),
(3,'2024-07-13 00:00:00',60,18.36,19.0,1.15,71.3,15.5,158.1,188.9),
(3,'2024-07-14 00:00:00',60,19.25,18.3,1.23,61.6,13.2,124.4,244.7),
(3,'2024-07-15 00:00:00',60,19.79,19.9,0.5,62.9,18.1,147.2,209.3),
(3,'2024-07-16 00:00:00',60,19.84,18.9,1.33,63.3,19.2,130.9,244.6),
(3,'2024-07-17 00:00:00',60,20.07,19.7,1.09,65.9,13.7,115.3,202.6),
(3,'2024-07-18 00:00:00',60,20.77,20.5,1.24,67.9,20.3,135.7,210.3),
(3,'2024-07-19 00:00:00',60,20.72,18.3,1.09,68.7,19.8,159.9,193.6),
(3,'2024-07-20 00:00:00',60,20.13,19.0,1.0,66.2,16.4,146.9,224.3),
(3,'2024-07-21 00:00:00',60,19.54,20.8,0.92,59.6,17.5,170.3,206.8),
(3,'2024-07-22 00:00:00',60,19.15,19.7,1.08,69.9,12.2,142.7,207.1),
(3,'2024-07-23 00:00:00',60,19.96,18.9,0.91,66.0,17.0,176.7,203.5),
(3,'2024-07-24 00:00:00',60,20.53,19.2,1.21,72.1,18.0,142.7,229.3),
(3,'2024-07-25 00:00:00',60,20.51,19.2,0.59,62.7,18.5,140.3,228.5),
(3,'2024-07-26 00:00:00',60,19.91,19.1,0.86,58.2,19.1,120.8,241.7),
(3,'2024-07-27 00:00:00',60,18.97,20.2,1.5,66.1,18.7,156.7,211.8),
(3,'2024-07-28 00:00:00',60,19.33,19.8,0.84,72.7,17.2,132.5,222.6),
(3,'2024-07-29 00:00:00',60,18.68,20.3,0.93,67.1,18.9,130.3,204.5),
(3,'2024-07-30 00:00:00',60,19.04,19.1,0.77,65.3,21.0,159.2,216.0),
(3,'2024-07-31 00:00:00',60,18.6,19.1,1.08,61.9,17.7,157.4,213.8),
(3,'2024-08-01 00:00:00',60,18.22,19.5,0.81,75.0,19.0,157.0,225.6),
(3,'2024-08-02 00:00:00',60,17.64,18.6,0.95,61.1,17.4,134.6,232.2),
(3,'2024-08-03 00:00:00',60,17.21,19.9,1.21,62.6,16.1,139.2,231.9),
(3,'2024-08-04 00:00:00',60,16.78,19.7,0.82,69.1,19.6,139.1,209.9),
(3,'2024-08-05 00:00:00',60,16.42,20.7,1.19,57.0,16.3,151.7,232.0),
(3,'2024-08-06 00:00:00',60,15.08,18.1,1.2,72.6,19.2,163.3,219.5),
(3,'2024-08-07 00:00:00',60,15.43,20.1,1.26,69.4,18.1,145.5,216.1),
(3,'2024-08-08 00:00:00',60,14.97,19.8,1.03,70.7,17.1,169.6,211.5),
(3,'2024-08-09 00:00:00',60,14.8,20.3,1.81,69.0,17.0,153.5,213.3),
(3,'2024-08-10 00:00:00',60,13.85,19.1,1.26,65.4,16.5,136.5,240.9),
(3,'2024-08-11 00:00:00',60,13.24,20.5,1.08,60.9,13.1,152.4,223.7),
(3,'2024-08-12 00:00:00',60,12.57,18.7,0.78,65.5,19.1,165.6,222.1),
(3,'2024-08-13 00:00:00',60,12.76,19.5,0.97,61.4,18.7,170.0,216.9),
(3,'2024-08-14 00:00:00',60,13.12,18.8,1.35,68.7,20.5,157.8,249.4),
(3,'2024-08-15 00:00:00',60,13.01,18.8,1.42,70.3,16.4,140.4,235.7),
(3,'2024-08-16 00:00:00',60,12.33,19.3,1.37,73.6,23.7,136.7,211.3),
(3,'2024-08-17 00:00:00',60,11.72,20.4,1.19,68.1,16.9,148.6,216.7),
(3,'2024-08-18 00:00:00',60,12.16,20.2,0.68,70.9,15.4,165.1,217.4),
(3,'2024-08-19 00:00:00',60,12.26,20.0,1.12,64.8,15.0,146.5,221.8),
(3,'2024-08-20 00:00:00',60,12.09,18.2,0.69,63.9,12.8,146.8,211.6),
(3,'2024-08-21 00:00:00',60,12.17,17.6,0.62,68.6,22.6,140.8,225.3),
(3,'2024-08-22 00:00:00',60,10.98,20.5,1.06,64.3,22.1,135.1,237.4),
(3,'2024-08-23 00:00:00',60,10.15,19.8,1.13,67.6,19.8,137.6,204.2),
(3,'2024-08-24 00:00:00',60,9.42,18.8,1.22,60.9,15.3,142.0,206.5),
(3,'2024-08-25 00:00:00',60,8.64,19.4,1.12,61.8,23.4,165.8,214.2),
(3,'2024-08-26 00:00:00',60,8.93,20.1,1.13,69.4,16.9,136.4,214.8),
(3,'2024-08-27 00:00:00',60,8.69,20.2,0.75,70.7,17.2,140.8,244.0),
(3,'2024-08-28 00:00:00',60,8.64,19.7,0.97,61.3,22.3,127.0,232.0),
(3,'2024-08-29 00:00:00',60,8.72,20.1,0.62,69.6,20.0,150.7,231.3),
(3,'2024-08-30 00:00:00',60,8.64,18.7,0.5,63.6,24.6,160.5,216.8),
(3,'2024-08-31 00:00:00',60,8.64,18.9,1.18,66.3,18.7,164.4,216.6),
(3,'2024-09-01 00:00:00',60,8.64,19.3,0.81,73.3,16.8,143.1,202.6),
(3,'2024-09-02 00:00:00',60,8.64,19.3,1.22,70.3,16.2,148.6,229.4),
(3,'2024-09-03 00:00:00',60,8.64,19.9,1.27,70.2,12.5,137.7,225.9),
(3,'2024-09-04 00:00:00',60,8.64,19.6,0.84,75.8,17.2,147.9,235.4),
(3,'2024-09-05 00:00:00',60,8.64,19.9,1.15,62.7,21.4,144.7,217.5),
(3,'2024-09-06 00:00:00',60,8.64,18.7,0.83,61.3,19.8,140.9,218.3),
(3,'2024-09-07 00:00:00',60,8.64,19.5,0.54,62.6,18.1,142.1,222.0),
(3,'2024-09-08 00:00:00',60,8.94,18.5,1.03,65.0,15.0,146.8,230.7),
(3,'2024-09-09 00:00:00',60,8.64,19.0,0.88,54.5,18.7,135.6,202.4),
(3,'2024-09-10 00:00:00',60,8.64,20.0,0.89,65.2,21.0,136.4,228.8),
(3,'2024-09-11 00:00:00',60,8.64,19.3,1.49,63.5,19.3,165.6,219.8),
(3,'2024-09-12 00:00:00',60,9.04,18.4,0.62,70.2,18.5,180.7,207.3),
(3,'2024-09-13 00:00:00',60,8.64,19.6,1.1,68.0,15.6,121.9,195.0),
(3,'2024-09-14 00:00:00',60,8.64,19.3,0.75,63.2,20.6,121.1,218.4),
(3,'2024-09-15 00:00:00',60,8.72,20.2,1.23,69.2,8.6,125.6,237.4),
(3,'2024-09-16 00:00:00',60,8.64,19.0,1.08,69.9,19.1,138.5,240.1),
(3,'2024-09-17 00:00:00',60,8.64,19.3,1.1,62.4,25.7,153.4,224.3),
(3,'2024-09-18 00:00:00',60,8.64,20.2,0.77,63.8,13.5,148.9,243.5),
(3,'2024-09-19 00:00:00',60,9.13,19.3,0.81,55.1,17.3,142.6,219.5),
(3,'2024-09-20 00:00:00',60,9.09,19.9,1.23,60.8,18.0,147.9,231.4),
(3,'2024-09-21 00:00:00',60,8.95,18.9,1.44,62.5,16.6,129.6,214.6),
(3,'2024-09-22 00:00:00',60,8.83,19.1,1.12,66.6,21.1,136.3,213.8),
(3,'2024-09-23 00:00:00',60,8.64,19.4,0.78,61.5,19.4,139.7,211.9),
(3,'2024-09-24 00:00:00',60,8.64,20.3,1.09,63.7,18.5,116.2,195.3),
(3,'2024-09-25 00:00:00',60,8.64,18.9,1.61,60.1,20.4,122.6,235.4),
(3,'2024-09-26 00:00:00',60,8.64,18.6,1.03,67.1,18.1,123.2,212.3),
(3,'2024-09-27 00:00:00',60,8.64,18.9,1.37,68.4,27.5,151.5,210.4),
(3,'2024-09-28 00:00:00',60,10.08,19.7,0.82,68.3,18.5,143.7,205.8),
(3,'2024-09-29 00:00:00',60,9.72,19.1,0.99,66.3,18.6,149.2,217.5),
(3,'2024-09-30 00:00:00',60,8.85,19.4,1.16,58.5,12.9,112.4,241.2),
(3,'2024-10-01 00:00:00',60,8.64,20.3,1.1,63.2,16.4,117.7,245.1),
(3,'2024-10-02 00:00:00',60,8.64,18.7,0.81,64.2,21.4,149.9,200.1),
(3,'2024-10-03 00:00:00',60,8.74,19.2,0.8,64.2,14.0,98.3,215.7),
(3,'2024-10-04 00:00:00',60,8.64,18.3,1.25,66.6,11.5,158.4,207.6),
(3,'2024-10-05 00:00:00',60,9.08,19.9,1.3,73.4,18.1,112.7,231.9),
(3,'2024-10-06 00:00:00',60,10.07,18.8,1.38,70.3,22.1,152.7,223.4),
(3,'2024-10-07 00:00:00',60,9.89,19.9,1.45,61.3,18.1,126.7,212.4),
(3,'2024-10-08 00:00:00',60,9.69,18.9,1.04,69.6,17.0,155.7,220.9),
(3,'2024-10-09 00:00:00',60,8.86,19.0,0.92,69.5,12.4,188.1,214.3),
(3,'2024-10-10 00:00:00',60,8.64,19.2,1.34,62.2,19.4,105.9,239.4),
(3,'2024-10-11 00:00:00',60,8.64,19.4,1.18,70.5,20.0,150.4,226.6),
(3,'2024-10-12 00:00:00',60,8.64,19.2,0.76,65.4,12.7,112.9,228.0),
(3,'2024-10-13 00:00:00',60,9.14,20.0,0.74,59.2,21.4,146.4,188.0),
(3,'2024-10-14 00:00:00',60,9.91,18.6,1.12,68.5,20.3,136.9,219.2),
(3,'2024-10-15 00:00:00',60,9.39,18.2,0.96,67.3,21.4,141.9,245.0),
(3,'2024-10-16 00:00:00',60,9.1,18.4,1.0,65.1,19.8,126.3,235.9),
(3,'2024-10-17 00:00:00',60,10.34,19.8,1.27,66.1,20.0,151.7,197.8),
(3,'2024-10-18 00:00:00',60,9.88,19.6,1.19,62.7,19.6,118.3,216.2),
(3,'2024-10-19 00:00:00',60,9.95,19.3,1.33,69.3,20.6,158.6,205.6),
(3,'2024-10-20 00:00:00',60,10.78,18.9,0.52,66.0,12.5,133.9,240.5),
(3,'2024-10-21 00:00:00',60,9.81,18.6,1.06,67.1,13.5,119.0,222.9),
(3,'2024-10-22 00:00:00',60,9.01,18.6,1.18,68.0,15.8,163.9,210.8),
(3,'2024-10-23 00:00:00',60,8.64,18.6,0.62,60.5,17.6,139.0,220.4),
(3,'2024-10-24 00:00:00',60,8.92,18.3,0.84,61.8,19.2,168.6,188.7),
(3,'2024-10-25 00:00:00',60,8.64,18.7,0.79,55.2,19.0,158.3,207.0),
(3,'2024-10-26 00:00:00',60,8.64,18.3,1.01,69.1,21.4,128.0,220.4),
(3,'2024-10-27 00:00:00',60,8.77,18.5,1.41,60.2,21.4,138.7,230.1),
(3,'2024-10-28 00:00:00',60,8.64,19.0,1.51,66.9,15.4,141.8,196.7),
(3,'2024-10-29 00:00:00',60,8.64,18.7,0.8,68.1,18.7,162.9,215.4),
(3,'2024-10-30 00:00:00',60,8.64,19.7,1.14,69.3,15.5,146.6,232.1),
(3,'2024-10-31 00:00:00',60,9.29,18.8,1.14,60.2,17.4,142.6,202.6),
(6,'2024-04-01 00:00:00',10,24.0,20.9,1.37,62.5,16.0,163.1,228.8),
(6,'2024-04-02 00:00:00',10,33.6,20.3,0.7,61.7,11.8,134.5,198.1),
(6,'2024-04-03 00:00:00',10,33.6,18.8,1.44,60.3,13.2,160.0,198.6),
(6,'2024-04-04 00:00:00',10,31.34,20.9,1.44,55.8,20.3,124.3,219.1),
(6,'2024-04-05 00:00:00',10,29.96,20.6,0.81,63.4,22.0,123.8,217.6),
(6,'2024-04-06 00:00:00',10,28.61,20.5,0.48,63.6,16.0,151.3,227.0),
(6,'2024-04-07 00:00:00',10,33.6,19.8,1.09,62.3,21.8,117.4,220.2),
(6,'2024-04-08 00:00:00',10,32.18,20.7,1.39,61.8,20.2,148.6,227.0),
(6,'2024-04-09 00:00:00',10,33.6,19.1,1.5,69.6,17.4,141.5,205.1),
(6,'2024-04-10 00:00:00',10,31.02,20.7,0.89,58.1,17.2,156.1,219.9),
(6,'2024-04-11 00:00:00',10,29.81,19.5,1.55,67.7,18.5,139.1,203.9),
(6,'2024-04-12 00:00:00',10,28.51,23.0,0.55,57.6,20.6,140.8,224.6),
(6,'2024-04-13 00:00:00',10,27.38,21.6,1.02,66.8,19.2,147.6,197.5),
(6,'2024-04-14 00:00:00',10,25.9,20.7,1.0,67.4,16.0,130.1,224.2),
(6,'2024-04-15 00:00:00',10,33.6,21.3,1.4,59.8,17.5,129.4,202.4),
(6,'2024-04-16 00:00:00',10,33.6,19.3,1.43,69.6,23.9,147.1,215.4),
(6,'2024-04-17 00:00:00',10,31.72,19.1,1.35,63.6,18.8,139.6,230.7),
(6,'2024-04-18 00:00:00',10,33.6,20.1,0.77,56.9,20.6,133.9,222.7),
(6,'2024-04-19 00:00:00',10,31.72,19.8,1.32,59.4,19.6,138.8,200.3),
(6,'2024-04-20 00:00:00',10,33.6,20.9,1.23,66.9,18.8,163.9,211.9),
(6,'2024-04-21 00:00:00',10,32.77,21.1,0.69,65.9,18.3,133.4,202.0),
(6,'2024-04-22 00:00:00',10,31.13,21.0,0.59,56.0,20.7,132.9,199.7),
(6,'2024-04-23 00:00:00',10,30.13,19.2,1.37,60.6,20.2,114.4,221.4),
(6,'2024-04-24 00:00:00',10,29.1,21.0,1.06,62.3,18.8,139.4,226.7),
(6,'2024-04-25 00:00:00',10,33.6,19.9,0.78,58.7,15.9,149.9,225.3),
(6,'2024-04-26 00:00:00',10,33.6,22.4,1.05,73.0,19.2,152.5,227.2),
(6,'2024-04-27 00:00:00',10,31.88,20.9,1.2,62.4,17.8,141.6,219.9),
(6,'2024-04-28 00:00:00',10,30.59,22.6,1.09,60.9,17.1,154.3,216.7),
(6,'2024-04-29 00:00:00',10,29.08,19.9,0.72,67.2,26.0,151.0,207.1),
(6,'2024-04-30 00:00:00',10,27.86,22.0,1.58,59.4,13.4,156.7,214.7),
(6,'2024-05-01 00:00:00',10,27.42,20.6,1.36,66.3,20.9,154.8,204.1),
(6,'2024-05-02 00:00:00',10,33.6,23.4,1.02,52.9,15.4,163.5,209.9),
(6,'2024-05-03 00:00:00',10,31.89,21.1,1.03,59.0,18.4,137.5,221.1),
(6,'2024-05-04 00:00:00',10,30.96,21.8,1.2,66.5,25.7,120.1,218.6),
(6,'2024-05-05 00:00:00',10,29.29,22.0,0.82,69.1,15.1,150.0,256.8),
(6,'2024-05-06 00:00:00',10,27.91,21.4,1.19,57.4,15.8,151.7,203.9),
(6,'2024-05-07 00:00:00',10,27.1,19.8,0.78,56.8,17.9,163.5,218.5),
(6,'2024-05-08 00:00:00',10,26.51,18.5,1.09,64.1,15.5,159.2,202.9),
(6,'2024-05-09 00:00:00',10,24.86,22.6,0.82,58.1,20.7,169.2,215.3),
(6,'2024-05-10 00:00:00',10,33.6,23.9,0.83,59.9,16.4,149.3,215.8),
(6,'2024-05-11 00:00:00',10,32.56,23.8,1.52,65.6,20.0,143.4,230.1),
(6,'2024-05-12 00:00:00',10,31.1,22.6,1.12,58.5,14.0,119.2,214.6),
(6,'2024-05-13 00:00:00',10,30.58,20.2,1.16,51.4,12.6,144.6,217.7),
(6,'2024-05-14 00:00:00',10,33.6,22.4,0.61,54.7,17.3,131.7,214.8),
(6,'2024-05-15 00:00:00',10,31.85,22.2,0.96,61.3,13.3,143.2,203.2),
(6,'2024-05-16 00:00:00',10,30.45,21.4,1.22,51.9,22.6,140.8,212.2),
(6,'2024-05-17 00:00:00',10,33.6,23.8,1.16,59.8,13.4,147.1,215.4),
(6,'2024-05-18 00:00:00',10,33.6,24.1,0.57,54.3,14.9,138.5,220.9),
(6,'2024-05-19 00:00:00',10,33.6,22.7,1.16,69.4,19.2,154.0,226.7),
(6,'2024-05-20 00:00:00',10,31.6,22.0,1.2,72.1,16.2,99.2,217.2),
(6,'2024-05-21 00:00:00',10,30.7,21.6,1.43,56.0,13.4,142.8,217.0),
(6,'2024-05-22 00:00:00',10,33.6,23.7,0.94,62.5,24.1,158.0,199.4),
(6,'2024-05-23 00:00:00',10,31.54,21.5,0.55,56.4,15.0,168.1,226.5),
(6,'2024-05-24 00:00:00',10,30.63,21.1,0.86,59.7,17.4,151.0,211.6),
(6,'2024-05-25 00:00:00',10,29.73,21.9,0.83,70.3,17.4,165.3,229.0),
(6,'2024-05-26 00:00:00',10,28.25,22.3,1.29,58.9,20.1,142.5,235.8),
(6,'2024-05-27 00:00:00',10,27.0,22.0,0.43,59.8,19.4,140.0,217.7),
(6,'2024-05-28 00:00:00',10,25.24,21.3,1.0,56.5,15.5,147.9,207.7),
(6,'2024-05-29 00:00:00',10,33.6,23.8,1.46,67.0,17.0,140.0,219.8),
(6,'2024-05-30 00:00:00',10,31.78,22.5,1.11,44.9,17.3,128.3,224.2),
(6,'2024-05-31 00:00:00',10,30.42,24.0,1.33,59.0,20.2,132.3,216.2),
(6,'2024-06-01 00:00:00',10,28.71,22.6,0.7,61.0,14.5,123.3,213.2),
(6,'2024-06-02 00:00:00',10,27.09,20.9,0.71,57.9,24.1,147.9,226.8),
(6,'2024-06-03 00:00:00',10,25.38,21.4,1.47,65.6,15.7,140.2,226.0),
(6,'2024-06-04 00:00:00',10,24.19,23.8,1.13,67.3,18.0,134.6,215.8),
(6,'2024-06-05 00:00:00',10,22.1,23.0,1.14,54.2,14.5,131.5,200.2),
(6,'2024-06-06 00:00:00',10,20.38,23.4,0.83,71.7,14.1,147.6,225.5),
(6,'2024-06-07 00:00:00',10,27.51,22.1,1.13,54.1,15.4,151.7,210.8),
(6,'2024-06-08 00:00:00',10,33.6,22.8,0.82,67.7,15.1,123.0,222.6),
(6,'2024-06-09 00:00:00',10,33.6,20.3,1.4,62.0,16.8,120.7,221.8),
(6,'2024-06-10 00:00:00',10,33.6,23.7,1.79,58.7,15.1,154.3,197.3),
(6,'2024-06-11 00:00:00',10,32.34,24.4,1.23,59.2,20.1,119.4,221.0),
(6,'2024-06-12 00:00:00',10,31.56,22.9,0.95,61.1,15.7,148.2,226.2),
(6,'2024-06-13 00:00:00',10,29.5,22.9,0.47,62.3,15.3,164.3,227.6),
(6,'2024-06-14 00:00:00',10,33.6,24.1,0.69,56.6,16.8,164.3,221.4),
(6,'2024-06-15 00:00:00',10,31.32,23.7,1.5,60.1,21.0,151.1,196.3),
(6,'2024-06-16 00:00:00',10,29.53,22.8,0.85,57.4,18.6,150.6,235.3),
(6,'2024-06-17 00:00:00',10,28.13,23.4,1.01,55.2,17.7,173.8,224.9),
(6,'2024-06-18 00:00:00',10,27.23,24.0,1.27,57.2,13.7,105.0,205.6),
(6,'2024-06-19 00:00:00',10,26.16,22.7,1.48,55.5,14.6,133.0,210.5),
(6,'2024-06-20 00:00:00',10,33.6,23.4,1.06,59.1,14.2,152.7,222.8),
(6,'2024-06-21 00:00:00',10,32.04,21.8,1.01,63.4,21.9,134.9,228.2),
(6,'2024-06-22 00:00:00',10,29.73,24.0,1.13,61.9,19.6,158.6,214.1),
(6,'2024-06-23 00:00:00',10,33.6,23.9,0.95,71.1,15.4,139.4,229.9),
(6,'2024-06-24 00:00:00',10,31.4,23.5,0.96,50.2,16.3,142.0,198.5),
(6,'2024-06-25 00:00:00',10,30.07,23.0,1.21,63.6,15.5,135.9,207.5),
(6,'2024-06-26 00:00:00',10,28.68,22.0,1.15,61.3,15.3,132.2,195.2),
(6,'2024-06-27 00:00:00',10,27.3,22.6,1.64,65.3,19.4,131.8,209.2),
(6,'2024-06-28 00:00:00',10,25.92,22.3,1.22,64.8,17.1,144.1,238.1),
(6,'2024-06-29 00:00:00',10,24.61,22.0,1.4,60.4,24.2,128.4,244.7),
(6,'2024-06-30 00:00:00',10,23.42,25.9,0.84,62.1,21.8,154.3,222.8),
(6,'2024-07-01 00:00:00',10,22.14,23.0,1.24,57.5,21.9,149.8,212.3),
(6,'2024-07-02 00:00:00',10,20.65,24.3,0.93,64.3,20.0,156.5,217.3),
(6,'2024-07-03 00:00:00',10,28.7,23.7,1.21,51.9,16.7,123.1,225.7),
(6,'2024-07-04 00:00:00',10,27.64,24.0,1.28,65.1,19.8,114.5,201.2),
(6,'2024-07-05 00:00:00',10,26.09,22.5,1.12,61.1,17.0,139.9,213.1),
(6,'2024-07-06 00:00:00',10,24.7,22.8,1.71,58.8,22.9,183.5,237.2),
(6,'2024-07-07 00:00:00',10,23.79,23.5,1.47,60.1,19.2,159.0,207.5),
(6,'2024-07-08 00:00:00',10,21.9,25.0,1.41,60.5,18.8,131.7,211.0),
(6,'2024-07-09 00:00:00',10,21.23,24.7,1.3,67.7,18.4,146.4,220.2),
(6,'2024-07-10 00:00:00',10,28.57,23.3,1.55,77.4,23.2,150.9,223.4),
(6,'2024-07-11 00:00:00',10,33.6,24.1,0.75,67.3,13.7,119.5,212.5),
(6,'2024-07-12 00:00:00',10,31.23,25.6,1.45,58.4,23.5,160.5,220.9),
(6,'2024-07-13 00:00:00',10,30.79,22.5,0.86,64.4,17.4,137.5,227.3),
(6,'2024-07-14 00:00:00',10,33.6,22.1,0.97,64.6,13.8,138.6,243.5),
(6,'2024-07-15 00:00:00',10,33.6,23.5,1.25,56.6,15.7,140.4,218.5),
(6,'2024-07-16 00:00:00',10,33.6,23.7,1.42,54.9,13.0,157.2,219.5),
(6,'2024-07-17 00:00:00',10,31.74,22.3,0.82,60.9,20.0,128.7,238.3),
(6,'2024-07-18 00:00:00',10,30.29,22.8,0.98,65.3,14.9,114.4,213.4),
(6,'2024-07-19 00:00:00',10,28.81,24.0,1.13,53.2,18.5,144.8,204.1),
(6,'2024-07-20 00:00:00',10,33.6,22.2,1.06,57.6,21.4,109.3,223.0),
(6,'2024-07-21 00:00:00',10,33.6,22.8,1.32,64.1,16.0,135.5,232.9),
(6,'2024-07-22 00:00:00',10,33.6,25.6,1.97,61.5,17.2,157.8,224.3),
(6,'2024-07-23 00:00:00',10,32.1,22.9,1.21,68.3,14.1,148.7,218.8),
(6,'2024-07-24 00:00:00',10,33.6,21.7,0.92,54.2,16.8,155.6,202.6),
(6,'2024-07-25 00:00:00',10,31.66,22.4,0.78,73.0,25.7,149.3,219.3),
(6,'2024-07-26 00:00:00',10,30.63,23.2,1.03,53.6,20.3,176.2,234.8),
(6,'2024-07-27 00:00:00',10,28.84,22.0,0.87,51.1,17.2,131.2,205.2),
(6,'2024-07-28 00:00:00',10,27.77,24.2,1.22,61.0,16.2,146.0,217.1),
(6,'2024-07-29 00:00:00',10,33.6,21.1,1.22,55.6,17.9,133.4,215.4),
(6,'2024-07-30 00:00:00',10,33.6,23.8,0.99,61.1,18.4,154.4,211.6),
(6,'2024-07-31 00:00:00',10,31.61,23.4,1.6,60.9,16.7,139.1,223.0),
(6,'2024-08-01 00:00:00',10,30.79,24.3,0.92,60.3,19.6,165.8,225.3),
(6,'2024-08-02 00:00:00',10,29.44,25.9,1.08,57.0,15.1,132.0,225.2),
(6,'2024-08-03 00:00:00',10,28.68,23.9,1.27,63.4,15.1,161.1,208.3),
(6,'2024-08-04 00:00:00',10,27.04,22.8,1.33,59.7,19.1,148.9,200.2),
(6,'2024-08-05 00:00:00',10,26.11,21.6,1.43,66.8,14.5,139.5,223.1),
(6,'2024-08-06 00:00:00',10,24.49,23.7,1.22,60.3,20.2,148.1,213.9),
(6,'2024-08-07 00:00:00',10,32.43,24.4,1.37,56.4,18.0,143.9,242.1),
(6,'2024-08-08 00:00:00',10,33.6,23.5,0.94,52.8,12.5,145.3,242.6),
(6,'2024-08-09 00:00:00',10,33.6,21.9,1.33,60.4,18.3,136.9,243.9),
(6,'2024-08-10 00:00:00',10,31.81,22.3,1.33,54.9,12.9,129.5,208.7),
(6,'2024-08-11 00:00:00',10,30.13,23.6,1.48,54.5,20.1,135.0,226.8),
(6,'2024-08-12 00:00:00',10,29.12,24.8,0.69,63.9,17.3,114.8,230.5),
(6,'2024-08-13 00:00:00',10,33.6,23.9,0.88,52.4,23.6,152.6,229.1),
(6,'2024-08-14 00:00:00',10,31.38,24.8,1.31,68.3,21.2,121.5,215.7),
(6,'2024-08-15 00:00:00',10,29.25,24.8,0.44,62.0,14.8,136.7,235.3),
(6,'2024-08-16 00:00:00',10,28.04,24.6,1.23,61.0,11.9,149.7,220.0),
(6,'2024-08-17 00:00:00',10,26.51,23.5,1.37,56.1,15.7,152.6,221.5),
(6,'2024-08-18 00:00:00',10,25.03,26.1,0.96,65.1,14.3,113.4,201.5),
(6,'2024-08-19 00:00:00',10,23.82,25.5,1.0,61.2,23.5,138.6,227.7),
(6,'2024-08-20 00:00:00',10,22.24,24.2,0.84,57.8,18.0,146.9,216.9),
(6,'2024-08-21 00:00:00',10,20.75,23.4,0.98,62.2,20.8,140.8,225.6),
(6,'2024-08-22 00:00:00',10,28.57,24.4,0.98,52.8,17.1,160.2,222.8),
(6,'2024-08-23 00:00:00',10,27.8,23.3,0.94,53.1,17.5,127.7,222.2),
(6,'2024-08-24 00:00:00',10,26.47,23.9,0.92,55.6,17.9,109.3,219.5),
(6,'2024-08-25 00:00:00',10,24.6,24.5,1.04,63.0,21.3,152.2,229.4),
(6,'2024-08-26 00:00:00',10,32.01,22.3,1.04,61.2,18.9,131.9,217.6),
(6,'2024-08-27 00:00:00',10,30.71,22.8,1.58,66.5,14.8,113.6,202.5),
(6,'2024-08-28 00:00:00',10,29.0,21.8,1.01,56.7,22.9,137.6,226.8),
(6,'2024-08-29 00:00:00',10,26.95,25.8,1.19,64.1,17.1,158.5,210.3),
(6,'2024-08-30 00:00:00',10,25.86,21.9,0.96,60.7,16.6,121.1,204.1),
(6,'2024-08-31 00:00:00',10,24.77,24.0,0.96,56.5,9.5,175.0,207.7),
(6,'2024-09-01 00:00:00',10,32.42,24.5,0.68,63.2,19.9,127.4,223.4),
(6,'2024-09-02 00:00:00',10,31.03,22.8,0.72,60.9,18.3,141.3,218.8),
(6,'2024-09-03 00:00:00',10,33.6,24.7,0.81,58.1,18.3,121.7,194.4),
(6,'2024-09-04 00:00:00',10,32.0,21.1,1.15,61.5,16.8,140.6,215.4),
(6,'2024-09-05 00:00:00',10,30.8,25.2,1.38,60.6,16.3,138.0,234.0),
(6,'2024-09-06 00:00:00',10,33.6,23.6,0.66,60.5,16.9,117.7,214.6),
(6,'2024-09-07 00:00:00',10,33.6,22.9,0.97,59.2,19.4,182.4,218.0),
(6,'2024-09-08 00:00:00',10,31.86,24.3,0.77,54.7,19.9,132.6,232.5),
(6,'2024-09-09 00:00:00',10,33.6,21.2,1.04,61.6,17.3,132.6,229.5),
(6,'2024-09-10 00:00:00',10,31.74,23.6,1.38,57.2,20.8,154.5,232.3),
(6,'2024-09-11 00:00:00',10,33.6,24.6,0.99,56.1,17.8,167.2,186.7),
(6,'2024-09-12 00:00:00',10,31.82,22.1,1.09,60.0,16.5,156.9,240.8),
(6,'2024-09-13 00:00:00',10,31.06,23.3,1.47,64.9,18.6,122.0,227.6),
(6,'2024-09-14 00:00:00',10,30.16,23.0,1.22,62.2,13.9,143.2,249.5),
(6,'2024-09-15 00:00:00',10,33.6,25.8,0.92,58.6,18.7,111.8,210.6),
(6,'2024-09-16 00:00:00',10,31.7,20.8,1.15,58.4,13.4,153.5,198.8),
(6,'2024-09-17 00:00:00',10,29.17,24.2,0.9,64.4,14.9,115.5,220.1),
(6,'2024-09-18 00:00:00',10,27.73,22.5,1.21,49.3,11.9,128.0,216.7),
(6,'2024-09-19 00:00:00',10,25.88,21.4,1.24,65.2,17.5,140.0,227.8),
(6,'2024-09-20 00:00:00',10,24.68,21.8,0.77,51.9,22.8,146.7,232.9),
(6,'2024-09-21 00:00:00',10,23.46,21.8,1.15,54.2,17.6,136.1,219.0),
(6,'2024-09-22 00:00:00',10,22.4,23.7,1.08,58.7,19.9,162.8,217.1),
(6,'2024-09-23 00:00:00',10,21.67,21.9,1.25,72.1,25.1,150.8,226.3),
(6,'2024-09-24 00:00:00',10,20.31,24.0,1.32,69.6,19.2,149.7,216.9),
(6,'2024-09-25 00:00:00',10,19.93,21.7,1.23,64.8,15.7,121.6,215.9),
(6,'2024-09-26 00:00:00',10,18.75,20.6,1.03,63.0,16.1,165.5,232.4),
(6,'2024-09-27 00:00:00',10,16.92,23.1,1.34,51.9,18.0,128.0,235.1),
(6,'2024-09-28 00:00:00',10,15.37,21.7,0.89,62.0,16.1,166.1,233.0),
(6,'2024-09-29 00:00:00',10,13.92,21.1,0.78,58.5,16.3,170.3,218.0),
(6,'2024-09-30 00:00:00',10,12.84,22.6,0.31,57.2,21.0,147.7,194.3),
(6,'2024-10-01 00:00:00',10,11.12,23.8,1.09,62.0,21.1,155.5,218.2),
(6,'2024-10-02 00:00:00',10,9.65,23.3,0.91,58.9,13.1,93.8,210.9),
(6,'2024-10-03 00:00:00',10,8.64,22.3,1.21,65.6,15.5,137.1,218.4),
(6,'2024-10-04 00:00:00',10,8.64,19.8,0.62,51.6,16.6,156.5,211.9),
(6,'2024-10-05 00:00:00',10,8.64,21.8,0.95,61.6,19.8,153.9,219.8),
(6,'2024-10-06 00:00:00',10,16.8,21.3,1.23,56.9,21.4,121.7,207.5),
(6,'2024-10-07 00:00:00',10,16.02,21.0,0.86,59.2,26.1,135.6,204.6),
(6,'2024-10-08 00:00:00',10,14.62,20.1,1.22,62.8,16.6,102.0,234.7),
(6,'2024-10-09 00:00:00',10,13.83,20.3,0.97,55.7,16.8,146.2,208.4),
(6,'2024-10-10 00:00:00',10,12.0,21.9,1.11,62.1,19.8,111.8,220.0),
(6,'2024-10-11 00:00:00',10,10.17,21.6,1.26,60.2,16.0,157.0,231.5),
(6,'2024-10-12 00:00:00',10,8.64,22.3,1.35,57.9,17.6,157.7,231.0),
(6,'2024-10-13 00:00:00',10,8.64,20.4,1.14,58.9,16.8,132.9,229.5),
(6,'2024-10-14 00:00:00',10,8.64,20.4,0.91,60.5,10.1,147.8,223.6),
(6,'2024-10-15 00:00:00',10,8.64,21.1,1.0,57.4,18.4,136.7,228.7),
(6,'2024-10-16 00:00:00',10,8.64,20.7,1.28,61.3,17.5,143.6,236.5),
(6,'2024-10-17 00:00:00',10,8.64,20.4,0.86,59.9,21.8,122.8,225.1),
(6,'2024-10-18 00:00:00',10,8.64,21.2,1.07,58.2,18.0,149.3,198.0),
(6,'2024-10-19 00:00:00',10,8.64,21.5,1.02,69.2,14.2,115.4,213.7),
(6,'2024-10-20 00:00:00',10,8.64,21.1,1.09,63.3,17.2,112.6,228.4),
(6,'2024-10-21 00:00:00',10,16.05,20.7,0.87,59.3,11.7,138.2,212.5),
(6,'2024-10-22 00:00:00',10,23.81,21.0,0.65,62.0,14.4,136.8,239.4),
(6,'2024-10-23 00:00:00',10,22.95,22.6,1.25,56.1,19.9,144.1,219.2),
(6,'2024-10-24 00:00:00',10,30.93,21.4,1.36,59.1,17.3,130.3,221.0),
(6,'2024-10-25 00:00:00',10,29.39,20.1,0.67,59.6,20.8,168.3,233.5),
(6,'2024-10-26 00:00:00',10,28.61,20.7,1.21,55.0,12.1,142.4,217.8),
(6,'2024-10-27 00:00:00',10,33.6,21.7,1.39,63.2,17.3,143.5,222.1),
(6,'2024-10-28 00:00:00',10,32.31,21.3,1.26,58.7,16.6,143.0,230.8),
(6,'2024-10-29 00:00:00',10,31.53,19.7,1.01,59.5,20.9,155.0,202.3),
(6,'2024-10-30 00:00:00',10,30.26,21.4,0.88,58.4,20.0,148.6,216.6),
(6,'2024-10-31 00:00:00',10,28.4,21.8,1.14,76.0,19.9,146.6,229.9),
(7,'2024-04-01 00:00:00',30,24.0,19.6,1.36,62.8,18.6,144.6,237.2),
(7,'2024-04-02 00:00:00',30,33.6,19.8,0.94,58.1,18.4,93.8,200.4),
(7,'2024-04-03 00:00:00',30,33.6,20.2,0.65,61.6,16.0,176.3,242.8),
(7,'2024-04-04 00:00:00',30,31.68,19.9,0.94,52.9,21.6,142.7,201.1),
(7,'2024-04-05 00:00:00',30,30.26,19.2,0.91,49.6,24.2,145.2,205.6),
(7,'2024-04-06 00:00:00',30,29.84,19.4,0.95,65.4,14.7,156.3,212.6),
(7,'2024-04-07 00:00:00',30,33.6,19.6,0.87,59.4,20.2,147.0,235.7),
(7,'2024-04-08 00:00:00',30,32.23,20.2,0.99,59.9,9.4,151.2,222.7),
(7,'2024-04-09 00:00:00',30,33.6,19.5,1.26,65.4,20.0,133.6,217.1),
(7,'2024-04-10 00:00:00',30,32.61,19.1,1.54,68.2,12.4,121.6,210.5),
(7,'2024-04-11 00:00:00',30,31.35,18.3,0.68,63.9,16.4,144.2,203.5),
(7,'2024-04-12 00:00:00',30,30.27,21.6,0.79,70.9,14.1,161.5,233.6),
(7,'2024-04-13 00:00:00',30,29.57,21.5,0.91,63.8,17.4,130.3,229.6),
(7,'2024-04-14 00:00:00',30,29.17,20.2,1.3,62.8,20.5,129.1,236.2),
(7,'2024-04-15 00:00:00',30,33.6,21.3,1.06,62.5,12.4,158.3,224.8),
(7,'2024-04-16 00:00:00',30,33.6,19.5,0.93,54.8,16.9,133.1,188.3),
(7,'2024-04-17 00:00:00',30,32.26,18.7,1.29,66.0,16.5,133.8,205.1),
(7,'2024-04-18 00:00:00',30,33.6,19.4,1.35,49.0,22.7,134.4,225.6),
(7,'2024-04-19 00:00:00',30,32.33,19.4,1.1,58.3,19.3,139.0,215.6),
(7,'2024-04-20 00:00:00',30,33.6,20.8,0.9,61.4,14.5,116.4,213.3),
(7,'2024-04-21 00:00:00',30,32.79,20.7,1.17,57.3,16.6,131.9,206.8),
(7,'2024-04-22 00:00:00',30,31.53,21.3,1.05,59.0,22.7,143.5,231.4),
(7,'2024-04-23 00:00:00',30,30.67,19.3,1.05,70.4,20.1,143.3,225.5),
(7,'2024-04-24 00:00:00',30,29.26,20.5,0.98,66.8,15.2,157.4,226.0),
(7,'2024-04-25 00:00:00',30,33.6,20.3,1.34,57.8,17.2,167.6,212.4),
(7,'2024-04-26 00:00:00',30,33.6,20.6,1.17,58.9,17.3,162.7,222.1),
(7,'2024-04-27 00:00:00',30,32.43,20.8,1.36,54.9,16.4,153.7,203.9),
(7,'2024-04-28 00:00:00',30,31.73,19.9,1.44,64.8,12.9,137.8,218.4),
(7,'2024-04-29 00:00:00',30,31.18,20.5,1.22,60.0,16.0,130.7,189.7),
(7,'2024-04-30 00:00:00',30,31.21,21.6,0.98,51.4,22.2,140.3,201.2),
(7,'2024-05-01 00:00:00',30,30.15,19.2,1.37,61.8,16.9,148.8,216.1),
(7,'2024-05-02 00:00:00',30,33.6,21.4,1.22,63.4,17.7,152.3,248.5),
(7,'2024-05-03 00:00:00',30,31.86,20.1,1.76,66.1,18.4,149.3,198.4),
(7,'2024-05-04 00:00:00',30,30.82,20.2,1.18,60.9,24.7,138.2,205.1),
(7,'2024-05-05 00:00:00',30,29.64,22.2,1.28,59.4,18.0,151.8,222.6),
(7,'2024-05-06 00:00:00',30,28.91,21.1,1.18,71.2,21.3,158.9,241.2),
(7,'2024-05-07 00:00:00',30,28.69,19.4,1.08,61.3,16.2,153.2,222.4),
(7,'2024-05-08 00:00:00',30,28.6,19.1,1.04,64.8,17.2,139.5,228.4),
(7,'2024-05-09 00:00:00',30,28.0,21.5,1.18,58.6,18.0,127.5,215.9),
(7,'2024-05-10 00:00:00',30,33.6,22.8,1.24,64.7,15.7,127.1,213.9),
(7,'2024-05-11 00:00:00',30,32.09,22.5,1.4,54.0,17.4,129.8,221.0),
(7,'2024-05-12 00:00:00',30,30.62,20.4,1.19,58.9,20.7,143.9,212.1),
(7,'2024-05-13 00:00:00',30,30.29,19.2,0.99,55.2,15.6,147.8,228.7),
(7,'2024-05-14 00:00:00',30,33.6,21.0,1.03,58.2,18.0,118.8,200.7),
(7,'2024-05-15 00:00:00',30,31.97,20.9,0.78,67.5,20.1,132.4,230.7),
(7,'2024-05-16 00:00:00',30,31.42,19.5,1.52,58.2,15.5,143.6,220.5),
(7,'2024-05-17 00:00:00',30,33.6,22.3,0.97,64.8,21.3,126.5,217.4),
(7,'2024-05-18 00:00:00',30,33.6,22.3,1.35,68.8,18.2,146.5,200.3),
(7,'2024-05-19 00:00:00',30,33.6,21.7,1.17,61.1,17.5,135.4,208.2),
(7,'2024-05-20 00:00:00',30,32.26,21.3,1.18,66.2,12.0,129.1,234.4),
(7,'2024-05-21 00:00:00',30,31.81,19.9,1.08,63.9,16.9,140.8,217.5),
(7,'2024-05-22 00:00:00',30,33.6,22.5,0.91,61.8,19.1,145.9,223.3),
(7,'2024-05-23 00:00:00',30,31.93,20.9,0.86,65.0,23.2,127.3,209.4),
(7,'2024-05-24 00:00:00',30,30.65,20.7,1.54,70.4,19.7,136.4,219.7),
(7,'2024-05-25 00:00:00',30,29.52,21.2,1.14,58.1,21.4,147.0,203.5),
(7,'2024-05-26 00:00:00',30,28.89,21.5,1.39,56.5,14.4,128.6,221.2),
(7,'2024-05-27 00:00:00',30,28.23,21.2,1.45,56.2,17.6,115.1,224.4),
(7,'2024-05-28 00:00:00',30,27.15,21.2,1.01,66.2,21.7,117.0,223.8),
(7,'2024-05-29 00:00:00',30,33.6,23.0,1.21,66.9,15.3,133.7,209.2),
(7,'2024-05-30 00:00:00',30,32.43,20.8,1.12,58.6,20.9,120.2,215.9),
(7,'2024-05-31 00:00:00',30,31.1,20.3,0.82,50.6,20.2,134.8,226.4),
(7,'2024-06-01 00:00:00',30,30.58,21.8,1.06,57.9,18.8,165.0,217.5),
(7,'2024-06-02 00:00:00',30,29.48,21.1,1.26,64.0,17.0,119.3,216.6),
(7,'2024-06-03 00:00:00',30,28.31,20.1,0.98,60.9,15.0,135.8,242.8),
(7,'2024-06-04 00:00:00',30,27.55,21.6,1.03,62.2,23.3,172.0,208.6),
(7,'2024-06-05 00:00:00',30,27.71,20.6,1.07,58.6,19.9,146.1,233.0),
(7,'2024-06-06 00:00:00',30,27.22,21.9,1.64,66.3,19.0,134.5,206.1),
(7,'2024-06-07 00:00:00',30,32.11,21.6,0.65,63.0,16.8,137.6,227.9),
(7,'2024-06-08 00:00:00',30,33.6,22.3,1.23,64.2,18.1,146.4,228.5),
(7,'2024-06-09 00:00:00',30,33.6,20.7,1.04,62.0,18.5,165.4,213.9),
(7,'2024-06-10 00:00:00',30,33.6,21.2,0.95,63.9,19.2,132.0,205.4),
(7,'2024-06-11 00:00:00',30,31.23,21.8,1.04,63.5,20.2,128.6,196.4),
(7,'2024-06-12 00:00:00',30,31.12,21.7,1.27,56.6,15.7,119.3,212.6),
(7,'2024-06-13 00:00:00',30,30.93,21.9,1.29,63.1,13.6,141.5,226.3),
(7,'2024-06-14 00:00:00',30,33.6,22.3,1.15,65.2,18.3,118.9,207.1),
(7,'2024-06-15 00:00:00',30,32.3,21.4,1.38,67.0,12.8,133.0,221.2),
(7,'2024-06-16 00:00:00',30,30.79,21.1,1.42,63.3,17.0,126.4,202.3),
(7,'2024-06-17 00:00:00',30,29.9,22.0,1.31,56.4,16.5,156.1,217.2),
(7,'2024-06-18 00:00:00',30,29.78,22.1,0.97,57.2,19.5,132.4,206.2),
(7,'2024-06-19 00:00:00',30,29.04,20.3,1.23,59.1,23.9,146.0,219.1),
(7,'2024-06-20 00:00:00',30,33.6,21.0,1.23,62.2,12.2,115.9,214.0),
(7,'2024-06-21 00:00:00',30,31.57,20.7,0.9,60.6,24.8,142.0,205.7),
(7,'2024-06-22 00:00:00',30,31.29,22.7,0.72,55.6,17.3,122.0,212.1),
(7,'2024-06-23 00:00:00',30,33.6,22.5,0.6,55.6,19.0,133.6,208.8),
(7,'2024-06-24 00:00:00',30,31.56,20.4,1.13,50.8,13.8,173.2,204.2),
(7,'2024-06-25 00:00:00',30,30.37,21.5,1.18,45.7,21.0,154.0,233.0),
(7,'2024-06-26 00:00:00',30,29.07,20.8,0.81,60.6,18.1,138.1,215.7),
(7,'2024-06-27 00:00:00',30,28.23,21.6,1.37,72.9,17.8,188.0,193.6),
(7,'2024-06-28 00:00:00',30,27.53,20.6,1.15,70.2,12.2,126.3,212.5),
(7,'2024-06-29 00:00:00',30,26.53,20.9,1.45,56.4,18.2,157.5,231.0),
(7,'2024-06-30 00:00:00',30,26.0,21.8,1.2,62.0,20.5,117.0,210.9),
(7,'2024-07-01 00:00:00',30,25.23,21.7,0.84,53.9,17.3,136.3,238.0),
(7,'2024-07-02 00:00:00',30,24.82,22.1,1.23,54.7,21.5,119.8,209.7),
(7,'2024-07-03 00:00:00',30,29.52,21.0,1.28,55.3,21.4,143.9,226.0),
(7,'2024-07-04 00:00:00',30,29.9,22.2,0.97,60.1,16.1,140.8,232.4),
(7,'2024-07-05 00:00:00',30,28.88,21.9,0.75,60.3,22.8,135.4,225.4),
(7,'2024-07-06 00:00:00',30,27.7,21.3,1.14,62.5,18.1,156.4,203.5),
(7,'2024-07-07 00:00:00',30,26.47,21.4,0.86,64.6,18.1,131.5,208.7),
(7,'2024-07-08 00:00:00',30,25.51,24.1,1.39,59.6,18.3,144.9,234.0),
(7,'2024-07-09 00:00:00',30,23.99,22.4,1.01,61.4,18.2,152.3,210.3),
(7,'2024-07-10 00:00:00',30,28.94,22.0,1.54,55.8,10.1,117.8,231.7),
(7,'2024-07-11 00:00:00',30,32.97,22.6,0.58,54.5,17.4,128.8,214.8),
(7,'2024-07-12 00:00:00',30,31.84,23.2,1.14,53.8,13.9,140.8,221.7),
(7,'2024-07-13 00:00:00',30,30.51,20.7,1.47,64.5,22.9,149.5,203.4),
(7,'2024-07-14 00:00:00',30,33.6,21.9,0.89,59.6,22.8,161.3,212.7),
(7,'2024-07-15 00:00:00',30,33.6,22.5,1.07,51.9,20.6,136.8,209.5),
(7,'2024-07-16 00:00:00',30,33.6,22.3,1.01,60.9,17.3,135.3,222.7),
(7,'2024-07-17 00:00:00',30,31.81,21.1,0.94,55.0,15.0,126.9,221.1),
(7,'2024-07-18 00:00:00',30,30.96,21.9,1.17,69.6,16.0,144.9,225.6),
(7,'2024-07-19 00:00:00',30,29.81,22.6,0.79,58.4,23.8,135.5,214.1),
(7,'2024-07-20 00:00:00',30,33.6,20.6,1.08,64.7,15.9,135.9,208.8),
(7,'2024-07-21 00:00:00',30,33.6,21.7,1.24,66.7,10.9,138.6,222.2),
(7,'2024-07-22 00:00:00',30,33.6,23.1,1.05,56.5,21.1,148.3,207.6),
(7,'2024-07-23 00:00:00',30,32.04,22.3,0.86,61.6,22.5,131.5,232.9),
(7,'2024-07-24 00:00:00',30,33.6,21.2,1.36,64.0,23.0,128.4,218.6),
(7,'2024-07-25 00:00:00',30,32.43,21.6,1.29,61.8,21.1,146.5,216.1),
(7,'2024-07-26 00:00:00',30,31.06,21.9,0.85,63.1,21.6,94.6,225.5),
(7,'2024-07-27 00:00:00',30,30.11,21.1,0.78,54.6,18.2,130.9,219.1),
(7,'2024-07-28 00:00:00',30,28.96,21.7,0.87,64.0,11.8,122.7,200.1),
(7,'2024-07-29 00:00:00',30,33.6,21.3,1.24,58.8,18.1,158.0,207.3),
(7,'2024-07-30 00:00:00',30,33.6,22.4,1.17,63.0,19.9,133.4,232.7),
(7,'2024-07-31 00:00:00',30,31.69,21.2,1.3,65.8,17.6,131.6,221.0),
(7,'2024-08-01 00:00:00',30,30.63,22.6,1.02,64.6,17.5,139.3,199.8),
(7,'2024-08-02 00:00:00',30,30.05,22.6,0.88,63.0,15.1,131.1,224.2),
(7,'2024-08-03 00:00:00',30,29.73,22.7,1.34,64.5,15.0,134.0,213.3),
(7,'2024-08-04 00:00:00',30,29.48,20.6,0.97,64.7,23.5,141.5,209.5),
(7,'2024-08-05 00:00:00',30,28.88,21.5,1.15,68.7,23.6,133.7,206.3),
(7,'2024-08-06 00:00:00',30,28.03,21.4,0.72,61.1,18.0,133.6,232.0),
(7,'2024-08-07 00:00:00',30,33.17,21.3,0.96,62.1,18.8,124.8,196.4),
(7,'2024-08-08 00:00:00',30,33.6,21.1,1.36,65.9,15.1,122.7,209.9),
(7,'2024-08-09 00:00:00',30,33.6,21.7,0.93,58.8,19.9,140.9,221.4),
(7,'2024-08-10 00:00:00',30,32.42,21.6,1.31,54.6,23.3,144.6,238.9),
(7,'2024-08-11 00:00:00',30,31.05,21.7,0.52,63.7,13.4,118.6,226.6),
(7,'2024-08-12 00:00:00',30,30.2,20.9,0.97,60.2,19.4,151.4,209.8),
(7,'2024-08-13 00:00:00',30,33.6,21.6,1.06,55.2,19.6,151.5,238.4),
(7,'2024-08-14 00:00:00',30,32.29,22.8,1.54,63.8,19.6,154.6,203.7),
(7,'2024-08-15 00:00:00',30,31.73,22.0,0.81,68.4,22.9,144.5,223.2),
(7,'2024-08-16 00:00:00',30,31.21,22.6,1.27,53.1,24.1,149.6,225.9),
(7,'2024-08-17 00:00:00',30,30.46,21.0,1.37,66.4,17.3,172.8,209.4),
(7,'2024-08-18 00:00:00',30,29.42,22.9,0.93,48.6,20.0,135.5,228.4),
(7,'2024-08-19 00:00:00',30,28.61,23.6,1.01,59.2,18.3,124.3,213.8),
(7,'2024-08-20 00:00:00',30,27.53,23.4,1.14,70.5,16.1,117.0,228.3),
(7,'2024-08-21 00:00:00',30,26.62,21.1,0.74,59.6,18.8,166.3,197.9),
(7,'2024-08-22 00:00:00',30,32.49,21.2,0.99,61.7,20.0,166.5,224.0);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(7,'2024-08-23 00:00:00',30,31.58,21.3,1.43,65.1,18.7,126.1,215.1),
(7,'2024-08-24 00:00:00',30,30.96,21.6,1.24,52.7,15.4,129.1,233.8),
(7,'2024-08-25 00:00:00',30,29.84,21.4,1.07,61.6,16.6,135.1,219.5),
(7,'2024-08-26 00:00:00',30,33.6,22.3,1.14,61.6,16.6,158.4,235.0),
(7,'2024-08-27 00:00:00',30,32.55,21.7,1.25,70.6,15.5,120.7,226.1),
(7,'2024-08-28 00:00:00',30,31.91,20.2,1.3,55.1,18.9,110.5,218.5),
(7,'2024-08-29 00:00:00',30,31.15,23.7,0.97,59.3,19.3,172.5,229.5),
(7,'2024-08-30 00:00:00',30,30.75,21.5,1.49,56.6,20.9,144.7,229.5),
(7,'2024-08-31 00:00:00',30,30.44,22.2,1.44,56.1,15.4,146.8,225.7),
(7,'2024-09-01 00:00:00',30,33.6,22.1,1.28,66.9,16.3,136.9,192.5),
(7,'2024-09-02 00:00:00',30,32.19,21.0,0.9,61.4,22.7,147.0,208.2),
(7,'2024-09-03 00:00:00',30,33.6,22.2,0.85,58.5,17.5,117.3,236.6),
(7,'2024-09-04 00:00:00',30,31.91,22.1,1.03,58.7,18.1,127.4,204.9),
(7,'2024-09-05 00:00:00',30,30.76,23.5,1.12,58.4,17.5,141.6,230.6),
(7,'2024-09-06 00:00:00',30,33.6,22.4,0.67,58.9,21.4,105.9,228.5),
(7,'2024-09-07 00:00:00',30,33.6,21.1,1.23,54.9,21.5,135.5,211.3),
(7,'2024-09-08 00:00:00',30,32.55,23.0,1.43,60.0,21.3,134.5,196.1),
(7,'2024-09-09 00:00:00',30,33.6,20.0,1.25,59.5,18.1,135.5,213.2),
(7,'2024-09-10 00:00:00',30,32.07,20.4,0.94,57.5,15.4,131.7,244.9),
(7,'2024-09-11 00:00:00',30,33.6,22.1,0.91,62.0,23.8,125.1,209.6),
(7,'2024-09-12 00:00:00',30,32.31,21.5,1.18,62.4,20.6,112.7,210.5),
(7,'2024-09-13 00:00:00',30,31.25,22.9,1.07,58.5,16.6,142.2,208.0),
(7,'2024-09-14 00:00:00',30,30.41,21.5,1.22,60.5,22.3,135.5,234.6),
(7,'2024-09-15 00:00:00',30,33.6,22.2,1.26,72.0,16.4,119.4,217.1),
(7,'2024-09-16 00:00:00',30,32.11,19.4,1.38,71.9,22.2,140.9,212.5),
(7,'2024-09-17 00:00:00',30,30.93,22.4,0.82,56.0,22.4,135.6,237.0),
(7,'2024-09-18 00:00:00',30,30.58,21.1,1.16,56.7,15.2,133.1,227.0),
(7,'2024-09-19 00:00:00',30,28.95,21.5,1.02,56.0,19.7,107.6,209.0),
(7,'2024-09-20 00:00:00',30,28.1,21.1,1.08,66.5,20.3,150.2,205.3),
(7,'2024-09-21 00:00:00',30,27.14,20.5,1.32,59.3,25.8,121.5,233.9),
(7,'2024-09-22 00:00:00',30,26.5,21.8,1.35,62.4,15.8,140.9,220.2),
(7,'2024-09-23 00:00:00',30,25.15,20.1,1.46,71.2,22.3,127.9,201.4),
(7,'2024-09-24 00:00:00',30,24.14,22.0,1.22,61.2,18.1,134.2,198.6),
(7,'2024-09-25 00:00:00',30,23.32,20.4,1.08,64.8,14.3,157.3,206.6),
(7,'2024-09-26 00:00:00',30,22.98,20.6,1.05,63.9,17.6,148.0,205.1),
(7,'2024-09-27 00:00:00',30,22.34,21.0,0.68,58.3,18.0,157.0,195.4),
(7,'2024-09-28 00:00:00',30,21.07,21.4,1.45,66.5,14.8,145.0,206.8),
(7,'2024-09-29 00:00:00',30,20.09,21.4,1.03,57.0,18.9,145.9,209.0),
(7,'2024-09-30 00:00:00',30,19.65,20.1,1.24,67.9,20.9,113.3,214.4),
(7,'2024-10-01 00:00:00',30,18.37,20.8,1.28,58.3,18.7,135.2,240.3),
(7,'2024-10-02 00:00:00',30,17.53,21.5,0.8,58.9,16.4,136.6,216.8),
(7,'2024-10-03 00:00:00',30,16.75,19.9,0.88,55.8,17.6,158.4,218.0),
(7,'2024-10-04 00:00:00',30,15.83,20.0,1.5,56.6,18.0,132.4,226.1),
(7,'2024-10-05 00:00:00',30,16.12,20.7,1.19,59.1,18.7,144.0,217.2),
(7,'2024-10-06 00:00:00',30,20.81,22.0,0.97,49.1,21.3,143.4,224.8),
(7,'2024-10-07 00:00:00',30,20.24,20.0,1.08,60.1,18.8,157.4,223.4),
(7,'2024-10-08 00:00:00',30,19.17,20.9,1.39,58.7,13.8,138.0,221.5),
(7,'2024-10-09 00:00:00',30,18.62,20.5,1.35,65.2,16.3,152.4,253.2),
(7,'2024-10-10 00:00:00',30,18.2,20.3,0.75,63.4,18.5,114.4,230.9),
(7,'2024-10-11 00:00:00',30,17.2,20.3,1.52,57.7,21.4,115.8,207.0),
(7,'2024-10-12 00:00:00',30,16.39,21.6,1.36,59.0,21.9,105.7,224.4),
(7,'2024-10-13 00:00:00',30,15.29,20.4,1.08,60.1,23.3,151.8,210.5),
(7,'2024-10-14 00:00:00',30,14.09,19.6,0.82,68.7,18.4,150.1,225.4),
(7,'2024-10-15 00:00:00',30,13.74,19.4,1.38,57.1,20.3,153.5,203.5),
(7,'2024-10-16 00:00:00',30,12.75,19.5,1.24,57.7,13.6,129.8,206.7),
(7,'2024-10-17 00:00:00',30,11.05,19.5,0.75,55.6,19.3,131.5,224.1),
(7,'2024-10-18 00:00:00',30,11.0,18.8,1.06,53.8,14.8,138.2,232.0),
(7,'2024-10-19 00:00:00',30,9.92,21.3,1.9,62.8,17.8,161.7,226.0),
(7,'2024-10-20 00:00:00',30,9.06,20.6,1.12,62.3,27.1,165.4,230.2),
(7,'2024-10-21 00:00:00',30,14.59,20.2,0.93,67.7,18.9,151.9,224.5),
(7,'2024-10-22 00:00:00',30,19.43,19.3,0.86,66.5,15.4,145.0,222.1),
(7,'2024-10-23 00:00:00',30,18.57,21.9,1.56,73.2,19.2,160.0,214.0),
(7,'2024-10-24 00:00:00',30,22.95,20.0,1.33,60.9,16.4,136.2,229.8),
(7,'2024-10-25 00:00:00',30,21.55,19.2,1.47,59.9,15.1,134.1,232.3),
(7,'2024-10-26 00:00:00',30,20.72,19.9,1.18,54.7,24.3,138.1,219.2),
(7,'2024-10-27 00:00:00',30,25.74,20.4,1.43,64.7,21.2,125.3,218.6),
(7,'2024-10-28 00:00:00',30,25.08,21.4,0.9,61.8,19.0,137.4,239.1),
(7,'2024-10-29 00:00:00',30,24.14,20.6,1.16,64.5,16.8,123.2,219.8),
(7,'2024-10-30 00:00:00',30,23.38,21.3,1.19,55.6,17.1,155.4,220.9),
(7,'2024-10-31 00:00:00',30,21.88,20.2,1.46,63.0,22.6,148.2,225.8),
(8,'2024-04-01 00:00:00',60,24.0,17.9,0.87,65.1,19.2,146.3,203.0),
(8,'2024-04-02 00:00:00',60,31.73,18.0,1.28,54.3,19.5,143.9,237.7),
(8,'2024-04-03 00:00:00',60,33.6,19.1,0.94,66.5,17.0,122.0,219.1),
(8,'2024-04-04 00:00:00',60,32.83,17.3,0.97,61.0,18.6,136.2,221.9),
(8,'2024-04-05 00:00:00',60,32.16,18.6,0.97,49.9,18.7,146.1,213.5),
(8,'2024-04-06 00:00:00',60,32.48,17.5,0.86,62.1,10.7,163.7,214.6),
(8,'2024-04-07 00:00:00',60,33.6,18.2,0.67,59.2,19.9,135.9,210.6),
(8,'2024-04-08 00:00:00',60,32.44,18.2,0.99,58.5,18.4,148.3,225.7),
(8,'2024-04-09 00:00:00',60,33.6,17.7,1.32,57.6,19.7,153.2,218.8),
(8,'2024-04-10 00:00:00',60,32.81,18.5,1.16,60.6,14.1,137.1,225.2),
(8,'2024-04-11 00:00:00',60,32.69,16.6,1.5,58.8,17.1,157.2,224.1),
(8,'2024-04-12 00:00:00',60,31.85,19.2,1.3,52.0,14.7,158.0,214.9),
(8,'2024-04-13 00:00:00',60,31.53,18.9,1.24,67.6,20.2,160.7,202.5),
(8,'2024-04-14 00:00:00',60,31.12,17.9,1.58,60.0,13.8,146.9,201.5),
(8,'2024-04-15 00:00:00',60,33.6,19.9,1.08,57.6,15.2,175.4,256.3),
(8,'2024-04-16 00:00:00',60,33.6,17.6,1.12,55.6,19.6,130.8,237.7),
(8,'2024-04-17 00:00:00',60,32.94,17.6,1.1,65.1,16.1,171.9,236.1),
(8,'2024-04-18 00:00:00',60,33.6,18.2,1.49,54.8,15.2,151.5,211.9),
(8,'2024-04-19 00:00:00',60,33.21,18.1,1.11,61.9,20.7,160.1,220.1),
(8,'2024-04-20 00:00:00',60,33.6,19.4,0.94,58.3,20.8,135.2,210.2),
(8,'2024-04-21 00:00:00',60,32.51,20.3,1.25,58.6,20.2,152.7,204.3),
(8,'2024-04-22 00:00:00',60,32.26,19.5,0.9,55.7,20.5,161.4,212.9),
(8,'2024-04-23 00:00:00',60,31.49,19.0,1.24,58.1,17.3,123.7,235.9),
(8,'2024-04-24 00:00:00',60,31.54,19.9,1.21,61.3,17.4,137.6,230.1),
(8,'2024-04-25 00:00:00',60,33.6,18.9,1.06,62.4,16.1,107.9,208.4),
(8,'2024-04-26 00:00:00',60,33.6,19.9,1.25,57.3,18.5,137.3,216.2),
(8,'2024-04-27 00:00:00',60,32.83,19.1,0.73,60.8,16.4,127.8,229.0),
(8,'2024-04-28 00:00:00',60,31.95,19.4,1.15,65.7,16.7,136.7,213.1),
(8,'2024-04-29 00:00:00',60,31.61,19.0,0.99,52.9,19.8,183.9,221.0),
(8,'2024-04-30 00:00:00',60,31.36,18.4,1.82,61.2,21.6,165.8,224.8),
(8,'2024-05-01 00:00:00',60,30.76,18.8,1.15,56.5,19.2,118.4,224.7),
(8,'2024-05-02 00:00:00',60,33.6,18.2,0.96,56.0,23.4,148.3,223.0),
(8,'2024-05-03 00:00:00',60,32.9,17.9,0.76,62.6,15.9,152.0,212.2),
(8,'2024-05-04 00:00:00',60,31.86,18.9,1.43,58.5,12.5,134.9,213.4),
(8,'2024-05-05 00:00:00',60,32.21,18.5,1.02,55.2,20.1,142.7,206.4),
(8,'2024-05-06 00:00:00',60,31.8,18.9,0.91,67.9,15.7,144.1,201.3),
(8,'2024-05-07 00:00:00',60,31.0,18.1,1.19,65.9,17.2,119.8,218.6),
(8,'2024-05-08 00:00:00',60,30.31,18.0,1.27,51.6,12.7,124.5,229.8),
(8,'2024-05-09 00:00:00',60,30.51,18.9,1.27,53.9,15.3,142.6,203.4),
(8,'2024-05-10 00:00:00',60,33.6,20.0,1.11,64.2,13.5,141.5,223.3),
(8,'2024-05-11 00:00:00',60,33.05,19.7,1.15,59.8,16.7,129.4,229.4),
(8,'2024-05-12 00:00:00',60,32.83,19.3,1.17,68.8,16.8,128.1,198.0),
(8,'2024-05-13 00:00:00',60,32.66,17.9,1.19,64.3,18.3,138.7,216.8),
(8,'2024-05-14 00:00:00',60,33.6,18.8,1.21,62.7,21.7,153.3,239.8),
(8,'2024-05-15 00:00:00',60,32.8,19.8,1.38,56.1,20.0,138.9,226.6),
(8,'2024-05-16 00:00:00',60,32.36,19.3,1.12,63.7,13.1,164.3,197.6),
(8,'2024-05-17 00:00:00',60,33.6,19.2,0.9,54.9,19.8,129.6,227.9),
(8,'2024-05-18 00:00:00',60,33.6,19.6,1.07,67.8,18.3,142.9,211.0),
(8,'2024-05-19 00:00:00',60,33.6,18.7,1.29,63.4,17.7,134.7,228.3),
(8,'2024-05-20 00:00:00',60,33.24,18.8,0.66,57.1,17.9,148.8,211.7),
(8,'2024-05-21 00:00:00',60,32.36,17.9,0.66,65.3,18.6,128.3,219.4),
(8,'2024-05-22 00:00:00',60,33.6,19.7,1.34,72.5,15.9,168.9,213.5),
(8,'2024-05-23 00:00:00',60,32.85,19.6,1.49,60.2,17.5,114.6,220.0),
(8,'2024-05-24 00:00:00',60,31.91,18.7,0.79,64.0,21.6,165.7,213.2),
(8,'2024-05-25 00:00:00',60,30.98,19.4,1.13,59.1,15.9,141.3,217.3),
(8,'2024-05-26 00:00:00',60,31.05,18.9,1.01,61.7,14.9,148.3,205.9),
(8,'2024-05-27 00:00:00',60,30.47,20.0,1.04,53.7,17.8,160.0,225.9),
(8,'2024-05-28 00:00:00',60,30.09,18.4,1.18,61.2,14.6,152.9,222.1),
(8,'2024-05-29 00:00:00',60,33.6,19.4,0.78,61.5,12.8,129.0,200.6),
(8,'2024-05-30 00:00:00',60,33.17,18.8,0.83,70.2,17.0,149.0,231.9),
(8,'2024-05-31 00:00:00',60,32.7,19.1,1.03,52.3,22.3,168.0,217.9),
(8,'2024-06-01 00:00:00',60,31.97,19.6,1.07,59.8,17.9,126.7,221.9),
(8,'2024-06-02 00:00:00',60,31.1,19.2,0.83,67.7,18.5,171.8,229.2),
(8,'2024-06-03 00:00:00',60,30.57,19.0,1.31,60.0,11.6,145.8,223.9),
(8,'2024-06-04 00:00:00',60,30.39,20.4,1.01,60.4,19.3,133.5,234.0),
(8,'2024-06-05 00:00:00',60,30.07,19.9,1.0,57.1,18.3,126.6,216.5),
(8,'2024-06-06 00:00:00',60,29.72,18.2,1.18,56.6,16.0,136.7,232.4),
(8,'2024-06-07 00:00:00',60,32.49,19.8,1.08,52.1,18.5,110.7,221.5),
(8,'2024-06-08 00:00:00',60,33.6,19.6,1.32,58.1,18.5,133.8,226.1),
(8,'2024-06-09 00:00:00',60,33.6,18.5,0.87,56.3,14.8,136.1,224.8),
(8,'2024-06-10 00:00:00',60,33.6,19.6,0.76,61.8,19.0,123.9,234.9),
(8,'2024-06-11 00:00:00',60,32.25,18.7,1.03,57.3,21.6,151.2,228.7),
(8,'2024-06-12 00:00:00',60,32.79,20.2,1.12,58.9,17.3,136.7,214.7),
(8,'2024-06-13 00:00:00',60,32.0,19.7,0.8,59.0,15.4,130.5,212.3),
(8,'2024-06-14 00:00:00',60,33.6,19.0,0.76,61.0,17.5,135.1,219.4),
(8,'2024-06-15 00:00:00',60,32.88,19.1,1.15,58.6,20.6,145.3,210.9),
(8,'2024-06-16 00:00:00',60,32.02,18.1,0.92,55.9,14.3,141.1,207.4),
(8,'2024-06-17 00:00:00',60,31.61,19.3,0.74,61.7,19.7,129.5,194.5),
(8,'2024-06-18 00:00:00',60,31.19,19.6,1.35,66.6,16.0,141.9,201.4),
(8,'2024-06-19 00:00:00',60,30.43,18.4,0.95,61.9,18.7,139.2,243.8),
(8,'2024-06-20 00:00:00',60,33.29,19.9,1.39,58.2,16.3,122.9,212.1),
(8,'2024-06-21 00:00:00',60,31.8,19.8,1.11,60.6,16.3,135.7,242.8),
(8,'2024-06-22 00:00:00',60,32.08,19.9,1.18,51.0,22.6,148.7,224.8),
(8,'2024-06-23 00:00:00',60,33.6,19.4,1.05,60.6,13.8,148.6,219.4),
(8,'2024-06-24 00:00:00',60,32.91,19.5,0.44,59.2,19.5,136.6,202.0),
(8,'2024-06-25 00:00:00',60,31.5,19.6,0.82,56.6,23.2,150.2,220.1),
(8,'2024-06-26 00:00:00',60,30.79,18.5,1.08,57.5,20.1,125.3,242.7),
(8,'2024-06-27 00:00:00',60,30.95,18.8,1.2,59.2,14.0,125.8,238.7),
(8,'2024-06-28 00:00:00',60,32.22,18.9,0.66,66.2,14.2,136.2,223.3),
(8,'2024-06-29 00:00:00',60,32.23,19.4,1.1,66.7,15.7,162.5,206.2),
(8,'2024-06-30 00:00:00',60,32.14,20.1,0.83,56.6,18.5,142.4,208.5),
(8,'2024-07-01 00:00:00',60,31.9,19.5,1.17,58.7,18.7,135.9,209.8),
(8,'2024-07-02 00:00:00',60,31.15,18.9,1.11,58.8,14.2,163.2,235.3),
(8,'2024-07-03 00:00:00',60,33.6,19.7,1.3,65.3,15.4,135.7,239.6),
(8,'2024-07-04 00:00:00',60,32.2,19.9,1.38,62.0,15.6,173.5,222.4),
(8,'2024-07-05 00:00:00',60,31.25,20.8,1.23,61.7,17.5,132.3,216.4),
(8,'2024-07-06 00:00:00',60,30.33,19.4,1.33,63.9,24.0,124.8,238.6),
(8,'2024-07-07 00:00:00',60,30.31,19.9,1.02,58.3,15.2,137.5,208.3),
(8,'2024-07-08 00:00:00',60,29.85,22.2,1.82,68.1,15.1,136.3,220.6),
(8,'2024-07-09 00:00:00',60,29.47,20.0,0.81,61.2,14.6,127.9,225.6),
(8,'2024-07-10 00:00:00',60,32.14,19.4,0.98,57.0,19.9,179.0,209.6),
(8,'2024-07-11 00:00:00',60,33.6,19.3,1.34,60.1,17.9,144.8,212.4),
(8,'2024-07-12 00:00:00',60,32.35,21.4,1.3,67.4,15.3,147.0,211.4),
(8,'2024-07-13 00:00:00',60,31.59,18.4,1.23,59.1,16.9,133.1,237.0),
(8,'2024-07-14 00:00:00',60,33.6,19.6,1.28,66.0,15.6,131.3,243.0),
(8,'2024-07-15 00:00:00',60,33.6,19.3,0.59,58.1,18.9,155.4,221.4),
(8,'2024-07-16 00:00:00',60,33.6,19.4,1.51,57.4,26.1,114.9,216.8),
(8,'2024-07-17 00:00:00',60,32.88,18.7,1.06,64.5,19.7,122.9,212.8),
(8,'2024-07-18 00:00:00',60,32.45,20.0,1.42,56.9,17.7,136.3,220.0),
(8,'2024-07-19 00:00:00',60,31.35,20.0,0.6,65.4,16.0,160.3,213.4),
(8,'2024-07-20 00:00:00',60,33.6,18.5,1.17,63.0,14.0,134.4,218.8),
(8,'2024-07-21 00:00:00',60,33.6,20.4,0.97,56.9,20.2,146.2,225.0),
(8,'2024-07-22 00:00:00',60,33.6,19.8,1.25,60.9,20.0,140.4,215.1),
(8,'2024-07-23 00:00:00',60,32.82,19.9,1.19,58.5,16.6,159.4,217.7),
(8,'2024-07-24 00:00:00',60,33.6,19.8,1.2,63.0,21.6,116.2,217.8),
(8,'2024-07-25 00:00:00',60,33.1,19.5,0.84,70.7,18.1,151.0,216.2),
(8,'2024-07-26 00:00:00',60,32.43,18.3,1.09,59.4,20.3,137.0,214.7),
(8,'2024-07-27 00:00:00',60,31.71,19.8,1.06,63.9,18.9,153.9,229.1),
(8,'2024-07-28 00:00:00',60,31.32,19.7,1.23,61.4,17.5,127.7,198.8),
(8,'2024-07-29 00:00:00',60,33.6,19.0,1.35,61.4,15.1,140.4,238.9),
(8,'2024-07-30 00:00:00',60,33.6,19.9,1.14,60.4,17.6,138.5,221.6),
(8,'2024-07-31 00:00:00',60,32.12,18.8,0.79,57.0,20.5,125.0,227.3),
(8,'2024-08-01 00:00:00',60,32.16,19.9,1.13,62.9,16.5,120.8,228.7),
(8,'2024-08-02 00:00:00',60,32.1,19.4,1.76,59.8,19.3,131.3,211.5),
(8,'2024-08-03 00:00:00',60,31.25,19.4,1.52,56.7,14.8,141.9,209.0),
(8,'2024-08-04 00:00:00',60,30.72,19.5,0.36,66.3,20.3,128.6,207.6),
(8,'2024-08-05 00:00:00',60,30.23,20.1,1.12,61.7,18.9,135.0,217.0),
(8,'2024-08-06 00:00:00',60,29.36,19.1,1.34,60.1,14.4,111.7,228.4),
(8,'2024-08-07 00:00:00',60,31.28,20.5,1.06,68.0,17.3,134.4,213.0),
(8,'2024-08-08 00:00:00',60,33.6,19.9,0.99,52.1,20.8,155.4,227.3),
(8,'2024-08-09 00:00:00',60,33.6,18.7,1.04,67.6,14.2,150.6,191.6),
(8,'2024-08-10 00:00:00',60,32.08,18.8,1.24,56.8,14.8,138.7,215.4),
(8,'2024-08-11 00:00:00',60,31.71,18.9,0.82,62.3,17.8,143.7,234.0),
(8,'2024-08-12 00:00:00',60,31.76,19.9,1.4,58.3,24.4,127.6,217.9),
(8,'2024-08-13 00:00:00',60,33.6,19.6,1.09,56.6,16.0,164.4,210.1),
(8,'2024-08-14 00:00:00',60,32.57,21.1,0.87,67.8,19.5,171.0,212.1),
(8,'2024-08-15 00:00:00',60,31.22,19.5,1.39,70.5,18.8,142.5,183.7),
(8,'2024-08-16 00:00:00',60,31.08,19.6,0.72,60.1,16.2,178.9,207.9),
(8,'2024-08-17 00:00:00',60,30.73,20.0,0.97,62.9,18.5,129.8,232.7),
(8,'2024-08-18 00:00:00',60,30.47,19.8,0.96,61.5,16.7,121.2,213.0),
(8,'2024-08-19 00:00:00',60,30.81,20.3,1.64,69.9,16.9,129.4,214.4),
(8,'2024-08-20 00:00:00',60,30.06,20.6,0.94,50.7,13.0,136.7,192.0),
(8,'2024-08-21 00:00:00',60,28.5,19.9,0.57,63.1,17.9,174.7,200.4),
(8,'2024-08-22 00:00:00',60,30.75,19.6,0.96,57.6,20.7,135.8,234.3),
(8,'2024-08-23 00:00:00',60,30.54,19.7,1.22,49.5,18.2,127.1,227.4),
(8,'2024-08-24 00:00:00',60,30.15,18.4,1.3,59.4,21.3,126.5,204.4),
(8,'2024-08-25 00:00:00',60,29.24,20.0,1.68,70.5,19.7,157.1,212.4),
(8,'2024-08-26 00:00:00',60,31.36,19.4,1.46,58.0,17.8,155.0,219.6),
(8,'2024-08-27 00:00:00',60,30.81,20.0,1.15,65.2,16.1,132.7,205.6),
(8,'2024-08-28 00:00:00',60,29.94,19.1,0.89,67.2,16.5,111.9,196.0),
(8,'2024-08-29 00:00:00',60,29.72,20.0,1.51,61.2,13.6,123.1,218.1),
(8,'2024-08-30 00:00:00',60,29.15,20.1,1.02,61.9,17.2,165.8,226.9),
(8,'2024-08-31 00:00:00',60,28.49,19.5,0.95,52.7,18.4,150.3,227.1),
(8,'2024-09-01 00:00:00',60,30.84,20.2,1.0,57.7,23.1,141.0,230.5),
(8,'2024-09-02 00:00:00',60,30.54,19.4,0.8,65.8,19.6,168.0,201.4),
(8,'2024-09-03 00:00:00',60,33.21,20.3,0.99,61.6,15.4,169.4,220.7),
(8,'2024-09-04 00:00:00',60,32.49,18.8,1.05,63.1,13.7,139.5,216.8),
(8,'2024-09-05 00:00:00',60,31.96,21.3,1.29,61.9,17.4,139.7,219.0),
(8,'2024-09-06 00:00:00',60,33.6,21.1,1.01,72.2,20.4,131.3,217.5),
(8,'2024-09-07 00:00:00',60,33.6,20.1,0.79,59.1,17.3,135.7,212.1),
(8,'2024-09-08 00:00:00',60,32.34,20.9,0.71,69.3,19.6,117.7,183.8),
(8,'2024-09-09 00:00:00',60,33.6,18.1,1.16,61.9,17.5,117.6,233.9),
(8,'2024-09-10 00:00:00',60,33.48,18.5,1.12,69.7,20.2,114.2,224.0),
(8,'2024-09-11 00:00:00',60,33.6,19.7,0.97,55.1,13.2,156.3,202.2),
(8,'2024-09-12 00:00:00',60,32.51,18.8,0.99,62.2,22.8,116.6,225.7),
(8,'2024-09-13 00:00:00',60,31.97,19.5,1.2,59.3,14.7,169.2,214.6),
(8,'2024-09-14 00:00:00',60,31.44,18.6,1.45,61.9,20.4,129.0,215.0),
(8,'2024-09-15 00:00:00',60,33.6,20.8,0.91,67.4,17.2,166.1,210.8),
(8,'2024-09-16 00:00:00',60,32.55,20.1,1.13,63.1,17.7,134.5,226.4),
(8,'2024-09-17 00:00:00',60,31.85,20.7,1.35,67.4,17.3,116.5,210.4),
(8,'2024-09-18 00:00:00',60,31.78,19.8,0.91,57.9,18.8,159.3,206.8),
(8,'2024-09-19 00:00:00',60,32.11,19.3,1.1,57.1,19.4,161.0,233.6),
(8,'2024-09-20 00:00:00',60,32.25,18.4,1.1,61.3,21.2,126.4,217.9),
(8,'2024-09-21 00:00:00',60,31.73,18.9,0.78,61.1,22.2,135.0,218.2),
(8,'2024-09-22 00:00:00',60,31.31,20.7,1.15,60.3,19.0,126.4,228.3),
(8,'2024-09-23 00:00:00',60,30.94,18.6,1.12,56.5,23.1,138.2,212.0),
(8,'2024-09-24 00:00:00',60,30.59,19.2,1.25,67.2,18.3,141.6,214.4),
(8,'2024-09-25 00:00:00',60,29.87,19.7,0.81,59.4,21.2,134.7,223.7),
(8,'2024-09-26 00:00:00',60,29.86,19.5,1.11,68.4,19.3,112.7,201.5),
(8,'2024-09-27 00:00:00',60,29.55,18.5,1.46,61.3,16.4,131.3,222.7),
(8,'2024-09-28 00:00:00',60,29.13,19.2,1.63,64.5,18.5,150.6,210.9),
(8,'2024-09-29 00:00:00',60,28.23,18.8,1.43,64.0,19.5,136.9,230.3),
(8,'2024-09-30 00:00:00',60,27.86,19.2,0.82,57.1,17.9,135.1,226.6),
(8,'2024-10-01 00:00:00',60,26.71,20.1,1.22,63.1,19.2,126.0,225.0),
(8,'2024-10-02 00:00:00',60,26.07,19.0,0.99,70.9,20.6,130.8,200.7),
(8,'2024-10-03 00:00:00',60,25.45,19.7,1.18,62.5,17.9,161.1,218.8),
(8,'2024-10-04 00:00:00',60,25.19,18.8,0.92,65.8,9.2,122.9,205.9),
(8,'2024-10-05 00:00:00',60,25.55,20.5,0.69,64.7,23.0,150.8,219.6),
(8,'2024-10-06 00:00:00',60,28.46,19.4,1.03,62.8,17.1,140.7,192.2),
(8,'2024-10-07 00:00:00',60,28.67,18.5,1.29,62.2,15.5,143.7,201.5),
(8,'2024-10-08 00:00:00',60,28.55,19.1,1.19,64.0,14.6,129.0,234.3),
(8,'2024-10-09 00:00:00',60,28.62,18.6,1.21,65.1,17.0,134.7,224.4),
(8,'2024-10-10 00:00:00',60,28.97,17.9,1.17,54.5,16.3,139.9,215.8),
(8,'2024-10-11 00:00:00',60,28.3,18.6,1.22,62.5,15.8,132.2,209.1),
(8,'2024-10-12 00:00:00',60,27.58,19.1,1.25,60.3,16.0,145.0,207.0),
(8,'2024-10-13 00:00:00',60,27.48,17.4,1.05,59.3,19.6,146.9,222.4),
(8,'2024-10-14 00:00:00',60,27.11,18.3,1.14,67.7,24.1,172.6,215.9),
(8,'2024-10-15 00:00:00',60,26.82,17.6,1.55,57.6,20.5,144.2,238.6),
(8,'2024-10-16 00:00:00',60,26.33,18.7,1.15,54.3,21.4,111.3,217.8),
(8,'2024-10-17 00:00:00',60,25.72,18.5,1.13,65.2,16.9,157.4,220.7),
(8,'2024-10-18 00:00:00',60,25.99,18.7,1.14,54.1,18.3,136.9,203.3),
(8,'2024-10-19 00:00:00',60,25.17,18.5,1.06,51.6,19.3,170.2,215.7),
(8,'2024-10-20 00:00:00',60,25.07,18.6,1.01,65.8,16.0,162.1,222.1),
(8,'2024-10-21 00:00:00',60,27.98,18.4,1.17,62.0,16.7,132.4,215.5),
(8,'2024-10-22 00:00:00',60,30.06,18.6,0.99,63.6,20.6,150.8,214.2),
(8,'2024-10-23 00:00:00',60,29.33,19.4,1.08,59.0,21.3,131.1,223.9),
(8,'2024-10-24 00:00:00',60,31.76,18.4,0.92,54.3,18.2,140.0,238.2),
(8,'2024-10-25 00:00:00',60,31.61,18.6,1.14,55.3,14.4,150.1,221.7),
(8,'2024-10-26 00:00:00',60,31.09,18.9,1.26,59.9,17.1,156.7,233.7),
(8,'2024-10-27 00:00:00',60,33.6,18.7,1.06,54.9,13.7,153.4,227.5),
(8,'2024-10-28 00:00:00',60,32.08,20.6,0.61,62.8,18.2,141.1,233.0),
(8,'2024-10-29 00:00:00',60,32.61,18.4,1.26,58.9,18.8,177.3,212.7),
(8,'2024-10-30 00:00:00',60,32.04,18.8,1.15,62.2,17.2,134.5,217.5),
(8,'2024-10-31 00:00:00',60,31.85,18.4,0.87,62.0,18.7,115.9,217.6),
(11,'2024-04-01 00:00:00',10,25.5,21.1,0.72,70.0,21.7,162.8,213.4),
(11,'2024-04-02 00:00:00',10,23.8,19.2,1.45,66.9,18.8,120.6,231.6),
(11,'2024-04-03 00:00:00',10,22.19,22.9,0.72,78.8,18.3,119.5,190.7),
(11,'2024-04-04 00:00:00',10,20.96,18.2,0.68,73.3,18.9,125.8,215.1),
(11,'2024-04-05 00:00:00',10,19.19,20.4,0.91,71.6,19.5,116.9,218.8),
(11,'2024-04-06 00:00:00',10,35.7,21.0,0.77,69.1,16.8,118.0,225.6),
(11,'2024-04-07 00:00:00',10,34.51,21.9,0.96,71.2,15.5,125.4,232.9),
(11,'2024-04-08 00:00:00',10,35.7,20.3,1.0,71.3,21.1,158.5,206.9),
(11,'2024-04-09 00:00:00',10,33.99,19.7,1.02,56.6,18.1,135.3,227.9),
(11,'2024-04-10 00:00:00',10,32.33,21.2,0.93,69.5,20.8,140.5,234.7),
(11,'2024-04-11 00:00:00',10,30.45,18.7,0.78,66.7,22.9,125.7,248.2),
(11,'2024-04-12 00:00:00',10,28.71,21.2,1.12,65.0,19.6,149.5,228.5),
(11,'2024-04-13 00:00:00',10,35.7,20.0,0.93,66.5,19.1,168.1,214.5),
(11,'2024-04-14 00:00:00',10,33.92,20.3,0.84,59.7,27.6,126.7,204.7),
(11,'2024-04-15 00:00:00',10,32.8,20.8,1.33,58.5,18.6,165.9,242.0),
(11,'2024-04-16 00:00:00',10,31.13,22.6,0.93,73.7,14.7,145.5,228.8),
(11,'2024-04-17 00:00:00',10,35.7,20.1,1.23,69.8,17.2,140.3,219.7),
(11,'2024-04-18 00:00:00',10,35.7,19.0,1.27,55.4,22.7,146.0,200.6),
(11,'2024-04-19 00:00:00',10,34.62,21.2,1.28,64.6,14.1,145.9,208.8),
(11,'2024-04-20 00:00:00',10,33.42,21.7,1.13,71.9,15.7,167.9,227.6),
(11,'2024-04-21 00:00:00',10,32.05,22.1,0.96,66.1,21.3,147.8,224.2),
(11,'2024-04-22 00:00:00',10,35.7,22.1,0.94,73.7,17.2,148.1,196.6),
(11,'2024-04-23 00:00:00',10,35.7,22.9,0.9,72.7,17.7,133.7,227.6),
(11,'2024-04-24 00:00:00',10,33.0,21.5,0.42,60.7,21.2,152.6,201.2),
(11,'2024-04-25 00:00:00',10,35.7,23.9,1.14,66.8,15.8,125.6,236.2),
(11,'2024-04-26 00:00:00',10,33.5,24.9,1.02,65.3,13.6,141.6,222.5),
(11,'2024-04-27 00:00:00',10,35.7,19.4,1.16,60.6,13.8,183.2,214.4),
(11,'2024-04-28 00:00:00',10,35.7,19.8,0.93,60.2,19.7,102.4,231.9),
(11,'2024-04-29 00:00:00',10,35.7,21.6,1.12,63.5,18.8,143.5,224.2),
(11,'2024-04-30 00:00:00',10,33.37,22.0,0.61,64.3,15.9,144.1,235.9),
(11,'2024-05-01 00:00:00',10,31.96,22.4,0.66,68.9,14.5,136.6,221.0),
(11,'2024-05-02 00:00:00',10,30.85,21.4,0.34,72.7,17.2,136.9,221.7),
(11,'2024-05-03 00:00:00',10,29.65,21.1,0.92,70.1,21.3,141.4,216.6),
(11,'2024-05-04 00:00:00',10,28.53,21.9,0.76,71.3,15.5,136.2,223.2),
(11,'2024-05-05 00:00:00',10,27.11,22.5,0.73,66.2,16.0,143.3,240.4),
(11,'2024-05-06 00:00:00',10,26.1,23.1,1.04,70.5,14.4,132.7,214.0),
(11,'2024-05-07 00:00:00',10,25.18,22.8,0.85,66.8,16.9,170.3,227.8),
(11,'2024-05-08 00:00:00',10,24.29,21.8,0.6,65.3,19.0,136.2,209.4),
(11,'2024-05-09 00:00:00',10,23.17,22.2,1.59,77.0,24.3,148.5,195.2),
(11,'2024-05-10 00:00:00',10,22.21,23.5,0.95,55.8,18.7,130.0,222.5),
(11,'2024-05-11 00:00:00',10,35.7,22.2,0.69,58.1,17.8,154.0,224.4),
(11,'2024-05-12 00:00:00',10,34.84,23.8,0.79,69.4,20.6,151.0,218.7),
(11,'2024-05-13 00:00:00',10,35.7,21.6,0.91,66.2,20.1,146.3,202.0),
(11,'2024-05-14 00:00:00',10,35.7,21.5,0.91,60.3,16.3,124.6,223.7),
(11,'2024-05-15 00:00:00',10,33.43,22.1,1.28,62.2,24.9,128.7,223.2),
(11,'2024-05-16 00:00:00',10,35.7,22.5,0.94,62.9,17.9,165.3,209.3),
(11,'2024-05-17 00:00:00',10,35.7,21.2,1.42,72.0,18.7,128.5,203.8),
(11,'2024-05-18 00:00:00',10,33.95,23.1,0.85,73.6,19.7,149.6,217.0),
(11,'2024-05-19 00:00:00',10,32.27,23.4,1.06,75.7,19.0,125.8,227.8),
(11,'2024-05-20 00:00:00',10,31.45,21.7,1.21,59.6,22.6,155.1,225.0),
(11,'2024-05-21 00:00:00',10,29.51,23.8,1.26,60.7,16.2,129.7,209.4),
(11,'2024-05-22 00:00:00',10,27.62,20.3,1.28,60.3,20.4,125.6,221.6),
(11,'2024-05-23 00:00:00',10,26.19,24.0,0.89,73.9,18.5,129.3,230.6),
(11,'2024-05-24 00:00:00',10,24.56,21.9,0.96,69.6,20.9,131.7,205.9),
(11,'2024-05-25 00:00:00',10,22.68,23.5,0.34,67.9,17.4,146.1,220.8),
(11,'2024-05-26 00:00:00',10,35.7,21.3,0.91,68.6,16.9,141.0,236.1),
(11,'2024-05-27 00:00:00',10,33.48,23.3,1.23,67.2,20.2,123.6,204.7),
(11,'2024-05-28 00:00:00',10,32.18,22.0,1.18,61.9,19.1,139.6,233.9),
(11,'2024-05-29 00:00:00',10,30.6,22.4,0.94,70.1,15.5,122.8,239.4),
(11,'2024-05-30 00:00:00',10,35.7,24.6,1.38,66.6,22.0,149.7,217.3),
(11,'2024-05-31 00:00:00',10,33.78,22.4,0.86,61.5,20.2,152.4,215.9),
(11,'2024-06-01 00:00:00',10,32.76,24.7,0.78,70.4,17.8,139.6,232.4),
(11,'2024-06-02 00:00:00',10,32.02,22.3,0.84,65.4,16.6,144.1,217.8),
(11,'2024-06-03 00:00:00',10,30.68,24.3,0.68,68.6,19.1,166.3,191.8),
(11,'2024-06-04 00:00:00',10,35.7,21.9,1.11,66.9,20.0,137.6,218.8),
(11,'2024-06-05 00:00:00',10,33.71,23.0,1.03,72.0,13.2,125.8,225.6),
(11,'2024-06-06 00:00:00',10,32.58,23.5,1.11,68.6,19.1,148.7,228.9),
(11,'2024-06-07 00:00:00',10,31.32,25.4,0.86,63.1,20.0,123.0,209.4),
(11,'2024-06-08 00:00:00',10,35.7,24.6,0.94,69.1,10.9,136.8,216.8),
(11,'2024-06-09 00:00:00',10,33.09,21.5,0.41,69.3,18.6,131.0,231.7),
(11,'2024-06-10 00:00:00',10,31.7,22.3,1.05,70.1,20.1,129.5,219.3),
(11,'2024-06-11 00:00:00',10,30.51,22.0,0.98,72.7,19.7,136.2,201.7),
(11,'2024-06-12 00:00:00',10,29.11,24.7,0.68,64.4,20.4,153.5,234.9),
(11,'2024-06-13 00:00:00',10,27.35,23.7,0.93,70.8,17.0,156.6,217.4),
(11,'2024-06-14 00:00:00',10,32.96,22.2,0.89,58.9,14.9,153.9,233.1),
(11,'2024-06-15 00:00:00',10,31.95,23.8,1.4,66.9,12.6,145.0,203.3),
(11,'2024-06-16 00:00:00',10,30.26,23.4,0.69,66.1,21.3,136.1,218.5),
(11,'2024-06-17 00:00:00',10,28.24,22.6,1.04,74.7,20.1,104.6,226.1),
(11,'2024-06-18 00:00:00',10,27.2,23.4,0.69,66.7,21.5,145.5,219.0),
(11,'2024-06-19 00:00:00',10,33.48,24.6,0.82,70.5,15.8,105.8,205.8),
(11,'2024-06-20 00:00:00',10,35.7,24.0,1.03,58.7,20.4,111.1,191.4),
(11,'2024-06-21 00:00:00',10,33.37,24.3,0.91,65.7,13.5,137.6,238.3),
(11,'2024-06-22 00:00:00',10,31.96,24.4,0.96,63.3,15.4,144.0,223.0),
(11,'2024-06-23 00:00:00',10,35.7,24.1,1.04,79.9,18.4,133.2,234.0),
(11,'2024-06-24 00:00:00',10,33.16,23.6,0.84,64.2,20.0,163.0,231.1),
(11,'2024-06-25 00:00:00',10,31.14,24.7,1.18,67.9,23.0,146.9,227.2),
(11,'2024-06-26 00:00:00',10,29.48,24.1,0.88,68.1,17.3,136.3,216.1),
(11,'2024-06-27 00:00:00',10,28.09,24.0,0.94,59.6,15.4,160.8,225.9),
(11,'2024-06-28 00:00:00',10,26.49,24.2,1.05,64.9,15.2,163.5,237.2),
(11,'2024-06-29 00:00:00',10,25.38,23.5,1.02,69.5,15.9,147.7,221.0),
(11,'2024-06-30 00:00:00',10,24.41,23.6,1.12,67.9,24.7,128.4,242.8),
(11,'2024-07-01 00:00:00',10,23.15,24.0,1.04,56.0,20.3,131.7,202.0),
(11,'2024-07-02 00:00:00',10,22.04,21.8,1.08,64.7,21.3,118.3,200.7),
(11,'2024-07-03 00:00:00',10,28.22,23.1,0.88,72.6,17.3,139.4,231.9),
(11,'2024-07-04 00:00:00',10,26.91,22.0,0.69,70.4,18.0,124.2,210.2),
(11,'2024-07-05 00:00:00',10,25.0,23.7,0.61,73.6,20.1,135.1,244.5),
(11,'2024-07-06 00:00:00',10,23.23,22.9,0.54,62.6,16.5,143.9,236.0),
(11,'2024-07-07 00:00:00',10,21.33,21.5,1.4,73.9,17.1,110.2,239.1),
(11,'2024-07-08 00:00:00',10,19.89,23.5,0.41,67.3,16.0,121.0,230.6),
(11,'2024-07-09 00:00:00',10,18.63,23.1,1.26,75.5,16.7,132.4,208.9),
(11,'2024-07-10 00:00:00',10,24.12,24.0,0.76,67.5,18.1,139.2,200.1),
(11,'2024-07-11 00:00:00',10,22.77,24.2,1.26,57.3,15.5,132.6,237.9),
(11,'2024-07-12 00:00:00',10,21.07,24.1,0.41,71.7,18.9,135.9,202.0),
(11,'2024-07-13 00:00:00',10,26.68,25.5,0.9,65.3,18.9,129.4,239.0),
(11,'2024-07-14 00:00:00',10,32.51,24.7,1.32,65.6,17.5,118.3,228.0),
(11,'2024-07-15 00:00:00',10,30.66,25.2,1.14,60.2,15.5,132.0,219.1),
(11,'2024-07-16 00:00:00',10,29.47,24.7,0.88,75.6,18.3,136.8,225.3),
(11,'2024-07-17 00:00:00',10,27.97,25.6,0.48,64.9,16.5,135.3,225.6),
(11,'2024-07-18 00:00:00',10,34.36,25.1,0.63,75.4,18.1,141.7,217.6),
(11,'2024-07-19 00:00:00',10,32.69,23.4,1.31,65.3,21.3,146.3,237.1),
(11,'2024-07-20 00:00:00',10,31.21,22.0,0.88,62.9,14.2,150.2,236.7),
(11,'2024-07-21 00:00:00',10,30.57,24.5,0.94,74.1,24.5,130.5,221.9),
(11,'2024-07-22 00:00:00',10,28.49,24.2,1.03,67.1,17.8,116.4,212.8),
(11,'2024-07-23 00:00:00',10,35.09,23.6,0.64,67.2,19.2,159.1,235.7),
(11,'2024-07-24 00:00:00',10,34.13,20.1,1.06,61.1,15.7,145.8,195.7),
(11,'2024-07-25 00:00:00',10,35.7,25.1,0.86,65.2,21.4,125.7,225.3),
(11,'2024-07-26 00:00:00',10,33.57,25.0,1.04,69.6,17.6,144.2,228.9),
(11,'2024-07-27 00:00:00',10,35.7,24.3,0.82,61.0,16.8,156.0,210.1),
(11,'2024-07-28 00:00:00',10,35.7,24.4,0.57,64.8,16.3,165.9,231.7),
(11,'2024-07-29 00:00:00',10,33.44,24.0,0.85,65.4,17.2,143.8,219.7),
(11,'2024-07-30 00:00:00',10,35.7,23.5,1.12,67.8,19.3,155.9,213.5),
(11,'2024-07-31 00:00:00',10,33.46,24.7,1.06,74.9,18.5,121.9,231.6),
(11,'2024-08-01 00:00:00',10,31.75,22.3,0.97,66.0,17.9,139.5,207.0),
(11,'2024-08-02 00:00:00',10,30.82,22.8,1.19,64.0,15.9,135.0,230.4),
(11,'2024-08-03 00:00:00',10,35.7,24.0,0.91,81.2,15.7,145.1,196.2),
(11,'2024-08-04 00:00:00',10,33.76,24.0,0.97,65.3,16.6,164.2,223.4),
(11,'2024-08-05 00:00:00',10,31.79,23.6,0.84,66.5,19.4,143.7,220.5),
(11,'2024-08-06 00:00:00',10,35.7,25.8,1.2,65.7,20.0,125.9,213.5),
(11,'2024-08-07 00:00:00',10,33.23,25.1,1.03,66.1,20.4,121.0,224.7),
(11,'2024-08-08 00:00:00',10,31.35,23.6,0.82,67.9,18.0,164.7,219.0),
(11,'2024-08-09 00:00:00',10,30.0,21.7,0.59,72.1,19.2,147.7,232.7),
(11,'2024-08-10 00:00:00',10,29.09,21.9,1.24,69.5,17.5,146.7,226.7),
(11,'2024-08-11 00:00:00',10,27.89,23.8,0.78,72.9,12.8,134.8,225.4),
(11,'2024-08-12 00:00:00',10,26.72,24.0,0.98,72.7,17.4,144.0,223.5),
(11,'2024-08-13 00:00:00',10,25.31,24.5,1.55,68.5,16.9,125.2,214.3),
(11,'2024-08-14 00:00:00',10,31.19,24.9,1.16,69.4,14.9,145.8,216.4),
(11,'2024-08-15 00:00:00',10,30.13,23.6,1.36,73.0,16.3,122.4,223.0),
(11,'2024-08-16 00:00:00',10,28.5,23.8,0.83,61.9,18.4,134.6,217.9),
(11,'2024-08-17 00:00:00',10,27.43,24.0,1.23,80.0,14.6,130.4,233.3),
(11,'2024-08-18 00:00:00',10,26.55,23.8,0.97,64.9,15.9,91.1,221.1),
(11,'2024-08-19 00:00:00',10,32.2,26.3,1.05,65.7,22.6,134.8,224.5),
(11,'2024-08-20 00:00:00',10,30.58,21.7,1.47,61.4,13.2,126.5,203.2),
(11,'2024-08-21 00:00:00',10,35.7,23.1,0.89,61.6,17.5,136.8,231.3),
(11,'2024-08-22 00:00:00',10,33.2,22.0,0.97,72.4,14.5,140.0,213.0),
(11,'2024-08-23 00:00:00',10,31.58,25.2,0.74,78.9,15.7,166.5,207.5),
(11,'2024-08-24 00:00:00',10,35.7,25.2,1.18,64.7,17.4,144.6,239.8),
(11,'2024-08-25 00:00:00',10,33.36,23.3,0.82,69.2,15.0,145.0,228.4),
(11,'2024-08-26 00:00:00',10,32.55,22.8,1.22,68.6,19.7,147.4,231.7),
(11,'2024-08-27 00:00:00',10,30.96,24.6,0.55,72.5,22.1,153.1,225.5),
(11,'2024-08-28 00:00:00',10,30.43,23.9,1.1,78.6,20.5,146.8,218.9),
(11,'2024-08-29 00:00:00',10,28.73,25.3,0.8,75.1,21.1,144.2,216.6),
(11,'2024-08-30 00:00:00',10,27.31,23.7,1.15,66.3,13.9,150.7,229.3),
(11,'2024-08-31 00:00:00',10,33.04,23.9,0.96,70.1,17.3,103.6,233.6),
(11,'2024-09-01 00:00:00',10,35.7,23.9,0.83,70.6,19.4,171.3,219.2),
(11,'2024-09-02 00:00:00',10,35.7,22.0,0.86,67.4,20.6,163.8,244.9),
(11,'2024-09-03 00:00:00',10,33.96,22.8,0.75,62.0,23.3,143.3,217.6),
(11,'2024-09-04 00:00:00',10,33.06,22.6,1.17,63.5,21.2,118.8,203.3),
(11,'2024-09-05 00:00:00',10,31.15,24.3,0.7,73.2,20.7,158.2,199.3),
(11,'2024-09-06 00:00:00',10,30.03,24.1,0.9,73.8,25.9,129.6,199.7),
(11,'2024-09-07 00:00:00',10,35.7,25.2,1.05,66.5,18.3,148.0,215.0),
(11,'2024-09-08 00:00:00',10,33.21,24.2,1.36,68.8,17.1,120.8,217.2),
(11,'2024-09-09 00:00:00',10,31.95,23.0,0.96,73.5,18.5,173.4,228.2),
(11,'2024-09-10 00:00:00',10,35.7,24.0,0.9,59.0,15.3,118.4,219.7),
(11,'2024-09-11 00:00:00',10,33.76,24.9,1.03,65.3,18.2,141.0,230.1),
(11,'2024-09-12 00:00:00',10,35.7,25.0,0.44,77.6,12.8,108.2,220.5),
(11,'2024-09-13 00:00:00',10,34.07,25.6,0.66,69.0,16.4,139.4,220.2),
(11,'2024-09-14 00:00:00',10,33.29,24.3,0.87,61.9,17.7,133.6,213.1),
(11,'2024-09-15 00:00:00',10,35.7,22.6,0.78,68.1,20.8,157.1,237.1),
(11,'2024-09-16 00:00:00',10,34.35,23.0,0.56,72.6,21.3,133.6,201.6),
(11,'2024-09-17 00:00:00',10,33.68,20.1,1.18,54.8,15.1,157.1,223.6),
(11,'2024-09-18 00:00:00',10,35.7,22.4,1.02,68.4,24.2,124.6,217.8),
(11,'2024-09-19 00:00:00',10,33.16,22.0,1.0,65.6,18.4,135.8,229.4),
(11,'2024-09-20 00:00:00',10,31.28,22.8,0.79,59.3,18.7,136.1,219.8),
(11,'2024-09-21 00:00:00',10,35.7,21.8,0.98,67.9,13.1,147.4,220.1),
(11,'2024-09-22 00:00:00',10,34.65,21.3,1.09,66.8,16.1,145.5,216.8),
(11,'2024-09-23 00:00:00',10,33.09,23.0,0.89,67.4,21.1,150.8,236.7),
(11,'2024-09-24 00:00:00',10,35.7,23.1,1.07,65.8,18.5,144.0,220.0),
(11,'2024-09-25 00:00:00',10,33.47,24.0,0.76,62.4,18.3,149.9,243.6),
(11,'2024-09-26 00:00:00',10,31.54,25.0,0.98,60.2,18.7,126.5,223.3),
(11,'2024-09-27 00:00:00',10,30.54,23.0,1.25,64.0,13.7,145.8,220.3),
(11,'2024-09-28 00:00:00',10,35.7,22.6,1.27,71.8,17.7,164.1,218.3),
(11,'2024-09-29 00:00:00',10,35.7,23.6,1.29,68.7,22.2,114.8,226.8),
(11,'2024-09-30 00:00:00',10,34.05,21.8,1.03,67.2,21.3,147.3,212.9),
(11,'2024-10-01 00:00:00',10,33.05,23.0,0.97,62.3,17.6,150.2,221.7),
(11,'2024-10-02 00:00:00',10,35.7,22.3,0.85,65.6,22.7,161.9,220.1),
(11,'2024-10-03 00:00:00',10,33.38,22.2,0.51,71.2,14.2,150.9,223.9),
(11,'2024-10-04 00:00:00',10,31.72,22.3,0.62,70.0,15.1,141.5,224.2),
(11,'2024-10-05 00:00:00',10,29.83,24.1,0.92,65.1,23.6,146.5,224.8),
(11,'2024-10-06 00:00:00',10,28.86,21.8,0.93,54.4,19.7,129.0,221.1),
(11,'2024-10-07 00:00:00',10,27.32,24.7,1.31,64.1,17.1,134.2,238.8),
(11,'2024-10-08 00:00:00',10,26.36,22.5,1.29,65.1,17.8,120.0,225.1),
(11,'2024-10-09 00:00:00',10,25.09,23.2,0.79,63.0,15.6,162.3,251.3),
(11,'2024-10-10 00:00:00',10,23.68,21.8,1.17,65.4,18.8,146.8,220.6),
(11,'2024-10-11 00:00:00',10,21.94,20.2,0.84,71.6,18.6,126.3,231.5),
(11,'2024-10-12 00:00:00',10,20.78,21.1,1.13,67.3,18.1,144.1,211.3),
(11,'2024-10-13 00:00:00',10,19.42,21.9,1.16,72.4,14.5,157.4,236.8),
(11,'2024-10-14 00:00:00',10,18.58,19.2,1.27,60.0,18.8,154.9,211.5),
(11,'2024-10-15 00:00:00',10,17.03,20.4,0.84,66.0,16.4,126.1,225.5),
(11,'2024-10-16 00:00:00',10,15.92,23.0,1.22,57.8,15.0,93.0,216.8),
(11,'2024-10-17 00:00:00',10,22.75,22.5,0.49,65.4,21.8,145.9,225.4),
(11,'2024-10-18 00:00:00',10,29.07,22.4,1.29,62.3,24.5,126.7,217.2),
(11,'2024-10-19 00:00:00',10,28.08,20.7,0.96,73.9,23.8,149.3,210.5),
(11,'2024-10-20 00:00:00',10,27.1,21.3,0.96,69.5,20.0,154.3,216.7),
(11,'2024-10-21 00:00:00',10,26.55,22.0,0.45,72.6,17.2,156.7,238.5),
(11,'2024-10-22 00:00:00',10,25.37,23.1,0.87,65.4,17.8,166.2,225.6),
(11,'2024-10-23 00:00:00',10,31.86,21.1,1.3,62.4,19.2,158.5,204.5),
(11,'2024-10-24 00:00:00',10,30.63,19.7,0.86,62.2,16.7,166.2,233.1),
(11,'2024-10-25 00:00:00',10,35.7,21.1,1.14,68.8,22.0,160.7,209.3),
(11,'2024-10-26 00:00:00',10,33.31,21.9,0.97,76.6,11.9,162.0,228.9),
(11,'2024-10-27 00:00:00',10,32.53,21.0,1.23,69.6,17.1,139.4,226.6),
(11,'2024-10-28 00:00:00',10,30.9,20.5,1.01,65.6,20.4,120.7,227.4),
(11,'2024-10-29 00:00:00',10,29.84,22.6,0.73,66.6,15.5,177.2,242.2),
(11,'2024-10-30 00:00:00',10,35.7,20.1,0.98,67.3,17.3,140.9,210.1),
(11,'2024-10-31 00:00:00',10,35.7,20.6,1.36,77.6,19.8,158.4,227.3),
(12,'2024-04-01 00:00:00',30,25.5,19.6,0.96,72.6,18.1,118.9,210.9),
(12,'2024-04-02 00:00:00',30,25.27,19.5,0.87,68.5,16.0,123.7,223.0);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(12,'2024-04-03 00:00:00',30,24.22,21.7,0.63,59.3,19.7,151.4,227.4),
(12,'2024-04-04 00:00:00',30,23.22,18.6,0.84,65.6,16.7,134.9,223.9),
(12,'2024-04-05 00:00:00',30,22.34,20.0,1.04,58.5,15.5,144.6,235.2),
(12,'2024-04-06 00:00:00',30,33.88,19.0,0.94,70.8,15.4,138.3,213.2),
(12,'2024-04-07 00:00:00',30,32.52,21.0,0.98,72.0,19.0,137.9,212.7),
(12,'2024-04-08 00:00:00',30,35.7,19.7,1.14,72.2,18.6,135.4,232.5),
(12,'2024-04-09 00:00:00',30,33.82,19.5,0.87,69.9,22.6,142.7,222.0),
(12,'2024-04-10 00:00:00',30,33.59,19.0,1.3,72.3,17.1,149.6,217.0),
(12,'2024-04-11 00:00:00',30,33.06,20.1,0.71,59.6,17.1,164.2,242.2),
(12,'2024-04-12 00:00:00',30,33.08,19.6,1.44,67.0,22.3,137.0,226.9),
(12,'2024-04-13 00:00:00',30,35.7,20.2,1.24,60.4,21.0,134.1,217.7),
(12,'2024-04-14 00:00:00',30,34.26,20.3,0.87,65.7,18.4,132.2,211.8),
(12,'2024-04-15 00:00:00',30,33.09,20.6,0.89,75.6,13.3,162.0,235.9),
(12,'2024-04-16 00:00:00',30,32.41,21.0,1.01,73.0,15.6,150.4,222.5),
(12,'2024-04-17 00:00:00',30,35.7,18.4,1.11,70.8,14.8,111.5,220.3),
(12,'2024-04-18 00:00:00',30,35.7,19.0,1.23,66.6,18.1,110.9,228.1),
(12,'2024-04-19 00:00:00',30,33.98,21.2,0.62,62.5,16.5,127.5,230.6),
(12,'2024-04-20 00:00:00',30,34.01,21.0,1.07,68.4,22.8,143.5,226.6),
(12,'2024-04-21 00:00:00',30,33.74,22.0,0.43,73.1,13.3,139.5,230.6),
(12,'2024-04-22 00:00:00',30,35.7,21.8,0.91,69.5,14.5,147.7,225.4),
(12,'2024-04-23 00:00:00',30,35.7,21.7,1.32,59.6,18.7,137.4,226.7),
(12,'2024-04-24 00:00:00',30,34.02,21.0,0.6,68.0,19.6,161.0,211.2),
(12,'2024-04-25 00:00:00',30,35.7,21.6,0.56,57.9,10.2,151.6,241.7),
(12,'2024-04-26 00:00:00',30,33.77,22.2,1.01,71.5,12.8,141.2,205.2),
(12,'2024-04-27 00:00:00',30,35.7,19.2,1.3,64.0,17.2,157.2,223.7),
(12,'2024-04-28 00:00:00',30,35.7,18.9,1.04,61.4,22.1,115.3,204.0),
(12,'2024-04-29 00:00:00',30,35.7,20.1,0.48,71.6,23.7,138.7,218.8),
(12,'2024-04-30 00:00:00',30,34.08,21.2,0.53,70.3,16.8,142.1,213.1),
(12,'2024-05-01 00:00:00',30,33.81,21.7,0.98,68.7,17.5,149.0,221.6),
(12,'2024-05-02 00:00:00',30,33.4,21.8,0.66,78.5,15.5,114.3,224.1),
(12,'2024-05-03 00:00:00',30,32.67,20.4,0.99,70.7,19.9,136.1,208.5),
(12,'2024-05-04 00:00:00',30,32.32,21.0,1.01,64.3,22.6,146.0,219.6),
(12,'2024-05-05 00:00:00',30,31.5,20.7,0.83,70.1,21.8,147.2,236.7),
(12,'2024-05-06 00:00:00',30,30.89,20.7,1.41,66.1,17.9,157.8,204.3),
(12,'2024-05-07 00:00:00',30,30.75,21.4,1.11,73.8,15.5,151.4,209.8),
(12,'2024-05-08 00:00:00',30,29.88,20.5,1.26,68.9,18.0,139.1,230.3),
(12,'2024-05-09 00:00:00',30,28.79,21.1,1.19,69.4,22.1,150.1,220.9),
(12,'2024-05-10 00:00:00',30,28.18,21.4,0.92,60.3,16.8,137.0,221.8),
(12,'2024-05-11 00:00:00',30,35.7,20.5,0.91,67.8,12.6,142.2,232.3),
(12,'2024-05-12 00:00:00',30,34.35,21.3,0.88,67.2,16.9,151.9,210.5),
(12,'2024-05-13 00:00:00',30,35.7,20.7,1.13,62.4,17.2,139.3,213.8),
(12,'2024-05-14 00:00:00',30,35.7,20.6,0.79,66.4,12.5,145.4,212.3),
(12,'2024-05-15 00:00:00',30,34.37,21.1,1.39,69.7,18.7,154.4,215.8),
(12,'2024-05-16 00:00:00',30,35.7,20.7,0.77,67.5,19.5,150.7,236.1),
(12,'2024-05-17 00:00:00',30,35.7,21.4,1.01,60.4,23.6,158.5,199.6),
(12,'2024-05-18 00:00:00',30,34.94,22.7,0.9,66.1,14.0,174.9,205.7),
(12,'2024-05-19 00:00:00',30,33.93,21.2,0.84,65.2,20.2,150.5,203.6),
(12,'2024-05-20 00:00:00',30,33.03,21.7,1.5,68.5,20.9,133.1,236.8),
(12,'2024-05-21 00:00:00',30,32.41,22.1,0.85,67.9,19.6,147.7,212.6),
(12,'2024-05-22 00:00:00',30,32.07,19.9,0.88,65.4,15.0,147.0,216.1),
(12,'2024-05-23 00:00:00',30,31.56,22.7,0.79,65.2,14.8,149.2,200.6),
(12,'2024-05-24 00:00:00',30,31.06,21.8,0.97,67.8,18.3,162.4,216.9),
(12,'2024-05-25 00:00:00',30,29.64,22.6,0.93,72.3,18.3,114.7,230.4),
(12,'2024-05-26 00:00:00',30,35.7,20.9,0.68,68.9,16.3,162.7,223.0),
(12,'2024-05-27 00:00:00',30,34.83,20.6,0.85,74.6,21.9,167.8,218.7),
(12,'2024-05-28 00:00:00',30,33.94,19.7,1.11,73.2,16.8,148.5,201.2),
(12,'2024-05-29 00:00:00',30,33.13,21.8,1.22,75.0,12.3,148.9,216.1),
(12,'2024-05-30 00:00:00',30,35.7,23.4,0.96,74.3,17.3,136.4,221.8),
(12,'2024-05-31 00:00:00',30,35.09,21.0,0.97,75.3,19.4,140.1,208.1),
(12,'2024-06-01 00:00:00',30,34.43,22.7,0.87,61.7,19.0,150.5,227.9),
(12,'2024-06-02 00:00:00',30,33.87,21.0,0.83,70.7,19.0,149.5,230.6),
(12,'2024-06-03 00:00:00',30,32.67,22.1,0.73,73.6,22.5,150.8,213.7),
(12,'2024-06-04 00:00:00',30,35.7,21.2,0.57,74.5,14.7,149.4,228.7),
(12,'2024-06-05 00:00:00',30,33.37,21.5,0.78,63.6,16.7,153.5,218.7),
(12,'2024-06-06 00:00:00',30,32.82,21.1,1.18,70.8,22.6,151.8,233.8),
(12,'2024-06-07 00:00:00',30,32.42,24.2,0.85,67.9,12.1,124.6,244.4),
(12,'2024-06-08 00:00:00',30,35.7,20.9,0.87,76.7,17.8,152.5,206.9),
(12,'2024-06-09 00:00:00',30,34.63,20.7,0.87,60.6,21.7,167.9,229.2),
(12,'2024-06-10 00:00:00',30,33.57,20.3,1.27,63.7,21.6,139.6,235.7),
(12,'2024-06-11 00:00:00',30,32.55,21.0,0.73,58.4,20.0,162.5,208.4),
(12,'2024-06-12 00:00:00',30,31.39,22.4,1.03,68.2,20.1,126.2,213.1),
(12,'2024-06-13 00:00:00',30,30.49,22.8,0.94,78.8,14.9,139.6,213.0),
(12,'2024-06-14 00:00:00',30,33.87,21.4,0.98,67.3,22.1,130.4,218.4),
(12,'2024-06-15 00:00:00',30,33.77,21.2,1.02,68.0,14.4,160.7,215.7),
(12,'2024-06-16 00:00:00',30,32.41,22.1,0.97,70.3,14.6,164.6,217.6),
(12,'2024-06-17 00:00:00',30,31.54,20.5,1.16,66.9,19.2,138.5,230.1),
(12,'2024-06-18 00:00:00',30,29.94,22.5,0.95,69.3,16.5,157.6,197.3),
(12,'2024-06-19 00:00:00',30,33.8,22.3,1.4,69.5,18.6,164.8,208.3),
(12,'2024-06-20 00:00:00',30,35.7,22.0,0.97,63.3,19.3,139.5,228.0),
(12,'2024-06-21 00:00:00',30,34.15,22.1,0.53,67.0,23.3,141.9,226.6),
(12,'2024-06-22 00:00:00',30,32.9,21.9,1.12,71.2,19.3,151.0,207.3),
(12,'2024-06-23 00:00:00',30,35.7,22.9,1.06,72.1,16.1,127.4,226.7),
(12,'2024-06-24 00:00:00',30,34.11,21.7,0.97,74.0,20.0,141.7,235.9),
(12,'2024-06-25 00:00:00',30,33.19,23.2,0.89,69.2,15.5,172.1,219.4),
(12,'2024-06-26 00:00:00',30,33.12,22.8,0.43,69.3,20.7,132.5,207.9),
(12,'2024-06-27 00:00:00',30,32.36,23.0,0.47,71.3,18.2,152.8,230.5),
(12,'2024-06-28 00:00:00',30,31.74,22.1,1.37,64.5,19.2,147.9,240.7),
(12,'2024-06-29 00:00:00',30,30.73,21.8,0.81,64.3,12.7,137.5,209.4),
(12,'2024-06-30 00:00:00',30,29.57,23.3,1.2,66.9,11.2,143.3,220.5),
(12,'2024-07-01 00:00:00',30,28.74,22.6,0.56,61.1,13.5,166.3,233.1),
(12,'2024-07-02 00:00:00',30,28.94,21.1,0.7,69.5,23.2,148.3,221.4),
(12,'2024-07-03 00:00:00',30,32.55,21.9,1.13,72.7,14.6,150.6,199.0),
(12,'2024-07-04 00:00:00',30,31.91,20.9,0.94,63.9,20.2,164.0,225.3),
(12,'2024-07-05 00:00:00',30,30.75,21.8,1.1,69.7,16.1,135.7,208.3),
(12,'2024-07-06 00:00:00',30,28.83,22.9,0.96,64.4,17.3,124.3,204.8),
(12,'2024-07-07 00:00:00',30,27.69,22.3,0.91,62.4,17.9,166.5,199.3),
(12,'2024-07-08 00:00:00',30,27.82,21.7,0.79,77.8,22.9,142.0,234.3),
(12,'2024-07-09 00:00:00',30,27.24,21.0,0.67,62.5,19.8,153.4,210.0),
(12,'2024-07-10 00:00:00',30,31.63,22.0,1.31,61.1,19.2,128.6,224.0),
(12,'2024-07-11 00:00:00',30,30.66,21.8,1.35,68.6,21.9,145.8,226.9),
(12,'2024-07-12 00:00:00',30,28.91,21.6,0.7,68.8,16.1,123.5,221.9),
(12,'2024-07-13 00:00:00',30,32.17,23.6,0.69,70.8,21.2,141.0,223.6),
(12,'2024-07-14 00:00:00',30,35.7,21.7,0.87,77.5,20.7,130.3,224.6),
(12,'2024-07-15 00:00:00',30,34.37,23.9,1.05,63.6,20.7,126.8,221.7),
(12,'2024-07-16 00:00:00',30,33.38,22.5,0.92,64.6,17.5,135.5,210.9),
(12,'2024-07-17 00:00:00',30,32.31,22.2,1.09,75.5,16.7,105.6,209.8),
(12,'2024-07-18 00:00:00',30,35.7,23.5,0.95,72.2,15.4,122.6,218.7),
(12,'2024-07-19 00:00:00',30,34.1,22.7,0.93,71.5,15.6,151.7,218.5),
(12,'2024-07-20 00:00:00',30,33.39,21.1,1.57,64.6,15.2,145.2,225.2),
(12,'2024-07-21 00:00:00',30,32.64,22.5,0.83,73.1,19.1,123.9,233.2),
(12,'2024-07-22 00:00:00',30,31.64,23.1,1.37,71.5,17.3,148.2,224.1),
(12,'2024-07-23 00:00:00',30,35.02,22.4,1.32,68.4,19.3,126.8,210.3),
(12,'2024-07-24 00:00:00',30,33.75,19.2,1.09,64.6,19.5,150.8,193.8),
(12,'2024-07-25 00:00:00',30,35.7,21.2,0.48,68.0,14.8,138.3,210.8),
(12,'2024-07-26 00:00:00',30,34.72,22.2,0.97,75.7,14.7,135.1,203.9),
(12,'2024-07-27 00:00:00',30,35.7,23.1,0.83,62.0,17.3,138.6,211.2),
(12,'2024-07-28 00:00:00',30,35.7,23.9,0.97,63.5,15.7,178.4,222.9),
(12,'2024-07-29 00:00:00',30,33.7,22.4,0.69,64.4,15.4,128.6,221.0),
(12,'2024-07-30 00:00:00',30,35.7,21.1,1.15,65.4,23.1,143.4,242.3),
(12,'2024-07-31 00:00:00',30,34.63,23.1,1.21,67.4,13.4,151.7,225.8),
(12,'2024-08-01 00:00:00',30,33.67,21.6,1.25,72.3,24.1,125.6,242.9),
(12,'2024-08-02 00:00:00',30,32.69,22.5,0.87,69.8,18.9,116.1,228.6),
(12,'2024-08-03 00:00:00',30,35.7,20.5,0.69,67.8,21.0,131.0,233.0),
(12,'2024-08-04 00:00:00',30,34.66,23.5,1.05,68.9,20.6,151.4,215.7),
(12,'2024-08-05 00:00:00',30,34.08,23.0,1.4,70.6,19.9,134.9,207.1),
(12,'2024-08-06 00:00:00',30,35.7,22.8,0.98,59.1,23.0,136.5,214.6),
(12,'2024-08-07 00:00:00',30,33.96,22.5,1.07,72.9,14.8,153.7,219.9),
(12,'2024-08-08 00:00:00',30,33.61,23.2,0.9,63.4,17.5,127.9,212.5),
(12,'2024-08-09 00:00:00',30,32.57,21.3,0.83,65.3,15.4,138.7,208.0),
(12,'2024-08-10 00:00:00',30,32.49,21.3,1.13,69.2,12.9,117.3,225.0),
(12,'2024-08-11 00:00:00',30,31.61,22.5,0.93,67.1,16.0,144.8,207.9),
(12,'2024-08-12 00:00:00',30,30.63,22.0,1.06,69.9,23.6,143.4,201.6),
(12,'2024-08-13 00:00:00',30,29.84,22.0,1.09,68.2,17.5,151.9,206.5),
(12,'2024-08-14 00:00:00',30,33.38,23.7,1.05,66.1,24.0,122.8,217.2),
(12,'2024-08-15 00:00:00',30,33.0,22.3,1.1,75.1,24.3,137.1,208.1),
(12,'2024-08-16 00:00:00',30,32.52,22.6,0.75,71.0,27.0,120.8,217.3),
(12,'2024-08-17 00:00:00',30,32.1,23.5,0.73,69.0,23.7,136.3,227.2),
(12,'2024-08-18 00:00:00',30,31.35,21.1,0.95,71.0,25.1,162.2,226.9),
(12,'2024-08-19 00:00:00',30,34.85,23.2,0.96,64.0,19.0,135.2,212.1),
(12,'2024-08-20 00:00:00',30,33.75,21.4,0.83,78.4,18.7,119.5,204.4),
(12,'2024-08-21 00:00:00',30,35.7,21.2,1.02,62.1,18.9,129.8,213.1),
(12,'2024-08-22 00:00:00',30,34.91,21.1,1.19,68.1,18.0,115.8,227.9),
(12,'2024-08-23 00:00:00',30,34.14,23.7,1.26,66.1,18.4,120.6,230.7),
(12,'2024-08-24 00:00:00',30,35.7,22.4,1.31,65.9,20.3,150.1,224.2),
(12,'2024-08-25 00:00:00',30,33.94,20.5,0.63,65.2,16.6,118.3,234.4),
(12,'2024-08-26 00:00:00',30,33.76,21.1,0.67,63.6,13.9,144.7,240.8),
(12,'2024-08-27 00:00:00',30,32.96,22.8,0.89,73.4,19.1,140.4,214.2),
(12,'2024-08-28 00:00:00',30,32.08,22.1,0.98,61.5,15.9,132.0,237.8),
(12,'2024-08-29 00:00:00',30,31.85,23.1,0.9,72.4,16.2,143.4,216.9),
(12,'2024-08-30 00:00:00',30,30.83,22.1,0.83,70.7,17.6,125.9,232.2),
(12,'2024-08-31 00:00:00',30,34.44,22.1,0.89,65.6,16.9,152.6,228.5),
(12,'2024-09-01 00:00:00',30,35.7,21.3,1.08,70.2,21.3,129.5,196.3),
(12,'2024-09-02 00:00:00',30,35.7,21.2,0.63,66.7,17.5,134.2,208.4),
(12,'2024-09-03 00:00:00',30,34.44,21.3,1.55,62.0,21.5,132.4,205.3),
(12,'2024-09-04 00:00:00',30,33.19,20.9,0.97,62.0,18.6,150.3,198.6),
(12,'2024-09-05 00:00:00',30,32.14,22.5,1.22,70.8,17.7,148.2,230.6),
(12,'2024-09-06 00:00:00',30,31.03,22.5,0.82,70.5,18.5,100.7,244.8),
(12,'2024-09-07 00:00:00',30,34.53,22.9,1.1,68.7,14.1,143.8,216.9),
(12,'2024-09-08 00:00:00',30,33.18,21.9,0.99,65.5,19.0,113.8,230.2),
(12,'2024-09-09 00:00:00',30,32.47,22.5,1.18,66.5,20.5,134.9,237.8),
(12,'2024-09-10 00:00:00',30,35.7,23.0,0.91,65.9,21.0,138.4,222.5),
(12,'2024-09-11 00:00:00',30,34.31,22.3,1.35,58.8,13.9,134.7,219.7),
(12,'2024-09-12 00:00:00',30,35.7,22.9,0.59,67.8,13.4,147.5,217.1),
(12,'2024-09-13 00:00:00',30,34.22,22.1,1.2,70.1,16.4,150.8,226.5),
(12,'2024-09-14 00:00:00',30,33.58,20.3,0.99,67.8,22.2,128.4,230.5),
(12,'2024-09-15 00:00:00',30,35.7,21.4,0.71,76.3,18.7,127.9,225.5),
(12,'2024-09-16 00:00:00',30,34.27,22.5,1.45,62.5,15.7,139.5,225.1),
(12,'2024-09-17 00:00:00',30,33.51,20.8,1.42,64.2,13.6,116.8,219.4),
(12,'2024-09-18 00:00:00',30,35.7,20.7,0.44,68.2,15.9,132.8,200.9),
(12,'2024-09-19 00:00:00',30,34.43,20.1,1.0,68.7,15.7,160.2,230.8),
(12,'2024-09-20 00:00:00',30,33.25,20.2,1.14,58.0,20.8,117.4,204.6),
(12,'2024-09-21 00:00:00',30,35.7,22.1,1.07,70.5,21.0,134.9,227.4),
(12,'2024-09-22 00:00:00',30,34.36,20.4,1.34,68.7,14.9,131.1,229.1),
(12,'2024-09-23 00:00:00',30,32.64,21.2,1.29,56.9,20.3,170.1,206.3),
(12,'2024-09-24 00:00:00',30,35.7,20.9,1.03,66.9,20.0,131.9,212.7),
(12,'2024-09-25 00:00:00',30,35.16,22.8,1.53,63.5,14.5,132.8,245.5),
(12,'2024-09-26 00:00:00',30,33.99,23.1,1.19,65.2,17.7,124.5,219.0),
(12,'2024-09-27 00:00:00',30,33.45,21.0,0.87,60.8,19.0,140.1,205.4),
(12,'2024-09-28 00:00:00',30,35.7,21.5,0.82,69.6,18.5,144.1,229.6),
(12,'2024-09-29 00:00:00',30,35.7,21.6,1.27,76.3,12.9,126.7,210.7),
(12,'2024-09-30 00:00:00',30,34.7,20.8,0.76,68.8,18.4,154.8,197.0),
(12,'2024-10-01 00:00:00',30,33.5,20.9,0.86,56.7,19.9,144.1,226.2),
(12,'2024-10-02 00:00:00',30,35.7,20.1,0.9,68.9,22.7,152.8,209.0),
(12,'2024-10-03 00:00:00',30,34.27,20.1,1.05,66.5,16.0,135.1,223.9),
(12,'2024-10-04 00:00:00',30,33.75,21.5,0.91,62.0,16.4,143.6,210.2),
(12,'2024-10-05 00:00:00',30,32.87,21.5,0.63,69.3,17.4,136.8,228.5),
(12,'2024-10-06 00:00:00',30,32.95,21.8,1.25,71.9,18.9,161.9,222.2),
(12,'2024-10-07 00:00:00',30,31.91,22.4,0.86,64.2,18.3,141.7,188.9),
(12,'2024-10-08 00:00:00',30,31.58,21.7,1.47,59.3,19.8,140.1,224.6),
(12,'2024-10-09 00:00:00',30,31.03,20.0,1.04,57.4,14.6,133.1,216.5),
(12,'2024-10-10 00:00:00',30,30.42,20.2,1.28,64.2,19.2,132.3,237.0),
(12,'2024-10-11 00:00:00',30,29.75,20.6,1.12,66.7,15.8,143.6,224.7),
(12,'2024-10-12 00:00:00',30,28.71,19.8,1.29,64.9,17.6,152.3,229.1),
(12,'2024-10-13 00:00:00',30,26.91,20.7,1.11,64.1,23.1,129.7,211.5),
(12,'2024-10-14 00:00:00',30,26.62,18.4,1.02,70.3,13.8,141.9,210.5),
(12,'2024-10-15 00:00:00',30,25.67,20.2,1.24,69.8,17.2,142.8,219.7),
(12,'2024-10-16 00:00:00',30,25.32,22.8,1.59,68.5,14.2,145.4,215.7),
(12,'2024-10-17 00:00:00',30,29.25,21.5,0.9,71.6,18.5,114.4,236.1),
(12,'2024-10-18 00:00:00',30,33.55,19.4,1.16,64.2,21.1,126.1,218.2),
(12,'2024-10-19 00:00:00',30,33.09,21.4,0.96,62.0,18.5,119.5,205.3),
(12,'2024-10-20 00:00:00',30,31.37,20.5,1.09,64.9,17.6,140.5,210.1),
(12,'2024-10-21 00:00:00',30,30.84,22.5,0.97,64.5,22.0,126.5,231.6),
(12,'2024-10-22 00:00:00',30,29.9,21.7,0.42,57.2,19.0,132.6,218.0),
(12,'2024-10-23 00:00:00',30,34.18,19.7,0.91,64.8,20.5,122.1,217.4),
(12,'2024-10-24 00:00:00',30,33.62,19.7,1.21,73.0,20.1,134.0,232.7),
(12,'2024-10-25 00:00:00',30,35.7,21.2,0.77,71.5,9.4,123.1,209.0),
(12,'2024-10-26 00:00:00',30,34.22,21.2,1.19,70.1,17.8,151.4,193.2),
(12,'2024-10-27 00:00:00',30,33.01,21.2,1.01,68.2,14.8,147.2,209.8),
(12,'2024-10-28 00:00:00',30,32.1,19.0,0.92,74.7,15.5,142.3,222.9),
(12,'2024-10-29 00:00:00',30,30.56,22.1,1.19,62.2,22.4,135.5,217.0),
(12,'2024-10-30 00:00:00',30,34.18,18.1,1.13,62.7,16.9,109.4,201.3),
(12,'2024-10-31 00:00:00',30,35.7,19.6,1.07,73.1,23.7,133.1,232.2),
(13,'2024-04-01 00:00:00',60,25.5,19.9,1.06,78.2,21.0,143.2,215.7),
(13,'2024-04-02 00:00:00',60,25.2,18.5,1.23,77.4,22.5,141.9,216.8),
(13,'2024-04-03 00:00:00',60,24.96,20.5,1.08,65.0,18.6,143.5,214.0),
(13,'2024-04-04 00:00:00',60,24.77,18.5,0.49,79.2,19.9,149.1,212.0),
(13,'2024-04-05 00:00:00',60,23.87,18.9,0.92,72.2,19.1,154.7,214.0),
(13,'2024-04-06 00:00:00',60,30.26,17.9,0.74,64.3,17.0,116.5,240.0),
(13,'2024-04-07 00:00:00',60,30.22,18.8,1.02,54.6,13.2,159.7,228.5),
(13,'2024-04-08 00:00:00',60,35.7,19.0,0.76,70.9,18.6,158.7,215.9),
(13,'2024-04-09 00:00:00',60,35.04,18.4,1.11,67.7,22.1,139.0,231.8),
(13,'2024-04-10 00:00:00',60,34.52,18.2,1.21,69.7,19.7,138.2,201.0),
(13,'2024-04-11 00:00:00',60,33.28,18.9,1.26,66.4,14.8,93.5,236.5),
(13,'2024-04-12 00:00:00',60,32.9,18.6,1.37,61.8,21.3,121.3,235.5),
(13,'2024-04-13 00:00:00',60,35.7,19.1,0.54,65.4,17.1,147.8,246.8),
(13,'2024-04-14 00:00:00',60,35.26,17.8,0.66,71.0,11.7,158.0,232.1),
(13,'2024-04-15 00:00:00',60,34.9,19.4,1.69,65.7,21.1,150.9,225.2),
(13,'2024-04-16 00:00:00',60,33.83,19.2,1.21,65.7,15.2,138.9,235.5),
(13,'2024-04-17 00:00:00',60,35.7,19.1,1.02,59.9,23.3,168.9,212.5),
(13,'2024-04-18 00:00:00',60,35.7,18.7,0.97,68.0,21.4,155.1,215.3),
(13,'2024-04-19 00:00:00',60,35.1,18.8,0.94,61.9,17.3,134.1,219.2),
(13,'2024-04-20 00:00:00',60,33.67,18.9,0.48,72.1,19.4,172.7,236.4),
(13,'2024-04-21 00:00:00',60,32.39,20.1,0.77,63.8,25.3,123.6,209.7),
(13,'2024-04-22 00:00:00',60,35.7,18.8,0.93,66.0,21.0,117.9,208.5),
(13,'2024-04-23 00:00:00',60,35.7,19.9,0.78,78.3,18.7,133.7,222.8),
(13,'2024-04-24 00:00:00',60,34.79,19.0,0.81,66.0,26.7,128.6,228.6),
(13,'2024-04-25 00:00:00',60,35.7,18.7,1.6,65.3,18.4,134.5,211.6),
(13,'2024-04-26 00:00:00',60,35.2,19.3,0.89,70.4,19.7,152.0,228.0),
(13,'2024-04-27 00:00:00',60,35.7,18.5,1.03,58.6,15.2,139.5,236.4),
(13,'2024-04-28 00:00:00',60,35.7,18.6,1.02,73.8,13.0,139.9,234.4),
(13,'2024-04-29 00:00:00',60,35.7,19.2,1.1,72.5,17.1,140.9,224.2),
(13,'2024-04-30 00:00:00',60,34.26,19.8,0.84,70.1,18.1,105.3,218.9),
(13,'2024-05-01 00:00:00',60,34.15,19.2,1.27,50.6,19.0,117.3,240.8),
(13,'2024-05-02 00:00:00',60,33.81,18.8,1.07,66.2,13.7,134.2,220.2),
(13,'2024-05-03 00:00:00',60,33.18,19.3,0.63,61.1,20.0,127.4,231.3),
(13,'2024-05-04 00:00:00',60,32.86,18.9,0.93,73.1,15.5,136.5,243.5),
(13,'2024-05-05 00:00:00',60,32.42,18.5,0.91,72.8,19.8,161.1,230.0),
(13,'2024-05-06 00:00:00',60,32.34,19.3,0.9,69.4,20.8,138.9,208.0),
(13,'2024-05-07 00:00:00',60,31.79,19.4,1.09,61.5,16.8,120.2,205.1),
(13,'2024-05-08 00:00:00',60,31.5,18.6,1.12,75.0,15.1,128.1,216.4),
(13,'2024-05-09 00:00:00',60,30.86,18.9,1.09,66.2,22.6,165.7,228.5),
(13,'2024-05-10 00:00:00',60,30.09,20.2,1.04,76.5,20.6,163.0,225.3),
(13,'2024-05-11 00:00:00',60,35.7,19.9,0.98,68.8,18.5,148.9,246.5),
(13,'2024-05-12 00:00:00',60,34.36,19.7,0.42,70.0,22.4,116.6,225.2),
(13,'2024-05-13 00:00:00',60,35.7,18.9,1.15,65.2,18.2,144.6,216.1),
(13,'2024-05-14 00:00:00',60,35.7,17.9,1.08,74.5,16.1,145.8,206.4),
(13,'2024-05-15 00:00:00',60,34.42,20.4,0.71,70.5,15.0,140.4,234.2),
(13,'2024-05-16 00:00:00',60,35.7,20.0,1.03,74.7,17.7,131.4,219.9),
(13,'2024-05-17 00:00:00',60,35.7,19.4,1.12,68.4,20.3,134.6,201.9),
(13,'2024-05-18 00:00:00',60,34.07,18.4,1.25,67.3,22.2,130.4,220.3),
(13,'2024-05-19 00:00:00',60,33.39,20.0,1.08,70.5,18.1,122.8,208.1),
(13,'2024-05-20 00:00:00',60,32.98,19.0,1.04,74.7,21.6,160.5,214.9),
(13,'2024-05-21 00:00:00',60,32.77,20.2,1.19,72.6,17.4,153.2,220.1),
(13,'2024-05-22 00:00:00',60,32.46,18.2,0.88,68.2,15.7,135.7,209.1),
(13,'2024-05-23 00:00:00',60,32.41,19.6,1.06,58.2,14.1,145.3,214.1),
(13,'2024-05-24 00:00:00',60,31.63,19.4,0.8,71.6,16.5,145.8,211.1),
(13,'2024-05-25 00:00:00',60,31.07,19.2,1.24,60.3,14.2,175.1,211.4),
(13,'2024-05-26 00:00:00',60,35.7,18.7,0.55,67.7,24.0,153.1,207.9),
(13,'2024-05-27 00:00:00',60,33.95,19.5,1.16,66.9,19.3,152.5,214.2),
(13,'2024-05-28 00:00:00',60,33.38,19.9,0.96,60.4,17.7,140.6,209.3),
(13,'2024-05-29 00:00:00',60,32.55,19.8,1.2,69.4,23.2,133.5,227.0),
(13,'2024-05-30 00:00:00',60,35.7,20.7,0.76,78.3,14.1,160.7,222.4),
(13,'2024-05-31 00:00:00',60,34.55,19.4,0.98,65.9,17.6,149.8,234.3),
(13,'2024-06-01 00:00:00',60,34.17,21.1,0.97,71.3,24.0,127.6,242.6),
(13,'2024-06-02 00:00:00',60,33.82,18.3,1.07,79.3,17.6,146.8,228.1),
(13,'2024-06-03 00:00:00',60,32.88,21.2,0.7,71.8,25.3,152.6,225.4),
(13,'2024-06-04 00:00:00',60,34.76,20.2,1.12,64.3,20.4,108.6,228.9),
(13,'2024-06-05 00:00:00',60,34.1,19.7,0.5,68.7,21.9,126.2,225.6),
(13,'2024-06-06 00:00:00',60,33.96,19.8,0.79,69.9,22.0,145.4,220.6),
(13,'2024-06-07 00:00:00',60,34.51,20.0,0.57,74.7,18.0,111.1,219.6),
(13,'2024-06-08 00:00:00',60,35.7,19.5,1.17,73.6,16.5,113.5,207.7),
(13,'2024-06-09 00:00:00',60,34.34,18.4,1.06,53.7,17.7,135.9,230.1),
(13,'2024-06-10 00:00:00',60,33.79,19.1,1.07,63.2,15.0,147.4,219.6),
(13,'2024-06-11 00:00:00',60,33.47,19.5,1.33,67.1,17.8,148.1,237.4),
(13,'2024-06-12 00:00:00',60,32.84,20.2,0.88,62.4,18.0,163.7,231.0),
(13,'2024-06-13 00:00:00',60,32.62,21.1,1.11,49.0,23.1,141.2,212.5),
(13,'2024-06-14 00:00:00',60,33.81,19.5,0.98,63.9,19.8,134.4,235.0),
(13,'2024-06-15 00:00:00',60,33.62,18.5,0.94,67.5,25.1,120.4,189.3),
(13,'2024-06-16 00:00:00',60,33.02,20.8,1.29,64.9,11.5,134.2,243.2),
(13,'2024-06-17 00:00:00',60,32.58,18.5,1.48,62.5,14.3,150.6,203.9),
(13,'2024-06-18 00:00:00',60,32.75,19.5,0.85,67.7,16.9,151.3,225.9),
(13,'2024-06-19 00:00:00',60,34.33,19.9,1.17,69.2,22.5,144.0,225.1),
(13,'2024-06-20 00:00:00',60,35.7,19.8,1.04,65.2,17.7,148.2,233.5),
(13,'2024-06-21 00:00:00',60,35.03,18.9,1.04,74.4,13.6,159.1,216.1),
(13,'2024-06-22 00:00:00',60,34.33,19.3,1.02,67.8,17.3,141.1,194.3),
(13,'2024-06-23 00:00:00',60,35.64,19.0,0.88,63.1,14.4,160.5,216.1),
(13,'2024-06-24 00:00:00',60,35.23,19.6,0.2,61.9,13.8,129.1,217.4),
(13,'2024-06-25 00:00:00',60,34.31,20.6,1.34,66.4,24.0,138.9,195.4),
(13,'2024-06-26 00:00:00',60,33.57,19.3,0.79,73.1,16.9,132.8,220.5),
(13,'2024-06-27 00:00:00',60,33.03,20.4,0.9,63.4,18.5,151.9,207.1),
(13,'2024-06-28 00:00:00',60,32.46,20.5,0.91,70.5,17.7,124.8,227.8),
(13,'2024-06-29 00:00:00',60,31.57,19.3,0.77,68.0,17.2,135.2,217.0),
(13,'2024-06-30 00:00:00',60,31.22,18.9,1.02,77.5,15.5,112.1,243.5),
(13,'2024-07-01 00:00:00',60,30.56,19.1,0.95,69.5,17.1,148.9,216.9),
(13,'2024-07-02 00:00:00',60,30.43,19.0,0.78,64.0,19.0,158.7,225.2),
(13,'2024-07-03 00:00:00',60,32.72,21.0,1.0,71.2,22.3,153.7,217.4),
(13,'2024-07-04 00:00:00',60,32.97,19.1,0.95,71.4,20.8,152.2,200.5),
(13,'2024-07-05 00:00:00',60,32.47,19.3,1.19,65.5,14.3,152.6,217.5),
(13,'2024-07-06 00:00:00',60,31.74,19.7,0.63,61.7,21.0,150.5,229.0),
(13,'2024-07-07 00:00:00',60,30.75,18.8,0.76,70.2,19.4,149.2,227.2),
(13,'2024-07-08 00:00:00',60,31.21,20.1,1.14,67.8,16.1,150.2,216.5),
(13,'2024-07-09 00:00:00',60,31.07,18.9,0.8,59.9,18.5,130.2,202.5),
(13,'2024-07-10 00:00:00',60,32.87,19.5,0.74,68.8,19.7,137.0,227.7),
(13,'2024-07-11 00:00:00',60,33.14,20.0,0.82,64.3,18.1,141.1,225.0),
(13,'2024-07-12 00:00:00',60,33.27,20.6,0.94,59.9,19.4,135.0,230.1),
(13,'2024-07-13 00:00:00',60,34.8,21.6,0.94,65.7,15.4,116.5,216.7),
(13,'2024-07-14 00:00:00',60,35.7,19.2,0.91,73.9,24.0,121.5,199.8),
(13,'2024-07-15 00:00:00',60,34.65,19.7,0.7,73.5,12.2,143.4,226.4),
(13,'2024-07-16 00:00:00',60,33.57,20.6,1.16,72.2,19.7,153.6,219.9),
(13,'2024-07-17 00:00:00',60,33.1,21.0,1.29,68.8,19.1,140.1,236.7),
(13,'2024-07-18 00:00:00',60,35.46,18.7,0.48,70.5,19.9,181.5,220.3),
(13,'2024-07-19 00:00:00',60,34.01,19.7,0.57,68.0,15.9,126.2,219.5),
(13,'2024-07-20 00:00:00',60,33.72,19.0,1.21,62.0,21.5,146.7,225.0),
(13,'2024-07-21 00:00:00',60,33.77,18.7,1.36,63.0,17.7,159.4,212.8),
(13,'2024-07-22 00:00:00',60,33.51,19.4,0.43,64.5,14.4,156.0,212.3),
(13,'2024-07-23 00:00:00',60,35.56,19.6,1.17,74.5,14.7,149.8,218.8),
(13,'2024-07-24 00:00:00',60,34.39,18.6,1.37,72.9,18.4,156.1,209.0),
(13,'2024-07-25 00:00:00',60,35.7,20.7,0.75,62.1,13.2,140.8,217.3),
(13,'2024-07-26 00:00:00',60,34.23,20.4,1.36,67.8,23.4,164.9,243.3),
(13,'2024-07-27 00:00:00',60,35.7,20.3,0.92,65.5,21.1,159.2,232.5),
(13,'2024-07-28 00:00:00',60,35.7,20.2,1.04,66.7,23.5,127.2,223.7),
(13,'2024-07-29 00:00:00',60,35.15,19.6,0.78,64.8,23.2,144.8,238.6),
(13,'2024-07-30 00:00:00',60,35.7,19.4,1.21,74.5,16.9,116.8,210.1),
(13,'2024-07-31 00:00:00',60,34.49,20.7,1.17,67.4,15.4,162.8,249.9),
(13,'2024-08-01 00:00:00',60,33.43,20.0,1.39,68.6,10.0,143.4,214.5),
(13,'2024-08-02 00:00:00',60,33.19,19.7,1.32,68.6,16.8,160.2,244.0),
(13,'2024-08-03 00:00:00',60,35.11,19.2,0.96,62.4,23.3,138.4,244.0),
(13,'2024-08-04 00:00:00',60,33.98,19.7,1.74,68.0,15.5,112.2,199.0),
(13,'2024-08-05 00:00:00',60,33.26,20.2,1.3,72.8,17.4,179.6,237.6),
(13,'2024-08-06 00:00:00',60,35.54,21.0,1.09,74.9,16.3,142.0,216.6),
(13,'2024-08-07 00:00:00',60,34.15,19.8,0.71,61.8,19.1,125.0,213.2),
(13,'2024-08-08 00:00:00',60,33.27,19.6,0.58,59.9,21.9,157.2,226.3),
(13,'2024-08-09 00:00:00',60,33.24,19.6,0.6,67.8,13.4,170.5,207.9),
(13,'2024-08-10 00:00:00',60,32.77,19.0,0.73,73.0,14.0,137.0,226.0),
(13,'2024-08-11 00:00:00',60,32.74,19.6,1.31,69.3,22.5,138.5,208.7),
(13,'2024-08-12 00:00:00',60,32.18,20.5,1.08,70.9,20.2,143.6,222.1),
(13,'2024-08-13 00:00:00',60,31.77,18.8,0.81,60.7,17.2,123.3,236.0),
(13,'2024-08-14 00:00:00',60,33.9,21.7,0.93,64.6,23.1,129.6,224.6),
(13,'2024-08-15 00:00:00',60,34.04,19.4,0.9,56.5,13.9,166.7,215.7),
(13,'2024-08-16 00:00:00',60,34.13,20.5,1.16,66.8,20.8,138.0,226.5),
(13,'2024-08-17 00:00:00',60,34.12,20.0,0.74,56.7,17.8,127.4,203.1),
(13,'2024-08-18 00:00:00',60,33.42,19.9,1.05,74.2,19.8,133.2,209.9),
(13,'2024-08-19 00:00:00',60,35.08,20.5,1.04,75.3,10.8,156.1,214.8),
(13,'2024-08-20 00:00:00',60,34.61,19.9,0.75,68.2,17.2,110.4,229.4),
(13,'2024-08-21 00:00:00',60,35.7,19.3,1.36,59.9,20.2,143.8,224.9),
(13,'2024-08-22 00:00:00',60,35.19,19.0,0.89,69.4,17.8,176.9,226.4),
(13,'2024-08-23 00:00:00',60,34.36,21.3,0.71,76.8,21.8,170.5,219.7),
(13,'2024-08-24 00:00:00',60,35.7,20.0,1.17,69.9,21.7,148.6,210.5),
(13,'2024-08-25 00:00:00',60,35.02,19.1,0.98,73.4,15.1,159.7,237.9),
(13,'2024-08-26 00:00:00',60,34.33,18.5,1.06,65.1,20.5,159.6,211.6),
(13,'2024-08-27 00:00:00',60,33.87,21.3,0.67,63.1,15.0,138.1,225.0),
(13,'2024-08-28 00:00:00',60,33.49,19.4,1.17,67.1,18.2,153.9,218.7),
(13,'2024-08-29 00:00:00',60,32.75,21.4,1.51,57.9,20.0,166.8,226.8),
(13,'2024-08-30 00:00:00',60,32.07,19.9,0.65,78.8,15.5,121.0,212.7),
(13,'2024-08-31 00:00:00',60,33.87,19.9,1.05,68.2,20.4,148.6,232.6),
(13,'2024-09-01 00:00:00',60,35.32,19.8,0.77,71.8,16.5,145.4,236.5),
(13,'2024-09-02 00:00:00',60,35.7,20.7,1.63,65.2,16.3,141.5,231.9),
(13,'2024-09-03 00:00:00',60,34.7,18.2,1.27,59.8,20.1,140.2,221.9),
(13,'2024-09-04 00:00:00',60,34.37,19.3,1.03,74.6,15.5,143.5,214.8),
(13,'2024-09-05 00:00:00',60,34.34,19.6,0.65,61.9,15.3,144.7,253.9),
(13,'2024-09-06 00:00:00',60,34.34,19.7,0.72,69.2,21.1,156.8,208.1),
(13,'2024-09-07 00:00:00',60,35.7,20.0,1.15,69.7,18.3,147.1,230.6),
(13,'2024-09-08 00:00:00',60,34.41,19.6,0.62,67.9,13.6,137.3,224.0),
(13,'2024-09-09 00:00:00',60,33.29,19.6,0.63,63.6,20.6,127.4,219.2),
(13,'2024-09-10 00:00:00',60,35.7,20.1,0.96,66.8,16.8,132.9,222.2),
(13,'2024-09-11 00:00:00',60,35.26,19.1,0.99,62.7,13.8,143.9,213.9),
(13,'2024-09-12 00:00:00',60,35.7,20.2,1.06,71.5,10.5,129.4,225.1),
(13,'2024-09-13 00:00:00',60,34.89,20.4,0.85,70.4,20.7,154.2,223.8),
(13,'2024-09-14 00:00:00',60,33.39,19.1,1.19,67.4,15.4,146.5,252.1),
(13,'2024-09-15 00:00:00',60,35.63,20.7,0.74,64.7,14.3,157.2,232.8),
(13,'2024-09-16 00:00:00',60,34.88,20.5,1.12,78.0,19.9,130.4,226.2),
(13,'2024-09-17 00:00:00',60,34.7,19.5,1.01,61.0,20.4,127.5,226.9),
(13,'2024-09-18 00:00:00',60,35.7,19.5,1.11,59.8,15.6,157.0,242.1),
(13,'2024-09-19 00:00:00',60,35.1,19.0,1.26,67.1,20.7,141.9,208.4),
(13,'2024-09-20 00:00:00',60,34.09,20.0,0.85,66.2,24.2,137.0,217.8),
(13,'2024-09-21 00:00:00',60,35.7,20.2,0.79,73.0,22.0,150.5,197.1),
(13,'2024-09-22 00:00:00',60,34.95,19.3,0.54,70.7,21.6,149.9,226.7),
(13,'2024-09-23 00:00:00',60,33.91,19.1,0.46,67.6,18.9,121.2,230.2),
(13,'2024-09-24 00:00:00',60,35.7,19.3,0.92,70.0,16.7,160.8,208.1),
(13,'2024-09-25 00:00:00',60,34.03,20.1,0.93,69.9,17.8,133.8,237.2),
(13,'2024-09-26 00:00:00',60,33.82,20.5,0.69,78.0,19.3,165.5,211.4),
(13,'2024-09-27 00:00:00',60,33.55,19.4,0.74,68.8,14.2,120.0,215.9),
(13,'2024-09-28 00:00:00',60,35.58,18.7,1.34,64.1,15.7,144.8,221.4),
(13,'2024-09-29 00:00:00',60,35.7,20.5,1.18,68.5,13.7,137.2,239.1),
(13,'2024-09-30 00:00:00',60,33.9,18.6,0.64,54.4,18.7,110.4,209.7),
(13,'2024-10-01 00:00:00',60,33.29,18.6,0.85,67.3,18.2,149.9,223.5),
(13,'2024-10-02 00:00:00',60,35.21,18.1,1.06,73.0,16.0,111.1,229.3),
(13,'2024-10-03 00:00:00',60,34.85,18.5,0.8,70.5,20.5,135.6,226.8),
(13,'2024-10-04 00:00:00',60,33.85,19.9,0.76,69.0,14.9,156.6,227.3),
(13,'2024-10-05 00:00:00',60,33.63,20.2,0.88,70.7,15.9,132.0,229.1),
(13,'2024-10-06 00:00:00',60,32.71,19.3,1.23,73.0,20.3,126.4,213.3),
(13,'2024-10-07 00:00:00',60,32.49,20.1,1.26,74.6,20.8,152.0,240.3),
(13,'2024-10-08 00:00:00',60,31.2,19.4,0.78,69.7,15.6,136.3,218.7),
(13,'2024-10-09 00:00:00',60,31.64,18.6,1.08,65.9,18.7,133.9,217.1),
(13,'2024-10-10 00:00:00',60,31.19,20.3,0.96,55.9,15.7,159.1,236.2),
(13,'2024-10-11 00:00:00',60,29.69,19.5,0.71,72.4,17.4,122.5,212.4),
(13,'2024-10-12 00:00:00',60,29.02,19.1,0.89,70.1,18.4,133.1,223.8),
(13,'2024-10-13 00:00:00',60,28.29,18.3,0.65,68.3,19.7,153.0,211.3),
(13,'2024-10-14 00:00:00',60,27.66,18.0,1.25,64.1,19.0,121.5,250.2),
(13,'2024-10-15 00:00:00',60,27.14,18.2,1.35,72.3,18.8,166.6,247.7),
(13,'2024-10-16 00:00:00',60,26.47,19.7,0.86,66.2,14.8,136.7,218.7),
(13,'2024-10-17 00:00:00',60,28.25,19.3,0.8,67.3,19.2,153.1,226.2),
(13,'2024-10-18 00:00:00',60,29.91,18.6,1.23,67.2,19.7,153.1,220.1),
(13,'2024-10-19 00:00:00',60,29.85,18.2,1.27,69.7,20.1,137.7,215.8),
(13,'2024-10-20 00:00:00',60,29.96,19.5,0.68,61.8,15.8,132.8,221.4),
(13,'2024-10-21 00:00:00',60,29.47,19.2,0.93,70.3,20.7,139.4,219.5),
(13,'2024-10-22 00:00:00',60,29.06,19.7,0.95,63.9,14.0,150.7,201.8),
(13,'2024-10-23 00:00:00',60,30.73,18.6,0.77,64.1,16.7,125.2,223.2),
(13,'2024-10-24 00:00:00',60,30.4,17.3,1.06,71.9,17.2,122.0,219.5),
(13,'2024-10-25 00:00:00',60,32.62,18.7,0.79,62.5,14.2,162.3,223.7),
(13,'2024-10-26 00:00:00',60,32.13,19.1,0.83,71.9,17.1,129.0,219.1),
(13,'2024-10-27 00:00:00',60,31.9,19.3,0.94,68.0,18.7,145.3,215.7),
(13,'2024-10-28 00:00:00',60,31.66,18.8,0.59,59.3,12.5,137.0,230.5),
(13,'2024-10-29 00:00:00',60,30.83,20.1,0.45,74.3,16.8,137.6,226.4),
(13,'2024-10-30 00:00:00',60,33.45,18.9,1.19,69.1,12.8,161.5,236.8),
(13,'2024-10-31 00:00:00',60,35.49,19.8,0.78,69.5,24.1,138.7,225.9),
(16,'2024-04-01 00:00:00',10,24.0,20.1,0.78,64.2,17.5,139.5,227.8),
(16,'2024-04-02 00:00:00',10,22.58,20.9,1.08,57.4,16.4,139.7,202.8),
(16,'2024-04-03 00:00:00',10,21.63,20.5,0.8,53.6,13.1,141.8,237.4),
(16,'2024-04-04 00:00:00',10,20.28,17.9,1.08,51.5,17.2,134.0,226.7),
(16,'2024-04-05 00:00:00',10,19.4,18.5,1.35,63.4,19.6,147.6,241.0),
(16,'2024-04-06 00:00:00',10,33.6,19.4,1.02,53.1,20.3,147.5,219.5),
(16,'2024-04-07 00:00:00',10,31.64,20.8,1.19,60.6,13.8,152.3,213.4),
(16,'2024-04-08 00:00:00',10,33.6,20.5,0.9,62.6,21.5,149.6,227.9),
(16,'2024-04-09 00:00:00',10,33.6,21.0,1.24,56.2,15.1,170.0,232.4),
(16,'2024-04-10 00:00:00',10,33.6,21.4,1.29,57.9,17.6,155.8,211.4),
(16,'2024-04-11 00:00:00',10,32.15,19.9,0.81,63.7,16.3,136.9,196.0),
(16,'2024-04-12 00:00:00',10,29.94,21.8,0.98,54.7,19.3,146.8,198.1),
(16,'2024-04-13 00:00:00',10,29.25,21.8,0.85,54.2,18.3,161.2,223.1),
(16,'2024-04-14 00:00:00',10,28.04,20.3,1.3,57.6,20.0,125.8,238.5),
(16,'2024-04-15 00:00:00',10,26.21,20.9,1.21,65.1,23.5,170.2,204.4),
(16,'2024-04-16 00:00:00',10,24.54,21.2,1.16,66.8,19.2,128.4,216.7),
(16,'2024-04-17 00:00:00',10,22.6,22.7,1.14,58.3,16.3,153.5,215.8),
(16,'2024-04-18 00:00:00',10,33.6,22.6,1.25,55.2,19.4,140.1,243.0),
(16,'2024-04-19 00:00:00',10,33.6,21.4,1.25,64.1,23.8,139.2,247.1),
(16,'2024-04-20 00:00:00',10,31.93,20.9,1.04,50.4,20.0,120.5,225.1),
(16,'2024-04-21 00:00:00',10,30.57,20.7,1.01,60.0,20.8,153.6,230.8),
(16,'2024-04-22 00:00:00',10,33.6,21.5,1.15,58.5,13.2,120.7,230.4),
(16,'2024-04-23 00:00:00',10,32.06,18.7,1.12,65.2,19.2,118.4,204.6),
(16,'2024-04-24 00:00:00',10,31.0,21.3,1.68,65.7,17.2,157.4,228.4),
(16,'2024-04-25 00:00:00',10,30.14,22.5,1.07,54.0,16.0,166.8,207.8),
(16,'2024-04-26 00:00:00',10,33.6,19.1,1.24,59.6,17.9,130.0,217.9),
(16,'2024-04-27 00:00:00',10,33.6,22.1,1.28,55.9,18.3,155.0,233.7),
(16,'2024-04-28 00:00:00',10,31.49,22.1,1.52,57.3,16.1,151.9,221.0),
(16,'2024-04-29 00:00:00',10,30.24,23.4,0.96,61.8,18.6,138.6,233.2),
(16,'2024-04-30 00:00:00',10,28.67,20.2,1.5,57.1,17.5,160.0,235.6),
(16,'2024-05-01 00:00:00',10,33.6,24.2,1.13,59.7,20.1,137.5,198.9),
(16,'2024-05-02 00:00:00',10,33.6,22.6,1.79,63.5,18.7,147.8,193.9),
(16,'2024-05-03 00:00:00',10,31.85,23.0,1.26,66.3,19.1,121.2,233.9),
(16,'2024-05-04 00:00:00',10,33.6,21.2,0.86,60.2,20.9,121.8,234.4),
(16,'2024-05-05 00:00:00',10,31.94,22.9,1.12,59.3,19.7,157.5,223.1),
(16,'2024-05-06 00:00:00',10,30.55,23.5,1.5,53.2,18.0,148.3,224.7),
(16,'2024-05-07 00:00:00',10,29.01,20.6,1.19,66.7,11.7,137.9,230.7),
(16,'2024-05-08 00:00:00',10,33.6,21.6,1.15,61.2,19.5,168.6,230.5),
(16,'2024-05-09 00:00:00',10,31.33,23.6,1.35,59.4,15.3,168.5,216.3),
(16,'2024-05-10 00:00:00',10,30.25,22.0,1.08,59.2,17.7,146.6,231.5),
(16,'2024-05-11 00:00:00',10,28.86,20.8,1.11,60.6,19.1,118.2,215.8),
(16,'2024-05-12 00:00:00',10,27.6,23.6,0.93,62.6,22.0,138.3,222.9),
(16,'2024-05-13 00:00:00',10,26.31,23.3,1.6,63.2,23.5,127.5,222.4),
(16,'2024-05-14 00:00:00',10,33.6,23.4,0.86,66.8,15.2,141.3,209.7),
(16,'2024-05-15 00:00:00',10,31.86,22.7,1.21,60.0,14.1,126.0,211.1),
(16,'2024-05-16 00:00:00',10,30.65,20.5,1.29,67.5,19.0,122.1,246.8),
(16,'2024-05-17 00:00:00',10,29.08,20.8,1.16,64.0,18.7,106.1,209.3),
(16,'2024-05-18 00:00:00',10,28.09,21.7,0.85,58.4,14.4,142.5,224.4),
(16,'2024-05-19 00:00:00',10,26.65,21.6,0.92,50.4,18.0,105.5,227.0),
(16,'2024-05-20 00:00:00',10,33.6,24.1,1.3,59.2,19.8,135.2,219.3),
(16,'2024-05-21 00:00:00',10,33.6,22.0,0.97,66.5,14.3,150.4,228.1),
(16,'2024-05-22 00:00:00',10,31.71,25.4,0.65,54.9,15.0,129.2,223.9),
(16,'2024-05-23 00:00:00',10,30.07,21.9,1.26,59.2,16.1,123.7,209.6),
(16,'2024-05-24 00:00:00',10,33.6,22.3,0.95,59.6,17.4,139.0,226.4),
(16,'2024-05-25 00:00:00',10,31.66,23.6,1.32,63.5,20.1,127.6,213.5),
(16,'2024-05-26 00:00:00',10,30.26,24.6,1.12,56.8,17.0,142.8,240.9),
(16,'2024-05-27 00:00:00',10,29.39,23.5,1.11,54.4,18.2,124.5,225.1),
(16,'2024-05-28 00:00:00',10,33.6,20.4,1.18,61.6,24.7,138.4,211.6),
(16,'2024-05-29 00:00:00',10,33.6,24.0,0.88,55.0,15.1,134.8,224.1),
(16,'2024-05-30 00:00:00',10,31.74,21.7,0.96,49.6,16.0,139.8,208.9),
(16,'2024-05-31 00:00:00',10,30.65,22.1,1.1,68.0,20.0,164.5,223.1),
(16,'2024-06-01 00:00:00',10,33.6,23.2,0.88,63.4,21.0,143.0,217.3),
(16,'2024-06-02 00:00:00',10,31.05,21.4,1.34,68.2,19.2,147.6,210.1),
(16,'2024-06-03 00:00:00',10,29.24,24.2,1.09,63.1,23.4,130.6,209.9),
(16,'2024-06-04 00:00:00',10,27.7,23.0,0.8,62.2,19.0,143.3,249.2),
(16,'2024-06-05 00:00:00',10,26.75,23.2,1.03,60.6,12.1,135.9,221.1),
(16,'2024-06-06 00:00:00',10,24.87,22.0,1.19,57.8,18.3,140.4,214.8),
(16,'2024-06-07 00:00:00',10,23.14,24.9,1.06,61.3,16.3,149.7,212.7),
(16,'2024-06-08 00:00:00',10,21.87,22.0,1.27,56.0,22.2,132.5,225.7),
(16,'2024-06-09 00:00:00',10,29.84,24.1,1.31,53.4,20.9,134.0,212.3),
(16,'2024-06-10 00:00:00',10,28.62,24.4,1.77,57.1,13.2,132.7,206.9),
(16,'2024-06-11 00:00:00',10,26.88,23.1,1.46,65.2,22.1,132.4,219.6),
(16,'2024-06-12 00:00:00',10,24.88,23.3,0.76,52.6,20.8,142.6,219.5),
(16,'2024-06-13 00:00:00',10,23.75,23.7,1.08,52.7,17.0,134.5,215.0);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(16,'2024-06-14 00:00:00',10,22.94,24.2,1.1,61.7,17.8,162.5,209.3),
(16,'2024-06-15 00:00:00',10,21.45,23.3,1.31,56.7,22.2,180.2,215.3),
(16,'2024-06-16 00:00:00',10,19.64,23.3,0.94,61.2,12.1,131.5,214.4),
(16,'2024-06-17 00:00:00',10,27.28,24.1,1.04,63.7,19.3,144.4,212.7),
(16,'2024-06-18 00:00:00',10,33.6,22.2,0.86,61.1,21.3,155.6,223.3),
(16,'2024-06-19 00:00:00',10,31.6,22.4,1.02,55.6,17.7,136.0,246.7),
(16,'2024-06-20 00:00:00',10,30.77,24.9,1.03,65.2,19.9,125.1,236.0),
(16,'2024-06-21 00:00:00',10,29.76,23.9,1.09,62.5,18.3,166.1,243.3),
(16,'2024-06-22 00:00:00',10,28.43,25.0,0.87,58.9,15.6,150.3,213.2),
(16,'2024-06-23 00:00:00',10,26.29,23.1,1.42,58.6,15.6,144.8,240.1),
(16,'2024-06-24 00:00:00',10,24.66,22.2,1.29,60.6,20.1,161.8,222.7),
(16,'2024-06-25 00:00:00',10,23.11,21.3,0.81,57.2,16.1,151.6,231.8),
(16,'2024-06-26 00:00:00',10,30.63,22.8,1.18,50.6,13.4,139.3,225.5),
(16,'2024-06-27 00:00:00',10,29.26,26.0,0.78,62.5,18.4,125.4,215.9),
(16,'2024-06-28 00:00:00',10,27.96,24.8,1.51,62.2,16.5,132.6,228.6),
(16,'2024-06-29 00:00:00',10,33.6,23.4,1.57,47.2,14.4,158.1,225.8),
(16,'2024-06-30 00:00:00',10,33.6,22.2,1.15,61.3,18.2,150.2,198.8),
(16,'2024-07-01 00:00:00',10,33.6,21.8,0.95,67.5,20.3,137.2,218.5),
(16,'2024-07-02 00:00:00',10,31.85,23.9,1.0,53.1,18.1,166.5,230.5),
(16,'2024-07-03 00:00:00',10,30.74,23.9,1.05,58.4,14.8,137.6,223.3),
(16,'2024-07-04 00:00:00',10,29.07,24.7,1.14,57.8,19.4,154.8,225.6),
(16,'2024-07-05 00:00:00',10,33.6,24.1,1.51,67.1,21.1,143.3,211.0),
(16,'2024-07-06 00:00:00',10,31.65,24.4,1.41,64.4,24.6,169.0,223.1),
(16,'2024-07-07 00:00:00',10,30.85,24.8,1.41,54.4,22.3,151.3,218.8),
(16,'2024-07-08 00:00:00',10,29.11,23.7,1.21,60.5,15.0,140.7,217.6),
(16,'2024-07-09 00:00:00',10,28.33,23.6,0.88,70.3,20.6,137.3,211.8),
(16,'2024-07-10 00:00:00',10,26.6,24.2,0.98,55.6,18.8,139.8,231.0),
(16,'2024-07-11 00:00:00',10,26.15,25.8,1.19,58.7,14.5,129.1,224.1),
(16,'2024-07-12 00:00:00',10,24.34,24.6,0.87,61.3,18.9,119.5,222.9),
(16,'2024-07-13 00:00:00',10,23.32,25.3,1.25,55.7,23.8,144.6,244.6),
(16,'2024-07-14 00:00:00',10,21.86,21.8,1.37,67.6,21.6,132.0,225.7),
(16,'2024-07-15 00:00:00',10,20.77,24.6,1.31,56.4,15.0,132.0,234.4),
(16,'2024-07-16 00:00:00',10,28.57,23.0,1.3,51.8,18.0,138.7,223.3),
(16,'2024-07-17 00:00:00',10,26.73,24.6,0.7,56.1,19.5,140.8,215.8),
(16,'2024-07-18 00:00:00',10,24.19,25.7,1.5,62.0,12.8,140.1,207.3),
(16,'2024-07-19 00:00:00',10,23.79,25.2,0.78,54.8,12.9,166.1,222.9),
(16,'2024-07-20 00:00:00',10,22.47,23.3,1.13,60.3,18.5,149.9,188.0),
(16,'2024-07-21 00:00:00',10,19.93,23.6,1.33,61.6,18.5,171.6,223.3),
(16,'2024-07-22 00:00:00',10,18.65,24.1,1.26,52.7,12.5,133.4,223.8),
(16,'2024-07-23 00:00:00',10,17.51,25.4,0.85,55.9,19.2,151.8,217.4),
(16,'2024-07-24 00:00:00',10,15.83,25.0,0.9,60.5,21.3,134.2,218.9),
(16,'2024-07-25 00:00:00',10,23.34,23.0,1.24,62.3,17.3,131.6,205.0),
(16,'2024-07-26 00:00:00',10,31.12,25.2,1.3,56.1,18.2,172.2,236.6),
(16,'2024-07-27 00:00:00',10,30.2,23.9,0.9,59.5,19.7,128.5,216.0),
(16,'2024-07-28 00:00:00',10,28.83,25.1,1.27,57.3,19.3,106.5,208.3),
(16,'2024-07-29 00:00:00',10,28.01,24.7,0.79,62.4,13.0,129.4,226.5),
(16,'2024-07-30 00:00:00',10,27.07,24.0,1.33,61.3,15.3,109.9,221.3),
(16,'2024-07-31 00:00:00',10,25.6,23.9,0.95,56.9,16.8,125.7,215.7),
(16,'2024-08-01 00:00:00',10,23.59,23.4,1.19,61.1,15.4,127.1,214.4),
(16,'2024-08-02 00:00:00',10,22.14,23.6,1.15,56.7,22.4,140.5,219.9),
(16,'2024-08-03 00:00:00',10,21.0,23.1,1.47,61.0,19.9,109.3,236.1),
(16,'2024-08-04 00:00:00',10,19.62,23.8,1.24,61.1,14.7,157.9,225.6),
(16,'2024-08-05 00:00:00',10,27.7,22.7,1.02,70.6,17.4,111.9,219.6),
(16,'2024-08-06 00:00:00',10,26.63,24.1,1.26,57.1,21.4,138.1,230.2),
(16,'2024-08-07 00:00:00',10,33.6,23.6,1.71,58.0,16.1,135.1,220.3),
(16,'2024-08-08 00:00:00',10,33.6,25.1,1.36,55.5,20.6,152.4,224.8),
(16,'2024-08-09 00:00:00',10,31.86,24.2,1.16,53.6,22.1,145.3,221.8),
(16,'2024-08-10 00:00:00',10,31.34,25.4,0.97,56.5,21.6,157.8,227.1),
(16,'2024-08-11 00:00:00',10,29.38,23.4,1.02,62.1,18.5,134.6,214.7),
(16,'2024-08-12 00:00:00',10,28.17,24.2,1.34,62.4,21.8,133.0,206.3),
(16,'2024-08-13 00:00:00',10,27.5,24.7,0.95,60.2,16.4,146.2,230.9),
(16,'2024-08-14 00:00:00',10,25.71,23.2,1.18,57.3,25.5,155.4,238.1),
(16,'2024-08-15 00:00:00',10,24.66,24.8,1.54,56.3,18.7,152.4,206.9),
(16,'2024-08-16 00:00:00',10,23.65,27.1,1.21,54.2,21.4,144.8,222.2),
(16,'2024-08-17 00:00:00',10,21.64,25.4,0.91,56.0,16.9,143.5,214.6),
(16,'2024-08-18 00:00:00',10,29.69,24.7,1.72,52.3,19.5,139.5,230.6),
(16,'2024-08-19 00:00:00',10,28.19,25.2,1.62,65.5,19.6,146.1,223.0),
(16,'2024-08-20 00:00:00',10,26.8,23.3,1.3,67.9,15.2,170.5,259.9),
(16,'2024-08-21 00:00:00',10,25.3,23.8,1.5,49.1,15.1,136.4,216.4),
(16,'2024-08-22 00:00:00',10,24.41,24.4,1.11,60.2,17.4,134.5,238.4),
(16,'2024-08-23 00:00:00',10,23.03,23.4,1.36,60.1,21.3,133.4,239.6),
(16,'2024-08-24 00:00:00',10,21.51,22.3,1.07,59.8,12.5,145.8,226.4),
(16,'2024-08-25 00:00:00',10,19.98,23.3,0.84,55.8,16.9,108.2,220.4),
(16,'2024-08-26 00:00:00',10,18.44,24.7,1.83,63.9,21.9,138.0,221.1),
(16,'2024-08-27 00:00:00',10,25.86,23.5,0.83,60.8,14.3,153.2,220.1),
(16,'2024-08-28 00:00:00',10,24.31,23.0,1.25,63.9,21.8,132.1,233.6),
(16,'2024-08-29 00:00:00',10,22.99,24.0,1.25,55.1,14.6,142.8,209.5),
(16,'2024-08-30 00:00:00',10,31.01,22.0,1.31,51.8,15.3,171.6,218.1),
(16,'2024-08-31 00:00:00',10,30.22,19.9,1.16,60.9,17.6,145.0,216.6),
(16,'2024-09-01 00:00:00',10,28.99,22.1,1.16,53.9,23.6,106.4,199.3),
(16,'2024-09-02 00:00:00',10,27.43,24.3,1.21,64.0,16.1,118.9,230.3),
(16,'2024-09-03 00:00:00',10,25.64,24.0,1.3,48.1,12.8,136.2,232.8),
(16,'2024-09-04 00:00:00',10,33.55,23.6,1.18,56.4,13.8,127.9,212.4),
(16,'2024-09-05 00:00:00',10,33.6,24.1,1.16,55.7,20.8,141.6,232.4),
(16,'2024-09-06 00:00:00',10,31.69,22.8,0.85,57.1,13.9,135.6,201.0),
(16,'2024-09-07 00:00:00',10,33.6,22.9,1.68,60.1,21.6,157.5,220.3),
(16,'2024-09-08 00:00:00',10,31.89,22.8,1.31,60.7,18.2,123.6,218.5),
(16,'2024-09-09 00:00:00',10,30.65,23.1,1.23,61.9,17.9,136.9,221.1),
(16,'2024-09-10 00:00:00',10,29.19,24.3,1.02,62.5,18.9,143.3,221.0),
(16,'2024-09-11 00:00:00',10,27.5,22.9,0.93,57.9,15.6,145.1,219.1),
(16,'2024-09-12 00:00:00',10,33.6,23.7,1.39,69.3,18.4,142.2,215.3),
(16,'2024-09-13 00:00:00',10,32.06,22.5,1.14,65.7,14.4,103.8,218.7),
(16,'2024-09-14 00:00:00',10,30.48,24.2,1.33,57.2,22.0,141.2,236.4),
(16,'2024-09-15 00:00:00',10,28.51,25.2,0.84,58.1,14.9,137.7,213.1),
(16,'2024-09-16 00:00:00',10,27.62,22.8,1.57,57.1,19.3,153.0,247.1),
(16,'2024-09-17 00:00:00',10,33.6,23.2,1.4,60.6,14.9,150.8,212.4),
(16,'2024-09-18 00:00:00',10,31.76,21.9,1.16,53.9,16.4,143.6,222.9),
(16,'2024-09-19 00:00:00',10,33.6,24.1,1.29,54.8,16.9,144.7,226.9),
(16,'2024-09-20 00:00:00',10,31.67,24.9,1.36,47.9,26.9,160.3,216.5),
(16,'2024-09-21 00:00:00',10,33.6,21.1,0.84,56.8,18.0,157.3,236.6),
(16,'2024-09-22 00:00:00',10,31.85,23.8,1.6,64.1,15.5,144.1,226.5),
(16,'2024-09-23 00:00:00',10,33.6,23.1,1.3,58.0,16.7,172.2,217.5),
(16,'2024-09-24 00:00:00',10,32.02,23.6,1.0,58.3,13.5,130.6,236.5),
(16,'2024-09-25 00:00:00',10,33.6,24.3,0.9,60.1,17.5,122.2,207.8),
(16,'2024-09-26 00:00:00',10,33.6,22.8,1.42,53.7,23.6,139.8,213.2),
(16,'2024-09-27 00:00:00',10,33.6,23.1,1.23,58.9,19.0,134.4,226.8),
(16,'2024-09-28 00:00:00',10,33.6,22.8,1.29,63.2,20.7,103.0,229.6),
(16,'2024-09-29 00:00:00',10,32.0,23.8,1.18,60.3,15.3,130.2,223.9),
(16,'2024-09-30 00:00:00',10,30.87,21.9,0.92,63.6,17.4,145.2,218.5),
(16,'2024-10-01 00:00:00',10,33.6,22.5,1.3,65.1,18.6,139.1,217.0),
(16,'2024-10-02 00:00:00',10,31.57,20.2,1.12,62.1,15.8,128.4,233.6),
(16,'2024-10-03 00:00:00',10,30.76,23.3,1.17,55.2,19.2,140.6,222.9),
(16,'2024-10-04 00:00:00',10,33.6,24.6,1.77,57.0,19.8,141.8,209.5),
(16,'2024-10-05 00:00:00',10,31.12,21.6,1.39,68.4,19.6,150.7,208.8),
(16,'2024-10-06 00:00:00',10,30.29,22.6,1.4,60.3,17.5,130.4,238.2),
(16,'2024-10-07 00:00:00',10,29.07,22.6,1.85,59.7,21.3,153.1,211.4),
(16,'2024-10-08 00:00:00',10,28.21,21.7,1.27,54.5,17.2,123.6,223.3),
(16,'2024-10-09 00:00:00',10,27.12,23.3,1.2,58.3,17.0,132.4,236.2),
(16,'2024-10-10 00:00:00',10,26.79,21.1,1.0,62.3,22.3,165.5,226.5),
(16,'2024-10-11 00:00:00',10,25.37,21.8,1.06,58.8,14.7,124.6,210.9),
(16,'2024-10-12 00:00:00',10,24.1,20.6,0.66,56.2,12.9,130.1,207.8),
(16,'2024-10-13 00:00:00',10,23.05,22.7,1.37,57.3,15.4,121.2,242.4),
(16,'2024-10-14 00:00:00',10,21.62,22.2,0.86,64.7,19.2,127.6,207.5),
(16,'2024-10-15 00:00:00',10,20.65,21.9,1.4,62.1,21.9,142.1,213.4),
(16,'2024-10-16 00:00:00',10,18.17,21.5,1.17,61.4,16.0,150.6,224.5),
(16,'2024-10-17 00:00:00',10,26.04,21.2,1.21,61.0,23.4,139.7,217.4),
(16,'2024-10-18 00:00:00',10,33.6,23.2,1.16,52.8,18.1,135.1,226.9),
(16,'2024-10-19 00:00:00',10,33.6,22.1,1.52,60.1,17.7,121.4,202.4),
(16,'2024-10-20 00:00:00',10,33.6,22.7,1.48,64.1,15.5,129.1,217.5),
(16,'2024-10-21 00:00:00',10,32.15,22.1,1.17,57.4,23.9,116.8,228.1),
(16,'2024-10-22 00:00:00',10,30.58,22.7,0.95,63.6,17.5,151.0,228.2),
(16,'2024-10-23 00:00:00',10,33.6,22.9,1.4,61.5,14.0,152.1,213.1),
(16,'2024-10-24 00:00:00',10,31.71,23.0,0.93,62.9,25.4,139.4,207.7),
(16,'2024-10-25 00:00:00',10,33.6,23.9,0.78,59.0,19.2,146.6,222.6),
(16,'2024-10-26 00:00:00',10,32.33,22.5,1.3,63.2,20.4,153.1,204.3),
(16,'2024-10-27 00:00:00',10,30.97,22.0,1.48,51.4,23.0,141.5,235.4),
(16,'2024-10-28 00:00:00',10,33.6,23.4,1.07,58.9,19.8,160.9,221.9),
(16,'2024-10-29 00:00:00',10,31.88,20.3,1.27,62.3,20.9,124.6,211.6),
(16,'2024-10-30 00:00:00',10,30.42,20.5,1.07,60.2,18.2,134.8,207.3),
(16,'2024-10-31 00:00:00',10,29.15,18.7,1.35,64.2,20.2,133.0,212.4),
(17,'2024-04-01 00:00:00',30,24.0,19.2,1.06,60.2,17.7,143.2,211.7),
(17,'2024-04-02 00:00:00',30,22.63,21.2,0.8,65.3,16.8,154.7,217.0),
(17,'2024-04-03 00:00:00',30,22.08,19.6,1.26,59.6,19.1,116.8,219.1),
(17,'2024-04-04 00:00:00',30,21.06,19.3,0.91,52.2,19.3,132.9,230.2),
(17,'2024-04-05 00:00:00',30,20.51,19.4,1.29,57.1,14.5,135.6,225.1),
(17,'2024-04-06 00:00:00',30,33.6,20.1,0.78,61.5,21.3,142.5,208.9),
(17,'2024-04-07 00:00:00',30,32.68,20.1,1.21,67.7,12.5,140.5,229.5),
(17,'2024-04-08 00:00:00',30,33.6,20.1,0.78,49.0,17.3,147.0,199.9),
(17,'2024-04-09 00:00:00',30,33.6,19.9,1.34,60.6,21.4,138.3,216.2),
(17,'2024-04-10 00:00:00',30,33.6,20.1,1.07,54.1,19.8,160.6,206.3),
(17,'2024-04-11 00:00:00',30,32.41,19.0,1.04,61.3,16.9,165.4,209.7),
(17,'2024-04-12 00:00:00',30,31.62,19.6,1.45,61.7,23.9,123.2,243.1),
(17,'2024-04-13 00:00:00',30,30.62,21.6,1.09,57.6,16.7,140.7,202.4),
(17,'2024-04-14 00:00:00',30,29.48,18.3,1.2,61.9,12.0,152.0,210.2),
(17,'2024-04-15 00:00:00',30,29.23,20.4,1.12,64.4,19.4,148.8,226.1),
(17,'2024-04-16 00:00:00',30,28.71,20.4,1.3,57.9,12.7,133.9,214.4),
(17,'2024-04-17 00:00:00',30,28.21,20.7,1.43,52.1,15.5,143.8,221.9),
(17,'2024-04-18 00:00:00',30,33.6,20.8,1.38,65.9,19.9,116.2,237.2),
(17,'2024-04-19 00:00:00',30,33.6,20.6,1.05,62.9,16.6,139.7,227.9),
(17,'2024-04-20 00:00:00',30,32.17,21.3,1.47,61.6,19.7,118.1,214.4),
(17,'2024-04-21 00:00:00',30,31.05,21.4,0.94,55.3,14.5,147.6,218.4),
(17,'2024-04-22 00:00:00',30,33.6,20.2,0.98,63.7,20.6,123.3,226.4),
(17,'2024-04-23 00:00:00',30,32.96,20.0,1.14,69.0,12.9,142.4,227.6),
(17,'2024-04-24 00:00:00',30,31.42,19.8,1.43,58.1,22.0,144.8,220.2),
(17,'2024-04-25 00:00:00',30,30.33,21.6,0.88,59.2,16.6,141.1,224.3),
(17,'2024-04-26 00:00:00',30,33.6,19.2,1.39,53.4,22.6,130.5,224.3),
(17,'2024-04-27 00:00:00',30,33.6,20.9,1.15,55.2,15.5,136.8,218.9),
(17,'2024-04-28 00:00:00',30,31.97,21.2,1.06,53.4,23.8,157.7,212.7),
(17,'2024-04-29 00:00:00',30,30.75,22.1,1.44,59.4,15.1,133.6,228.9),
(17,'2024-04-30 00:00:00',30,29.33,20.2,0.97,57.0,12.6,140.3,223.5),
(17,'2024-05-01 00:00:00',30,33.6,20.8,1.74,60.6,18.1,131.6,195.0),
(17,'2024-05-02 00:00:00',30,33.6,20.5,1.12,54.3,21.7,155.3,210.1),
(17,'2024-05-03 00:00:00',30,32.87,21.7,1.2,57.9,20.4,141.2,214.2),
(17,'2024-05-04 00:00:00',30,33.6,21.1,1.55,54.0,21.5,128.5,217.6),
(17,'2024-05-05 00:00:00',30,31.73,20.2,1.21,59.7,20.4,140.1,234.4),
(17,'2024-05-06 00:00:00',30,30.88,21.9,1.46,50.6,15.5,136.4,258.4),
(17,'2024-05-07 00:00:00',30,31.21,20.2,0.68,59.5,20.3,160.9,190.5),
(17,'2024-05-08 00:00:00',30,33.6,21.4,1.05,57.4,18.3,139.3,223.7),
(17,'2024-05-09 00:00:00',30,32.39,21.3,1.27,59.7,15.9,119.3,220.8),
(17,'2024-05-10 00:00:00',30,30.98,20.8,1.44,50.5,18.5,147.5,217.8),
(17,'2024-05-11 00:00:00',30,29.37,20.0,1.36,62.0,17.8,166.8,226.5),
(17,'2024-05-12 00:00:00',30,28.58,22.4,1.34,57.3,22.2,158.0,221.8),
(17,'2024-05-13 00:00:00',30,27.71,22.3,1.43,59.8,16.5,123.5,215.7),
(17,'2024-05-14 00:00:00',30,33.6,22.7,1.29,49.4,16.3,136.0,220.4),
(17,'2024-05-15 00:00:00',30,32.09,23.4,0.63,52.5,15.9,139.5,226.7),
(17,'2024-05-16 00:00:00',30,31.02,19.8,1.53,56.8,23.7,139.7,225.5),
(17,'2024-05-17 00:00:00',30,29.85,21.7,0.96,65.6,16.1,145.7,222.3),
(17,'2024-05-18 00:00:00',30,29.62,20.5,1.25,61.4,21.9,134.8,213.0),
(17,'2024-05-19 00:00:00',30,28.47,22.1,1.21,59.4,14.9,126.3,253.8),
(17,'2024-05-20 00:00:00',30,33.6,21.9,1.18,54.1,19.5,154.3,224.3),
(17,'2024-05-21 00:00:00',30,33.6,20.6,0.89,53.2,18.8,123.1,229.1),
(17,'2024-05-22 00:00:00',30,32.49,23.1,0.68,60.1,21.7,128.0,213.9),
(17,'2024-05-23 00:00:00',30,31.19,21.6,0.92,62.3,21.3,123.1,222.3),
(17,'2024-05-24 00:00:00',30,33.6,20.2,1.37,59.8,18.2,149.2,222.2),
(17,'2024-05-25 00:00:00',30,32.0,21.5,0.81,67.3,16.4,141.6,197.1),
(17,'2024-05-26 00:00:00',30,31.11,22.4,0.95,55.3,22.9,153.3,211.4),
(17,'2024-05-27 00:00:00',30,30.95,21.7,1.27,59.6,16.1,128.2,211.2),
(17,'2024-05-28 00:00:00',30,33.6,20.2,0.91,50.3,11.2,121.2,212.8),
(17,'2024-05-29 00:00:00',30,33.6,21.8,1.03,59.8,12.4,133.3,207.2),
(17,'2024-05-30 00:00:00',30,32.67,20.8,1.19,66.1,13.2,137.3,220.5),
(17,'2024-05-31 00:00:00',30,31.78,21.2,1.24,53.5,19.8,143.1,236.8),
(17,'2024-06-01 00:00:00',30,33.6,21.8,0.9,63.0,24.6,114.8,221.6),
(17,'2024-06-02 00:00:00',30,33.12,21.4,1.2,66.0,11.9,147.2,205.8),
(17,'2024-06-03 00:00:00',30,31.9,21.8,1.27,55.3,15.7,126.6,207.6),
(17,'2024-06-04 00:00:00',30,31.18,21.1,0.85,61.1,18.3,130.3,215.5),
(17,'2024-06-05 00:00:00',30,30.24,22.1,1.22,66.6,22.6,157.6,203.0),
(17,'2024-06-06 00:00:00',30,29.51,20.8,0.99,59.9,15.6,107.3,223.7),
(17,'2024-06-07 00:00:00',30,29.06,22.1,1.2,62.7,19.8,144.8,236.2),
(17,'2024-06-08 00:00:00',30,28.15,20.4,1.35,49.9,17.2,144.8,213.1),
(17,'2024-06-09 00:00:00',30,32.08,22.4,1.12,61.7,25.8,127.7,220.9),
(17,'2024-06-10 00:00:00',30,31.41,22.7,1.4,61.3,18.4,133.3,214.9),
(17,'2024-06-11 00:00:00',30,30.18,20.3,1.37,52.1,19.1,158.3,212.4),
(17,'2024-06-12 00:00:00',30,29.66,21.2,1.4,53.9,18.3,169.4,222.3),
(17,'2024-06-13 00:00:00',30,28.85,20.7,1.27,61.8,16.8,156.0,212.0),
(17,'2024-06-14 00:00:00',30,28.4,22.7,1.44,57.2,20.8,168.3,210.3),
(17,'2024-06-15 00:00:00',30,27.21,20.6,1.27,64.3,14.5,129.6,200.6),
(17,'2024-06-16 00:00:00',30,26.18,21.6,0.75,60.3,12.0,116.3,220.8),
(17,'2024-06-17 00:00:00',30,30.84,22.4,0.97,59.0,17.5,139.2,232.8),
(17,'2024-06-18 00:00:00',30,33.6,21.0,1.12,57.9,20.4,152.1,228.5),
(17,'2024-06-19 00:00:00',30,32.68,21.6,1.15,60.2,16.3,112.2,237.9),
(17,'2024-06-20 00:00:00',30,30.96,22.6,1.26,62.8,18.6,126.1,211.9),
(17,'2024-06-21 00:00:00',30,30.58,22.7,0.97,61.4,14.3,127.8,230.2),
(17,'2024-06-22 00:00:00',30,29.9,22.5,1.67,56.6,21.2,145.3,206.8),
(17,'2024-06-23 00:00:00',30,29.01,20.4,1.14,64.9,20.0,143.4,228.5),
(17,'2024-06-24 00:00:00',30,28.33,22.4,1.17,62.0,18.1,128.4,239.7),
(17,'2024-06-25 00:00:00',30,27.66,21.6,1.0,60.7,18.5,142.7,226.0),
(17,'2024-06-26 00:00:00',30,32.3,21.7,0.92,59.2,13.8,122.8,239.9),
(17,'2024-06-27 00:00:00',30,31.45,22.1,1.14,61.3,14.0,133.6,212.8),
(17,'2024-06-28 00:00:00',30,30.91,22.0,1.18,49.6,17.6,121.0,218.4),
(17,'2024-06-29 00:00:00',30,33.6,21.2,1.15,60.0,19.5,137.7,209.0),
(17,'2024-06-30 00:00:00',30,33.6,20.7,1.58,67.0,19.7,128.0,220.4),
(17,'2024-07-01 00:00:00',30,33.6,21.0,1.14,59.8,16.9,150.4,223.2),
(17,'2024-07-02 00:00:00',30,31.48,21.3,1.15,59.2,20.2,139.6,220.3),
(17,'2024-07-03 00:00:00',30,30.86,22.3,1.37,55.8,22.3,136.6,214.3),
(17,'2024-07-04 00:00:00',30,29.87,22.3,1.13,61.2,17.7,166.5,214.1),
(17,'2024-07-05 00:00:00',30,33.6,21.7,1.3,57.8,18.9,145.7,224.1),
(17,'2024-07-06 00:00:00',30,32.23,21.3,0.85,65.3,17.4,134.5,218.1),
(17,'2024-07-07 00:00:00',30,31.15,22.2,0.85,54.4,17.6,131.2,206.2),
(17,'2024-07-08 00:00:00',30,29.92,21.8,1.2,56.5,18.5,122.3,197.2),
(17,'2024-07-09 00:00:00',30,28.45,21.6,1.11,55.7,23.1,139.0,212.9),
(17,'2024-07-10 00:00:00',30,26.84,22.3,0.97,67.9,20.7,144.6,203.4),
(17,'2024-07-11 00:00:00',30,26.26,22.9,1.2,57.8,20.5,111.3,210.0),
(17,'2024-07-12 00:00:00',30,25.23,23.8,1.22,56.0,16.6,119.5,214.9),
(17,'2024-07-13 00:00:00',30,24.76,23.5,0.99,48.3,15.3,132.3,218.2),
(17,'2024-07-14 00:00:00',30,23.79,19.5,1.04,54.2,19.2,123.5,212.0),
(17,'2024-07-15 00:00:00',30,23.11,22.2,1.23,61.4,21.7,140.6,246.3),
(17,'2024-07-16 00:00:00',30,27.86,22.4,0.92,61.4,23.2,142.7,204.9),
(17,'2024-07-17 00:00:00',30,27.03,22.8,1.02,55.5,10.6,138.2,234.5),
(17,'2024-07-18 00:00:00',30,26.21,22.6,1.31,55.8,25.3,148.3,218.0),
(17,'2024-07-19 00:00:00',30,25.2,22.4,1.17,68.0,19.3,131.2,212.1),
(17,'2024-07-20 00:00:00',30,23.89,21.8,1.05,72.2,20.7,139.3,227.1),
(17,'2024-07-21 00:00:00',30,23.38,22.3,0.95,64.5,12.8,125.0,214.6),
(17,'2024-07-22 00:00:00',30,23.17,21.8,0.92,66.5,17.3,144.3,210.3),
(17,'2024-07-23 00:00:00',30,22.99,22.3,1.14,67.6,20.5,141.1,241.5),
(17,'2024-07-24 00:00:00',30,21.93,23.3,1.68,69.8,14.5,122.0,193.7),
(17,'2024-07-25 00:00:00',30,26.42,22.3,1.31,57.2,9.3,137.7,217.1),
(17,'2024-07-26 00:00:00',30,30.98,23.2,0.84,54.4,19.0,139.4,222.3),
(17,'2024-07-27 00:00:00',30,30.07,24.2,1.35,67.9,17.9,144.2,236.9),
(17,'2024-07-28 00:00:00',30,29.2,22.4,0.98,53.9,22.3,144.8,215.2),
(17,'2024-07-29 00:00:00',30,27.95,21.9,1.17,53.6,17.5,129.2,251.9),
(17,'2024-07-30 00:00:00',30,26.53,22.1,1.03,53.7,17.7,151.5,229.1),
(17,'2024-07-31 00:00:00',30,25.72,22.8,1.68,58.1,20.1,147.8,191.6),
(17,'2024-08-01 00:00:00',30,23.48,22.9,0.89,48.8,21.1,129.1,202.6),
(17,'2024-08-02 00:00:00',30,22.63,23.1,1.25,51.6,15.9,122.9,222.8),
(17,'2024-08-03 00:00:00',30,21.44,21.7,1.0,55.6,20.8,130.3,206.3),
(17,'2024-08-04 00:00:00',30,20.91,22.8,1.36,52.8,16.4,117.9,226.6),
(17,'2024-08-05 00:00:00',30,26.13,21.3,1.25,64.1,18.0,143.1,214.6),
(17,'2024-08-06 00:00:00',30,25.71,21.2,1.49,58.8,20.0,157.8,205.6),
(17,'2024-08-07 00:00:00',30,30.35,22.1,1.35,61.6,20.5,161.3,208.4),
(17,'2024-08-08 00:00:00',30,33.6,22.0,1.0,61.1,19.0,123.7,230.2),
(17,'2024-08-09 00:00:00',30,31.89,23.0,1.9,57.7,14.8,151.8,195.7),
(17,'2024-08-10 00:00:00',30,31.15,21.6,1.31,63.7,12.4,141.3,232.5),
(17,'2024-08-11 00:00:00',30,29.68,21.4,1.04,61.0,17.4,104.1,232.9),
(17,'2024-08-12 00:00:00',30,29.39,22.6,1.23,57.2,20.9,135.0,216.0),
(17,'2024-08-13 00:00:00',30,28.42,22.8,1.33,50.3,19.3,133.3,203.1),
(17,'2024-08-14 00:00:00',30,27.82,21.1,1.32,61.4,18.7,158.2,226.7),
(17,'2024-08-15 00:00:00',30,26.24,24.3,1.3,52.4,18.0,126.9,214.2),
(17,'2024-08-16 00:00:00',30,24.99,24.5,1.42,60.7,18.9,148.4,201.8),
(17,'2024-08-17 00:00:00',30,23.38,22.3,1.39,59.1,15.0,138.4,242.9),
(17,'2024-08-18 00:00:00',30,28.56,23.6,0.96,51.9,20.3,118.3,209.4),
(17,'2024-08-19 00:00:00',30,27.65,23.5,1.7,60.0,20.5,131.7,202.3),
(17,'2024-08-20 00:00:00',30,27.06,21.8,1.67,59.7,16.9,163.0,223.4),
(17,'2024-08-21 00:00:00',30,26.26,22.0,1.38,59.7,19.3,137.4,219.2),
(17,'2024-08-22 00:00:00',30,25.61,22.6,1.19,59.5,12.9,153.6,237.8),
(17,'2024-08-23 00:00:00',30,24.67,21.0,1.19,55.5,18.5,152.8,215.4),
(17,'2024-08-24 00:00:00',30,23.79,21.0,1.1,61.7,17.6,133.3,215.6),
(17,'2024-08-25 00:00:00',30,22.94,22.6,1.13,55.3,21.8,120.7,224.0),
(17,'2024-08-26 00:00:00',30,22.26,22.7,0.63,53.4,17.4,122.7,222.4),
(17,'2024-08-27 00:00:00',30,27.25,21.1,1.56,62.1,20.6,161.8,222.8),
(17,'2024-08-28 00:00:00',30,27.55,21.3,1.47,63.4,16.8,142.3,223.3),
(17,'2024-08-29 00:00:00',30,27.41,21.4,0.76,61.8,11.1,114.0,222.0),
(17,'2024-08-30 00:00:00',30,31.52,21.2,1.4,57.7,17.3,152.5,215.0),
(17,'2024-08-31 00:00:00',30,30.7,20.9,1.18,49.1,18.6,113.2,230.0),
(17,'2024-09-01 00:00:00',30,29.74,20.7,1.13,66.2,18.5,127.6,215.7),
(17,'2024-09-02 00:00:00',30,29.42,22.6,1.3,49.0,18.5,141.2,229.7),
(17,'2024-09-03 00:00:00',30,28.47,22.3,0.74,61.7,16.5,177.8,236.7),
(17,'2024-09-04 00:00:00',30,33.44,22.2,1.18,69.3,17.0,152.2,211.9),
(17,'2024-09-05 00:00:00',30,33.6,22.8,1.2,59.5,14.6,132.8,248.9),
(17,'2024-09-06 00:00:00',30,31.65,21.9,1.2,60.2,12.0,140.4,211.4),
(17,'2024-09-07 00:00:00',30,33.6,20.4,0.83,60.6,17.7,153.8,211.5),
(17,'2024-09-08 00:00:00',30,32.25,21.4,1.29,59.7,15.8,161.3,226.5),
(17,'2024-09-09 00:00:00',30,30.96,21.5,1.44,70.5,21.2,136.3,225.3),
(17,'2024-09-10 00:00:00',30,30.22,22.5,1.28,54.5,11.5,136.7,220.9),
(17,'2024-09-11 00:00:00',30,28.98,22.8,1.12,53.9,18.9,127.5,229.8),
(17,'2024-09-12 00:00:00',30,33.6,22.5,1.85,57.1,24.4,150.0,223.0),
(17,'2024-09-13 00:00:00',30,31.67,22.4,0.95,67.5,17.5,155.4,244.8),
(17,'2024-09-14 00:00:00',30,30.52,21.9,1.37,55.9,18.0,110.9,219.4),
(17,'2024-09-15 00:00:00',30,29.5,22.6,1.24,60.9,19.3,134.0,209.7),
(17,'2024-09-16 00:00:00',30,29.14,21.5,1.68,64.1,19.5,121.8,213.4),
(17,'2024-09-17 00:00:00',30,33.6,21.4,1.27,62.6,16.8,142.3,225.7),
(17,'2024-09-18 00:00:00',30,32.52,21.7,1.33,63.8,15.0,121.4,225.8),
(17,'2024-09-19 00:00:00',30,33.6,20.5,1.3,65.8,20.0,120.2,222.5),
(17,'2024-09-20 00:00:00',30,32.55,22.0,0.91,60.3,12.3,156.9,209.8),
(17,'2024-09-21 00:00:00',30,33.6,21.9,0.96,56.5,20.5,137.5,233.3),
(17,'2024-09-22 00:00:00',30,31.95,21.6,1.11,59.5,16.8,139.1,243.2),
(17,'2024-09-23 00:00:00',30,33.6,22.3,1.42,57.1,18.0,146.5,220.4),
(17,'2024-09-24 00:00:00',30,32.13,23.0,1.23,71.4,16.4,154.6,241.7),
(17,'2024-09-25 00:00:00',30,33.6,22.0,1.12,56.1,22.3,133.7,230.4),
(17,'2024-09-26 00:00:00',30,33.6,22.4,1.52,61.2,18.7,134.1,246.6),
(17,'2024-09-27 00:00:00',30,33.6,22.7,0.68,51.2,17.0,134.1,225.7),
(17,'2024-09-28 00:00:00',30,33.6,22.1,0.85,59.4,17.0,156.2,221.6),
(17,'2024-09-29 00:00:00',30,31.98,22.0,0.55,57.3,17.6,139.0,230.1),
(17,'2024-09-30 00:00:00',30,30.49,21.5,1.48,62.1,25.2,135.6,214.8),
(17,'2024-10-01 00:00:00',30,33.6,22.0,1.15,62.3,14.0,145.9,224.9),
(17,'2024-10-02 00:00:00',30,31.94,20.1,1.41,65.8,21.2,167.5,236.0),
(17,'2024-10-03 00:00:00',30,31.47,21.3,1.15,65.4,19.7,141.1,229.8),
(17,'2024-10-04 00:00:00',30,33.6,23.0,1.43,58.4,22.6,136.0,219.6),
(17,'2024-10-05 00:00:00',30,31.86,20.8,1.14,54.0,19.9,169.1,222.4),
(17,'2024-10-06 00:00:00',30,30.76,21.9,1.28,54.6,18.0,159.9,229.1),
(17,'2024-10-07 00:00:00',30,29.38,21.1,1.24,60.3,21.1,157.8,228.7),
(17,'2024-10-08 00:00:00',30,28.66,21.9,1.26,59.5,18.7,132.5,229.0),
(17,'2024-10-09 00:00:00',30,27.84,20.7,1.6,60.0,20.3,131.0,224.1),
(17,'2024-10-10 00:00:00',30,27.39,20.0,0.77,56.1,22.3,112.5,210.1),
(17,'2024-10-11 00:00:00',30,26.81,21.4,1.16,65.9,18.3,154.5,212.0),
(17,'2024-10-12 00:00:00',30,26.29,19.7,1.22,51.4,16.7,141.2,225.5),
(17,'2024-10-13 00:00:00',30,24.87,21.4,1.19,55.8,16.1,113.0,230.0),
(17,'2024-10-14 00:00:00',30,23.83,22.0,1.08,53.4,19.4,158.0,228.4),
(17,'2024-10-15 00:00:00',30,23.44,19.5,1.04,57.7,15.4,134.9,211.9),
(17,'2024-10-16 00:00:00',30,22.44,21.1,1.56,65.0,17.0,136.8,218.2),
(17,'2024-10-17 00:00:00',30,26.64,21.4,1.16,57.3,15.1,117.3,205.9),
(17,'2024-10-18 00:00:00',30,31.77,21.5,1.78,59.3,19.5,147.4,203.3),
(17,'2024-10-19 00:00:00',30,33.6,19.9,1.31,62.1,15.7,147.5,221.0),
(17,'2024-10-20 00:00:00',30,33.6,21.0,1.1,57.1,14.1,139.3,236.3),
(17,'2024-10-21 00:00:00',30,32.29,19.8,1.31,60.7,14.7,133.7,221.2),
(17,'2024-10-22 00:00:00',30,31.29,21.2,1.2,60.0,16.3,179.4,242.9),
(17,'2024-10-23 00:00:00',30,33.6,21.1,1.51,53.1,16.6,121.9,218.0),
(17,'2024-10-24 00:00:00',30,31.74,21.0,0.88,56.4,18.8,129.2,220.4),
(17,'2024-10-25 00:00:00',30,33.6,21.8,0.72,60.5,17.5,150.6,208.1),
(17,'2024-10-26 00:00:00',30,32.02,21.7,1.26,65.2,19.1,124.8,215.8),
(17,'2024-10-27 00:00:00',30,31.28,21.5,1.38,65.2,19.4,123.7,205.7),
(17,'2024-10-28 00:00:00',30,33.6,22.3,1.24,69.2,20.2,157.0,201.5),
(17,'2024-10-29 00:00:00',30,32.14,20.7,1.34,61.2,12.3,149.1,205.9),
(17,'2024-10-30 00:00:00',30,31.04,19.7,1.3,56.7,14.6,147.3,221.0),
(17,'2024-10-31 00:00:00',30,30.16,19.6,0.8,58.4,19.7,142.7,211.2),
(18,'2024-04-01 00:00:00',60,24.0,18.6,1.39,50.7,20.6,156.8,212.9),
(18,'2024-04-02 00:00:00',60,23.43,18.7,1.0,59.6,17.1,131.1,217.2),
(18,'2024-04-03 00:00:00',60,23.22,17.8,1.31,61.9,19.1,122.0,220.4),
(18,'2024-04-04 00:00:00',60,22.25,17.7,1.16,52.3,15.1,135.4,221.8),
(18,'2024-04-05 00:00:00',60,21.93,18.5,1.42,59.4,22.1,146.9,208.9),
(18,'2024-04-06 00:00:00',60,29.99,17.9,1.12,52.7,17.0,152.9,228.4),
(18,'2024-04-07 00:00:00',60,29.98,18.3,1.01,65.6,21.3,161.9,216.7),
(18,'2024-04-08 00:00:00',60,33.6,18.0,1.23,59.8,15.9,144.4,226.5),
(18,'2024-04-09 00:00:00',60,33.6,18.4,1.07,55.5,15.7,151.3,219.8),
(18,'2024-04-10 00:00:00',60,33.6,19.4,0.68,52.6,22.0,160.5,227.0),
(18,'2024-04-11 00:00:00',60,32.65,18.9,1.02,60.7,16.1,128.3,215.1),
(18,'2024-04-12 00:00:00',60,32.7,17.7,1.88,65.5,13.3,136.8,210.5),
(18,'2024-04-13 00:00:00',60,32.18,19.4,0.71,54.9,14.9,181.6,225.1),
(18,'2024-04-14 00:00:00',60,31.7,18.3,1.23,56.6,20.6,152.8,214.1),
(18,'2024-04-15 00:00:00',60,31.55,19.0,1.11,55.0,20.3,147.7,237.5),
(18,'2024-04-16 00:00:00',60,31.19,18.8,1.63,66.5,15.7,153.4,220.8),
(18,'2024-04-17 00:00:00',60,30.89,18.4,0.89,49.2,16.1,120.0,203.5),
(18,'2024-04-18 00:00:00',60,33.6,19.4,1.19,65.2,20.0,130.3,213.0),
(18,'2024-04-19 00:00:00',60,33.6,18.5,1.34,56.9,21.9,124.8,208.0),
(18,'2024-04-20 00:00:00',60,33.06,19.4,1.12,58.4,17.8,146.3,232.9),
(18,'2024-04-21 00:00:00',60,31.55,17.9,0.98,57.0,19.7,134.5,229.3),
(18,'2024-04-22 00:00:00',60,33.6,18.0,1.16,59.9,20.6,141.4,219.3),
(18,'2024-04-23 00:00:00',60,32.5,18.6,1.09,55.1,24.5,135.3,223.5),
(18,'2024-04-24 00:00:00',60,31.18,19.6,1.09,64.0,14.5,115.6,218.9),
(18,'2024-04-25 00:00:00',60,30.4,19.5,1.4,64.2,16.0,153.3,230.3),
(18,'2024-04-26 00:00:00',60,33.6,17.6,1.27,53.8,16.5,113.6,226.2),
(18,'2024-04-27 00:00:00',60,33.6,18.6,1.3,62.1,20.5,129.1,228.4),
(18,'2024-04-28 00:00:00',60,32.96,18.8,1.25,57.0,17.2,120.3,217.7),
(18,'2024-04-29 00:00:00',60,32.56,19.7,1.41,59.0,18.9,126.8,212.4),
(18,'2024-04-30 00:00:00',60,31.38,18.1,1.49,66.4,18.4,143.0,228.0),
(18,'2024-05-01 00:00:00',60,33.6,19.8,1.1,55.4,18.0,158.5,238.6),
(18,'2024-05-02 00:00:00',60,33.6,19.4,1.37,63.4,18.3,116.6,233.3),
(18,'2024-05-03 00:00:00',60,32.75,20.0,0.84,61.0,21.1,131.6,239.0),
(18,'2024-05-04 00:00:00',60,33.6,19.7,0.6,57.8,15.1,113.8,221.9),
(18,'2024-05-05 00:00:00',60,31.89,19.5,1.62,60.6,17.6,130.9,208.4),
(18,'2024-05-06 00:00:00',60,31.09,18.6,1.08,60.0,14.4,141.1,209.4),
(18,'2024-05-07 00:00:00',60,31.24,19.4,1.23,53.0,18.7,151.5,236.6),
(18,'2024-05-08 00:00:00',60,33.6,19.3,0.86,55.7,17.4,108.2,197.7),
(18,'2024-05-09 00:00:00',60,33.54,19.4,0.85,53.5,21.2,148.3,238.1),
(18,'2024-05-10 00:00:00',60,32.11,19.9,0.99,57.4,18.0,125.4,210.5),
(18,'2024-05-11 00:00:00',60,32.32,18.7,1.33,65.5,16.7,121.8,243.1),
(18,'2024-05-12 00:00:00',60,31.56,19.1,1.04,61.7,17.3,141.0,219.2),
(18,'2024-05-13 00:00:00',60,31.49,20.4,1.08,51.6,23.2,149.4,228.7),
(18,'2024-05-14 00:00:00',60,33.6,19.5,0.98,57.4,13.3,138.5,248.6),
(18,'2024-05-15 00:00:00',60,32.7,19.2,1.46,59.9,16.1,123.6,216.0),
(18,'2024-05-16 00:00:00',60,32.33,17.7,1.38,62.5,18.1,138.5,215.8),
(18,'2024-05-17 00:00:00',60,31.58,18.5,1.05,55.5,16.1,129.1,211.7),
(18,'2024-05-18 00:00:00',60,31.51,18.6,1.34,52.6,19.5,149.1,208.0),
(18,'2024-05-19 00:00:00',60,31.0,19.7,1.11,58.5,17.8,156.1,216.0),
(18,'2024-05-20 00:00:00',60,33.6,19.3,1.08,61.6,18.8,155.2,213.3),
(18,'2024-05-21 00:00:00',60,33.6,17.8,1.15,59.9,18.4,139.7,205.0),
(18,'2024-05-22 00:00:00',60,32.5,20.3,1.33,54.3,17.7,156.8,217.5),
(18,'2024-05-23 00:00:00',60,32.44,18.8,0.94,67.5,14.1,124.7,225.4),
(18,'2024-05-24 00:00:00',60,33.6,19.1,1.29,58.3,18.5,166.7,209.2),
(18,'2024-05-25 00:00:00',60,33.0,20.5,1.79,59.7,12.7,124.6,218.1),
(18,'2024-05-26 00:00:00',60,32.27,19.8,1.21,55.4,16.0,109.5,236.9),
(18,'2024-05-27 00:00:00',60,32.44,20.6,1.18,64.3,19.5,160.5,203.0),
(18,'2024-05-28 00:00:00',60,33.6,19.1,1.15,61.6,21.6,129.3,243.2),
(18,'2024-05-29 00:00:00',60,33.6,20.2,1.29,60.3,25.0,141.8,211.9),
(18,'2024-05-30 00:00:00',60,33.01,18.8,0.76,53.0,16.7,124.5,222.4),
(18,'2024-05-31 00:00:00',60,32.64,19.2,1.59,64.2,15.4,175.5,235.3),
(18,'2024-06-01 00:00:00',60,33.6,18.9,1.41,62.5,19.6,167.3,239.0),
(18,'2024-06-02 00:00:00',60,32.5,18.7,1.0,63.8,23.6,163.2,225.6),
(18,'2024-06-03 00:00:00',60,32.03,19.7,1.17,58.9,22.6,141.3,211.7),
(18,'2024-06-04 00:00:00',60,32.18,18.5,1.03,58.4,14.9,154.7,210.6),
(18,'2024-06-05 00:00:00',60,31.9,19.6,1.24,57.8,17.6,139.2,213.1),
(18,'2024-06-06 00:00:00',60,30.92,19.0,1.18,70.1,20.6,156.8,242.7),
(18,'2024-06-07 00:00:00',60,30.25,20.1,1.22,56.0,20.8,133.8,215.4),
(18,'2024-06-08 00:00:00',60,29.58,18.5,0.91,52.8,19.8,163.8,223.9),
(18,'2024-06-09 00:00:00',60,31.92,20.4,1.05,56.9,16.7,133.1,207.5),
(18,'2024-06-10 00:00:00',60,30.66,21.0,1.45,56.1,19.7,134.8,206.1),
(18,'2024-06-11 00:00:00',60,31.01,20.3,1.03,65.0,20.8,133.0,220.3),
(18,'2024-06-12 00:00:00',60,30.25,20.8,0.51,52.0,15.2,142.9,216.1),
(18,'2024-06-13 00:00:00',60,29.53,19.5,1.13,55.9,22.0,134.2,217.0),
(18,'2024-06-14 00:00:00',60,28.34,19.6,1.77,59.7,21.0,147.3,202.3),
(18,'2024-06-15 00:00:00',60,28.28,19.9,1.38,65.1,15.8,132.8,219.1),
(18,'2024-06-16 00:00:00',60,27.83,19.4,1.02,62.3,20.8,151.9,238.6),
(18,'2024-06-17 00:00:00',60,30.35,18.6,1.16,66.8,20.4,162.8,209.8),
(18,'2024-06-18 00:00:00',60,32.91,19.6,1.34,60.5,20.6,141.2,230.8),
(18,'2024-06-19 00:00:00',60,32.43,19.5,0.73,57.7,22.7,173.3,178.4),
(18,'2024-06-20 00:00:00',60,31.67,19.0,0.95,63.0,18.0,156.9,210.4),
(18,'2024-06-21 00:00:00',60,30.46,19.4,1.27,51.9,19.0,172.1,197.1),
(18,'2024-06-22 00:00:00',60,29.53,19.9,1.57,50.2,10.1,139.1,234.8),
(18,'2024-06-23 00:00:00',60,28.58,19.6,1.06,63.6,21.3,115.1,230.5),
(18,'2024-06-24 00:00:00',60,28.28,19.6,1.56,59.8,21.1,129.4,207.6),
(18,'2024-06-25 00:00:00',60,28.26,20.1,0.98,63.6,22.1,130.9,223.5),
(18,'2024-06-26 00:00:00',60,31.51,18.8,0.32,54.5,15.2,125.7,234.4),
(18,'2024-06-27 00:00:00',60,30.42,20.3,1.36,65.2,20.9,107.1,236.3),
(18,'2024-06-28 00:00:00',60,30.25,19.3,1.31,62.1,21.1,155.4,215.1),
(18,'2024-06-29 00:00:00',60,32.67,20.3,1.35,58.6,16.0,112.1,193.5),
(18,'2024-06-30 00:00:00',60,33.6,19.1,1.34,59.8,21.2,153.9,209.2),
(18,'2024-07-01 00:00:00',60,33.6,19.0,1.22,60.5,19.4,172.8,229.2),
(18,'2024-07-02 00:00:00',60,33.33,20.1,1.1,54.5,12.9,128.3,245.2),
(18,'2024-07-03 00:00:00',60,32.78,20.9,1.11,56.8,19.8,145.8,219.3),
(18,'2024-07-04 00:00:00',60,32.26,20.5,1.05,60.4,15.7,134.0,212.7),
(18,'2024-07-05 00:00:00',60,33.6,18.5,1.07,56.6,13.0,152.4,248.8),
(18,'2024-07-06 00:00:00',60,32.41,19.8,0.72,51.4,19.1,122.1,224.9),
(18,'2024-07-07 00:00:00',60,31.53,20.2,0.87,60.2,17.8,138.0,205.3),
(18,'2024-07-08 00:00:00',60,31.36,19.7,1.13,62.9,22.2,156.8,218.6),
(18,'2024-07-09 00:00:00',60,31.58,19.6,0.61,64.1,18.5,139.3,232.0),
(18,'2024-07-10 00:00:00',60,31.03,20.5,0.67,61.4,20.3,115.6,219.2),
(18,'2024-07-11 00:00:00',60,30.3,21.2,1.09,62.8,19.5,158.6,229.5),
(18,'2024-07-12 00:00:00',60,29.27,20.8,1.14,63.7,21.1,120.6,200.7),
(18,'2024-07-13 00:00:00',60,28.94,20.5,1.09,59.1,15.3,141.2,202.8),
(18,'2024-07-14 00:00:00',60,29.04,20.6,0.58,48.2,18.6,148.7,211.2),
(18,'2024-07-15 00:00:00',60,29.13,19.5,1.56,64.5,17.6,141.8,216.6),
(18,'2024-07-16 00:00:00',60,32.35,18.6,0.81,54.3,20.0,178.1,224.0),
(18,'2024-07-17 00:00:00',60,31.97,19.9,0.97,53.1,18.8,151.0,227.6),
(18,'2024-07-18 00:00:00',60,31.58,20.3,0.86,53.2,16.2,137.0,249.6),
(18,'2024-07-19 00:00:00',60,31.68,20.7,1.5,71.2,17.0,149.0,211.1),
(18,'2024-07-20 00:00:00',60,30.83,19.2,1.28,61.0,22.9,143.1,216.2),
(18,'2024-07-21 00:00:00',60,30.24,19.9,1.05,53.5,12.9,140.7,211.5),
(18,'2024-07-22 00:00:00',60,30.5,19.2,1.04,55.3,20.1,143.7,233.0),
(18,'2024-07-23 00:00:00',60,29.65,20.7,1.22,58.7,21.7,133.5,233.6),
(18,'2024-07-24 00:00:00',60,29.22,19.9,0.86,61.5,19.7,143.2,214.6),
(18,'2024-07-25 00:00:00',60,32.12,19.7,1.27,60.1,23.9,132.4,244.8),
(18,'2024-07-26 00:00:00',60,33.6,21.1,1.03,54.1,20.8,111.6,211.5),
(18,'2024-07-27 00:00:00',60,33.1,20.6,1.3,60.3,19.2,157.1,232.4),
(18,'2024-07-28 00:00:00',60,32.91,19.5,1.29,55.7,16.6,131.5,237.5),
(18,'2024-07-29 00:00:00',60,32.37,20.0,1.02,64.0,19.2,142.1,203.7),
(18,'2024-07-30 00:00:00',60,32.38,21.5,0.66,59.0,20.0,128.6,226.9),
(18,'2024-07-31 00:00:00',60,31.47,21.0,1.11,55.0,18.0,129.0,187.3),
(18,'2024-08-01 00:00:00',60,30.99,20.4,0.81,62.2,15.8,124.4,229.9),
(18,'2024-08-02 00:00:00',60,31.55,18.5,1.19,60.7,14.4,154.2,206.8),
(18,'2024-08-03 00:00:00',60,31.92,20.3,1.11,56.4,18.6,157.8,226.8),
(18,'2024-08-04 00:00:00',60,30.98,19.6,1.03,62.4,13.6,140.4,229.1),
(18,'2024-08-05 00:00:00',60,33.6,20.4,0.85,61.9,16.6,132.0,233.4),
(18,'2024-08-06 00:00:00',60,32.69,19.7,1.47,64.8,10.7,114.6,230.7),
(18,'2024-08-07 00:00:00',60,33.6,20.1,1.06,62.3,20.5,151.9,220.7),
(18,'2024-08-08 00:00:00',60,33.6,19.7,1.76,57.7,21.5,129.9,215.4),
(18,'2024-08-09 00:00:00',60,33.37,19.8,1.18,50.3,18.2,123.2,219.1),
(18,'2024-08-10 00:00:00',60,32.49,20.5,1.26,59.7,23.5,140.4,206.6),
(18,'2024-08-11 00:00:00',60,32.37,18.8,1.18,60.5,22.0,135.0,217.5),
(18,'2024-08-12 00:00:00',60,32.08,21.4,1.26,59.0,19.4,117.2,216.5),
(18,'2024-08-13 00:00:00',60,31.62,19.4,1.45,43.7,17.7,119.3,210.5),
(18,'2024-08-14 00:00:00',60,30.55,18.6,1.45,62.1,17.0,145.0,199.1),
(18,'2024-08-15 00:00:00',60,30.52,20.8,0.73,54.2,19.7,130.2,204.7),
(18,'2024-08-16 00:00:00',60,30.32,21.4,1.39,62.2,17.6,147.7,182.2),
(18,'2024-08-17 00:00:00',60,30.05,19.9,1.3,67.3,19.6,142.2,216.3),
(18,'2024-08-18 00:00:00',60,32.31,19.4,1.18,57.5,19.9,155.7,224.3),
(18,'2024-08-19 00:00:00',60,32.57,19.4,1.6,60.9,17.3,127.5,187.8),
(18,'2024-08-20 00:00:00',60,32.02,19.0,1.61,58.9,21.3,143.5,222.8),
(18,'2024-08-21 00:00:00',60,31.15,19.9,1.4,61.4,17.3,149.6,218.5),
(18,'2024-08-22 00:00:00',60,30.2,20.0,1.04,59.3,18.1,130.6,205.9),
(18,'2024-08-23 00:00:00',60,30.07,19.6,0.88,56.2,15.1,156.9,214.8),
(18,'2024-08-24 00:00:00',60,29.96,19.6,1.37,54.2,17.2,115.0,232.6);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(18,'2024-08-25 00:00:00',60,29.37,20.1,1.52,66.7,24.5,127.5,208.3),
(18,'2024-08-26 00:00:00',60,29.13,19.7,0.67,60.9,15.3,114.4,220.9),
(18,'2024-08-27 00:00:00',60,32.07,19.0,1.45,62.9,19.3,129.0,224.2),
(18,'2024-08-28 00:00:00',60,31.69,19.7,1.11,60.7,16.6,137.7,210.1),
(18,'2024-08-29 00:00:00',60,31.0,19.6,0.73,63.6,11.4,152.5,232.1),
(18,'2024-08-30 00:00:00',60,33.6,19.5,1.29,54.3,19.7,137.7,224.8),
(18,'2024-08-31 00:00:00',60,33.01,18.4,1.41,59.2,16.3,131.1,217.0),
(18,'2024-09-01 00:00:00',60,32.5,19.7,1.09,61.3,19.0,116.8,248.4),
(18,'2024-09-02 00:00:00',60,31.58,19.0,0.91,65.2,21.0,121.8,232.2),
(18,'2024-09-03 00:00:00',60,30.63,19.6,1.61,72.1,18.7,144.7,199.8),
(18,'2024-09-04 00:00:00',60,33.32,20.5,1.01,60.8,19.0,153.2,215.3),
(18,'2024-09-05 00:00:00',60,33.6,19.2,1.47,55.4,15.4,133.7,249.6),
(18,'2024-09-06 00:00:00',60,33.07,20.0,0.8,52.8,20.1,158.2,208.2),
(18,'2024-09-07 00:00:00',60,33.6,18.5,1.28,54.2,17.4,125.8,220.8),
(18,'2024-09-08 00:00:00',60,32.46,18.8,1.27,54.9,12.0,134.1,234.8),
(18,'2024-09-09 00:00:00',60,31.58,18.6,1.4,44.2,20.5,135.4,227.8),
(18,'2024-09-10 00:00:00',60,31.16,20.0,1.55,55.4,21.4,162.9,229.6),
(18,'2024-09-11 00:00:00',60,30.74,20.1,0.97,62.3,22.4,142.0,228.9),
(18,'2024-09-12 00:00:00',60,33.6,20.8,1.31,59.1,24.5,113.0,220.3),
(18,'2024-09-13 00:00:00',60,32.46,20.1,0.84,57.5,20.3,154.3,210.5),
(18,'2024-09-14 00:00:00',60,31.73,20.4,0.83,50.6,19.5,167.7,225.2),
(18,'2024-09-15 00:00:00',60,32.12,19.7,1.03,64.0,21.3,136.3,215.2),
(18,'2024-09-16 00:00:00',60,32.3,19.0,1.28,61.3,15.3,126.5,214.2),
(18,'2024-09-17 00:00:00',60,33.6,20.1,1.6,58.7,13.0,153.0,237.8),
(18,'2024-09-18 00:00:00',60,33.25,20.0,1.64,47.7,16.6,169.5,215.4),
(18,'2024-09-19 00:00:00',60,33.6,19.2,1.09,56.3,21.8,152.7,240.5),
(18,'2024-09-20 00:00:00',60,32.47,20.6,1.25,60.9,16.0,115.7,223.1),
(18,'2024-09-21 00:00:00',60,33.6,18.1,1.41,58.6,19.4,151.3,218.1),
(18,'2024-09-22 00:00:00',60,32.62,19.9,1.37,59.7,19.7,146.1,198.2),
(18,'2024-09-23 00:00:00',60,33.6,19.4,1.13,62.2,18.7,125.7,245.4),
(18,'2024-09-24 00:00:00',60,32.69,19.4,1.2,59.5,14.2,159.3,219.9),
(18,'2024-09-25 00:00:00',60,33.6,19.7,1.15,62.0,19.0,146.6,192.8),
(18,'2024-09-26 00:00:00',60,33.6,19.0,1.12,54.5,16.7,159.7,231.9),
(18,'2024-09-27 00:00:00',60,33.6,19.6,1.09,52.6,23.1,124.1,219.4),
(18,'2024-09-28 00:00:00',60,33.6,19.7,1.14,61.1,21.4,146.0,208.8),
(18,'2024-09-29 00:00:00',60,32.09,20.3,1.07,62.2,16.8,126.6,231.2),
(18,'2024-09-30 00:00:00',60,31.86,20.1,0.89,61.3,23.3,143.7,189.4),
(18,'2024-10-01 00:00:00',60,33.6,19.4,1.39,59.4,19.0,162.2,211.4),
(18,'2024-10-02 00:00:00',60,32.39,18.1,1.3,57.1,13.0,118.6,216.4),
(18,'2024-10-03 00:00:00',60,31.69,18.8,1.64,59.8,17.8,119.5,230.2),
(18,'2024-10-04 00:00:00',60,33.6,20.7,1.26,60.6,22.9,154.3,246.9),
(18,'2024-10-05 00:00:00',60,32.56,20.1,1.07,60.9,15.5,139.8,217.1),
(18,'2024-10-06 00:00:00',60,32.68,19.8,1.02,71.8,17.8,157.6,225.5),
(18,'2024-10-07 00:00:00',60,32.89,19.2,1.19,54.1,13.9,127.9,253.0),
(18,'2024-10-08 00:00:00',60,31.11,19.5,1.31,74.9,14.4,140.8,220.1),
(18,'2024-10-09 00:00:00',60,30.91,20.0,1.11,52.5,15.5,150.3,225.6),
(18,'2024-10-10 00:00:00',60,30.9,18.5,0.81,60.7,14.3,143.2,205.2),
(18,'2024-10-11 00:00:00',60,30.43,19.1,0.99,52.8,16.1,113.2,243.5),
(18,'2024-10-12 00:00:00',60,30.42,18.1,1.18,60.3,23.2,182.3,211.4),
(18,'2024-10-13 00:00:00',60,30.68,19.2,1.36,63.7,17.9,143.2,223.2),
(18,'2024-10-14 00:00:00',60,29.73,20.1,0.8,58.9,20.4,119.9,222.9),
(18,'2024-10-15 00:00:00',60,29.4,19.6,1.24,63.6,21.3,144.7,221.0),
(18,'2024-10-16 00:00:00',60,29.79,19.1,1.23,56.6,14.7,146.4,214.8),
(18,'2024-10-17 00:00:00',60,31.98,17.3,1.06,48.5,15.5,154.9,222.9),
(18,'2024-10-18 00:00:00',60,33.6,19.0,1.03,61.9,20.3,153.9,241.1),
(18,'2024-10-19 00:00:00',60,33.6,18.9,0.99,58.9,16.1,136.8,247.4),
(18,'2024-10-20 00:00:00',60,33.6,19.1,1.21,56.4,20.1,114.2,217.9),
(18,'2024-10-21 00:00:00',60,33.15,18.7,1.45,56.7,23.0,146.9,214.6),
(18,'2024-10-22 00:00:00',60,32.43,19.4,1.47,60.8,13.6,115.4,210.3),
(18,'2024-10-23 00:00:00',60,33.6,19.0,0.89,54.7,16.9,158.2,252.2),
(18,'2024-10-24 00:00:00',60,31.97,19.3,1.13,60.6,17.4,129.0,221.5),
(18,'2024-10-25 00:00:00',60,33.6,19.4,0.62,64.7,16.4,149.5,233.4),
(18,'2024-10-26 00:00:00',60,32.53,18.6,1.2,69.1,16.2,130.2,228.4),
(18,'2024-10-27 00:00:00',60,31.89,20.4,1.32,65.8,16.5,132.6,246.5),
(18,'2024-10-28 00:00:00',60,33.6,19.2,1.56,59.6,18.0,128.0,217.0),
(18,'2024-10-29 00:00:00',60,32.76,17.1,0.73,60.0,18.5,150.7,206.7),
(18,'2024-10-30 00:00:00',60,32.53,19.7,0.9,56.7,20.9,130.7,242.3),
(18,'2024-10-31 00:00:00',60,32.23,17.8,1.21,56.4,17.9,151.5,230.8),
(21,'2024-04-01 00:00:00',10,24.0,18.3,1.14,69.3,19.0,145.9,207.2),
(21,'2024-04-02 00:00:00',10,23.38,19.9,0.99,55.1,17.1,148.5,204.4),
(21,'2024-04-03 00:00:00',10,22.64,20.1,0.98,66.1,12.3,136.0,219.7),
(21,'2024-04-04 00:00:00',10,21.4,21.2,0.98,66.7,15.2,146.9,219.4),
(21,'2024-04-05 00:00:00',10,25.65,19.8,0.81,63.4,18.6,129.4,221.2),
(21,'2024-04-06 00:00:00',10,24.06,18.0,0.79,75.5,14.5,131.3,209.3),
(21,'2024-04-07 00:00:00',10,21.94,19.5,0.89,74.9,13.2,140.5,222.4),
(21,'2024-04-08 00:00:00',10,21.02,19.4,1.03,63.1,18.2,116.9,223.6),
(21,'2024-04-09 00:00:00',10,19.97,19.1,0.55,63.9,20.3,148.7,234.0),
(21,'2024-04-10 00:00:00',10,18.81,19.4,1.26,63.3,17.3,102.8,222.2),
(21,'2024-04-11 00:00:00',10,17.56,20.0,1.03,61.9,20.7,145.4,212.8),
(21,'2024-04-12 00:00:00',10,16.87,19.8,0.76,60.4,19.8,146.9,203.8),
(21,'2024-04-13 00:00:00',10,21.82,18.3,1.43,67.5,21.4,128.1,201.6),
(21,'2024-04-14 00:00:00',10,20.38,19.6,1.03,74.8,24.5,121.5,223.9),
(21,'2024-04-15 00:00:00',10,19.25,18.6,0.69,72.8,25.8,133.9,229.5),
(21,'2024-04-16 00:00:00',10,18.84,21.1,1.42,68.9,20.2,149.6,209.3),
(21,'2024-04-17 00:00:00',10,17.87,19.6,1.36,53.0,16.6,145.2,223.1),
(21,'2024-04-18 00:00:00',10,16.49,19.6,0.8,55.7,18.2,123.3,217.9),
(21,'2024-04-19 00:00:00',10,15.2,20.8,0.94,70.3,22.7,141.6,228.6),
(21,'2024-04-20 00:00:00',10,20.18,20.8,0.91,73.1,15.3,143.9,230.4),
(21,'2024-04-21 00:00:00',10,24.85,19.6,0.55,67.8,22.3,143.3,192.8),
(21,'2024-04-22 00:00:00',10,29.46,19.6,1.1,63.5,17.5,125.2,232.4),
(21,'2024-04-23 00:00:00',10,33.6,22.0,1.23,71.8,18.7,142.3,223.0),
(21,'2024-04-24 00:00:00',10,32.44,19.7,1.18,68.8,15.6,153.8,213.6),
(21,'2024-04-25 00:00:00',10,31.36,18.8,1.03,70.7,14.0,148.1,214.0),
(21,'2024-04-26 00:00:00',10,29.93,21.4,1.26,55.7,17.2,146.2,220.4),
(21,'2024-04-27 00:00:00',10,29.02,21.0,0.74,66.7,21.9,164.6,214.0),
(21,'2024-04-28 00:00:00',10,27.79,20.2,1.48,73.9,15.9,142.5,208.8),
(21,'2024-04-29 00:00:00',10,26.71,19.5,0.83,67.6,22.8,127.4,211.5),
(21,'2024-04-30 00:00:00',10,25.56,20.5,0.86,69.7,16.3,127.4,207.5),
(21,'2024-05-01 00:00:00',10,29.48,21.7,0.88,65.2,14.8,142.6,236.2),
(21,'2024-05-02 00:00:00',10,26.96,21.6,0.86,65.5,18.8,118.4,220.7),
(21,'2024-05-03 00:00:00',10,25.85,19.7,0.97,72.0,20.0,135.3,247.0),
(21,'2024-05-04 00:00:00',10,30.22,21.6,0.96,61.7,18.6,147.0,224.5),
(21,'2024-05-05 00:00:00',10,28.31,20.6,1.05,61.2,18.5,157.6,227.1),
(21,'2024-05-06 00:00:00',10,26.69,21.8,0.82,62.6,22.8,116.8,207.3),
(21,'2024-05-07 00:00:00',10,31.87,20.8,1.06,65.1,18.3,141.5,217.4),
(21,'2024-05-08 00:00:00',10,30.81,18.8,0.75,56.9,16.6,139.0,220.9),
(21,'2024-05-09 00:00:00',10,29.91,19.2,1.2,68.7,14.6,140.6,212.4),
(21,'2024-05-10 00:00:00',10,28.83,19.8,1.2,64.2,21.8,142.1,214.4),
(21,'2024-05-11 00:00:00',10,33.21,21.2,1.02,69.3,16.7,139.5,225.0),
(21,'2024-05-12 00:00:00',10,33.6,21.3,0.86,54.4,17.0,160.9,225.3),
(21,'2024-05-13 00:00:00',10,32.03,19.8,1.1,69.3,21.2,158.7,204.0),
(21,'2024-05-14 00:00:00',10,30.65,22.0,0.8,71.7,24.2,172.1,223.4),
(21,'2024-05-15 00:00:00',10,33.6,21.6,1.03,67.2,18.8,139.8,226.6),
(21,'2024-05-16 00:00:00',10,32.09,21.5,0.98,65.2,17.6,133.8,212.9),
(21,'2024-05-17 00:00:00',10,30.36,24.4,1.68,69.3,18.0,125.5,211.7),
(21,'2024-05-18 00:00:00',10,29.51,20.4,0.71,71.4,16.6,132.2,225.3),
(21,'2024-05-19 00:00:00',10,28.48,20.6,0.35,67.6,16.9,150.7,189.1),
(21,'2024-05-20 00:00:00',10,27.18,21.9,0.86,68.0,16.9,153.0,220.0),
(21,'2024-05-21 00:00:00',10,32.52,22.1,0.59,73.3,20.7,150.1,239.6),
(21,'2024-05-22 00:00:00',10,30.52,21.9,0.84,68.8,17.7,130.0,188.8),
(21,'2024-05-23 00:00:00',10,29.05,21.5,0.7,61.0,22.1,130.1,229.9),
(21,'2024-05-24 00:00:00',10,27.43,22.7,0.8,71.3,17.7,169.3,226.5),
(21,'2024-05-25 00:00:00',10,26.23,22.3,0.76,64.4,16.9,127.5,202.7),
(21,'2024-05-26 00:00:00',10,25.41,22.1,1.26,65.2,21.8,161.2,226.2),
(21,'2024-05-27 00:00:00',10,29.79,20.3,1.01,65.5,18.1,146.1,232.0),
(21,'2024-05-28 00:00:00',10,33.6,22.2,1.29,69.8,17.6,129.0,205.9),
(21,'2024-05-29 00:00:00',10,31.52,22.2,1.03,73.7,18.1,122.2,211.5),
(21,'2024-05-30 00:00:00',10,33.6,23.3,1.25,65.1,22.4,129.7,220.3),
(21,'2024-05-31 00:00:00',10,31.74,22.6,0.95,73.7,18.9,146.3,231.7),
(21,'2024-06-01 00:00:00',10,32.52,24.6,1.42,65.8,21.7,126.4,213.5),
(21,'2024-06-02 00:00:00',10,30.67,23.3,1.14,72.0,17.3,163.3,219.5),
(21,'2024-06-03 00:00:00',10,29.83,20.3,0.83,66.0,21.3,136.9,212.0),
(21,'2024-06-04 00:00:00',10,30.39,21.3,1.17,62.5,18.7,150.5,220.3),
(21,'2024-06-05 00:00:00',10,30.64,20.4,1.03,74.6,20.6,149.3,232.6),
(21,'2024-06-06 00:00:00',10,31.16,20.2,0.97,62.1,20.9,164.3,221.3),
(21,'2024-06-07 00:00:00',10,32.6,22.7,1.04,61.7,15.2,133.4,215.7),
(21,'2024-06-08 00:00:00',10,33.6,21.7,1.2,58.7,18.2,141.6,219.6),
(21,'2024-06-09 00:00:00',10,30.88,23.6,0.49,71.3,20.9,119.0,210.4),
(21,'2024-06-10 00:00:00',10,29.85,23.4,0.93,72.5,21.3,141.5,208.1),
(21,'2024-06-11 00:00:00',10,27.75,20.8,1.19,66.9,21.8,157.1,234.4),
(21,'2024-06-12 00:00:00',10,26.44,23.3,1.08,60.1,18.3,143.3,239.7),
(21,'2024-06-13 00:00:00',10,24.59,23.5,0.74,65.0,22.6,174.7,198.5),
(21,'2024-06-14 00:00:00',10,23.56,24.3,0.43,63.5,16.0,147.8,227.0),
(21,'2024-06-15 00:00:00',10,22.5,21.1,1.44,59.8,13.5,131.9,230.3),
(21,'2024-06-16 00:00:00',10,21.62,21.0,0.97,62.6,17.2,146.8,205.5),
(21,'2024-06-17 00:00:00',10,20.19,21.9,1.4,67.5,21.6,118.0,214.3),
(21,'2024-06-18 00:00:00',10,18.78,22.0,1.22,62.0,14.7,128.0,213.1),
(21,'2024-06-19 00:00:00',10,16.88,20.4,0.82,66.5,13.6,121.7,242.8),
(21,'2024-06-20 00:00:00',10,15.12,23.5,0.39,56.1,12.8,140.2,239.8),
(21,'2024-06-21 00:00:00',10,14.11,24.7,0.91,73.4,20.2,139.1,208.9),
(21,'2024-06-22 00:00:00',10,12.98,20.5,1.01,63.0,13.7,158.1,202.5),
(21,'2024-06-23 00:00:00',10,11.72,22.3,1.13,69.4,19.6,138.5,229.3),
(21,'2024-06-24 00:00:00',10,13.13,21.6,0.74,65.9,17.0,125.0,226.5),
(21,'2024-06-25 00:00:00',10,11.32,21.3,1.07,67.0,15.7,163.4,234.9),
(21,'2024-06-26 00:00:00',10,10.29,22.5,1.07,59.3,15.0,95.8,207.3),
(21,'2024-06-27 00:00:00',10,10.7,22.5,1.27,61.2,18.6,140.6,228.7),
(21,'2024-06-28 00:00:00',10,12.11,22.3,0.94,61.3,15.7,143.3,211.2),
(21,'2024-06-29 00:00:00',10,11.0,23.1,1.13,65.1,18.0,139.8,227.5),
(21,'2024-06-30 00:00:00',10,10.04,23.1,1.09,71.6,19.2,147.5,219.6),
(21,'2024-07-01 00:00:00',10,8.64,23.5,1.24,67.2,19.8,141.7,242.8),
(21,'2024-07-02 00:00:00',10,10.37,22.8,0.81,60.5,20.8,147.5,225.4),
(21,'2024-07-03 00:00:00',10,12.02,22.1,0.25,65.4,18.5,131.0,216.2),
(21,'2024-07-04 00:00:00',10,10.87,22.3,0.96,64.6,14.8,118.1,221.7),
(21,'2024-07-05 00:00:00',10,9.99,24.3,0.96,63.2,19.4,139.3,218.8),
(21,'2024-07-06 00:00:00',10,8.64,20.6,0.73,64.9,20.0,124.6,206.1),
(21,'2024-07-07 00:00:00',10,8.96,23.4,0.64,68.8,17.5,129.1,243.1),
(21,'2024-07-08 00:00:00',10,10.16,21.8,0.87,61.4,17.1,157.4,239.2),
(21,'2024-07-09 00:00:00',10,10.64,23.1,0.99,63.3,25.4,163.4,217.9),
(21,'2024-07-10 00:00:00',10,9.89,21.9,1.04,69.9,14.1,157.1,228.4),
(21,'2024-07-11 00:00:00',10,8.99,22.4,0.45,67.3,19.5,154.4,244.6),
(21,'2024-07-12 00:00:00',10,8.64,22.8,0.58,71.4,21.1,140.9,234.8),
(21,'2024-07-13 00:00:00',10,8.64,23.0,1.3,72.2,17.0,155.2,216.3),
(21,'2024-07-14 00:00:00',10,8.64,20.6,0.97,58.2,17.5,145.3,218.9),
(21,'2024-07-15 00:00:00',10,9.57,23.3,1.02,66.4,16.8,169.2,199.4),
(21,'2024-07-16 00:00:00',10,8.64,24.0,0.68,62.5,18.0,126.2,229.3),
(21,'2024-07-17 00:00:00',10,8.89,21.9,1.02,59.0,20.7,150.1,234.9),
(21,'2024-07-18 00:00:00',10,8.64,21.7,0.92,61.1,17.4,121.0,235.0),
(21,'2024-07-19 00:00:00',10,8.64,20.9,0.86,63.5,27.3,150.2,228.4),
(21,'2024-07-20 00:00:00',10,8.64,22.2,0.65,63.5,16.6,114.2,224.2),
(21,'2024-07-21 00:00:00',10,8.64,23.4,0.8,62.0,22.1,121.8,208.0),
(21,'2024-07-22 00:00:00',10,8.64,23.2,1.51,64.9,19.6,120.8,223.8),
(21,'2024-07-23 00:00:00',10,8.64,22.5,0.93,77.2,18.3,143.8,212.4),
(21,'2024-07-24 00:00:00',10,8.64,25.4,1.22,56.4,22.4,145.3,226.3),
(21,'2024-07-25 00:00:00',10,9.07,23.7,0.97,70.7,13.2,176.8,210.8),
(21,'2024-07-26 00:00:00',10,8.64,21.0,0.94,64.9,19.3,138.6,226.2),
(21,'2024-07-27 00:00:00',10,8.64,24.8,0.86,62.8,15.9,151.6,235.9),
(21,'2024-07-28 00:00:00',10,8.64,22.5,1.36,54.9,16.7,142.4,224.5),
(21,'2024-07-29 00:00:00',10,8.64,23.2,1.11,68.8,16.6,150.3,223.9),
(21,'2024-07-30 00:00:00',10,8.64,22.2,0.82,57.8,15.1,142.2,231.0),
(21,'2024-07-31 00:00:00',10,8.64,21.9,0.92,69.1,13.0,156.5,241.2),
(21,'2024-08-01 00:00:00',10,8.64,23.2,1.29,73.7,19.2,124.2,218.7),
(21,'2024-08-02 00:00:00',10,9.4,22.3,0.31,58.6,17.8,103.3,226.3),
(21,'2024-08-03 00:00:00',10,9.57,24.7,1.1,70.8,17.1,146.3,238.1),
(21,'2024-08-04 00:00:00',10,8.64,23.0,1.15,65.1,20.3,112.9,228.0),
(21,'2024-08-05 00:00:00',10,8.64,20.5,0.83,54.5,19.4,159.7,196.0),
(21,'2024-08-06 00:00:00',10,8.64,23.3,1.06,59.0,17.2,131.8,211.4),
(21,'2024-08-07 00:00:00',10,8.64,25.5,1.15,65.9,27.2,124.4,229.0),
(21,'2024-08-08 00:00:00',10,9.52,23.6,0.71,67.0,21.1,180.5,215.2),
(21,'2024-08-09 00:00:00',10,8.64,24.1,1.23,57.1,25.3,139.7,237.3),
(21,'2024-08-10 00:00:00',10,8.64,24.6,1.1,65.2,16.8,136.8,242.3),
(21,'2024-08-11 00:00:00',10,8.64,22.5,0.98,69.1,18.7,151.2,212.9),
(21,'2024-08-12 00:00:00',10,8.64,26.1,1.05,70.0,14.3,152.2,207.6),
(21,'2024-08-13 00:00:00',10,8.64,22.6,1.2,62.9,17.0,157.1,215.7),
(21,'2024-08-14 00:00:00',10,8.64,22.8,1.6,67.2,16.2,120.0,215.0),
(21,'2024-08-15 00:00:00',10,8.64,22.9,1.18,70.4,27.0,148.0,238.4),
(21,'2024-08-16 00:00:00',10,8.64,21.1,1.23,69.3,15.9,135.6,207.6),
(21,'2024-08-17 00:00:00',10,8.64,22.1,1.07,69.5,17.3,126.2,228.9),
(21,'2024-08-18 00:00:00',10,8.64,22.5,1.5,65.6,13.6,140.7,236.7),
(21,'2024-08-19 00:00:00',10,8.64,24.7,0.66,64.5,19.6,112.8,229.8),
(21,'2024-08-20 00:00:00',10,8.64,22.5,0.59,66.4,15.3,153.8,225.2),
(21,'2024-08-21 00:00:00',10,9.74,22.4,1.06,61.2,20.8,135.6,218.1),
(21,'2024-08-22 00:00:00',10,9.13,21.9,1.19,70.6,12.6,132.8,242.2),
(21,'2024-08-23 00:00:00',10,8.64,21.7,0.38,57.3,17.6,137.9,217.1),
(21,'2024-08-24 00:00:00',10,8.64,22.8,1.02,62.5,12.5,137.5,231.4),
(21,'2024-08-25 00:00:00',10,8.64,23.3,0.98,64.8,16.5,157.1,218.1),
(21,'2024-08-26 00:00:00',10,9.01,21.5,1.21,67.3,17.1,123.6,197.9),
(21,'2024-08-27 00:00:00',10,9.55,24.2,1.13,68.3,16.2,134.3,216.8),
(21,'2024-08-28 00:00:00',10,8.64,22.3,0.57,72.4,16.5,136.8,218.1),
(21,'2024-08-29 00:00:00',10,8.64,22.0,0.75,65.4,20.9,124.0,218.3),
(21,'2024-08-30 00:00:00',10,8.64,22.4,0.82,61.4,24.5,142.4,212.1),
(21,'2024-08-31 00:00:00',10,10.27,21.2,1.21,64.3,19.0,129.1,227.5),
(21,'2024-09-01 00:00:00',10,8.83,21.9,1.12,63.4,15.4,118.9,228.8),
(21,'2024-09-02 00:00:00',10,8.64,22.6,0.87,67.6,18.2,147.9,216.3),
(21,'2024-09-03 00:00:00',10,8.64,20.6,1.06,59.7,16.9,163.2,216.2),
(21,'2024-09-04 00:00:00',10,8.64,21.2,0.76,64.1,20.7,140.7,207.4),
(21,'2024-09-05 00:00:00',10,8.64,21.8,1.54,73.1,18.9,138.5,223.1),
(21,'2024-09-06 00:00:00',10,8.64,22.3,1.17,65.9,13.3,138.1,236.5),
(21,'2024-09-07 00:00:00',10,8.64,22.5,1.22,59.7,21.3,132.3,236.5),
(21,'2024-09-08 00:00:00',10,8.64,20.2,1.37,63.3,20.9,157.6,212.8),
(21,'2024-09-09 00:00:00',10,9.04,21.6,1.28,53.8,22.5,141.4,243.9),
(21,'2024-09-10 00:00:00',10,8.64,20.0,1.03,64.7,16.5,107.3,215.7),
(21,'2024-09-11 00:00:00',10,9.03,20.8,0.98,73.2,18.9,158.0,207.8),
(21,'2024-09-12 00:00:00',10,10.31,21.3,1.35,59.1,14.4,154.3,203.7),
(21,'2024-09-13 00:00:00',10,10.7,25.2,1.03,57.7,17.8,149.0,207.1),
(21,'2024-09-14 00:00:00',10,12.05,23.2,0.84,61.7,19.2,98.7,224.0),
(21,'2024-09-15 00:00:00',10,10.48,23.5,1.51,69.6,16.1,140.0,216.9),
(21,'2024-09-16 00:00:00',10,11.38,23.0,0.79,73.5,19.0,153.4,212.4),
(21,'2024-09-17 00:00:00',10,12.42,22.1,0.59,67.2,18.5,145.7,209.8),
(21,'2024-09-18 00:00:00',10,12.61,23.6,1.27,58.6,16.7,143.1,207.0),
(21,'2024-09-19 00:00:00',10,13.6,21.6,0.84,64.9,22.2,153.4,209.3),
(21,'2024-09-20 00:00:00',10,12.43,22.8,1.13,73.9,17.3,142.1,232.2),
(21,'2024-09-21 00:00:00',10,11.54,22.3,1.47,63.4,18.4,158.1,241.6),
(21,'2024-09-22 00:00:00',10,9.84,22.5,0.68,65.7,13.6,142.4,242.4),
(21,'2024-09-23 00:00:00',10,10.35,21.8,1.01,66.2,19.6,141.2,228.2),
(21,'2024-09-24 00:00:00',10,9.31,22.6,1.39,57.3,16.6,153.4,214.1),
(21,'2024-09-25 00:00:00',10,8.64,22.9,1.19,70.0,20.9,134.0,212.0),
(21,'2024-09-26 00:00:00',10,9.31,21.0,0.97,69.3,14.1,123.5,229.1),
(21,'2024-09-27 00:00:00',10,8.64,22.8,1.62,55.0,19.3,140.1,217.0),
(21,'2024-09-28 00:00:00',10,8.64,22.0,1.0,58.3,11.5,148.9,224.9),
(21,'2024-09-29 00:00:00',10,8.64,20.9,1.12,60.2,19.8,153.9,243.2),
(21,'2024-09-30 00:00:00',10,8.64,21.3,1.43,68.7,17.5,154.0,222.6),
(21,'2024-10-01 00:00:00',10,8.64,21.1,1.27,61.2,19.2,139.0,247.3),
(21,'2024-10-02 00:00:00',10,9.98,20.0,1.35,67.0,16.2,137.4,206.5),
(21,'2024-10-03 00:00:00',10,10.98,20.1,0.79,64.1,15.2,131.1,225.4),
(21,'2024-10-04 00:00:00',10,10.15,18.6,1.33,65.4,16.7,143.7,223.8),
(21,'2024-10-05 00:00:00',10,8.64,21.8,1.06,67.5,18.6,115.4,208.2),
(21,'2024-10-06 00:00:00',10,8.64,20.5,0.83,66.4,19.7,140.3,229.6),
(21,'2024-10-07 00:00:00',10,8.64,21.4,1.08,64.9,18.9,182.7,238.4),
(21,'2024-10-08 00:00:00',10,8.64,19.8,1.07,66.6,15.2,117.4,246.4),
(21,'2024-10-09 00:00:00',10,9.01,20.3,1.49,66.1,23.5,142.4,224.9),
(21,'2024-10-10 00:00:00',10,8.64,18.2,1.12,64.0,19.0,145.7,197.2),
(21,'2024-10-11 00:00:00',10,9.59,22.6,0.82,62.8,16.1,147.6,225.7),
(21,'2024-10-12 00:00:00',10,8.64,18.6,0.77,74.4,19.3,125.5,228.9),
(21,'2024-10-13 00:00:00',10,8.64,19.4,1.01,62.8,18.8,147.7,217.2),
(21,'2024-10-14 00:00:00',10,9.64,22.7,0.68,71.8,17.5,132.0,222.6),
(21,'2024-10-15 00:00:00',10,10.66,20.9,0.84,61.6,17.1,118.6,214.2),
(21,'2024-10-16 00:00:00',10,9.94,21.1,0.96,69.1,21.0,154.3,218.4),
(21,'2024-10-17 00:00:00',10,8.67,19.8,0.91,73.9,23.2,150.0,232.2),
(21,'2024-10-18 00:00:00',10,9.55,20.3,1.2,63.3,11.9,125.5,236.7),
(21,'2024-10-19 00:00:00',10,10.8,20.8,0.83,61.7,21.7,131.8,204.8),
(21,'2024-10-20 00:00:00',10,9.83,19.6,0.4,62.9,18.1,131.3,213.9),
(21,'2024-10-21 00:00:00',10,8.64,21.1,0.6,64.9,18.7,115.3,200.9),
(21,'2024-10-22 00:00:00',10,8.64,22.1,1.01,66.6,22.1,151.4,242.1),
(21,'2024-10-23 00:00:00',10,8.64,20.7,0.87,64.8,10.0,152.0,230.4),
(21,'2024-10-24 00:00:00',10,8.64,18.6,0.71,62.9,20.4,135.0,196.0),
(21,'2024-10-25 00:00:00',10,8.64,19.6,1.51,74.8,21.8,139.6,219.2),
(21,'2024-10-26 00:00:00',10,9.02,20.9,1.23,64.0,15.9,141.7,216.6),
(21,'2024-10-27 00:00:00',10,8.87,18.9,1.0,61.9,13.8,143.7,210.9),
(21,'2024-10-28 00:00:00',10,9.78,17.2,1.07,69.2,22.9,119.8,232.4),
(21,'2024-10-29 00:00:00',10,8.64,20.6,0.95,69.2,12.7,147.3,232.2),
(21,'2024-10-30 00:00:00',10,8.64,21.0,0.7,72.1,19.3,122.4,223.2),
(21,'2024-10-31 00:00:00',10,10.16,19.7,1.27,74.6,21.1,150.2,212.3),
(22,'2024-04-01 00:00:00',30,24.0,19.3,0.89,64.6,17.9,144.6,214.9),
(22,'2024-04-02 00:00:00',30,23.03,18.6,1.0,62.4,18.3,155.0,211.0),
(22,'2024-04-03 00:00:00',30,22.31,19.1,1.07,59.8,17.8,132.6,224.4),
(22,'2024-04-04 00:00:00',30,21.39,19.3,0.49,62.6,16.9,123.4,225.1),
(22,'2024-04-05 00:00:00',30,24.37,19.5,0.7,63.8,23.0,106.8,199.2),
(22,'2024-04-06 00:00:00',30,23.88,18.5,1.02,72.2,20.8,141.2,214.2),
(22,'2024-04-07 00:00:00',30,22.55,18.9,1.27,59.9,17.7,136.9,193.9),
(22,'2024-04-08 00:00:00',30,21.55,19.1,0.92,69.1,18.3,147.8,211.9),
(22,'2024-04-09 00:00:00',30,20.8,20.4,0.85,71.4,22.1,140.2,212.4),
(22,'2024-04-10 00:00:00',30,20.71,19.4,1.15,62.4,16.2,147.1,223.6),
(22,'2024-04-11 00:00:00',30,20.32,19.6,0.94,66.3,15.1,152.2,210.5),
(22,'2024-04-12 00:00:00',30,19.59,19.5,1.24,67.9,18.7,118.1,213.4),
(22,'2024-04-13 00:00:00',30,22.72,19.1,0.97,67.1,19.2,153.0,235.6),
(22,'2024-04-14 00:00:00',30,21.94,19.8,0.74,65.4,19.5,133.9,244.8),
(22,'2024-04-15 00:00:00',30,21.66,18.3,1.38,61.6,20.5,147.8,208.9),
(22,'2024-04-16 00:00:00',30,21.09,19.8,1.33,68.3,15.8,155.3,232.2),
(22,'2024-04-17 00:00:00',30,20.88,18.7,0.78,63.1,13.8,155.4,224.7),
(22,'2024-04-18 00:00:00',30,19.6,19.5,1.12,65.1,16.2,141.9,199.1),
(22,'2024-04-19 00:00:00',30,18.51,19.8,0.94,65.9,19.7,142.7,210.5),
(22,'2024-04-20 00:00:00',30,21.57,19.8,1.18,69.3,15.2,153.4,183.7),
(22,'2024-04-21 00:00:00',30,24.74,18.9,0.8,74.6,12.2,117.5,223.9),
(22,'2024-04-22 00:00:00',30,28.66,19.2,1.24,61.3,18.4,125.7,207.1),
(22,'2024-04-23 00:00:00',30,30.85,20.7,1.32,65.3,16.3,135.8,221.6),
(22,'2024-04-24 00:00:00',30,30.1,18.2,0.78,57.6,12.8,120.0,250.9),
(22,'2024-04-25 00:00:00',30,29.32,18.8,1.04,72.4,18.2,135.9,239.1),
(22,'2024-04-26 00:00:00',30,28.66,20.8,1.32,65.2,16.8,135.1,210.8),
(22,'2024-04-27 00:00:00',30,28.6,20.1,0.77,63.5,23.0,141.3,207.9),
(22,'2024-04-28 00:00:00',30,28.21,19.3,0.85,65.3,18.3,139.1,235.5),
(22,'2024-04-29 00:00:00',30,26.84,20.1,1.19,65.5,19.8,156.0,207.9),
(22,'2024-04-30 00:00:00',30,26.7,19.6,0.98,61.3,17.9,148.6,231.9),
(22,'2024-05-01 00:00:00',30,30.23,20.1,0.63,70.9,16.2,138.9,252.8),
(22,'2024-05-02 00:00:00',30,29.55,20.4,0.94,68.2,16.5,135.0,228.1),
(22,'2024-05-03 00:00:00',30,28.19,20.3,1.46,68.9,21.2,139.3,234.2),
(22,'2024-05-04 00:00:00',30,31.02,21.3,1.54,61.6,20.2,139.6,232.8),
(22,'2024-05-05 00:00:00',30,30.46,20.1,0.86,61.3,13.5,177.8,213.3),
(22,'2024-05-06 00:00:00',30,30.08,21.0,0.79,64.4,14.3,118.1,223.5),
(22,'2024-05-07 00:00:00',30,32.33,18.6,0.91,69.0,14.4,126.1,208.5),
(22,'2024-05-08 00:00:00',30,31.19,18.9,1.47,67.5,21.2,123.9,235.5),
(22,'2024-05-09 00:00:00',30,30.9,19.7,1.23,61.1,12.8,144.0,207.0),
(22,'2024-05-10 00:00:00',30,30.75,20.0,1.39,68.3,20.4,143.4,228.4),
(22,'2024-05-11 00:00:00',30,33.6,22.0,1.27,60.1,19.2,131.4,233.6),
(22,'2024-05-12 00:00:00',30,33.6,20.0,0.69,61.7,18.4,153.4,214.1),
(22,'2024-05-13 00:00:00',30,32.48,20.8,0.78,65.8,16.6,145.5,211.3),
(22,'2024-05-14 00:00:00',30,31.91,21.6,0.85,59.1,21.6,154.1,218.0),
(22,'2024-05-15 00:00:00',30,33.6,20.5,0.89,60.2,18.3,158.1,209.3),
(22,'2024-05-16 00:00:00',30,32.48,20.8,0.85,72.8,13.7,108.0,221.9),
(22,'2024-05-17 00:00:00',30,30.99,22.3,0.88,71.8,14.4,150.3,209.0),
(22,'2024-05-18 00:00:00',30,30.51,19.3,1.18,76.4,13.1,120.6,209.9),
(22,'2024-05-19 00:00:00',30,29.25,20.3,1.06,67.3,21.6,143.7,226.6),
(22,'2024-05-20 00:00:00',30,28.76,21.1,1.33,68.2,22.3,138.9,227.4),
(22,'2024-05-21 00:00:00',30,31.49,21.4,1.08,64.2,21.3,139.5,216.5),
(22,'2024-05-22 00:00:00',30,30.85,20.8,0.85,63.2,17.6,121.9,200.2),
(22,'2024-05-23 00:00:00',30,29.7,21.3,1.07,69.4,13.7,155.5,234.1),
(22,'2024-05-24 00:00:00',30,28.69,21.0,0.64,71.8,14.8,120.6,214.6),
(22,'2024-05-25 00:00:00',30,28.03,22.4,0.44,68.9,15.0,151.3,244.7),
(22,'2024-05-26 00:00:00',30,27.56,20.0,1.18,60.8,17.9,118.5,218.4),
(22,'2024-05-27 00:00:00',30,30.93,20.2,1.28,67.0,22.2,139.7,221.6),
(22,'2024-05-28 00:00:00',30,33.37,21.4,1.04,61.1,22.2,167.1,214.8),
(22,'2024-05-29 00:00:00',30,31.54,20.1,0.92,63.4,16.5,175.4,222.9),
(22,'2024-05-30 00:00:00',30,33.6,21.8,0.68,73.2,11.3,115.7,261.7),
(22,'2024-05-31 00:00:00',30,31.84,20.9,1.31,59.0,14.5,129.4,215.8),
(22,'2024-06-01 00:00:00',30,32.95,22.6,1.14,75.8,21.6,132.2,235.3),
(22,'2024-06-02 00:00:00',30,32.35,21.7,1.09,67.7,18.7,173.8,221.1),
(22,'2024-06-03 00:00:00',30,31.07,19.8,1.02,62.7,16.9,139.0,234.1),
(22,'2024-06-04 00:00:00',30,32.32,21.9,0.9,65.3,16.7,156.1,196.8),
(22,'2024-06-05 00:00:00',30,33.31,19.2,0.74,61.6,15.7,144.5,243.3),
(22,'2024-06-06 00:00:00',30,32.74,18.2,1.08,62.3,14.4,122.0,224.1),
(22,'2024-06-07 00:00:00',30,32.58,20.5,0.88,65.4,24.2,112.1,216.8),
(22,'2024-06-08 00:00:00',30,32.26,20.3,0.91,63.4,23.2,130.8,230.8),
(22,'2024-06-09 00:00:00',30,31.32,21.8,1.45,60.3,15.5,174.8,221.7),
(22,'2024-06-10 00:00:00',30,30.51,22.3,1.0,63.9,12.7,143.9,206.2),
(22,'2024-06-11 00:00:00',30,29.73,21.4,0.4,58.4,18.5,155.8,190.9),
(22,'2024-06-12 00:00:00',30,28.14,20.7,0.88,58.6,17.6,118.7,241.9),
(22,'2024-06-13 00:00:00',30,26.75,21.0,0.77,58.6,19.9,135.1,217.3),
(22,'2024-06-14 00:00:00',30,26.02,21.4,0.98,73.4,20.6,151.7,212.6),
(22,'2024-06-15 00:00:00',30,25.5,20.5,0.66,67.0,14.5,123.6,213.6),
(22,'2024-06-16 00:00:00',30,23.93,19.5,1.13,68.0,21.8,139.0,237.6),
(22,'2024-06-17 00:00:00',30,22.63,20.7,0.94,65.1,16.9,126.8,214.1),
(22,'2024-06-18 00:00:00',30,22.24,22.3,0.9,67.5,19.8,152.4,227.7),
(22,'2024-06-19 00:00:00',30,20.97,21.1,1.06,70.9,17.2,146.0,216.0),
(22,'2024-06-20 00:00:00',30,20.16,21.5,1.0,67.0,20.8,150.3,204.9),
(22,'2024-06-21 00:00:00',30,18.79,21.8,0.99,73.2,10.9,153.1,230.8),
(22,'2024-06-22 00:00:00',30,18.36,20.4,0.96,64.8,20.2,136.6,233.2),
(22,'2024-06-23 00:00:00',30,16.77,20.8,1.02,68.0,15.5,155.0,211.8),
(22,'2024-06-24 00:00:00',30,17.22,20.5,1.11,68.5,18.2,131.2,219.5),
(22,'2024-06-25 00:00:00',30,16.82,21.2,1.08,60.3,21.7,149.4,221.2),
(22,'2024-06-26 00:00:00',30,16.28,21.6,1.3,65.2,15.6,110.4,225.3),
(22,'2024-06-27 00:00:00',30,16.65,20.9,0.88,55.8,15.1,128.8,243.7),
(22,'2024-06-28 00:00:00',30,16.89,21.9,1.08,64.4,16.9,174.7,216.1),
(22,'2024-06-29 00:00:00',30,15.99,21.1,1.63,63.6,16.7,149.2,216.0),
(22,'2024-06-30 00:00:00',30,14.67,22.2,1.01,63.3,14.8,149.2,217.9),
(22,'2024-07-01 00:00:00',30,13.84,20.6,1.02,63.0,18.3,127.6,208.7),
(22,'2024-07-02 00:00:00',30,14.35,21.1,0.7,67.6,18.5,123.6,199.3),
(22,'2024-07-03 00:00:00',30,14.72,21.9,0.84,60.6,19.4,136.0,221.6),
(22,'2024-07-04 00:00:00',30,14.33,20.9,0.99,74.3,15.5,139.0,226.3),
(22,'2024-07-05 00:00:00',30,13.09,20.8,1.15,67.8,15.2,168.7,220.0),
(22,'2024-07-06 00:00:00',30,11.65,19.9,1.18,61.0,17.6,155.3,219.2),
(22,'2024-07-07 00:00:00',30,11.96,22.4,1.1,68.2,17.3,141.6,209.2),
(22,'2024-07-08 00:00:00',30,12.57,19.5,1.22,70.0,17.3,141.0,223.0),
(22,'2024-07-09 00:00:00',30,13.06,21.2,0.77,66.8,15.9,151.4,222.0),
(22,'2024-07-10 00:00:00',30,12.24,20.0,1.14,60.0,19.0,120.2,225.7),
(22,'2024-07-11 00:00:00',30,10.99,21.1,1.02,76.2,15.2,111.2,223.9),
(22,'2024-07-12 00:00:00',30,9.79,21.4,1.05,68.2,17.6,151.2,224.7),
(22,'2024-07-13 00:00:00',30,8.78,22.3,0.93,58.8,17.1,141.1,235.8),
(22,'2024-07-14 00:00:00',30,8.64,20.7,0.78,66.0,17.9,120.3,226.9),
(22,'2024-07-15 00:00:00',30,9.6,22.3,0.71,63.9,21.6,108.6,225.8),
(22,'2024-07-16 00:00:00',30,8.87,22.9,1.1,65.0,14.1,153.4,199.1),
(22,'2024-07-17 00:00:00',30,9.2,21.2,1.14,59.0,10.8,132.2,232.6),
(22,'2024-07-18 00:00:00',30,8.84,21.2,0.99,65.3,16.2,146.0,216.4),
(22,'2024-07-19 00:00:00',30,8.64,20.4,1.01,60.8,14.5,136.0,221.0),
(22,'2024-07-20 00:00:00',30,8.64,21.2,0.84,63.3,9.0,139.5,204.7),
(22,'2024-07-21 00:00:00',30,8.64,20.9,1.14,66.9,23.2,131.1,245.1),
(22,'2024-07-22 00:00:00',30,8.64,22.2,1.03,62.6,19.7,138.9,190.3),
(22,'2024-07-23 00:00:00',30,8.64,20.9,0.93,63.5,20.0,148.7,237.9),
(22,'2024-07-24 00:00:00',30,8.64,22.9,1.24,69.1,17.1,135.9,225.1),
(22,'2024-07-25 00:00:00',30,8.64,21.2,1.18,60.6,19.3,135.0,197.1),
(22,'2024-07-26 00:00:00',30,8.64,20.3,0.64,61.8,16.7,149.1,244.4),
(22,'2024-07-27 00:00:00',30,8.64,23.0,1.03,58.7,20.4,150.1,226.2),
(22,'2024-07-28 00:00:00',30,8.64,20.4,0.78,60.9,18.6,122.9,191.7),
(22,'2024-07-29 00:00:00',30,8.64,22.3,1.06,65.6,17.9,139.6,214.9),
(22,'2024-07-30 00:00:00',30,8.64,20.9,0.23,68.2,18.1,132.1,226.4),
(22,'2024-07-31 00:00:00',30,8.64,19.9,1.07,61.0,22.4,140.2,240.6),
(22,'2024-08-01 00:00:00',30,8.64,22.2,1.2,68.0,18.5,161.5,215.1),
(22,'2024-08-02 00:00:00',30,9.04,20.6,0.99,65.5,14.9,145.4,188.2),
(22,'2024-08-03 00:00:00',30,9.85,22.9,0.73,58.1,19.0,172.5,237.5),
(22,'2024-08-04 00:00:00',30,8.64,20.7,1.51,65.9,19.5,143.3,226.0),
(22,'2024-08-05 00:00:00',30,8.64,20.9,1.31,71.0,17.6,137.5,193.2),
(22,'2024-08-06 00:00:00',30,8.64,22.0,0.89,55.5,17.8,139.7,224.1),
(22,'2024-08-07 00:00:00',30,8.64,22.2,0.96,75.0,14.8,142.1,225.4),
(22,'2024-08-08 00:00:00',30,8.96,21.7,0.52,61.9,18.3,144.8,216.1),
(22,'2024-08-09 00:00:00',30,8.64,21.0,1.14,56.8,14.4,125.1,210.1),
(22,'2024-08-10 00:00:00',30,8.64,23.1,0.68,65.7,17.2,136.5,212.7),
(22,'2024-08-11 00:00:00',30,8.64,20.8,1.19,69.2,16.0,129.1,216.1),
(22,'2024-08-12 00:00:00',30,8.64,22.3,1.28,63.6,20.9,155.4,224.3),
(22,'2024-08-13 00:00:00',30,8.64,23.0,1.0,66.6,22.6,111.1,229.5),
(22,'2024-08-14 00:00:00',30,8.64,21.2,0.76,75.6,14.6,142.4,194.2),
(22,'2024-08-15 00:00:00',30,8.64,21.0,1.34,66.0,18.0,117.2,223.1),
(22,'2024-08-16 00:00:00',30,8.64,19.8,1.02,79.9,17.1,146.5,225.9),
(22,'2024-08-17 00:00:00',30,8.64,20.9,1.05,71.3,19.4,134.0,222.0),
(22,'2024-08-18 00:00:00',30,8.64,21.2,0.79,65.3,18.3,112.7,215.1),
(22,'2024-08-19 00:00:00',30,8.64,21.4,1.07,66.5,16.8,154.1,237.0),
(22,'2024-08-20 00:00:00',30,8.64,20.2,0.97,63.4,18.3,102.3,236.1),
(22,'2024-08-21 00:00:00',30,8.64,21.3,0.69,66.2,17.4,139.5,215.6),
(22,'2024-08-22 00:00:00',30,8.64,21.9,1.36,67.8,22.8,150.4,219.0),
(22,'2024-08-23 00:00:00',30,8.64,20.5,1.46,63.0,15.6,160.7,229.3),
(22,'2024-08-24 00:00:00',30,8.64,20.6,1.28,58.1,18.8,115.8,235.4),
(22,'2024-08-25 00:00:00',30,8.64,21.5,1.24,71.6,19.5,132.3,210.2),
(22,'2024-08-26 00:00:00',30,9.88,20.8,1.47,69.9,19.3,156.3,207.4),
(22,'2024-08-27 00:00:00',30,10.92,23.1,0.76,57.9,17.1,157.3,223.3),
(22,'2024-08-28 00:00:00',30,9.9,20.8,0.76,65.9,22.1,159.2,206.5),
(22,'2024-08-29 00:00:00',30,9.68,22.0,0.92,70.1,11.7,178.4,196.7),
(22,'2024-08-30 00:00:00',30,8.64,21.0,1.1,69.6,14.7,132.4,210.2),
(22,'2024-08-31 00:00:00',30,9.13,19.5,0.95,61.5,20.0,145.6,225.0),
(22,'2024-09-01 00:00:00',30,8.64,19.6,0.77,69.9,15.4,134.8,238.6),
(22,'2024-09-02 00:00:00',30,8.64,22.1,1.03,65.1,15.2,110.4,211.5),
(22,'2024-09-03 00:00:00',30,8.64,21.6,1.0,66.9,16.6,138.6,218.5),
(22,'2024-09-04 00:00:00',30,8.64,20.9,1.24,60.4,15.6,110.1,221.9),
(22,'2024-09-05 00:00:00',30,8.64,20.4,1.04,43.7,19.9,132.2,212.2),
(22,'2024-09-06 00:00:00',30,8.64,20.3,0.55,61.1,20.7,118.0,211.3),
(22,'2024-09-07 00:00:00',30,8.64,21.8,1.12,67.7,18.3,146.6,224.0),
(22,'2024-09-08 00:00:00',30,8.64,20.0,1.42,64.0,21.2,128.3,205.6),
(22,'2024-09-09 00:00:00',30,8.76,20.1,1.03,68.3,13.8,113.2,210.8),
(22,'2024-09-10 00:00:00',30,8.64,20.1,1.27,70.5,18.2,153.0,217.6),
(22,'2024-09-11 00:00:00',30,9.33,18.9,0.9,63.3,22.0,130.9,223.9),
(22,'2024-09-12 00:00:00',30,10.04,20.9,1.17,62.9,20.9,133.5,201.8),
(22,'2024-09-13 00:00:00',30,10.5,22.0,0.84,54.1,22.3,125.3,218.4),
(22,'2024-09-14 00:00:00',30,10.75,21.6,0.96,57.3,16.2,157.2,204.5),
(22,'2024-09-15 00:00:00',30,10.11,21.3,0.96,58.3,20.8,144.1,211.8),
(22,'2024-09-16 00:00:00',30,10.86,19.8,1.14,67.8,16.7,130.8,229.5),
(22,'2024-09-17 00:00:00',30,11.09,21.6,0.81,63.4,19.8,111.3,219.1),
(22,'2024-09-18 00:00:00',30,11.08,22.0,0.65,62.3,21.9,177.7,240.0),
(22,'2024-09-19 00:00:00',30,11.69,20.1,1.14,61.8,15.6,169.7,219.1),
(22,'2024-09-20 00:00:00',30,11.2,21.2,1.13,61.1,12.4,161.6,231.6),
(22,'2024-09-21 00:00:00',30,10.8,21.7,1.05,69.6,23.5,129.5,229.5),
(22,'2024-09-22 00:00:00',30,10.49,21.4,1.25,65.5,19.5,132.5,219.8),
(22,'2024-09-23 00:00:00',30,11.16,22.5,0.97,70.0,17.7,146.0,204.2),
(22,'2024-09-24 00:00:00',30,10.28,21.0,1.09,54.0,17.5,126.6,218.7),
(22,'2024-09-25 00:00:00',30,9.47,21.5,0.93,67.7,11.7,125.2,213.6),
(22,'2024-09-26 00:00:00',30,9.54,20.7,0.95,62.6,18.6,161.9,213.1),
(22,'2024-09-27 00:00:00',30,8.64,21.7,1.1,63.6,16.4,139.2,221.9),
(22,'2024-09-28 00:00:00',30,8.64,20.3,1.59,71.8,18.2,123.2,202.6),
(22,'2024-09-29 00:00:00',30,8.64,21.0,1.21,63.1,18.1,154.3,209.5),
(22,'2024-09-30 00:00:00',30,8.64,20.1,1.16,67.5,7.9,131.4,207.9),
(22,'2024-10-01 00:00:00',30,8.64,18.9,1.21,59.9,19.5,110.3,216.9),
(22,'2024-10-02 00:00:00',30,8.78,19.4,0.43,65.2,18.6,123.0,210.8),
(22,'2024-10-03 00:00:00',30,9.66,20.8,1.1,57.0,19.0,132.3,211.6),
(22,'2024-10-04 00:00:00',30,8.64,18.7,1.25,64.7,17.4,143.3,221.6),
(22,'2024-10-05 00:00:00',30,8.64,20.8,1.04,66.9,18.1,142.6,214.7),
(22,'2024-10-06 00:00:00',30,8.64,22.0,1.01,70.5,18.5,158.4,220.1),
(22,'2024-10-07 00:00:00',30,8.64,20.2,0.79,60.9,18.8,136.4,206.6),
(22,'2024-10-08 00:00:00',30,8.64,20.2,0.91,62.4,19.4,133.0,210.1),
(22,'2024-10-09 00:00:00',30,8.74,20.7,0.81,61.8,18.8,158.7,244.5),
(22,'2024-10-10 00:00:00',30,8.64,18.3,1.27,63.7,23.5,154.7,211.6),
(22,'2024-10-11 00:00:00',30,8.88,21.4,1.39,60.2,15.8,136.8,194.7),
(22,'2024-10-12 00:00:00',30,8.64,20.5,1.5,54.2,16.9,144.4,224.1),
(22,'2024-10-13 00:00:00',30,8.64,19.6,0.81,59.8,23.1,132.9,211.5),
(22,'2024-10-14 00:00:00',30,9.18,22.4,0.85,64.8,17.5,122.6,222.9),
(22,'2024-10-15 00:00:00',30,10.24,20.0,0.83,64.3,20.8,173.0,218.9),
(22,'2024-10-16 00:00:00',30,9.21,21.2,0.76,67.8,18.4,131.9,226.6),
(22,'2024-10-17 00:00:00',30,8.64,20.3,0.77,69.2,17.3,144.4,218.8),
(22,'2024-10-18 00:00:00',30,9.08,20.4,0.89,62.8,21.0,117.3,217.3),
(22,'2024-10-19 00:00:00',30,10.25,20.4,1.24,57.1,19.6,151.0,233.8),
(22,'2024-10-20 00:00:00',30,9.5,18.9,0.84,67.0,13.4,121.9,193.4),
(22,'2024-10-21 00:00:00',30,9.23,20.3,1.28,65.0,18.5,165.2,204.1),
(22,'2024-10-22 00:00:00',30,8.64,20.4,1.36,63.7,15.0,167.0,210.1),
(22,'2024-10-23 00:00:00',30,8.64,19.5,1.09,71.1,21.8,148.5,199.7),
(22,'2024-10-24 00:00:00',30,8.64,18.6,1.33,67.3,23.3,141.7,214.2),
(22,'2024-10-25 00:00:00',30,8.64,19.8,0.68,65.6,23.6,137.2,213.1),
(22,'2024-10-26 00:00:00',30,8.65,20.6,0.88,65.8,19.1,139.3,231.7),
(22,'2024-10-27 00:00:00',30,8.65,19.4,1.06,69.2,16.6,146.1,218.9),
(22,'2024-10-28 00:00:00',30,9.74,18.4,1.07,61.6,19.0,141.3,217.4),
(22,'2024-10-29 00:00:00',30,9.42,20.0,1.37,60.6,15.2,154.7,215.4),
(22,'2024-10-30 00:00:00',30,9.63,20.8,0.77,63.8,25.0,126.2,207.4),
(22,'2024-10-31 00:00:00',30,9.65,18.7,0.88,59.1,21.6,162.9,230.7),
(23,'2024-04-01 00:00:00',60,24.0,19.3,0.91,65.3,17.4,126.0,232.3),
(23,'2024-04-02 00:00:00',60,24.12,18.2,1.2,74.2,18.7,122.2,220.1),
(23,'2024-04-03 00:00:00',60,23.27,18.2,0.83,59.6,18.4,120.8,209.2),
(23,'2024-04-04 00:00:00',60,23.55,18.9,0.97,69.3,22.7,155.4,228.0);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(23,'2024-04-05 00:00:00',60,24.95,17.8,1.46,62.2,15.9,143.9,240.0),
(23,'2024-04-06 00:00:00',60,24.29,16.6,1.15,67.0,13.3,150.4,232.0),
(23,'2024-04-07 00:00:00',60,24.12,16.3,1.08,67.1,14.6,155.3,222.5),
(23,'2024-04-08 00:00:00',60,24.0,17.7,1.11,53.3,16.1,135.0,214.1),
(23,'2024-04-09 00:00:00',60,23.6,18.9,1.0,57.8,21.2,162.1,224.1),
(23,'2024-04-10 00:00:00',60,23.1,18.0,0.48,72.9,14.1,130.6,233.9),
(23,'2024-04-11 00:00:00',60,23.21,18.6,0.71,63.7,14.5,123.6,222.8),
(23,'2024-04-12 00:00:00',60,22.59,18.9,1.18,75.0,19.2,145.6,218.8),
(23,'2024-04-13 00:00:00',60,24.23,19.1,0.79,71.6,20.5,142.2,211.8),
(23,'2024-04-14 00:00:00',60,24.54,18.4,0.99,63.9,13.4,142.1,251.1),
(23,'2024-04-15 00:00:00',60,23.65,18.1,0.71,63.5,12.7,155.2,209.3),
(23,'2024-04-16 00:00:00',60,23.09,18.4,0.84,73.2,15.6,141.6,208.2),
(23,'2024-04-17 00:00:00',60,23.14,18.1,1.02,75.5,20.0,144.7,222.0),
(23,'2024-04-18 00:00:00',60,22.98,17.4,1.25,63.6,18.4,160.4,217.6),
(23,'2024-04-19 00:00:00',60,22.96,19.5,1.3,72.7,15.8,144.0,232.3),
(23,'2024-04-20 00:00:00',60,24.07,18.3,0.84,70.2,20.2,147.4,232.7),
(23,'2024-04-21 00:00:00',60,25.86,17.9,1.1,71.0,18.4,118.7,205.4),
(23,'2024-04-22 00:00:00',60,27.4,18.1,0.66,65.5,17.7,195.8,210.9),
(23,'2024-04-23 00:00:00',60,29.94,18.2,1.03,61.6,13.2,116.1,209.5),
(23,'2024-04-24 00:00:00',60,29.9,18.3,1.26,59.7,15.7,131.9,229.4),
(23,'2024-04-25 00:00:00',60,29.52,18.8,1.0,58.5,23.9,131.5,225.1),
(23,'2024-04-26 00:00:00',60,29.25,18.3,1.35,74.6,17.0,171.6,215.5),
(23,'2024-04-27 00:00:00',60,28.9,19.2,1.23,65.1,15.1,131.0,222.6),
(23,'2024-04-28 00:00:00',60,28.81,18.2,1.08,59.3,16.9,146.6,206.5),
(23,'2024-04-29 00:00:00',60,28.1,17.4,0.96,70.0,18.4,131.6,211.1),
(23,'2024-04-30 00:00:00',60,28.27,19.4,0.89,62.6,20.7,124.4,204.4),
(23,'2024-05-01 00:00:00',60,29.38,18.9,0.66,61.7,19.9,148.6,221.7),
(23,'2024-05-02 00:00:00',60,29.07,19.6,0.7,75.3,16.0,129.2,221.7),
(23,'2024-05-03 00:00:00',60,28.38,18.6,1.27,58.3,21.8,143.1,208.2),
(23,'2024-05-04 00:00:00',60,30.02,18.7,1.4,66.2,20.4,149.4,225.1),
(23,'2024-05-05 00:00:00',60,30.04,18.2,0.75,62.0,16.7,168.6,232.7),
(23,'2024-05-06 00:00:00',60,28.96,19.6,1.04,61.2,17.6,121.1,207.6),
(23,'2024-05-07 00:00:00',60,30.55,19.5,0.63,57.7,19.8,137.7,216.1),
(23,'2024-05-08 00:00:00',60,29.61,18.2,0.78,65.3,21.2,138.3,226.2),
(23,'2024-05-09 00:00:00',60,29.13,17.9,1.09,60.6,13.4,140.0,219.9),
(23,'2024-05-10 00:00:00',60,28.18,19.6,0.89,68.0,18.2,178.5,203.5),
(23,'2024-05-11 00:00:00',60,29.88,18.6,0.54,64.8,17.9,137.4,214.7),
(23,'2024-05-12 00:00:00',60,31.35,19.0,1.45,63.4,16.3,102.2,214.3),
(23,'2024-05-13 00:00:00',60,31.27,18.4,1.01,60.7,16.3,137.0,218.0),
(23,'2024-05-14 00:00:00',60,31.36,19.4,0.74,72.2,21.2,138.2,218.5),
(23,'2024-05-15 00:00:00',60,33.01,18.2,1.05,68.7,19.6,136.4,238.8),
(23,'2024-05-16 00:00:00',60,32.64,18.7,1.0,61.6,24.3,129.2,217.5),
(23,'2024-05-17 00:00:00',60,32.55,19.6,1.13,58.2,16.3,120.2,199.4),
(23,'2024-05-18 00:00:00',60,31.61,19.2,0.94,55.6,18.4,172.4,221.1),
(23,'2024-05-19 00:00:00',60,31.81,18.7,1.1,70.7,18.9,144.8,241.0),
(23,'2024-05-20 00:00:00',60,31.4,19.6,1.26,69.5,20.7,137.1,218.0),
(23,'2024-05-21 00:00:00',60,32.64,18.7,0.69,70.2,22.1,171.9,214.7),
(23,'2024-05-22 00:00:00',60,32.15,18.9,0.85,64.4,18.3,127.0,216.3),
(23,'2024-05-23 00:00:00',60,31.68,19.4,1.23,69.0,14.7,149.0,227.0),
(23,'2024-05-24 00:00:00',60,30.72,20.0,0.88,70.1,15.9,121.3,216.3),
(23,'2024-05-25 00:00:00',60,29.87,18.6,1.0,64.7,18.4,151.3,201.8),
(23,'2024-05-26 00:00:00',60,30.14,19.1,0.91,63.2,21.4,123.0,211.9),
(23,'2024-05-27 00:00:00',60,31.89,18.3,0.92,60.1,13.7,147.1,219.2),
(23,'2024-05-28 00:00:00',60,33.6,19.7,0.9,67.1,14.5,169.3,226.4),
(23,'2024-05-29 00:00:00',60,32.51,19.9,0.71,67.8,20.3,141.4,213.0),
(23,'2024-05-30 00:00:00',60,33.6,17.8,1.13,63.0,14.1,107.1,216.4),
(23,'2024-05-31 00:00:00',60,31.99,18.8,1.29,63.6,14.6,140.5,220.5),
(23,'2024-06-01 00:00:00',60,32.68,20.2,0.98,63.9,21.4,147.2,210.7),
(23,'2024-06-02 00:00:00',60,32.21,19.6,1.26,69.0,17.3,153.5,218.9),
(23,'2024-06-03 00:00:00',60,31.6,19.2,0.9,58.1,17.1,162.1,225.6),
(23,'2024-06-04 00:00:00',60,31.63,18.9,0.88,59.5,22.1,162.9,205.8),
(23,'2024-06-05 00:00:00',60,32.45,18.1,1.12,59.6,14.8,138.0,223.7),
(23,'2024-06-06 00:00:00',60,32.57,17.7,1.12,64.3,14.2,130.1,206.9),
(23,'2024-06-07 00:00:00',60,32.61,18.4,0.99,66.6,22.9,123.2,207.2),
(23,'2024-06-08 00:00:00',60,32.48,18.3,1.18,59.7,18.7,131.9,212.0),
(23,'2024-06-09 00:00:00',60,31.75,19.4,0.69,69.5,20.0,147.1,236.4),
(23,'2024-06-10 00:00:00',60,31.56,19.8,0.94,72.3,17.1,119.8,199.4),
(23,'2024-06-11 00:00:00',60,30.6,19.0,1.26,67.1,17.7,126.1,214.4),
(23,'2024-06-12 00:00:00',60,30.24,18.7,1.26,70.6,15.9,148.4,219.7),
(23,'2024-06-13 00:00:00',60,30.21,19.1,1.23,60.4,19.0,130.3,234.0),
(23,'2024-06-14 00:00:00',60,29.76,19.4,1.27,60.5,20.5,145.5,243.4),
(23,'2024-06-15 00:00:00',60,29.8,18.5,0.93,67.6,18.6,127.8,214.9),
(23,'2024-06-16 00:00:00',60,29.96,18.4,0.59,64.8,21.2,144.3,226.5),
(23,'2024-06-17 00:00:00',60,29.92,19.5,0.95,60.5,20.0,128.4,218.9),
(23,'2024-06-18 00:00:00',60,29.31,20.2,1.18,72.1,14.9,111.5,218.8),
(23,'2024-06-19 00:00:00',60,28.9,18.4,1.22,66.5,17.6,154.3,223.3),
(23,'2024-06-20 00:00:00',60,28.64,20.1,0.89,68.5,16.7,129.6,201.0),
(23,'2024-06-21 00:00:00',60,28.03,20.4,0.78,61.6,20.3,136.3,219.4),
(23,'2024-06-22 00:00:00',60,27.45,18.9,0.8,73.4,19.4,129.6,225.4),
(23,'2024-06-23 00:00:00',60,26.83,20.0,0.89,64.2,18.4,148.2,209.7),
(23,'2024-06-24 00:00:00',60,28.2,18.7,0.55,70.1,21.0,145.0,225.5),
(23,'2024-06-25 00:00:00',60,27.71,19.2,0.89,62.1,12.4,148.1,199.3),
(23,'2024-06-26 00:00:00',60,27.74,19.3,1.03,65.8,16.2,131.8,221.1),
(23,'2024-06-27 00:00:00',60,27.74,19.1,1.0,67.8,16.4,139.3,236.1),
(23,'2024-06-28 00:00:00',60,28.75,19.8,0.94,75.0,18.8,146.3,217.4),
(23,'2024-06-29 00:00:00',60,28.19,19.4,0.85,62.8,19.7,163.2,208.3),
(23,'2024-06-30 00:00:00',60,27.81,19.7,0.88,66.0,18.0,144.6,202.9),
(23,'2024-07-01 00:00:00',60,26.68,18.8,0.88,68.0,14.1,124.9,224.7),
(23,'2024-07-02 00:00:00',60,27.47,18.9,1.2,57.9,19.2,144.0,231.1),
(23,'2024-07-03 00:00:00',60,28.34,18.8,1.02,54.1,18.4,137.5,219.3),
(23,'2024-07-04 00:00:00',60,27.46,19.0,1.81,60.0,13.6,110.0,214.4),
(23,'2024-07-05 00:00:00',60,27.53,20.1,0.94,69.8,17.1,112.3,196.8),
(23,'2024-07-06 00:00:00',60,26.62,18.4,1.13,73.6,19.1,139.0,221.5),
(23,'2024-07-07 00:00:00',60,27.2,19.9,0.94,60.4,23.0,140.3,211.7),
(23,'2024-07-08 00:00:00',60,27.43,19.2,0.93,58.9,14.7,135.6,212.4),
(23,'2024-07-09 00:00:00',60,28.3,19.0,1.41,72.7,20.4,153.3,239.4),
(23,'2024-07-10 00:00:00',60,28.01,19.6,1.27,62.2,14.8,126.0,198.4),
(23,'2024-07-11 00:00:00',60,27.99,19.7,0.58,63.1,14.2,119.2,200.0),
(23,'2024-07-12 00:00:00',60,28.08,19.5,0.76,72.3,14.4,127.6,222.8),
(23,'2024-07-13 00:00:00',60,27.56,19.5,0.98,71.5,19.8,130.9,215.4),
(23,'2024-07-14 00:00:00',60,27.16,19.0,0.89,69.7,18.4,139.1,213.8),
(23,'2024-07-15 00:00:00',60,27.04,18.6,0.64,56.4,17.1,128.0,223.3),
(23,'2024-07-16 00:00:00',60,26.51,19.3,1.05,58.7,19.4,107.9,223.1),
(23,'2024-07-17 00:00:00',60,27.62,19.5,0.55,70.6,18.1,101.5,208.3),
(23,'2024-07-18 00:00:00',60,27.52,18.5,1.05,66.6,18.3,141.8,212.9),
(23,'2024-07-19 00:00:00',60,26.72,18.2,1.2,61.1,17.1,123.1,220.6),
(23,'2024-07-20 00:00:00',60,26.98,18.8,1.24,63.3,14.9,109.9,222.0),
(23,'2024-07-21 00:00:00',60,26.73,21.2,0.98,70.6,23.1,149.4,225.8),
(23,'2024-07-22 00:00:00',60,26.65,20.1,1.4,72.6,22.2,163.2,213.0),
(23,'2024-07-23 00:00:00',60,26.45,19.8,1.1,65.0,22.8,138.6,224.2),
(23,'2024-07-24 00:00:00',60,26.19,19.9,1.23,61.6,16.4,144.0,231.4),
(23,'2024-07-25 00:00:00',60,25.72,19.7,0.83,63.6,16.0,144.2,220.6),
(23,'2024-07-26 00:00:00',60,25.77,17.9,1.4,71.7,16.8,105.3,218.8),
(23,'2024-07-27 00:00:00',60,24.45,19.7,1.02,71.6,21.2,153.3,217.2),
(23,'2024-07-28 00:00:00',60,24.47,19.2,1.41,66.0,18.0,158.6,212.6),
(23,'2024-07-29 00:00:00',60,24.11,18.7,1.36,62.4,16.4,167.6,208.7),
(23,'2024-07-30 00:00:00',60,24.05,19.3,1.09,70.4,19.1,133.4,216.4),
(23,'2024-07-31 00:00:00',60,23.73,19.2,1.12,73.1,15.8,123.0,225.4),
(23,'2024-08-01 00:00:00',60,23.73,19.4,0.98,57.7,13.9,160.4,209.3),
(23,'2024-08-02 00:00:00',60,24.07,18.8,0.82,63.8,18.4,147.5,219.1),
(23,'2024-08-03 00:00:00',60,24.49,19.6,1.17,70.8,16.5,153.1,217.7),
(23,'2024-08-04 00:00:00',60,24.27,18.8,1.16,65.4,18.0,130.3,241.3),
(23,'2024-08-05 00:00:00',60,24.64,18.6,0.62,62.6,9.9,144.1,228.7),
(23,'2024-08-06 00:00:00',60,24.48,19.5,1.0,65.9,15.3,124.2,228.5),
(23,'2024-08-07 00:00:00',60,23.52,20.1,1.24,66.9,17.9,139.9,231.0),
(23,'2024-08-08 00:00:00',60,23.61,20.6,1.39,59.4,13.5,134.8,213.5),
(23,'2024-08-09 00:00:00',60,23.45,20.5,1.2,65.5,13.6,175.2,236.5),
(23,'2024-08-10 00:00:00',60,23.54,19.7,0.64,66.8,18.1,148.2,221.9),
(23,'2024-08-11 00:00:00',60,22.86,19.0,0.76,62.5,20.1,107.7,219.5),
(23,'2024-08-12 00:00:00',60,23.32,20.0,0.94,61.1,15.3,140.0,205.4),
(23,'2024-08-13 00:00:00',60,22.99,19.7,1.37,62.3,17.2,145.5,215.2),
(23,'2024-08-14 00:00:00',60,22.75,19.8,0.87,60.1,17.3,132.9,198.8),
(23,'2024-08-15 00:00:00',60,21.84,19.6,1.29,69.3,13.3,123.5,217.0),
(23,'2024-08-16 00:00:00',60,21.9,18.6,0.87,60.1,21.6,149.9,213.1),
(23,'2024-08-17 00:00:00',60,21.33,19.2,1.16,65.9,17.5,125.6,215.2),
(23,'2024-08-18 00:00:00',60,20.64,19.3,0.79,63.1,17.5,148.6,203.4),
(23,'2024-08-19 00:00:00',60,20.1,19.3,0.98,61.5,19.1,124.3,228.4),
(23,'2024-08-20 00:00:00',60,20.27,18.9,0.74,71.9,13.3,132.0,227.1),
(23,'2024-08-21 00:00:00',60,20.79,18.9,1.38,64.3,20.8,154.3,240.3),
(23,'2024-08-22 00:00:00',60,20.04,18.8,0.85,61.7,21.2,147.3,239.9),
(23,'2024-08-23 00:00:00',60,19.45,18.7,0.64,61.2,18.4,140.5,221.9),
(23,'2024-08-24 00:00:00',60,19.62,18.8,0.62,66.7,19.4,139.6,232.3),
(23,'2024-08-25 00:00:00',60,19.12,19.0,1.0,69.1,17.0,141.4,223.1),
(23,'2024-08-26 00:00:00',60,19.7,19.4,0.91,71.4,20.6,128.1,214.9),
(23,'2024-08-27 00:00:00',60,20.34,19.5,1.19,64.2,15.5,117.2,216.7),
(23,'2024-08-28 00:00:00',60,18.57,20.5,0.97,63.9,17.9,148.5,227.7),
(23,'2024-08-29 00:00:00',60,18.68,19.7,1.32,65.7,18.1,163.0,269.1),
(23,'2024-08-30 00:00:00',60,17.94,18.7,0.93,65.8,17.9,149.1,234.0),
(23,'2024-08-31 00:00:00',60,18.15,19.5,1.28,61.1,21.2,143.8,223.0),
(23,'2024-09-01 00:00:00',60,18.37,18.6,0.79,72.3,24.6,121.9,225.8),
(23,'2024-09-02 00:00:00',60,18.55,20.5,0.65,65.1,17.7,153.2,225.7),
(23,'2024-09-03 00:00:00',60,18.36,19.1,0.82,67.7,19.4,147.2,218.9),
(23,'2024-09-04 00:00:00',60,18.26,19.6,0.74,67.1,15.6,151.4,229.1),
(23,'2024-09-05 00:00:00',60,18.26,18.9,0.72,67.0,21.1,155.5,218.1),
(23,'2024-09-06 00:00:00',60,18.43,19.5,1.13,60.0,16.4,163.8,207.9),
(23,'2024-09-07 00:00:00',60,18.66,19.2,0.96,65.0,27.4,123.3,225.8),
(23,'2024-09-08 00:00:00',60,18.33,18.0,1.06,76.4,13.0,120.7,227.4),
(23,'2024-09-09 00:00:00',60,18.37,19.4,1.16,72.9,24.4,142.2,218.3),
(23,'2024-09-10 00:00:00',60,17.89,19.2,0.6,65.8,21.0,126.2,223.7),
(23,'2024-09-11 00:00:00',60,18.31,17.7,1.17,63.2,14.6,123.6,231.5),
(23,'2024-09-12 00:00:00',60,18.64,19.8,0.72,53.9,25.0,158.3,219.4),
(23,'2024-09-13 00:00:00',60,18.54,20.5,0.88,62.5,15.2,124.9,214.6),
(23,'2024-09-14 00:00:00',60,19.05,19.1,0.55,64.6,17.1,139.8,211.5),
(23,'2024-09-15 00:00:00',60,18.01,19.3,1.19,63.4,14.1,115.5,217.0),
(23,'2024-09-16 00:00:00',60,18.38,20.4,0.6,63.8,17.6,140.9,238.4),
(23,'2024-09-17 00:00:00',60,18.78,19.7,0.72,68.1,17.8,157.7,217.6),
(23,'2024-09-18 00:00:00',60,19.16,20.0,0.74,60.0,20.5,158.2,224.3),
(23,'2024-09-19 00:00:00',60,19.86,18.6,0.99,66.4,25.3,155.7,216.1),
(23,'2024-09-20 00:00:00',60,19.75,19.5,0.98,64.4,16.5,138.8,215.1),
(23,'2024-09-21 00:00:00',60,20.24,19.6,1.22,60.6,9.7,156.7,209.4),
(23,'2024-09-22 00:00:00',60,19.63,19.1,0.99,73.4,19.9,146.5,221.2),
(23,'2024-09-23 00:00:00',60,20.07,19.5,1.26,68.7,16.3,133.4,213.8),
(23,'2024-09-24 00:00:00',60,19.77,19.7,1.11,61.1,23.5,145.7,235.3),
(23,'2024-09-25 00:00:00',60,19.43,20.5,0.78,67.6,17.9,153.3,218.7),
(23,'2024-09-26 00:00:00',60,19.28,18.7,0.85,58.1,15.7,120.1,219.5),
(23,'2024-09-27 00:00:00',60,18.39,18.9,1.4,61.7,15.0,124.1,217.8),
(23,'2024-09-28 00:00:00',60,18.0,20.1,1.33,71.6,19.9,137.8,224.5),
(23,'2024-09-29 00:00:00',60,16.99,19.7,1.23,66.8,17.2,121.7,237.9),
(23,'2024-09-30 00:00:00',60,16.49,18.7,1.26,66.4,22.4,121.5,207.5),
(23,'2024-10-01 00:00:00',60,15.85,19.6,1.14,69.9,17.4,133.7,223.3),
(23,'2024-10-02 00:00:00',60,16.1,18.7,1.1,68.1,22.2,154.9,201.2),
(23,'2024-10-03 00:00:00',60,16.91,18.2,1.03,63.7,13.9,154.6,234.7),
(23,'2024-10-04 00:00:00',60,16.11,17.6,1.44,69.7,12.8,144.8,218.7),
(23,'2024-10-05 00:00:00',60,16.06,18.5,0.9,56.6,20.5,142.7,202.1),
(23,'2024-10-06 00:00:00',60,15.45,18.8,1.08,61.7,16.6,171.3,204.7),
(23,'2024-10-07 00:00:00',60,14.89,18.5,0.59,64.5,17.2,131.9,229.8),
(23,'2024-10-08 00:00:00',60,14.71,18.0,0.66,67.7,15.0,143.6,200.0),
(23,'2024-10-09 00:00:00',60,14.96,18.4,1.47,63.4,14.7,131.2,223.3),
(23,'2024-10-10 00:00:00',60,14.25,18.4,1.17,56.1,19.9,120.7,214.9),
(23,'2024-10-11 00:00:00',60,14.44,19.0,0.97,55.4,17.9,157.8,217.7),
(23,'2024-10-12 00:00:00',60,13.37,17.7,1.04,64.7,14.8,135.4,211.9),
(23,'2024-10-13 00:00:00',60,13.16,17.9,0.68,62.6,20.4,150.4,208.6),
(23,'2024-10-14 00:00:00',60,12.25,19.7,0.91,60.5,21.5,136.3,214.2),
(23,'2024-10-15 00:00:00',60,12.96,18.7,0.65,59.6,17.7,158.7,226.9),
(23,'2024-10-16 00:00:00',60,12.83,18.8,0.94,65.7,21.0,125.0,216.5),
(23,'2024-10-17 00:00:00',60,13.09,19.7,1.19,71.5,15.0,157.5,225.1),
(23,'2024-10-18 00:00:00',60,14.31,20.6,1.13,65.7,19.7,153.4,217.1),
(23,'2024-10-19 00:00:00',60,15.05,19.0,1.41,71.6,18.5,113.1,227.3),
(23,'2024-10-20 00:00:00',60,14.44,18.3,1.09,63.1,15.6,132.2,225.0),
(23,'2024-10-21 00:00:00',60,14.93,18.1,0.4,67.2,24.2,155.3,213.5),
(23,'2024-10-22 00:00:00',60,14.07,18.9,1.51,71.8,18.7,164.6,208.6),
(23,'2024-10-23 00:00:00',60,12.92,19.0,0.81,64.2,16.2,150.7,231.5),
(23,'2024-10-24 00:00:00',60,13.31,18.6,1.06,65.1,18.1,134.1,210.2),
(23,'2024-10-25 00:00:00',60,13.19,18.0,1.04,63.1,15.4,125.5,226.0),
(23,'2024-10-26 00:00:00',60,12.8,18.7,1.08,68.0,14.5,148.5,220.4),
(23,'2024-10-27 00:00:00',60,12.63,18.4,1.03,69.5,16.7,133.6,214.4),
(23,'2024-10-28 00:00:00',60,13.25,18.7,1.03,66.8,16.9,134.2,225.2),
(23,'2024-10-29 00:00:00',60,12.53,19.4,0.69,63.9,15.6,136.6,236.4),
(23,'2024-10-30 00:00:00',60,11.87,19.5,1.66,57.5,21.8,153.2,227.5),
(23,'2024-10-31 00:00:00',60,13.02,18.8,1.18,64.8,15.7,167.1,221.6),
(26,'2024-04-01 00:00:00',10,19.5,19.5,1.4,63.2,18.8,146.8,237.9),
(26,'2024-04-02 00:00:00',10,18.25,18.3,1.08,66.9,20.1,131.9,221.4),
(26,'2024-04-03 00:00:00',10,27.3,19.5,0.95,68.4,18.2,142.1,217.3),
(26,'2024-04-04 00:00:00',10,25.04,21.0,1.01,56.3,18.5,133.3,217.8),
(26,'2024-04-05 00:00:00',10,24.08,17.8,1.25,68.9,13.3,146.0,212.8),
(26,'2024-04-06 00:00:00',10,27.3,19.0,1.04,62.5,22.3,139.1,221.5),
(26,'2024-04-07 00:00:00',10,26.18,20.8,0.75,67.9,16.7,169.3,228.3),
(26,'2024-04-08 00:00:00',10,25.02,19.9,1.29,66.2,14.3,140.7,203.8),
(26,'2024-04-09 00:00:00',10,27.3,20.5,0.8,73.0,16.5,136.7,227.7),
(26,'2024-04-10 00:00:00',10,25.94,18.0,1.16,63.8,16.6,155.4,231.2),
(26,'2024-04-11 00:00:00',10,25.16,18.0,0.58,61.7,15.6,119.1,226.9),
(26,'2024-04-12 00:00:00',10,23.63,20.7,1.08,61.2,20.3,165.4,218.4),
(26,'2024-04-13 00:00:00',10,22.34,21.4,1.03,58.6,20.9,125.2,226.4),
(26,'2024-04-14 00:00:00',10,21.34,18.4,0.56,67.8,12.1,157.9,235.6),
(26,'2024-04-15 00:00:00',10,20.83,20.3,1.14,58.2,16.5,161.8,219.3),
(26,'2024-04-16 00:00:00',10,19.55,18.9,0.78,67.7,16.7,132.1,220.3),
(26,'2024-04-17 00:00:00',10,27.3,19.3,1.07,62.6,17.5,133.6,245.6),
(26,'2024-04-18 00:00:00',10,25.76,19.2,0.95,54.9,23.1,138.4,223.7),
(26,'2024-04-19 00:00:00',10,24.58,20.8,0.68,71.2,15.6,149.3,207.9),
(26,'2024-04-20 00:00:00',10,23.95,18.5,0.79,46.9,22.7,125.0,230.5),
(26,'2024-04-21 00:00:00',10,22.32,21.7,0.81,63.3,17.6,138.4,224.8),
(26,'2024-04-22 00:00:00',10,21.17,19.9,1.3,64.9,22.7,135.3,212.1),
(26,'2024-04-23 00:00:00',10,19.88,22.1,1.26,52.2,17.1,122.7,206.8),
(26,'2024-04-24 00:00:00',10,18.0,22.0,1.6,66.0,16.7,124.3,222.9),
(26,'2024-04-25 00:00:00',10,17.21,21.0,0.93,60.4,17.9,141.9,219.3),
(26,'2024-04-26 00:00:00',10,16.22,22.5,0.92,62.5,21.9,141.7,205.1),
(26,'2024-04-27 00:00:00',10,15.0,21.6,1.09,70.5,18.5,128.5,218.9),
(26,'2024-04-28 00:00:00',10,13.64,21.0,0.97,64.5,18.6,141.2,218.2),
(26,'2024-04-29 00:00:00',10,12.41,19.1,0.91,62.0,19.9,130.3,219.3),
(26,'2024-04-30 00:00:00',10,20.84,20.4,1.07,62.9,15.4,159.6,225.9),
(26,'2024-05-01 00:00:00',10,19.57,21.1,1.23,72.6,19.0,138.5,198.9),
(26,'2024-05-02 00:00:00',10,18.0,22.3,0.53,65.8,16.1,156.5,206.7),
(26,'2024-05-03 00:00:00',10,16.54,20.8,0.91,59.3,22.4,114.6,214.2),
(26,'2024-05-04 00:00:00',10,15.31,19.4,0.71,61.3,19.3,144.8,235.9),
(26,'2024-05-05 00:00:00',10,13.67,22.3,1.02,57.8,20.1,148.9,248.4),
(26,'2024-05-06 00:00:00',10,21.96,20.3,1.16,61.5,11.9,137.9,220.1),
(26,'2024-05-07 00:00:00',10,27.3,20.3,1.33,71.8,20.1,131.9,220.5),
(26,'2024-05-08 00:00:00',10,27.3,21.1,0.95,62.9,17.5,137.7,190.7),
(26,'2024-05-09 00:00:00',10,26.84,21.2,1.08,57.1,13.7,151.1,230.9),
(26,'2024-05-10 00:00:00',10,27.3,21.3,0.63,65.9,18.3,121.8,225.4),
(26,'2024-05-11 00:00:00',10,27.3,20.9,0.84,61.8,13.4,150.5,223.4),
(26,'2024-05-12 00:00:00',10,25.88,21.8,1.1,66.6,19.8,144.8,205.0),
(26,'2024-05-13 00:00:00',10,25.0,21.9,0.71,62.5,22.3,136.1,243.8),
(26,'2024-05-14 00:00:00',10,23.7,20.8,1.36,71.0,12.6,136.7,238.2),
(26,'2024-05-15 00:00:00',10,27.3,20.9,1.18,59.2,17.9,140.9,223.5),
(26,'2024-05-16 00:00:00',10,25.55,19.7,0.83,57.9,17.5,164.9,231.9),
(26,'2024-05-17 00:00:00',10,27.3,20.4,0.68,68.4,12.0,145.2,220.6),
(26,'2024-05-18 00:00:00',10,26.07,22.3,0.87,53.7,20.7,125.9,229.9),
(26,'2024-05-19 00:00:00',10,25.41,22.0,0.83,62.9,19.9,133.5,204.3),
(26,'2024-05-20 00:00:00',10,24.29,19.5,0.75,67.8,24.1,122.8,192.7),
(26,'2024-05-21 00:00:00',10,23.88,21.8,0.7,52.8,19.5,111.7,204.8),
(26,'2024-05-22 00:00:00',10,27.3,22.3,0.99,64.1,15.4,122.6,210.3),
(26,'2024-05-23 00:00:00',10,26.36,22.9,1.24,56.3,19.5,141.8,212.3),
(26,'2024-05-24 00:00:00',10,24.75,21.9,0.88,54.5,21.9,159.1,225.4),
(26,'2024-05-25 00:00:00',10,22.94,22.5,1.17,58.4,16.6,154.9,216.9),
(26,'2024-05-26 00:00:00',10,22.47,20.6,0.97,62.8,20.6,122.7,219.7),
(26,'2024-05-27 00:00:00',10,21.4,22.0,1.21,60.2,10.9,128.0,205.8),
(26,'2024-05-28 00:00:00',10,20.31,21.5,0.86,69.3,22.4,125.9,204.7),
(26,'2024-05-29 00:00:00',10,18.86,21.9,1.13,64.2,20.4,101.3,220.5),
(26,'2024-05-30 00:00:00',10,17.18,23.2,1.09,61.3,10.4,137.5,213.5),
(26,'2024-05-31 00:00:00',10,15.54,22.5,1.4,57.2,19.1,152.0,220.1),
(26,'2024-06-01 00:00:00',10,17.75,21.4,1.19,64.9,12.0,136.2,226.5),
(26,'2024-06-02 00:00:00',10,16.39,21.5,1.12,74.0,16.2,121.0,239.7),
(26,'2024-06-03 00:00:00',10,14.31,20.8,0.69,60.2,20.0,127.3,219.8),
(26,'2024-06-04 00:00:00',10,13.75,20.1,0.93,60.8,17.6,135.1,241.8),
(26,'2024-06-05 00:00:00',10,15.68,23.3,0.86,58.4,21.8,151.6,224.9),
(26,'2024-06-06 00:00:00',10,14.88,21.9,0.85,69.7,18.2,137.3,228.3),
(26,'2024-06-07 00:00:00',10,16.7,23.3,1.06,68.4,17.9,149.5,232.6),
(26,'2024-06-08 00:00:00',10,15.44,23.5,1.12,61.5,21.3,138.8,228.6),
(26,'2024-06-09 00:00:00',10,14.46,24.3,1.13,60.8,17.0,143.6,210.4),
(26,'2024-06-10 00:00:00',10,16.9,23.4,1.37,59.0,17.9,125.9,233.0),
(26,'2024-06-11 00:00:00',10,15.44,23.6,1.18,62.3,18.3,129.7,215.5),
(26,'2024-06-12 00:00:00',10,17.8,22.2,0.75,68.8,17.8,121.2,223.6),
(26,'2024-06-13 00:00:00',10,16.8,21.1,1.11,64.0,21.5,149.0,221.6),
(26,'2024-06-14 00:00:00',10,15.41,22.7,1.2,70.2,16.0,135.6,233.7),
(26,'2024-06-15 00:00:00',10,17.18,21.8,1.37,60.1,15.5,86.0,224.7),
(26,'2024-06-16 00:00:00',10,19.08,22.1,1.01,52.2,14.8,147.2,203.4),
(26,'2024-06-17 00:00:00',10,17.64,20.6,1.02,76.8,11.6,154.6,245.1),
(26,'2024-06-18 00:00:00',10,19.82,22.2,1.32,64.8,22.5,127.8,230.0),
(26,'2024-06-19 00:00:00',10,19.1,23.8,1.1,67.6,15.3,147.2,213.4),
(26,'2024-06-20 00:00:00',10,18.11,23.3,0.65,59.8,17.3,136.9,206.4),
(26,'2024-06-21 00:00:00',10,19.92,21.4,0.6,56.9,22.7,108.2,231.4),
(26,'2024-06-22 00:00:00',10,22.76,23.8,1.51,64.5,17.6,169.3,207.8),
(26,'2024-06-23 00:00:00',10,21.41,22.4,0.62,53.8,19.5,136.9,229.6),
(26,'2024-06-24 00:00:00',10,20.25,25.0,1.01,62.4,13.7,143.0,232.8),
(26,'2024-06-25 00:00:00',10,18.53,23.8,1.27,68.9,22.2,130.6,212.2),
(26,'2024-06-26 00:00:00',10,17.03,21.0,0.61,66.0,17.6,135.6,211.1),
(26,'2024-06-27 00:00:00',10,16.07,23.8,0.78,65.0,14.9,142.4,214.4),
(26,'2024-06-28 00:00:00',10,14.33,23.8,0.74,72.5,14.9,124.4,208.1),
(26,'2024-06-29 00:00:00',10,13.04,23.0,1.5,65.6,23.1,165.4,222.8),
(26,'2024-06-30 00:00:00',10,11.95,21.6,1.56,54.2,16.2,152.6,224.5),
(26,'2024-07-01 00:00:00',10,10.24,21.2,0.87,63.0,15.0,147.8,228.7),
(26,'2024-07-02 00:00:00',10,8.21,23.0,1.2,73.4,16.7,137.9,210.0),
(26,'2024-07-03 00:00:00',10,7.24,21.4,1.13,62.2,18.1,128.6,230.1),
(26,'2024-07-04 00:00:00',10,7.1,21.7,0.99,73.1,18.5,155.5,208.1),
(26,'2024-07-05 00:00:00',10,7.02,21.8,0.65,68.9,19.3,149.2,230.1),
(26,'2024-07-06 00:00:00',10,7.02,22.5,1.63,61.7,18.7,134.0,202.2),
(26,'2024-07-07 00:00:00',10,8.76,23.2,0.6,58.3,19.9,123.7,238.8),
(26,'2024-07-08 00:00:00',10,7.98,24.2,1.11,65.4,17.2,116.4,213.7),
(26,'2024-07-09 00:00:00',10,7.02,24.8,0.89,70.1,24.2,140.4,227.2),
(26,'2024-07-10 00:00:00',10,7.02,23.8,1.31,55.9,16.5,136.3,228.1),
(26,'2024-07-11 00:00:00',10,7.02,24.4,1.27,64.4,22.1,157.8,204.8),
(26,'2024-07-12 00:00:00',10,7.02,24.6,0.81,53.5,16.2,154.9,230.0),
(26,'2024-07-13 00:00:00',10,7.02,21.8,0.86,62.1,13.7,140.6,213.4),
(26,'2024-07-14 00:00:00',10,7.02,22.0,0.67,55.5,13.0,138.8,216.3),
(26,'2024-07-15 00:00:00',10,7.02,21.8,1.11,66.6,18.9,122.7,212.0),
(26,'2024-07-16 00:00:00',10,7.02,23.7,1.24,60.3,21.5,155.9,239.4),
(26,'2024-07-17 00:00:00',10,7.02,23.8,0.95,69.5,14.5,139.1,206.0),
(26,'2024-07-18 00:00:00',10,7.02,23.8,1.0,61.0,15.4,149.1,225.2),
(26,'2024-07-19 00:00:00',10,7.02,22.9,1.54,60.6,19.2,157.7,212.5),
(26,'2024-07-20 00:00:00',10,7.02,25.0,1.29,55.7,18.0,131.5,233.1),
(26,'2024-07-21 00:00:00',10,8.95,23.7,1.4,65.7,16.2,127.6,247.9),
(26,'2024-07-22 00:00:00',10,8.05,20.9,0.5,66.2,14.2,177.0,212.4),
(26,'2024-07-23 00:00:00',10,7.06,21.8,1.2,68.4,18.9,148.9,221.7),
(26,'2024-07-24 00:00:00',10,7.02,22.8,1.12,67.0,20.0,135.8,215.4),
(26,'2024-07-25 00:00:00',10,9.45,23.3,0.75,65.8,19.5,158.6,232.5),
(26,'2024-07-26 00:00:00',10,11.62,22.2,0.8,66.7,18.1,135.4,217.0),
(26,'2024-07-27 00:00:00',10,10.55,24.3,1.0,67.2,14.8,144.9,230.9),
(26,'2024-07-28 00:00:00',10,9.21,23.8,0.72,68.3,18.9,131.5,215.2),
(26,'2024-07-29 00:00:00',10,8.04,23.3,0.86,56.1,18.7,139.7,246.9),
(26,'2024-07-30 00:00:00',10,9.46,20.7,0.94,61.4,14.1,135.9,193.7),
(26,'2024-07-31 00:00:00',10,7.73,22.9,1.2,55.6,17.1,128.7,224.5),
(26,'2024-08-01 00:00:00',10,7.02,23.1,0.88,65.4,19.1,143.6,219.9),
(26,'2024-08-02 00:00:00',10,7.02,23.4,0.95,71.9,17.8,130.4,219.4),
(26,'2024-08-03 00:00:00',10,7.02,21.5,1.32,68.2,12.1,148.6,223.4),
(26,'2024-08-04 00:00:00',10,7.02,23.8,0.62,60.7,16.1,135.4,220.7),
(26,'2024-08-05 00:00:00',10,7.02,24.9,1.12,66.3,15.9,114.2,222.6),
(26,'2024-08-06 00:00:00',10,8.76,22.4,1.16,65.5,19.7,149.3,224.9),
(26,'2024-08-07 00:00:00',10,7.93,22.7,1.17,64.9,25.8,149.6,241.0),
(26,'2024-08-08 00:00:00',10,7.02,23.6,0.94,57.2,18.4,173.8,186.8),
(26,'2024-08-09 00:00:00',10,9.53,25.1,0.79,70.3,14.4,140.3,242.2),
(26,'2024-08-10 00:00:00',10,8.13,22.3,1.44,57.9,17.5,142.7,250.7),
(26,'2024-08-11 00:00:00',10,7.2,25.2,0.85,61.9,18.0,147.2,199.0),
(26,'2024-08-12 00:00:00',10,7.02,21.5,0.78,68.5,20.3,155.3,220.6),
(26,'2024-08-13 00:00:00',10,7.02,22.5,1.07,61.9,21.7,154.4,236.5),
(26,'2024-08-14 00:00:00',10,7.02,23.6,0.88,64.1,22.2,144.8,231.0),
(26,'2024-08-15 00:00:00',10,9.02,23.2,1.32,64.3,19.6,139.5,240.1),
(26,'2024-08-16 00:00:00',10,7.8,23.6,1.0,64.1,18.0,152.6,224.5),
(26,'2024-08-17 00:00:00',10,7.02,24.6,1.36,64.3,22.5,138.9,195.6),
(26,'2024-08-18 00:00:00',10,7.02,21.6,1.17,64.8,17.0,120.7,235.7),
(26,'2024-08-19 00:00:00',10,7.02,22.9,0.97,64.1,18.2,117.5,227.6),
(26,'2024-08-20 00:00:00',10,7.02,24.4,1.34,59.3,17.3,135.6,237.6),
(26,'2024-08-21 00:00:00',10,7.02,22.2,0.9,56.0,11.6,141.8,201.6),
(26,'2024-08-22 00:00:00',10,7.02,22.0,0.98,68.7,21.8,177.1,205.4),
(26,'2024-08-23 00:00:00',10,8.94,20.5,1.2,69.0,20.0,138.2,220.2),
(26,'2024-08-24 00:00:00',10,10.5,23.0,1.12,65.4,10.9,140.7,236.0),
(26,'2024-08-25 00:00:00',10,9.36,22.5,0.89,65.4,21.0,133.9,239.3),
(26,'2024-08-26 00:00:00',10,8.17,22.7,0.68,59.2,17.1,149.3,211.3),
(26,'2024-08-27 00:00:00',10,10.9,22.2,1.06,51.6,21.0,144.2,215.1),
(26,'2024-08-28 00:00:00',10,9.7,21.4,0.88,62.5,18.2,130.4,254.5),
(26,'2024-08-29 00:00:00',10,8.11,23.6,1.07,54.3,13.9,124.8,213.4),
(26,'2024-08-30 00:00:00',10,7.02,22.4,0.96,64.7,18.1,134.0,228.1),
(26,'2024-08-31 00:00:00',10,7.02,22.6,0.88,70.3,15.3,127.3,214.6),
(26,'2024-09-01 00:00:00',10,8.98,23.4,1.0,60.7,14.3,136.5,225.7),
(26,'2024-09-02 00:00:00',10,7.02,21.6,1.04,61.0,20.6,142.1,209.6),
(26,'2024-09-03 00:00:00',10,7.02,20.6,1.24,58.7,19.2,132.5,209.9),
(26,'2024-09-04 00:00:00',10,7.02,24.2,1.17,64.0,22.5,161.8,215.6),
(26,'2024-09-05 00:00:00',10,9.1,23.4,1.59,63.6,16.8,157.4,213.5),
(26,'2024-09-06 00:00:00',10,7.38,23.7,1.1,58.7,15.1,136.6,216.4),
(26,'2024-09-07 00:00:00',10,9.27,22.6,0.89,68.3,19.9,125.5,226.3),
(26,'2024-09-08 00:00:00',10,8.2,22.4,1.02,77.3,15.5,139.6,242.7),
(26,'2024-09-09 00:00:00',10,9.72,23.5,1.2,69.7,17.1,138.0,212.9),
(26,'2024-09-10 00:00:00',10,8.53,23.7,1.31,63.2,19.6,139.1,208.1),
(26,'2024-09-11 00:00:00',10,7.02,22.5,1.4,63.1,17.6,134.0,220.1),
(26,'2024-09-12 00:00:00',10,7.02,22.8,0.81,61.2,16.5,124.3,209.8),
(26,'2024-09-13 00:00:00',10,7.02,20.7,1.38,61.1,13.8,140.5,200.4),
(26,'2024-09-14 00:00:00',10,7.02,22.0,1.05,68.5,20.8,134.7,232.8),
(26,'2024-09-15 00:00:00',10,9.02,20.5,0.83,68.8,16.9,136.1,221.0),
(26,'2024-09-16 00:00:00',10,10.98,20.6,1.01,57.9,19.9,141.4,222.1),
(26,'2024-09-17 00:00:00',10,9.5,25.1,1.36,65.6,19.5,139.0,196.9),
(26,'2024-09-18 00:00:00',10,7.9,21.2,1.18,69.3,21.3,141.1,213.0),
(26,'2024-09-19 00:00:00',10,9.91,18.9,0.76,62.0,17.3,134.0,203.0),
(26,'2024-09-20 00:00:00',10,12.2,23.0,0.76,62.7,17.0,145.4,219.8),
(26,'2024-09-21 00:00:00',10,11.75,22.2,0.75,67.2,14.7,129.2,221.6),
(26,'2024-09-22 00:00:00',10,13.74,23.3,0.88,67.4,16.4,123.7,221.6),
(26,'2024-09-23 00:00:00',10,12.89,20.4,1.08,65.9,19.0,126.7,212.0),
(26,'2024-09-24 00:00:00',10,11.74,21.2,0.78,65.0,15.5,129.8,209.8),
(26,'2024-09-25 00:00:00',10,9.73,22.4,0.95,65.7,18.9,120.7,217.7),
(26,'2024-09-26 00:00:00',10,8.47,20.0,1.41,62.4,22.4,114.6,224.3),
(26,'2024-09-27 00:00:00',10,7.12,21.2,1.47,58.2,16.7,147.6,213.0),
(26,'2024-09-28 00:00:00',10,7.02,21.1,1.45,56.0,14.1,159.1,208.8),
(26,'2024-09-29 00:00:00',10,7.02,20.7,0.61,66.7,16.8,148.4,209.3),
(26,'2024-09-30 00:00:00',10,7.02,22.1,1.48,64.3,13.7,132.8,212.1),
(26,'2024-10-01 00:00:00',10,7.02,21.4,1.09,66.0,22.0,114.3,214.6),
(26,'2024-10-02 00:00:00',10,7.02,22.2,1.08,59.6,18.3,142.9,206.8),
(26,'2024-10-03 00:00:00',10,9.56,24.3,1.32,64.3,15.8,115.9,214.7),
(26,'2024-10-04 00:00:00',10,11.66,25.2,1.24,64.1,16.3,138.7,234.8),
(26,'2024-10-05 00:00:00',10,10.8,21.9,0.6,70.1,14.5,128.0,216.5),
(26,'2024-10-06 00:00:00',10,13.47,21.8,0.91,68.0,21.0,105.8,205.1),
(26,'2024-10-07 00:00:00',10,12.46,21.7,0.97,60.1,23.5,162.2,192.9),
(26,'2024-10-08 00:00:00',10,14.36,20.8,0.73,66.3,13.5,121.2,242.0),
(26,'2024-10-09 00:00:00',10,12.97,19.0,1.31,60.0,21.1,134.7,233.7),
(26,'2024-10-10 00:00:00',10,12.0,21.3,1.42,50.7,17.3,138.1,223.4),
(26,'2024-10-11 00:00:00',10,14.5,22.9,1.06,72.4,21.8,132.9,234.0),
(26,'2024-10-12 00:00:00',10,13.35,19.0,1.14,61.9,12.5,147.0,226.3),
(26,'2024-10-13 00:00:00',10,11.99,19.9,1.06,68.9,18.7,128.9,219.1),
(26,'2024-10-14 00:00:00',10,14.29,20.3,1.08,60.4,16.8,145.7,205.1),
(26,'2024-10-15 00:00:00',10,12.9,21.5,1.34,59.7,20.0,144.8,242.9),
(26,'2024-10-16 00:00:00',10,14.89,23.4,0.62,61.0,18.2,119.3,214.8),
(26,'2024-10-17 00:00:00',10,14.44,20.4,1.18,65.0,18.1,143.5,215.4),
(26,'2024-10-18 00:00:00',10,12.98,22.1,1.06,64.6,17.7,124.2,220.4),
(26,'2024-10-19 00:00:00',10,11.93,20.3,0.88,66.2,22.7,122.5,220.7),
(26,'2024-10-20 00:00:00',10,10.74,19.9,0.94,61.3,17.5,144.4,226.9),
(26,'2024-10-21 00:00:00',10,8.99,20.9,1.52,64.0,20.6,133.9,225.5),
(26,'2024-10-22 00:00:00',10,7.25,21.1,0.73,59.5,19.9,145.6,213.1),
(26,'2024-10-23 00:00:00',10,9.32,22.5,1.02,71.1,20.7,145.7,220.3),
(26,'2024-10-24 00:00:00',10,7.26,21.5,1.47,57.2,15.0,118.6,226.5),
(26,'2024-10-25 00:00:00',10,7.02,20.0,0.74,59.6,20.1,151.1,212.1),
(26,'2024-10-26 00:00:00',10,7.02,22.2,0.95,61.6,19.0,144.3,237.4),
(26,'2024-10-27 00:00:00',10,7.02,21.1,1.07,75.7,14.4,131.2,219.8),
(26,'2024-10-28 00:00:00',10,9.74,20.5,1.16,67.6,17.4,138.0,239.2),
(26,'2024-10-29 00:00:00',10,8.44,20.4,1.04,59.5,24.9,151.5,203.3),
(26,'2024-10-30 00:00:00',10,7.47,19.7,0.84,67.9,16.8,135.2,227.9),
(26,'2024-10-31 00:00:00',10,7.02,19.5,1.17,66.3,16.9,171.7,209.3),
(27,'2024-04-01 00:00:00',30,19.5,19.0,1.52,69.1,15.6,155.2,224.5),
(27,'2024-04-02 00:00:00',30,18.56,18.7,0.75,59.0,24.8,152.3,229.2),
(27,'2024-04-03 00:00:00',30,27.3,20.8,0.66,72.1,17.7,139.1,236.9),
(27,'2024-04-04 00:00:00',30,26.01,19.7,0.87,70.5,18.5,151.3,215.9),
(27,'2024-04-05 00:00:00',30,26.33,18.5,1.19,66.8,18.0,127.6,225.3),
(27,'2024-04-06 00:00:00',30,27.3,19.2,0.94,60.0,16.8,143.3,194.2),
(27,'2024-04-07 00:00:00',30,25.82,19.6,1.37,61.3,18.1,139.2,201.0),
(27,'2024-04-08 00:00:00',30,25.29,18.9,0.95,61.7,16.8,144.0,226.0),
(27,'2024-04-09 00:00:00',30,27.3,20.1,1.32,67.6,11.2,112.8,227.8),
(27,'2024-04-10 00:00:00',30,26.49,20.0,0.84,65.8,20.4,168.0,215.4),
(27,'2024-04-11 00:00:00',30,25.5,18.2,1.35,70.9,22.8,164.3,212.7),
(27,'2024-04-12 00:00:00',30,24.91,19.7,1.39,71.8,14.5,122.7,215.7),
(27,'2024-04-13 00:00:00',30,24.23,20.4,0.91,59.5,16.8,148.7,222.3),
(27,'2024-04-14 00:00:00',30,23.55,18.7,1.17,66.1,22.5,117.7,192.2),
(27,'2024-04-15 00:00:00',30,23.23,18.6,1.12,66.1,15.7,141.3,225.6),
(27,'2024-04-16 00:00:00',30,21.8,19.2,1.18,63.3,19.2,107.1,220.4),
(27,'2024-04-17 00:00:00',30,26.87,19.4,1.37,68.5,31.0,135.6,223.0),
(27,'2024-04-18 00:00:00',30,25.56,19.9,1.29,66.2,19.9,132.7,218.5),
(27,'2024-04-19 00:00:00',30,24.26,20.1,1.18,60.9,18.2,157.4,203.4),
(27,'2024-04-20 00:00:00',30,23.23,19.5,1.22,63.0,20.6,165.0,206.8),
(27,'2024-04-21 00:00:00',30,22.2,20.4,0.74,62.0,20.3,165.4,238.3),
(27,'2024-04-22 00:00:00',30,21.37,19.2,1.04,60.1,16.0,157.4,212.3),
(27,'2024-04-23 00:00:00',30,20.72,21.8,0.78,63.3,12.8,141.2,229.7),
(27,'2024-04-24 00:00:00',30,20.17,19.1,1.05,57.3,19.8,145.8,207.0),
(27,'2024-04-25 00:00:00',30,19.24,20.4,1.33,66.1,20.2,145.8,219.8),
(27,'2024-04-26 00:00:00',30,19.07,21.3,1.05,70.8,17.1,122.3,214.7),
(27,'2024-04-27 00:00:00',30,18.19,19.5,0.43,64.0,22.9,157.2,216.6),
(27,'2024-04-28 00:00:00',30,16.65,19.3,0.79,68.5,22.3,150.4,215.9),
(27,'2024-04-29 00:00:00',30,15.78,18.8,1.2,64.5,20.3,151.0,237.3),
(27,'2024-04-30 00:00:00',30,20.79,20.7,0.92,58.6,17.2,105.8,243.1),
(27,'2024-05-01 00:00:00',30,18.71,21.5,1.25,73.8,11.7,146.8,222.9),
(27,'2024-05-02 00:00:00',30,18.41,20.7,0.75,51.6,17.5,155.1,215.0),
(27,'2024-05-03 00:00:00',30,17.62,19.5,1.15,63.8,12.5,139.8,204.0),
(27,'2024-05-04 00:00:00',30,16.43,18.5,1.16,59.9,10.9,132.5,203.2),
(27,'2024-05-05 00:00:00',30,15.28,20.9,1.25,71.7,19.9,119.6,237.4),
(27,'2024-05-06 00:00:00',30,20.59,20.4,0.89,64.8,21.5,118.5,202.4),
(27,'2024-05-07 00:00:00',30,25.93,18.3,1.25,76.5,12.1,142.3,214.7),
(27,'2024-05-08 00:00:00',30,27.3,19.4,1.43,63.9,17.2,136.5,221.9),
(27,'2024-05-09 00:00:00',30,25.54,20.8,0.49,59.9,17.9,136.3,188.8),
(27,'2024-05-10 00:00:00',30,27.3,21.1,1.07,55.2,17.1,162.9,205.0),
(27,'2024-05-11 00:00:00',30,27.3,20.0,0.6,69.3,13.9,121.2,203.9),
(27,'2024-05-12 00:00:00',30,26.29,21.1,0.84,59.6,22.0,134.8,212.0),
(27,'2024-05-13 00:00:00',30,25.2,20.4,0.86,61.7,13.9,165.4,223.1),
(27,'2024-05-14 00:00:00',30,24.39,20.4,1.04,69.9,12.2,135.3,232.3),
(27,'2024-05-15 00:00:00',30,27.3,19.3,1.15,69.0,13.9,141.0,212.0),
(27,'2024-05-16 00:00:00',30,26.52,19.3,1.28,60.7,19.4,137.4,214.5),
(27,'2024-05-17 00:00:00',30,27.3,19.3,1.12,61.5,17.2,150.6,218.6),
(27,'2024-05-18 00:00:00',30,26.72,20.3,1.22,55.0,15.7,109.2,210.3),
(27,'2024-05-19 00:00:00',30,26.24,19.0,0.78,53.5,19.6,136.9,225.0),
(27,'2024-05-20 00:00:00',30,26.15,19.6,1.32,67.6,19.0,140.8,225.4),
(27,'2024-05-21 00:00:00',30,25.73,21.0,0.23,68.1,11.1,125.0,187.3),
(27,'2024-05-22 00:00:00',30,27.3,20.7,1.43,65.5,19.6,145.2,227.7),
(27,'2024-05-23 00:00:00',30,26.68,20.9,1.39,64.7,21.5,151.8,221.5),
(27,'2024-05-24 00:00:00',30,25.12,21.5,1.24,60.2,17.6,146.8,223.1),
(27,'2024-05-25 00:00:00',30,25.29,21.4,1.61,71.1,17.3,166.7,234.2),
(27,'2024-05-26 00:00:00',30,24.13,21.5,0.6,54.8,23.7,133.5,198.6),
(27,'2024-05-27 00:00:00',30,23.69,22.6,1.25,61.4,15.9,147.5,204.9),
(27,'2024-05-28 00:00:00',30,23.49,20.8,1.09,64.6,17.5,147.1,219.2),
(27,'2024-05-29 00:00:00',30,22.89,20.2,1.12,63.7,19.0,136.5,192.1),
(27,'2024-05-30 00:00:00',30,21.26,21.3,0.76,63.7,18.1,157.0,217.5),
(27,'2024-05-31 00:00:00',30,20.07,21.8,1.15,61.2,17.2,144.3,230.2),
(27,'2024-06-01 00:00:00',30,21.55,21.8,1.14,66.5,18.3,122.0,224.8),
(27,'2024-06-02 00:00:00',30,21.03,20.2,0.88,57.7,22.7,151.3,220.9),
(27,'2024-06-03 00:00:00',30,20.17,21.0,1.04,63.0,20.4,132.5,217.2),
(27,'2024-06-04 00:00:00',30,19.46,19.3,0.73,65.9,17.8,135.2,214.9),
(27,'2024-06-05 00:00:00',30,20.17,21.7,0.96,62.1,15.4,136.3,214.2),
(27,'2024-06-06 00:00:00',30,20.11,20.6,1.3,63.8,15.8,151.0,222.7),
(27,'2024-06-07 00:00:00',30,21.26,21.9,1.3,64.8,20.9,156.2,201.4),
(27,'2024-06-08 00:00:00',30,20.78,22.4,1.25,54.9,13.2,137.6,237.6),
(27,'2024-06-09 00:00:00',30,20.52,22.3,1.3,55.4,25.2,136.7,211.1),
(27,'2024-06-10 00:00:00',30,21.36,21.3,1.3,64.4,17.9,109.3,226.7),
(27,'2024-06-11 00:00:00',30,20.6,21.4,0.89,60.7,13.9,129.4,221.0),
(27,'2024-06-12 00:00:00',30,22.05,20.7,1.14,61.0,18.5,125.8,206.2),
(27,'2024-06-13 00:00:00',30,21.18,19.9,1.33,66.6,15.6,144.7,235.5),
(27,'2024-06-14 00:00:00',30,20.75,21.4,0.71,58.8,16.7,138.4,233.0),
(27,'2024-06-15 00:00:00',30,21.86,18.6,0.71,51.7,13.5,126.4,201.2);
INSERT INTO soil_readings (node_id,ts,depth_cm,vwc_pct,soil_temp_c,ec_ds_m,no3_ppm,p_ppm,k_ppm,microbial_biomass_c_mgkg) VALUES
(27,'2024-06-16 00:00:00',30,23.21,20.9,0.69,72.0,17.3,142.3,219.1),
(27,'2024-06-17 00:00:00',30,22.29,20.5,0.61,69.8,11.6,139.0,222.5),
(27,'2024-06-18 00:00:00',30,24.56,20.1,0.79,69.7,16.2,101.9,195.1),
(27,'2024-06-19 00:00:00',30,23.48,21.5,0.92,58.1,15.5,156.6,194.6),
(27,'2024-06-20 00:00:00',30,22.97,22.4,1.43,63.4,16.5,155.2,210.0),
(27,'2024-06-21 00:00:00',30,25.01,22.0,0.94,57.4,15.7,136.4,204.2),
(27,'2024-06-22 00:00:00',30,25.95,21.3,0.67,63.5,18.1,145.3,207.5),
(27,'2024-06-23 00:00:00',30,25.19,21.4,1.09,62.0,20.7,135.1,204.2),
(27,'2024-06-24 00:00:00',30,23.94,22.1,1.0,58.4,19.1,115.9,218.5),
(27,'2024-06-25 00:00:00',30,22.33,21.4,0.86,66.3,21.9,172.5,209.3),
(27,'2024-06-26 00:00:00',30,21.22,21.2,0.91,62.5,16.5,151.2,233.4),
(27,'2024-06-27 00:00:00',30,20.17,22.9,1.32,72.4,19.0,154.1,222.2),
(27,'2024-06-28 00:00:00',30,19.14,23.0,0.7,64.2,19.1,135.7,229.5),
(27,'2024-06-29 00:00:00',30,18.23,21.1,0.64,51.0,21.5,156.9,199.7),
(27,'2024-06-30 00:00:00',30,17.46,20.0,1.17,54.7,15.8,119.4,212.5),
(27,'2024-07-01 00:00:00',30,16.2,21.5,0.9,74.2,20.4,136.3,221.6),
(27,'2024-07-02 00:00:00',30,15.55,20.9,1.44,62.0,15.4,151.1,225.4),
(27,'2024-07-03 00:00:00',30,15.24,21.8,1.02,65.0,16.3,130.6,212.2),
(27,'2024-07-04 00:00:00',30,15.0,20.4,1.03,63.8,16.9,153.7,214.0),
(27,'2024-07-05 00:00:00',30,14.1,22.5,1.25,70.8,19.4,144.6,215.3),
(27,'2024-07-06 00:00:00',30,13.65,21.0,0.64,54.2,14.7,143.1,216.4),
(27,'2024-07-07 00:00:00',30,14.68,22.3,1.14,70.4,15.2,129.2,246.0),
(27,'2024-07-08 00:00:00',30,13.72,21.9,0.96,70.1,16.1,146.1,223.8),
(27,'2024-07-09 00:00:00',30,13.06,22.2,1.31,63.8,18.1,169.0,220.5),
(27,'2024-07-10 00:00:00',30,12.08,23.7,0.9,65.8,15.2,142.6,204.9),
(27,'2024-07-11 00:00:00',30,10.74,21.1,1.1,61.9,18.8,148.3,205.2),
(27,'2024-07-12 00:00:00',30,10.26,21.7,0.97,55.3,16.9,150.6,217.4),
(27,'2024-07-13 00:00:00',30,9.14,20.5,1.16,66.7,20.0,122.8,233.6),
(27,'2024-07-14 00:00:00',30,8.14,21.4,1.0,65.0,18.2,138.0,217.6),
(27,'2024-07-15 00:00:00',30,7.79,21.1,1.12,65.1,23.3,137.6,218.1),
(27,'2024-07-16 00:00:00',30,7.19,21.4,1.5,66.2,18.4,108.1,211.1),
(27,'2024-07-17 00:00:00',30,7.02,21.5,0.99,60.7,14.3,151.8,199.1),
(27,'2024-07-18 00:00:00',30,7.02,22.3,1.16,71.2,17.4,126.0,225.2),
(27,'2024-07-19 00:00:00',30,7.02,21.0,1.63,63.8,18.1,150.2,216.9),
(27,'2024-07-20 00:00:00',30,7.02,22.5,1.16,66.5,15.3,128.6,225.4),
(27,'2024-07-21 00:00:00',30,8.55,21.8,0.45,62.4,22.6,170.6,221.9),
(27,'2024-07-22 00:00:00',30,7.86,21.4,0.89,69.0,17.1,135.8,208.4),
(27,'2024-07-23 00:00:00',30,7.02,20.5,0.76,64.3,16.1,168.8,222.7),
(27,'2024-07-24 00:00:00',30,7.02,21.3,1.29,63.3,18.5,137.4,204.5),
(27,'2024-07-25 00:00:00',30,8.43,20.7,1.04,69.8,15.3,139.2,222.6),
(27,'2024-07-26 00:00:00',30,9.24,21.3,1.32,55.1,20.9,163.5,219.2),
(27,'2024-07-27 00:00:00',30,8.46,22.6,1.21,62.3,20.3,126.2,238.5),
(27,'2024-07-28 00:00:00',30,7.1,22.1,1.21,60.7,18.4,140.7,209.6),
(27,'2024-07-29 00:00:00',30,7.02,21.3,0.75,65.6,19.8,148.1,204.1),
(27,'2024-07-30 00:00:00',30,8.42,20.7,1.19,65.3,16.5,146.1,215.0),
(27,'2024-07-31 00:00:00',30,7.83,22.5,1.4,63.7,13.5,140.6,227.3),
(27,'2024-08-01 00:00:00',30,7.15,21.2,0.7,60.2,17.0,138.6,186.4),
(27,'2024-08-02 00:00:00',30,7.02,21.1,0.98,63.6,16.5,152.7,230.5),
(27,'2024-08-03 00:00:00',30,7.02,20.4,1.15,65.4,11.9,142.7,217.5),
(27,'2024-08-04 00:00:00',30,7.02,22.3,1.09,62.9,14.8,154.5,206.3),
(27,'2024-08-05 00:00:00',30,7.02,23.2,1.42,69.3,14.3,145.9,215.6),
(27,'2024-08-06 00:00:00',30,8.7,21.3,1.24,66.8,14.8,149.8,211.1),
(27,'2024-08-07 00:00:00',30,7.47,21.9,1.16,63.8,22.0,157.0,205.3),
(27,'2024-08-08 00:00:00',30,7.53,23.6,1.27,52.0,19.5,135.3,196.7),
(27,'2024-08-09 00:00:00',30,8.44,22.2,1.25,62.7,20.9,156.6,228.8),
(27,'2024-08-10 00:00:00',30,7.82,21.4,1.07,66.9,19.5,137.6,213.3),
(27,'2024-08-11 00:00:00',30,7.02,22.9,0.97,62.4,21.2,119.0,215.3),
(27,'2024-08-12 00:00:00',30,7.02,20.4,1.31,65.3,18.1,135.1,230.1),
(27,'2024-08-13 00:00:00',30,7.02,22.0,0.88,62.6,22.5,129.2,220.7),
(27,'2024-08-14 00:00:00',30,7.02,21.3,1.04,64.9,14.3,145.6,201.3),
(27,'2024-08-15 00:00:00',30,8.73,22.9,0.77,70.8,17.8,135.7,228.1),
(27,'2024-08-16 00:00:00',30,8.2,21.5,1.24,67.7,14.9,141.9,237.8),
(27,'2024-08-17 00:00:00',30,7.79,22.7,1.37,57.3,21.7,155.2,226.0),
(27,'2024-08-18 00:00:00',30,7.02,19.6,0.83,55.5,19.3,162.3,209.6),
(27,'2024-08-19 00:00:00',30,7.02,21.4,1.02,66.0,21.6,144.4,202.3),
(27,'2024-08-20 00:00:00',30,7.02,22.0,0.94,69.6,13.8,156.3,209.2),
(27,'2024-08-21 00:00:00',30,7.02,20.2,1.33,55.4,16.2,137.3,221.2),
(27,'2024-08-22 00:00:00',30,7.02,21.7,1.42,62.7,12.6,116.6,237.1),
(27,'2024-08-23 00:00:00',30,8.64,19.3,0.94,75.6,19.1,122.3,210.9),
(27,'2024-08-24 00:00:00',30,10.07,21.0,0.29,62.4,16.7,137.1,212.2),
(27,'2024-08-25 00:00:00',30,9.56,21.3,1.35,76.4,20.3,151.9,232.3),
(27,'2024-08-26 00:00:00',30,8.42,22.4,1.07,59.6,18.1,137.1,214.8),
(27,'2024-08-27 00:00:00',30,9.14,21.3,1.07,60.5,11.6,157.8,240.6),
(27,'2024-08-28 00:00:00',30,8.73,22.1,1.3,60.2,13.0,167.5,218.2),
(27,'2024-08-29 00:00:00',30,8.46,21.0,0.97,57.4,18.2,126.7,234.0),
(27,'2024-08-30 00:00:00',30,7.62,22.2,0.91,55.3,19.4,171.9,224.6),
(27,'2024-08-31 00:00:00',30,7.17,20.2,0.97,62.6,11.4,115.5,228.5),
(27,'2024-09-01 00:00:00',30,7.83,20.9,1.18,64.5,17.7,167.7,217.9),
(27,'2024-09-02 00:00:00',30,7.02,20.4,1.28,60.2,14.9,139.5,218.7),
(27,'2024-09-03 00:00:00',30,7.02,19.7,1.47,61.4,14.7,136.5,225.0),
(27,'2024-09-04 00:00:00',30,7.02,21.6,1.16,71.0,16.0,139.9,229.6),
(27,'2024-09-05 00:00:00',30,7.73,20.8,1.03,68.6,18.4,128.0,226.3),
(27,'2024-09-06 00:00:00',30,7.02,21.7,1.28,62.5,15.9,162.5,198.8),
(27,'2024-09-07 00:00:00',30,8.12,19.3,0.82,65.9,12.0,129.6,223.1),
(27,'2024-09-08 00:00:00',30,7.17,21.7,1.42,55.6,18.3,131.5,212.1),
(27,'2024-09-09 00:00:00',30,8.3,21.1,1.11,65.1,16.9,119.3,213.4),
(27,'2024-09-10 00:00:00',30,7.02,21.9,1.0,63.4,15.2,129.0,225.5),
(27,'2024-09-11 00:00:00',30,7.02,21.2,0.82,61.9,17.1,129.5,240.4),
(27,'2024-09-12 00:00:00',30,7.02,21.9,1.22,63.9,17.0,128.5,217.2),
(27,'2024-09-13 00:00:00',30,7.02,20.5,0.99,63.1,18.1,137.4,243.7),
(27,'2024-09-14 00:00:00',30,7.02,20.9,1.04,57.2,17.3,123.3,206.8),
(27,'2024-09-15 00:00:00',30,8.31,19.7,0.64,72.1,18.5,163.9,234.8),
(27,'2024-09-16 00:00:00',30,9.99,21.0,0.95,68.5,17.9,137.7,225.2),
(27,'2024-09-17 00:00:00',30,9.12,23.3,0.92,61.8,20.5,145.6,222.5),
(27,'2024-09-18 00:00:00',30,7.58,20.3,1.17,54.9,22.8,152.9,236.6),
(27,'2024-09-19 00:00:00',30,8.5,18.5,0.99,51.5,18.0,170.4,212.4),
(27,'2024-09-20 00:00:00',30,10.19,21.0,0.4,73.8,16.1,153.6,235.3),
(27,'2024-09-21 00:00:00',30,9.15,20.8,0.96,62.9,13.7,136.3,217.5),
(27,'2024-09-22 00:00:00',30,10.43,21.1,0.7,67.6,19.9,123.9,212.3),
(27,'2024-09-23 00:00:00',30,10.44,19.6,0.8,59.0,15.3,145.1,204.1),
(27,'2024-09-24 00:00:00',30,9.92,20.0,1.31,62.2,25.0,155.9,239.0),
(27,'2024-09-25 00:00:00',30,8.26,21.6,0.64,62.5,26.3,142.1,233.7),
(27,'2024-09-26 00:00:00',30,8.09,19.0,1.14,65.0,17.4,141.0,214.3),
(27,'2024-09-27 00:00:00',30,7.37,20.6,0.93,64.2,13.0,143.2,226.5),
(27,'2024-09-28 00:00:00',30,7.02,21.0,0.89,59.1,20.0,112.0,221.5),
(27,'2024-09-29 00:00:00',30,7.02,20.0,0.82,59.1,24.3,142.2,215.8),
(27,'2024-09-30 00:00:00',30,7.02,20.2,1.14,63.3,14.1,151.0,231.6),
(27,'2024-10-01 00:00:00',30,7.02,21.3,1.17,55.0,23.7,139.3,212.5),
(27,'2024-10-02 00:00:00',30,7.02,20.2,0.63,59.6,12.5,156.9,193.7),
(27,'2024-10-03 00:00:00',30,8.45,21.9,1.35,63.0,13.6,157.4,223.1),
(27,'2024-10-04 00:00:00',30,9.17,22.7,0.77,65.7,18.9,132.4,220.8),
(27,'2024-10-05 00:00:00',30,9.12,21.0,1.16,71.3,21.1,146.6,212.9),
(27,'2024-10-06 00:00:00',30,10.33,21.2,0.77,61.4,17.8,140.6,209.3),
(27,'2024-10-07 00:00:00',30,9.53,20.1,0.95,63.9,19.3,109.6,201.3),
(27,'2024-10-08 00:00:00',30,10.62,19.9,0.74,54.4,21.3,137.2,215.6),
(27,'2024-10-09 00:00:00',30,10.02,19.2,0.93,65.4,21.7,124.5,209.5),
(27,'2024-10-10 00:00:00',30,9.44,22.4,1.01,59.2,16.1,142.0,231.6),
(27,'2024-10-11 00:00:00',30,10.5,21.4,0.77,62.2,15.4,150.2,226.2),
(27,'2024-10-12 00:00:00',30,9.95,19.9,1.14,66.1,21.2,136.7,214.2),
(27,'2024-10-13 00:00:00',30,9.23,20.1,1.17,66.3,19.4,126.5,226.3),
(27,'2024-10-14 00:00:00',30,10.57,20.0,1.74,56.5,19.8,143.5,218.7),
(27,'2024-10-15 00:00:00',30,9.5,21.1,1.29,67.8,16.0,176.7,216.8),
(27,'2024-10-16 00:00:00',30,11.73,20.6,1.35,63.6,19.9,107.4,219.3),
(27,'2024-10-17 00:00:00',30,11.46,19.9,0.62,70.1,14.7,143.5,241.3),
(27,'2024-10-18 00:00:00',30,10.99,20.5,0.57,71.1,18.7,131.8,227.7),
(27,'2024-10-19 00:00:00',30,10.69,20.8,0.99,71.8,18.3,133.6,216.4),
(27,'2024-10-20 00:00:00',30,10.06,19.3,1.51,56.6,18.4,138.4,230.7),
(27,'2024-10-21 00:00:00',30,9.17,19.4,1.68,65.8,20.3,134.8,230.3),
(27,'2024-10-22 00:00:00',30,7.37,19.2,0.89,55.9,14.9,149.0,223.1),
(27,'2024-10-23 00:00:00',30,8.18,22.1,0.91,70.3,20.0,136.4,216.1),
(27,'2024-10-24 00:00:00',30,8.28,20.8,1.2,71.0,18.1,107.6,215.3),
(27,'2024-10-25 00:00:00',30,8.0,19.1,1.01,68.6,15.6,159.2,207.1),
(27,'2024-10-26 00:00:00',30,7.31,21.9,1.02,61.6,14.0,156.9,222.2),
(27,'2024-10-27 00:00:00',30,7.02,20.3,1.22,66.5,23.7,130.9,212.7),
(27,'2024-10-28 00:00:00',30,8.65,20.0,1.74,61.0,17.8,140.7,214.8),
(27,'2024-10-29 00:00:00',30,7.8,19.6,1.39,63.8,16.9,158.3,227.5),
(27,'2024-10-30 00:00:00',30,7.34,20.2,1.53,63.3,14.6,155.5,240.2),
(27,'2024-10-31 00:00:00',30,7.02,19.3,0.6,53.8,21.3,160.4,224.5),
(28,'2024-04-01 00:00:00',60,19.5,18.1,0.66,66.1,15.8,121.0,227.8),
(28,'2024-04-02 00:00:00',60,19.12,18.3,1.29,60.8,19.9,131.2,231.0),
(28,'2024-04-03 00:00:00',60,27.3,18.6,1.03,61.0,15.8,151.2,210.6),
(28,'2024-04-04 00:00:00',60,26.94,19.1,0.95,64.9,14.8,152.6,218.5),
(28,'2024-04-05 00:00:00',60,26.41,17.9,1.11,70.6,17.7,149.1,212.8),
(28,'2024-04-06 00:00:00',60,27.3,18.0,0.91,65.9,19.9,153.7,226.5),
(28,'2024-04-07 00:00:00',60,26.58,18.0,0.95,68.5,23.5,143.8,212.7),
(28,'2024-04-08 00:00:00',60,25.44,18.5,1.12,59.2,24.1,132.2,205.4),
(28,'2024-04-09 00:00:00',60,27.3,18.1,0.9,66.8,12.5,125.8,220.6),
(28,'2024-04-10 00:00:00',60,26.16,18.6,0.93,60.4,21.0,121.1,233.3),
(28,'2024-04-11 00:00:00',60,25.91,17.9,1.01,64.5,14.9,136.6,226.1),
(28,'2024-04-12 00:00:00',60,25.24,18.9,1.07,66.8,15.0,151.8,232.1),
(28,'2024-04-13 00:00:00',60,25.1,18.9,1.2,61.1,16.2,143.6,231.0),
(28,'2024-04-14 00:00:00',60,24.68,19.1,1.2,58.7,16.0,140.3,220.5),
(28,'2024-04-15 00:00:00',60,23.85,17.4,0.68,65.6,14.6,124.2,212.8),
(28,'2024-04-16 00:00:00',60,23.38,17.8,1.4,63.1,10.9,178.7,209.6),
(28,'2024-04-17 00:00:00',60,27.05,17.6,1.07,64.4,22.2,127.6,201.0),
(28,'2024-04-18 00:00:00',60,25.41,17.1,0.97,67.0,20.5,141.8,234.3),
(28,'2024-04-19 00:00:00',60,25.1,18.0,0.83,70.3,17.8,155.0,216.0),
(28,'2024-04-20 00:00:00',60,24.35,18.4,1.55,67.1,14.9,140.6,199.5),
(28,'2024-04-21 00:00:00',60,24.51,19.0,1.64,66.4,21.6,127.9,234.8),
(28,'2024-04-22 00:00:00',60,24.47,18.3,1.52,61.2,17.7,152.1,221.1),
(28,'2024-04-23 00:00:00',60,24.15,19.5,1.08,62.0,16.1,119.9,231.6),
(28,'2024-04-24 00:00:00',60,24.13,18.9,1.14,66.0,12.9,166.1,216.9),
(28,'2024-04-25 00:00:00',60,23.85,19.2,1.43,61.9,19.5,144.2,210.5),
(28,'2024-04-26 00:00:00',60,23.45,19.5,0.99,66.0,16.8,136.2,225.3),
(28,'2024-04-27 00:00:00',60,22.84,18.7,1.19,59.7,18.6,118.8,226.3),
(28,'2024-04-28 00:00:00',60,22.32,18.4,1.11,73.4,18.4,122.7,216.6),
(28,'2024-04-29 00:00:00',60,21.77,18.9,1.54,64.7,19.8,139.2,235.8),
(28,'2024-04-30 00:00:00',60,24.54,17.9,1.41,64.4,18.5,168.4,231.3),
(28,'2024-05-01 00:00:00',60,23.39,18.9,1.02,61.3,16.9,143.5,226.8),
(28,'2024-05-02 00:00:00',60,23.41,19.8,1.44,73.3,19.5,145.2,206.7),
(28,'2024-05-03 00:00:00',60,23.81,18.5,1.06,57.5,20.7,145.8,205.0),
(28,'2024-05-04 00:00:00',60,23.28,18.0,0.92,60.2,22.5,175.5,234.4),
(28,'2024-05-05 00:00:00',60,23.36,20.2,0.99,68.0,14.5,133.4,193.7),
(28,'2024-05-06 00:00:00',60,26.08,19.3,1.09,64.9,21.2,163.5,218.9),
(28,'2024-05-07 00:00:00',60,27.3,18.7,0.86,60.9,13.1,134.0,221.8),
(28,'2024-05-08 00:00:00',60,27.3,18.5,0.92,61.0,20.9,129.4,214.1),
(28,'2024-05-09 00:00:00',60,26.5,17.8,0.69,62.3,16.1,138.8,219.6),
(28,'2024-05-10 00:00:00',60,27.3,19.5,0.85,64.3,20.4,138.7,225.0),
(28,'2024-05-11 00:00:00',60,27.3,19.5,1.11,71.5,22.3,148.4,213.0),
(28,'2024-05-12 00:00:00',60,26.25,19.5,1.31,66.8,18.5,105.1,230.6),
(28,'2024-05-13 00:00:00',60,25.35,17.9,1.28,68.9,17.9,142.2,227.0),
(28,'2024-05-14 00:00:00',60,24.96,18.9,1.16,61.6,17.7,131.0,217.8),
(28,'2024-05-15 00:00:00',60,27.3,18.2,0.67,66.3,16.6,129.1,210.1),
(28,'2024-05-16 00:00:00',60,26.36,18.3,0.84,56.0,21.4,120.6,218.9),
(28,'2024-05-17 00:00:00',60,27.3,19.5,1.0,64.7,17.7,134.5,245.3),
(28,'2024-05-18 00:00:00',60,25.93,19.5,1.29,64.3,11.5,132.3,210.9),
(28,'2024-05-19 00:00:00',60,26.14,19.0,0.91,72.9,20.7,133.6,238.4),
(28,'2024-05-20 00:00:00',60,26.05,18.4,0.75,71.5,20.5,115.4,198.9),
(28,'2024-05-21 00:00:00',60,25.4,19.1,1.42,62.5,18.1,141.5,209.7),
(28,'2024-05-22 00:00:00',60,27.3,18.7,0.87,59.7,15.6,128.1,213.5),
(28,'2024-05-23 00:00:00',60,26.72,19.5,0.77,59.8,14.5,115.5,231.4),
(28,'2024-05-24 00:00:00',60,26.17,18.9,1.11,62.3,15.6,131.8,220.7),
(28,'2024-05-25 00:00:00',60,26.47,18.5,1.04,70.3,18.6,128.4,235.7),
(28,'2024-05-26 00:00:00',60,25.83,19.3,0.93,65.8,12.5,140.6,216.0),
(28,'2024-05-27 00:00:00',60,25.91,18.0,1.05,66.3,19.3,131.6,219.4),
(28,'2024-05-28 00:00:00',60,24.99,18.7,0.82,67.8,18.2,118.3,216.1),
(28,'2024-05-29 00:00:00',60,24.12,19.4,0.93,58.8,21.9,126.7,244.3),
(28,'2024-05-30 00:00:00',60,24.39,20.2,1.05,60.2,20.1,114.1,206.6),
(28,'2024-05-31 00:00:00',60,23.82,19.7,0.55,66.4,15.8,157.1,213.9),
(28,'2024-06-01 00:00:00',60,24.12,18.7,1.29,59.9,12.9,159.5,208.3),
(28,'2024-06-02 00:00:00',60,23.71,19.0,0.71,56.1,15.5,161.3,226.9),
(28,'2024-06-03 00:00:00',60,23.83,19.2,0.82,58.3,22.1,131.2,206.3),
(28,'2024-06-04 00:00:00',60,23.15,19.4,1.31,69.0,18.9,159.5,241.9),
(28,'2024-06-05 00:00:00',60,23.88,20.1,1.2,61.9,19.8,146.1,221.0),
(28,'2024-06-06 00:00:00',60,22.75,19.5,1.08,64.9,16.1,127.7,224.9),
(28,'2024-06-07 00:00:00',60,23.32,19.6,0.63,58.6,19.5,130.6,225.6),
(28,'2024-06-08 00:00:00',60,23.32,18.6,0.9,65.6,13.4,137.4,219.8),
(28,'2024-06-09 00:00:00',60,22.6,18.9,1.0,62.4,20.8,141.5,221.5),
(28,'2024-06-10 00:00:00',60,22.85,19.3,1.02,66.0,14.5,145.4,221.0),
(28,'2024-06-11 00:00:00',60,22.13,20.0,1.34,61.4,12.1,140.0,226.2),
(28,'2024-06-12 00:00:00',60,22.66,18.8,1.55,66.3,24.8,134.8,210.1),
(28,'2024-06-13 00:00:00',60,22.58,19.2,1.21,61.1,18.4,160.3,208.1),
(28,'2024-06-14 00:00:00',60,22.33,18.9,0.92,63.3,18.3,138.3,229.9),
(28,'2024-06-15 00:00:00',60,23.35,18.2,1.36,62.4,12.4,137.4,220.0),
(28,'2024-06-16 00:00:00',60,24.13,20.0,0.91,63.9,19.9,136.7,195.9),
(28,'2024-06-17 00:00:00',60,23.5,19.3,0.4,65.1,20.7,138.3,214.3),
(28,'2024-06-18 00:00:00',60,23.96,18.8,0.74,61.3,17.4,119.6,238.4),
(28,'2024-06-19 00:00:00',60,23.72,19.1,0.46,63.2,20.7,125.0,218.1),
(28,'2024-06-20 00:00:00',60,23.95,20.1,0.96,64.7,21.5,176.7,213.6),
(28,'2024-06-21 00:00:00',60,24.34,19.8,1.01,66.3,19.6,115.2,202.1),
(28,'2024-06-22 00:00:00',60,24.69,19.9,0.65,63.4,11.5,144.1,213.2),
(28,'2024-06-23 00:00:00',60,23.84,19.1,0.84,59.3,14.5,145.1,206.0),
(28,'2024-06-24 00:00:00',60,23.74,19.6,0.7,64.2,23.1,155.2,225.2),
(28,'2024-06-25 00:00:00',60,23.32,19.5,1.02,67.1,18.2,145.5,220.6),
(28,'2024-06-26 00:00:00',60,23.15,20.0,0.84,57.1,18.3,168.4,215.6),
(28,'2024-06-27 00:00:00',60,22.53,19.2,1.31,57.1,15.5,143.6,210.9),
(28,'2024-06-28 00:00:00',60,22.36,19.9,1.1,60.4,16.1,160.2,238.3),
(28,'2024-06-29 00:00:00',60,21.86,20.1,1.45,62.8,21.6,155.6,211.5),
(28,'2024-06-30 00:00:00',60,20.85,18.7,0.94,52.8,22.5,163.1,211.6),
(28,'2024-07-01 00:00:00',60,20.83,18.9,1.59,66.6,20.4,140.4,217.1),
(28,'2024-07-02 00:00:00',60,20.42,18.4,1.06,62.8,19.7,146.0,218.8),
(28,'2024-07-03 00:00:00',60,19.9,19.8,0.92,52.0,19.9,134.5,225.8),
(28,'2024-07-04 00:00:00',60,19.63,18.4,1.66,58.2,17.8,142.4,231.2),
(28,'2024-07-05 00:00:00',60,18.65,18.4,0.6,62.2,14.4,143.2,230.3),
(28,'2024-07-06 00:00:00',60,18.42,18.8,0.92,54.9,13.7,108.8,249.2),
(28,'2024-07-07 00:00:00',60,18.93,19.7,0.64,68.6,21.9,137.9,199.7),
(28,'2024-07-08 00:00:00',60,18.46,18.7,0.6,64.7,17.9,153.3,222.8),
(28,'2024-07-09 00:00:00',60,18.51,18.8,0.54,67.1,19.4,119.7,213.8),
(28,'2024-07-10 00:00:00',60,18.34,20.5,1.21,58.6,18.6,125.2,244.1),
(28,'2024-07-11 00:00:00',60,17.85,19.8,0.72,65.8,18.8,157.3,222.1),
(28,'2024-07-12 00:00:00',60,17.41,19.0,0.99,60.4,19.0,160.1,195.6),
(28,'2024-07-13 00:00:00',60,15.99,18.9,1.28,62.8,20.1,130.7,225.2),
(28,'2024-07-14 00:00:00',60,15.26,20.3,1.17,65.5,15.7,142.6,223.2),
(28,'2024-07-15 00:00:00',60,14.94,19.7,1.16,63.4,21.5,138.8,229.1),
(28,'2024-07-16 00:00:00',60,14.23,19.5,1.36,67.8,15.8,157.7,211.3),
(28,'2024-07-17 00:00:00',60,13.29,20.1,1.46,64.4,18.7,132.0,223.9),
(28,'2024-07-18 00:00:00',60,13.07,19.9,0.75,61.4,14.5,134.3,216.8),
(28,'2024-07-19 00:00:00',60,13.18,18.5,1.18,68.0,17.5,160.1,211.9),
(28,'2024-07-20 00:00:00',60,12.48,18.7,0.99,69.0,16.0,125.0,224.1),
(28,'2024-07-21 00:00:00',60,13.57,19.3,1.02,64.2,18.1,132.5,221.8),
(28,'2024-07-22 00:00:00',60,13.47,18.2,0.68,70.4,20.2,142.0,232.6),
(28,'2024-07-23 00:00:00',60,12.68,19.5,0.93,62.6,18.2,162.9,220.3),
(28,'2024-07-24 00:00:00',60,11.98,19.2,0.96,63.1,23.9,122.1,227.2),
(28,'2024-07-25 00:00:00',60,13.47,19.5,1.42,63.8,20.4,129.3,205.5),
(28,'2024-07-26 00:00:00',60,13.78,19.7,0.77,63.1,17.3,148.9,236.7),
(28,'2024-07-27 00:00:00',60,13.12,20.0,0.46,62.2,17.7,151.2,210.7),
(28,'2024-07-28 00:00:00',60,13.51,18.9,1.06,60.2,19.1,143.2,230.8),
(28,'2024-07-29 00:00:00',60,12.88,19.8,0.75,58.8,20.1,138.2,223.2),
(28,'2024-07-30 00:00:00',60,14.18,18.6,1.02,64.3,14.3,141.9,221.6),
(28,'2024-07-31 00:00:00',60,13.36,20.1,1.22,69.7,19.9,117.4,229.1),
(28,'2024-08-01 00:00:00',60,13.01,20.4,1.04,67.8,14.4,141.5,194.3),
(28,'2024-08-02 00:00:00',60,13.05,19.7,0.95,65.7,19.6,162.2,213.1),
(28,'2024-08-03 00:00:00',60,12.47,18.9,1.02,70.0,21.3,120.2,229.0),
(28,'2024-08-04 00:00:00',60,12.09,20.3,1.27,63.8,18.9,128.2,243.1),
(28,'2024-08-05 00:00:00',60,11.97,19.2,0.77,58.8,11.0,134.0,219.7),
(28,'2024-08-06 00:00:00',60,12.36,18.5,1.24,62.0,12.7,135.0,190.7),
(28,'2024-08-07 00:00:00',60,12.86,19.6,0.81,63.4,19.7,167.6,216.2),
(28,'2024-08-08 00:00:00',60,12.85,20.6,1.21,61.2,10.6,126.0,219.3),
(28,'2024-08-09 00:00:00',60,13.46,18.9,0.67,66.8,19.8,123.0,233.3),
(28,'2024-08-10 00:00:00',60,12.97,19.4,1.2,68.4,21.0,151.6,220.6),
(28,'2024-08-11 00:00:00',60,13.32,20.1,1.04,55.1,21.4,130.3,204.7),
(28,'2024-08-12 00:00:00',60,12.78,18.8,1.09,63.0,17.3,151.8,231.6),
(28,'2024-08-13 00:00:00',60,12.2,19.0,1.3,49.2,19.3,137.0,226.8),
(28,'2024-08-14 00:00:00',60,12.25,19.9,0.86,63.3,18.6,146.9,211.6),
(28,'2024-08-15 00:00:00',60,12.44,19.5,1.06,63.2,13.6,116.5,228.6),
(28,'2024-08-16 00:00:00',60,12.0,19.7,1.14,72.6,20.2,146.8,213.4),
(28,'2024-08-17 00:00:00',60,11.62,19.3,0.99,71.1,22.2,143.3,216.4),
(28,'2024-08-18 00:00:00',60,10.95,18.8,1.24,68.4,20.1,136.2,213.6),
(28,'2024-08-19 00:00:00',60,9.92,19.2,1.15,59.0,16.5,121.5,216.3),
(28,'2024-08-20 00:00:00',60,9.53,19.9,0.92,58.7,20.2,143.3,230.9),
(28,'2024-08-21 00:00:00',60,9.41,18.9,1.38,58.3,21.9,150.9,198.6),
(28,'2024-08-22 00:00:00',60,8.74,19.1,1.2,71.4,21.5,132.0,233.2),
(28,'2024-08-23 00:00:00',60,9.06,18.1,0.85,59.2,21.1,132.3,222.1),
(28,'2024-08-24 00:00:00',60,10.32,19.4,0.85,61.8,13.2,151.9,215.3),
(28,'2024-08-25 00:00:00',60,10.12,19.4,1.01,59.3,19.2,165.7,220.2),
(28,'2024-08-26 00:00:00',60,9.57,19.0,1.17,57.5,19.9,154.1,209.1),
(28,'2024-08-27 00:00:00',60,10.71,17.8,0.51,65.4,21.1,143.4,200.4),
(28,'2024-08-28 00:00:00',60,10.41,19.9,0.86,64.5,19.5,136.4,209.4),
(28,'2024-08-29 00:00:00',60,10.72,19.9,0.92,52.6,22.7,139.6,197.3),
(28,'2024-08-30 00:00:00',60,10.59,18.9,0.7,57.2,12.5,120.1,203.8),
(28,'2024-08-31 00:00:00',60,9.65,19.3,0.81,65.0,19.7,137.7,200.5),
(28,'2024-09-01 00:00:00',60,10.14,18.7,1.1,63.4,19.4,156.8,234.7),
(28,'2024-09-02 00:00:00',60,9.51,18.8,0.94,61.7,20.7,140.6,204.6),
(28,'2024-09-03 00:00:00',60,9.26,18.3,0.96,66.8,22.6,130.6,219.5),
(28,'2024-09-04 00:00:00',60,8.73,19.4,0.72,56.5,15.3,129.2,233.4),
(28,'2024-09-05 00:00:00',60,9.04,19.7,1.01,60.8,22.5,139.5,230.2),
(28,'2024-09-06 00:00:00',60,8.87,19.2,0.69,66.3,20.4,121.5,216.5),
(28,'2024-09-07 00:00:00',60,10.04,18.9,1.43,60.5,17.4,126.4,216.5),
(28,'2024-09-08 00:00:00',60,9.6,19.9,1.5,65.3,15.3,163.0,222.2),
(28,'2024-09-09 00:00:00',60,10.43,19.6,0.94,58.0,18.6,124.5,245.3),
(28,'2024-09-10 00:00:00',60,9.63,19.5,0.78,59.6,18.9,128.0,225.0),
(28,'2024-09-11 00:00:00',60,9.02,19.6,1.28,54.8,19.0,144.4,228.0),
(28,'2024-09-12 00:00:00',60,8.42,19.9,1.21,53.5,16.1,133.4,247.2),
(28,'2024-09-13 00:00:00',60,8.27,19.3,1.53,61.4,19.8,141.3,223.3),
(28,'2024-09-14 00:00:00',60,7.98,18.3,1.6,66.0,16.8,152.9,233.8),
(28,'2024-09-15 00:00:00',60,8.63,17.9,0.56,63.2,21.6,116.8,225.7),
(28,'2024-09-16 00:00:00',60,9.26,19.5,1.35,69.6,23.1,151.3,225.6),
(28,'2024-09-17 00:00:00',60,8.06,19.7,1.01,61.8,15.6,131.3,208.4),
(28,'2024-09-18 00:00:00',60,8.32,17.4,1.2,53.1,18.2,135.7,206.5),
(28,'2024-09-19 00:00:00',60,8.29,17.8,1.26,65.5,20.9,168.8,213.9),
(28,'2024-09-20 00:00:00',60,9.21,19.1,1.24,58.4,18.8,119.0,230.6),
(28,'2024-09-21 00:00:00',60,8.85,18.7,1.31,64.4,13.9,148.9,230.0),
(28,'2024-09-22 00:00:00',60,9.5,19.8,0.92,52.3,20.6,156.9,236.0),
(28,'2024-09-23 00:00:00',60,9.12,18.1,0.82,62.4,16.2,129.7,219.9),
(28,'2024-09-24 00:00:00',60,8.47,19.5,1.36,67.3,18.6,130.0,226.5),
(28,'2024-09-25 00:00:00',60,8.33,19.6,0.84,66.7,15.0,134.5,226.5),
(28,'2024-09-26 00:00:00',60,7.43,17.8,1.53,62.5,20.4,129.7,218.7),
(28,'2024-09-27 00:00:00',60,7.17,18.7,0.87,63.5,16.7,141.0,216.1),
(28,'2024-09-28 00:00:00',60,7.02,19.4,0.97,61.3,20.7,153.4,202.2),
(28,'2024-09-29 00:00:00',60,7.02,18.7,1.01,62.3,17.4,134.6,218.2),
(28,'2024-09-30 00:00:00',60,7.02,19.3,0.68,66.9,16.6,153.9,218.8),
(28,'2024-10-01 00:00:00',60,7.02,18.6,0.68,60.0,19.2,161.0,233.6),
(28,'2024-10-02 00:00:00',60,7.02,19.5,1.29,60.5,14.8,146.5,234.8),
(28,'2024-10-03 00:00:00',60,7.76,19.3,0.63,55.9,23.4,147.9,221.7),
(28,'2024-10-04 00:00:00',60,8.87,21.4,1.69,67.0,18.6,131.1,244.8),
(28,'2024-10-05 00:00:00',60,8.9,18.3,1.04,62.2,16.3,100.7,222.3),
(28,'2024-10-06 00:00:00',60,9.8,20.5,0.8,57.4,16.8,148.8,232.4),
(28,'2024-10-07 00:00:00',60,9.69,18.4,1.17,67.9,18.1,151.9,218.8),
(28,'2024-10-08 00:00:00',60,11.28,19.5,0.45,63.2,21.0,143.6,206.3),
(28,'2024-10-09 00:00:00',60,10.35,18.8,0.98,59.8,15.3,153.6,214.9),
(28,'2024-10-10 00:00:00',60,10.4,18.3,1.01,67.9,16.9,131.8,237.7),
(28,'2024-10-11 00:00:00',60,11.78,19.5,0.74,61.8,17.9,147.8,216.8),
(28,'2024-10-12 00:00:00',60,11.59,18.0,0.9,55.6,22.6,162.1,214.4),
(28,'2024-10-13 00:00:00',60,11.98,18.6,1.44,68.3,21.0,150.0,220.0),
(28,'2024-10-14 00:00:00',60,13.48,18.6,1.11,59.3,22.8,160.1,215.3),
(28,'2024-10-15 00:00:00',60,12.96,18.7,1.16,78.6,18.1,160.2,234.3),
(28,'2024-10-16 00:00:00',60,13.61,19.3,0.86,61.2,22.3,121.7,242.6),
(28,'2024-10-17 00:00:00',60,13.45,18.6,0.73,53.4,21.8,150.8,220.1),
(28,'2024-10-18 00:00:00',60,12.82,18.2,1.0,72.2,20.1,130.5,226.5),
(28,'2024-10-19 00:00:00',60,13.53,18.1,0.45,63.2,20.3,123.4,231.7),
(28,'2024-10-20 00:00:00',60,13.47,19.1,0.79,64.8,16.2,135.7,221.3),
(28,'2024-10-21 00:00:00',60,13.11,18.9,0.75,65.4,23.5,166.3,209.5),
(28,'2024-10-22 00:00:00',60,12.18,17.7,0.55,56.7,17.3,131.8,215.1),
(28,'2024-10-23 00:00:00',60,13.03,19.0,1.22,52.6,19.7,113.6,224.9),
(28,'2024-10-24 00:00:00',60,12.17,17.6,1.03,73.2,20.0,118.3,224.7),
(28,'2024-10-25 00:00:00',60,12.11,18.9,0.91,55.7,13.9,147.2,198.5),
(28,'2024-10-26 00:00:00',60,10.72,19.4,1.23,71.7,17.8,128.6,214.8),
(28,'2024-10-27 00:00:00',60,10.89,18.0,0.65,66.1,18.6,109.4,211.2),
(28,'2024-10-28 00:00:00',60,11.52,18.9,0.73,64.4,17.7,118.9,230.6),
(28,'2024-10-29 00:00:00',60,10.47,19.6,1.34,61.1,17.9,142.5,211.6),
(28,'2024-10-30 00:00:00',60,10.09,17.5,1.63,75.0,22.5,151.7,214.5),
(28,'2024-10-31 00:00:00',60,9.74,17.7,1.23,60.0,15.5,133.3,214.0);

INSERT INTO tree_physiology_readings (node_id,ts,sap_flow_g_hr,fruit_diameter_mm,trunk_tilt_deg,phenological_stage) VALUES
(5,'2024-04-01 00:00:00',38.6,0.0,0.38,'bloom'),
(5,'2024-04-02 00:00:00',38.3,0.0,0.35,'bloom'),
(5,'2024-04-03 00:00:00',45.3,0.0,0.53,'bloom'),
(5,'2024-04-04 00:00:00',37.9,0.0,0.44,'bloom'),
(5,'2024-04-05 00:00:00',38.6,0.0,0.3,'bloom'),
(5,'2024-04-06 00:00:00',43.1,0.0,0.41,'bloom'),
(5,'2024-04-07 00:00:00',34.8,0.0,0.46,'bloom'),
(5,'2024-04-08 00:00:00',39.6,0.0,0.66,'bloom'),
(5,'2024-04-09 00:00:00',39.1,0.0,0.52,'bloom'),
(5,'2024-04-10 00:00:00',40.7,0.0,0.58,'bloom'),
(5,'2024-04-11 00:00:00',45.1,0.0,0.31,'bloom'),
(5,'2024-04-12 00:00:00',44.3,0.0,0.32,'bloom'),
(5,'2024-04-13 00:00:00',39.5,0.0,0.36,'bloom'),
(5,'2024-04-14 00:00:00',43.5,0.0,0.38,'bloom'),
(5,'2024-04-15 00:00:00',49.3,0.0,0.25,'bloom'),
(5,'2024-04-16 00:00:00',40.4,0.0,0.59,'bloom'),
(5,'2024-04-17 00:00:00',44.8,0.0,0.53,'bloom'),
(5,'2024-04-18 00:00:00',43.8,0.0,0.35,'bloom'),
(5,'2024-04-19 00:00:00',44.7,0.0,0.5,'bloom'),
(5,'2024-04-20 00:00:00',38.9,0.0,0.43,'bloom'),
(5,'2024-04-21 00:00:00',51.5,0.0,0.51,'bloom'),
(5,'2024-04-22 00:00:00',43.1,0.0,0.2,'bloom'),
(5,'2024-04-23 00:00:00',50.8,0.0,0.38,'bloom'),
(5,'2024-04-24 00:00:00',44.6,0.0,0.39,'bloom'),
(5,'2024-04-25 00:00:00',45.0,0.0,0.49,'bloom'),
(5,'2024-04-26 00:00:00',52.7,0.0,0.31,'bloom'),
(5,'2024-04-27 00:00:00',52.3,0.0,0.03,'bloom'),
(5,'2024-04-28 00:00:00',49.5,0.0,0.24,'bloom'),
(5,'2024-04-29 00:00:00',52.2,0.0,0.39,'bloom'),
(5,'2024-04-30 00:00:00',48.4,0.0,0.41,'bloom'),
(5,'2024-05-01 00:00:00',49.9,1.06,0.65,'fruit_set'),
(5,'2024-05-02 00:00:00',47.7,1.81,0.49,'fruit_set'),
(5,'2024-05-03 00:00:00',54.4,2.69,0.41,'fruit_set'),
(5,'2024-05-04 00:00:00',48.4,3.35,0.4,'fruit_set'),
(5,'2024-05-05 00:00:00',57.5,4.19,0.57,'fruit_set'),
(5,'2024-05-06 00:00:00',50.7,5.16,0.31,'fruit_set'),
(5,'2024-05-07 00:00:00',52.4,5.94,0.38,'fruit_set'),
(5,'2024-05-08 00:00:00',55.8,6.73,0.24,'fruit_set'),
(5,'2024-05-09 00:00:00',53.2,7.38,0.61,'fruit_set'),
(5,'2024-05-10 00:00:00',52.3,8.1,0.46,'fruit_set'),
(5,'2024-05-11 00:00:00',53.8,9.17,0.29,'fruit_set'),
(5,'2024-05-12 00:00:00',57.9,9.98,0.38,'fruit_set'),
(5,'2024-05-13 00:00:00',52.0,10.61,0.48,'fruit_set'),
(5,'2024-05-14 00:00:00',54.5,11.34,0.36,'fruit_set'),
(5,'2024-05-15 00:00:00',55.5,11.87,0.32,'fruit_set'),
(5,'2024-05-16 00:00:00',59.3,12.48,0.3,'fruit_set'),
(5,'2024-05-17 00:00:00',55.8,13.44,0.45,'fruit_set'),
(5,'2024-05-18 00:00:00',63.8,14.17,0.35,'fruit_set'),
(5,'2024-05-19 00:00:00',56.3,15.19,0.33,'fruit_set'),
(5,'2024-05-20 00:00:00',56.3,15.9,0.2,'fruit_set'),
(5,'2024-05-21 00:00:00',56.7,16.6,0.41,'fruit_set'),
(5,'2024-05-22 00:00:00',51.2,17.33,0.37,'fruit_set'),
(5,'2024-05-23 00:00:00',51.4,17.51,0.35,'fruit_set'),
(5,'2024-05-24 00:00:00',52.7,18.07,0.43,'fruit_set'),
(5,'2024-05-25 00:00:00',58.4,18.54,0.51,'fruit_set'),
(5,'2024-05-26 00:00:00',53.1,19.21,0.51,'fruit_set'),
(5,'2024-05-27 00:00:00',50.1,19.74,0.48,'fruit_set'),
(5,'2024-05-28 00:00:00',55.9,19.9,0.36,'fruit_set'),
(5,'2024-05-29 00:00:00',57.3,20.42,0.31,'fruit_set'),
(5,'2024-05-30 00:00:00',56.3,20.72,0.24,'fruit_set'),
(5,'2024-05-31 00:00:00',48.0,20.91,0.31,'fruit_set'),
(5,'2024-06-01 00:00:00',49.5,21.27,0.4,'growth'),
(5,'2024-06-02 00:00:00',59.8,21.6,0.28,'growth'),
(5,'2024-06-03 00:00:00',56.2,22.26,0.41,'growth'),
(5,'2024-06-04 00:00:00',52.5,22.69,0.26,'growth'),
(5,'2024-06-05 00:00:00',58.3,23.14,0.15,'growth'),
(5,'2024-06-06 00:00:00',57.7,23.64,0.52,'growth'),
(5,'2024-06-07 00:00:00',50.0,24.12,0.33,'growth'),
(5,'2024-06-08 00:00:00',54.4,24.58,0.27,'growth'),
(5,'2024-06-09 00:00:00',56.2,25.1,0.24,'growth'),
(5,'2024-06-10 00:00:00',47.9,25.5,0.46,'growth'),
(5,'2024-06-11 00:00:00',53.0,25.83,0.61,'growth'),
(5,'2024-06-12 00:00:00',48.3,26.32,0.34,'growth'),
(5,'2024-06-13 00:00:00',49.0,26.6,0.37,'growth'),
(5,'2024-06-14 00:00:00',50.7,26.91,0.56,'growth'),
(5,'2024-06-15 00:00:00',56.6,27.5,0.13,'growth'),
(5,'2024-06-16 00:00:00',51.9,28.03,0.7,'growth'),
(5,'2024-06-17 00:00:00',52.4,28.36,0.77,'growth'),
(5,'2024-06-18 00:00:00',53.6,28.58,0.01,'growth'),
(5,'2024-06-19 00:00:00',48.9,29.08,0.39,'growth'),
(5,'2024-06-20 00:00:00',55.3,29.49,0.29,'growth'),
(5,'2024-06-21 00:00:00',58.2,29.81,0.36,'growth'),
(5,'2024-06-22 00:00:00',53.4,30.04,0.34,'growth'),
(5,'2024-06-23 00:00:00',53.0,30.37,0.52,'growth'),
(5,'2024-06-24 00:00:00',55.4,30.64,0.38,'growth'),
(5,'2024-06-25 00:00:00',45.8,30.81,0.26,'growth'),
(5,'2024-06-26 00:00:00',56.2,31.11,0.37,'growth'),
(5,'2024-06-27 00:00:00',66.8,31.42,0.48,'growth'),
(5,'2024-06-28 00:00:00',54.8,31.66,0.22,'growth'),
(5,'2024-06-29 00:00:00',53.7,32.06,0.15,'growth'),
(5,'2024-06-30 00:00:00',58.5,32.54,0.7,'growth'),
(5,'2024-07-01 00:00:00',65.0,33.03,0.3,'growth'),
(5,'2024-07-02 00:00:00',61.2,33.3,0.38,'growth'),
(5,'2024-07-03 00:00:00',45.9,33.67,0.34,'growth'),
(5,'2024-07-04 00:00:00',56.8,33.94,0.48,'growth'),
(5,'2024-07-05 00:00:00',64.8,34.01,0.67,'growth'),
(5,'2024-07-06 00:00:00',57.1,34.36,0.49,'growth'),
(5,'2024-07-07 00:00:00',50.4,34.64,0.17,'growth'),
(5,'2024-07-08 00:00:00',55.8,35.28,0.19,'growth'),
(5,'2024-07-09 00:00:00',49.6,35.74,0.34,'growth'),
(5,'2024-07-10 00:00:00',59.7,36.1,0.36,'growth'),
(5,'2024-07-11 00:00:00',51.0,36.37,0.14,'growth'),
(5,'2024-07-12 00:00:00',55.1,36.64,0.52,'growth'),
(5,'2024-07-13 00:00:00',51.4,36.73,0.24,'growth'),
(5,'2024-07-14 00:00:00',52.7,36.71,0.62,'growth'),
(5,'2024-07-15 00:00:00',63.0,36.85,0.67,'growth'),
(5,'2024-07-16 00:00:00',55.5,37.08,0.36,'growth'),
(5,'2024-07-17 00:00:00',55.4,37.04,0.47,'growth'),
(5,'2024-07-18 00:00:00',55.2,37.27,0.22,'growth'),
(5,'2024-07-19 00:00:00',50.1,37.51,0.49,'growth'),
(5,'2024-07-20 00:00:00',50.6,37.72,0.33,'growth'),
(5,'2024-07-21 00:00:00',55.4,37.86,0.24,'growth'),
(5,'2024-07-22 00:00:00',58.9,38.04,0.36,'growth'),
(5,'2024-07-23 00:00:00',53.2,38.53,0.33,'growth'),
(5,'2024-07-24 00:00:00',64.1,38.9,0.35,'growth'),
(5,'2024-07-25 00:00:00',53.4,39.06,0.54,'growth'),
(5,'2024-07-26 00:00:00',54.0,39.28,0.28,'growth'),
(5,'2024-07-27 00:00:00',50.7,39.5,0.66,'growth'),
(5,'2024-07-28 00:00:00',58.9,39.6,0.2,'growth'),
(5,'2024-07-29 00:00:00',63.3,39.71,0.64,'growth'),
(5,'2024-07-30 00:00:00',48.4,40.09,0.25,'growth'),
(5,'2024-07-31 00:00:00',53.5,40.24,0.4,'growth'),
(5,'2024-08-01 00:00:00',59.9,40.3,0.33,'growth'),
(5,'2024-08-02 00:00:00',49.1,40.51,0.35,'growth'),
(5,'2024-08-03 00:00:00',57.1,40.74,0.52,'growth'),
(5,'2024-08-04 00:00:00',59.7,40.66,0.62,'growth'),
(5,'2024-08-05 00:00:00',55.1,40.87,0.58,'growth'),
(5,'2024-08-06 00:00:00',56.9,41.22,0.34,'growth'),
(5,'2024-08-07 00:00:00',61.7,41.5,0.43,'growth'),
(5,'2024-08-08 00:00:00',62.4,42.04,0.28,'growth'),
(5,'2024-08-09 00:00:00',54.4,42.44,0.25,'growth'),
(5,'2024-08-10 00:00:00',52.4,42.86,0.23,'growth'),
(5,'2024-08-11 00:00:00',50.8,43.48,0.33,'growth'),
(5,'2024-08-12 00:00:00',58.4,43.79,0.44,'growth'),
(5,'2024-08-13 00:00:00',48.9,44.02,0.11,'growth'),
(5,'2024-08-14 00:00:00',53.6,44.36,0.39,'growth'),
(5,'2024-08-15 00:00:00',54.7,44.47,0.63,'growth'),
(5,'2024-08-16 00:00:00',52.2,44.68,0.57,'growth'),
(5,'2024-08-17 00:00:00',55.3,44.78,0.31,'growth'),
(5,'2024-08-18 00:00:00',64.7,45.03,0.19,'growth'),
(5,'2024-08-19 00:00:00',53.5,45.12,0.47,'growth'),
(5,'2024-08-20 00:00:00',53.2,45.23,0.05,'growth'),
(5,'2024-08-21 00:00:00',61.3,45.52,0.57,'growth'),
(5,'2024-08-22 00:00:00',56.1,45.71,0.37,'growth'),
(5,'2024-08-23 00:00:00',59.9,45.61,0.67,'growth'),
(5,'2024-08-24 00:00:00',54.3,45.58,0.14,'growth'),
(5,'2024-08-25 00:00:00',52.6,45.6,0.54,'growth'),
(5,'2024-08-26 00:00:00',46.6,45.65,0.38,'growth'),
(5,'2024-08-27 00:00:00',49.6,45.94,0.35,'growth'),
(5,'2024-08-28 00:00:00',46.1,46.16,0.19,'growth'),
(5,'2024-08-29 00:00:00',54.7,46.51,0.49,'growth'),
(5,'2024-08-30 00:00:00',47.6,46.8,0.5,'growth'),
(5,'2024-08-31 00:00:00',58.0,47.14,0.67,'growth'),
(5,'2024-09-01 00:00:00',53.0,47.41,0.55,'maturity'),
(5,'2024-09-02 00:00:00',51.8,47.62,0.31,'maturity'),
(5,'2024-09-03 00:00:00',49.3,47.96,0.25,'maturity'),
(5,'2024-09-04 00:00:00',55.1,48.27,0.19,'maturity'),
(5,'2024-09-05 00:00:00',49.3,48.5,0.62,'maturity'),
(5,'2024-09-06 00:00:00',48.4,48.86,0.28,'maturity'),
(5,'2024-09-07 00:00:00',57.0,48.68,0.62,'maturity'),
(5,'2024-09-08 00:00:00',54.1,48.81,0.48,'maturity'),
(5,'2024-09-09 00:00:00',51.1,48.93,0.45,'maturity'),
(5,'2024-09-10 00:00:00',54.5,49.27,0.35,'maturity'),
(5,'2024-09-11 00:00:00',51.8,49.67,0.5,'maturity'),
(5,'2024-09-12 00:00:00',53.2,49.62,0.4,'maturity'),
(5,'2024-09-13 00:00:00',48.3,50.0,0.34,'maturity'),
(5,'2024-09-14 00:00:00',59.7,49.98,0.5,'maturity'),
(5,'2024-09-15 00:00:00',49.0,49.97,0.38,'maturity'),
(5,'2024-09-16 00:00:00',57.4,50.1,0.28,'maturity'),
(5,'2024-09-17 00:00:00',50.3,50.21,0.49,'maturity'),
(5,'2024-09-18 00:00:00',54.1,50.14,0.39,'maturity'),
(5,'2024-09-19 00:00:00',53.9,50.4,0.47,'maturity'),
(5,'2024-09-20 00:00:00',56.7,50.69,0.33,'maturity'),
(5,'2024-09-21 00:00:00',47.8,51.02,0.22,'maturity'),
(5,'2024-09-22 00:00:00',54.6,51.11,0.66,'maturity'),
(5,'2024-09-23 00:00:00',57.6,51.26,0.63,'maturity'),
(5,'2024-09-24 00:00:00',49.0,51.41,0.53,'maturity'),
(5,'2024-09-25 00:00:00',50.0,51.82,0.34,'maturity'),
(5,'2024-09-26 00:00:00',47.7,51.54,0.35,'maturity'),
(5,'2024-09-27 00:00:00',48.2,51.55,0.61,'maturity'),
(5,'2024-09-28 00:00:00',56.3,51.71,0.35,'maturity'),
(5,'2024-09-29 00:00:00',45.3,51.69,0.31,'maturity'),
(5,'2024-09-30 00:00:00',45.4,51.81,0.68,'maturity'),
(5,'2024-10-01 00:00:00',55.5,51.94,0.39,'maturity'),
(5,'2024-10-02 00:00:00',51.4,51.99,0.67,'maturity'),
(5,'2024-10-03 00:00:00',57.2,52.15,0.19,'maturity'),
(5,'2024-10-04 00:00:00',46.8,52.39,0.48,'maturity'),
(5,'2024-10-05 00:00:00',49.4,52.52,0.71,'maturity'),
(5,'2024-10-06 00:00:00',46.8,52.63,0.4,'maturity'),
(5,'2024-10-07 00:00:00',49.2,52.77,0.36,'maturity'),
(5,'2024-10-08 00:00:00',40.8,52.92,0.22,'maturity'),
(5,'2024-10-09 00:00:00',50.5,52.8,0.56,'maturity'),
(5,'2024-10-10 00:00:00',48.9,53.01,0.28,'maturity'),
(5,'2024-10-11 00:00:00',47.2,53.09,0.39,'maturity'),
(5,'2024-10-12 00:00:00',45.7,53.42,0.21,'maturity'),
(5,'2024-10-13 00:00:00',43.7,53.66,0.63,'maturity'),
(5,'2024-10-14 00:00:00',50.6,54.01,0.57,'maturity'),
(5,'2024-10-15 00:00:00',42.4,54.02,0.4,'maturity'),
(5,'2024-10-16 00:00:00',48.7,54.1,0.23,'maturity'),
(5,'2024-10-17 00:00:00',54.8,54.05,0.63,'maturity'),
(5,'2024-10-18 00:00:00',52.3,54.08,0.35,'maturity'),
(5,'2024-10-19 00:00:00',40.1,54.41,0.23,'maturity'),
(5,'2024-10-20 00:00:00',43.8,54.77,0.14,'maturity'),
(5,'2024-10-21 00:00:00',47.5,54.73,0.3,'maturity'),
(5,'2024-10-22 00:00:00',45.4,54.8,0.18,'maturity'),
(5,'2024-10-23 00:00:00',39.9,54.92,0.31,'maturity'),
(5,'2024-10-24 00:00:00',46.9,55.14,0.51,'maturity'),
(5,'2024-10-25 00:00:00',45.1,55.01,0.34,'maturity'),
(5,'2024-10-26 00:00:00',52.7,54.9,0.45,'maturity'),
(5,'2024-10-27 00:00:00',43.8,55.11,0.29,'maturity'),
(5,'2024-10-28 00:00:00',49.3,54.95,0.41,'maturity'),
(5,'2024-10-29 00:00:00',39.4,55.01,0.69,'maturity'),
(5,'2024-10-30 00:00:00',40.2,55.17,0.35,'maturity'),
(5,'2024-10-31 00:00:00',47.0,55.37,0.46,'maturity'),
(10,'2024-04-01 00:00:00',39.9,0.0,1.82,'bloom'),
(10,'2024-04-02 00:00:00',41.2,0.0,2.1,'bloom'),
(10,'2024-04-03 00:00:00',39.0,0.0,1.4,'bloom'),
(10,'2024-04-04 00:00:00',42.4,0.0,0.13,'bloom'),
(10,'2024-04-05 00:00:00',37.0,0.0,0.15,'bloom'),
(10,'2024-04-06 00:00:00',43.2,0.0,0.46,'bloom'),
(10,'2024-04-07 00:00:00',44.1,0.0,1.27,'bloom'),
(10,'2024-04-08 00:00:00',43.2,0.0,0.36,'bloom'),
(10,'2024-04-09 00:00:00',41.4,0.0,2.35,'bloom'),
(10,'2024-04-10 00:00:00',44.1,0.0,0.3,'bloom'),
(10,'2024-04-11 00:00:00',38.1,0.0,0.46,'bloom'),
(10,'2024-04-12 00:00:00',42.9,0.0,0.39,'bloom'),
(10,'2024-04-13 00:00:00',43.7,0.0,0.52,'bloom'),
(10,'2024-04-14 00:00:00',37.6,0.0,0.54,'bloom'),
(10,'2024-04-15 00:00:00',45.2,0.0,2.54,'bloom'),
(10,'2024-04-16 00:00:00',38.8,0.0,0.96,'bloom'),
(10,'2024-04-17 00:00:00',42.5,0.0,0.29,'bloom'),
(10,'2024-04-18 00:00:00',44.7,0.0,2.8,'bloom'),
(10,'2024-04-19 00:00:00',42.1,0.0,0.28,'bloom'),
(10,'2024-04-20 00:00:00',45.7,0.0,1.8,'bloom'),
(10,'2024-04-21 00:00:00',46.1,0.0,0.41,'bloom'),
(10,'2024-04-22 00:00:00',43.0,0.0,0.76,'bloom'),
(10,'2024-04-23 00:00:00',48.9,0.0,0.33,'bloom'),
(10,'2024-04-24 00:00:00',44.0,0.0,0.4,'bloom'),
(10,'2024-04-25 00:00:00',56.6,0.0,2.54,'bloom'),
(10,'2024-04-26 00:00:00',47.4,0.0,2.73,'bloom'),
(10,'2024-04-27 00:00:00',43.6,0.0,0.53,'bloom'),
(10,'2024-04-28 00:00:00',44.8,0.0,0.52,'bloom'),
(10,'2024-04-29 00:00:00',53.7,0.0,0.6,'bloom'),
(10,'2024-04-30 00:00:00',47.9,0.0,0.34,'bloom'),
(10,'2024-05-01 00:00:00',44.5,0.93,0.35,'fruit_set'),
(10,'2024-05-02 00:00:00',53.7,2.06,2.99,'fruit_set'),
(10,'2024-05-03 00:00:00',49.1,3.09,0.49,'fruit_set'),
(10,'2024-05-04 00:00:00',53.8,4.11,0.07,'fruit_set'),
(10,'2024-05-05 00:00:00',55.3,4.9,0.47,'fruit_set'),
(10,'2024-05-06 00:00:00',53.0,5.73,0.31,'fruit_set'),
(10,'2024-05-07 00:00:00',61.9,6.52,0.53,'fruit_set'),
(10,'2024-05-08 00:00:00',45.8,7.12,0.46,'fruit_set'),
(10,'2024-05-09 00:00:00',49.8,8.16,0.14,'fruit_set'),
(10,'2024-05-10 00:00:00',52.5,9.08,2.66,'fruit_set'),
(10,'2024-05-11 00:00:00',62.9,9.82,0.43,'fruit_set'),
(10,'2024-05-12 00:00:00',61.5,10.8,0.45,'fruit_set'),
(10,'2024-05-13 00:00:00',59.8,11.48,0.49,'fruit_set'),
(10,'2024-05-14 00:00:00',51.9,11.97,3.08,'fruit_set'),
(10,'2024-05-15 00:00:00',52.7,12.89,0.46,'fruit_set'),
(10,'2024-05-16 00:00:00',52.5,13.45,0.4,'fruit_set'),
(10,'2024-05-17 00:00:00',53.0,14.16,2.44,'fruit_set'),
(10,'2024-05-18 00:00:00',62.5,14.93,1.92,'fruit_set'),
(10,'2024-05-19 00:00:00',55.9,15.72,2.0,'fruit_set'),
(10,'2024-05-20 00:00:00',56.8,16.56,0.43,'fruit_set'),
(10,'2024-05-21 00:00:00',60.7,17.36,0.46,'fruit_set'),
(10,'2024-05-22 00:00:00',51.3,18.14,2.52,'fruit_set'),
(10,'2024-05-23 00:00:00',58.5,18.71,0.4,'fruit_set'),
(10,'2024-05-24 00:00:00',54.3,19.44,0.72,'fruit_set'),
(10,'2024-05-25 00:00:00',57.8,19.89,0.29,'fruit_set'),
(10,'2024-05-26 00:00:00',57.0,20.79,0.57,'fruit_set'),
(10,'2024-05-27 00:00:00',57.1,21.24,0.38,'fruit_set'),
(10,'2024-05-28 00:00:00',60.9,21.85,0.18,'fruit_set'),
(10,'2024-05-29 00:00:00',61.2,22.3,1.44,'fruit_set'),
(10,'2024-05-30 00:00:00',59.8,22.83,0.32,'fruit_set'),
(10,'2024-05-31 00:00:00',62.5,23.47,0.49,'fruit_set'),
(10,'2024-06-01 00:00:00',57.8,24.02,0.41,'growth'),
(10,'2024-06-02 00:00:00',64.4,24.81,0.25,'growth'),
(10,'2024-06-03 00:00:00',61.1,25.46,0.62,'growth'),
(10,'2024-06-04 00:00:00',60.3,26.0,0.56,'growth'),
(10,'2024-06-05 00:00:00',59.4,26.58,0.64,'growth'),
(10,'2024-06-06 00:00:00',61.9,27.35,0.44,'growth'),
(10,'2024-06-07 00:00:00',70.6,28.08,2.78,'growth'),
(10,'2024-06-08 00:00:00',63.1,28.48,1.65,'growth'),
(10,'2024-06-09 00:00:00',59.1,28.95,2.6,'growth'),
(10,'2024-06-10 00:00:00',67.6,29.59,2.04,'growth'),
(10,'2024-06-11 00:00:00',62.3,30.2,0.37,'growth'),
(10,'2024-06-12 00:00:00',65.6,30.59,0.18,'growth'),
(10,'2024-06-13 00:00:00',62.3,31.25,0.42,'growth'),
(10,'2024-06-14 00:00:00',70.1,31.66,2.56,'growth'),
(10,'2024-06-15 00:00:00',62.9,32.39,0.36,'growth'),
(10,'2024-06-16 00:00:00',71.1,32.99,0.45,'growth'),
(10,'2024-06-17 00:00:00',61.5,33.34,0.59,'growth'),
(10,'2024-06-18 00:00:00',64.8,33.78,0.27,'growth'),
(10,'2024-06-19 00:00:00',71.8,34.21,0.35,'growth'),
(10,'2024-06-20 00:00:00',67.0,34.74,2.71,'growth'),
(10,'2024-06-21 00:00:00',75.7,35.21,0.28,'growth'),
(10,'2024-06-22 00:00:00',65.7,35.53,0.31,'growth'),
(10,'2024-06-23 00:00:00',68.0,35.81,1.89,'growth'),
(10,'2024-06-24 00:00:00',74.8,36.38,0.49,'growth'),
(10,'2024-06-25 00:00:00',61.3,36.9,0.45,'growth'),
(10,'2024-06-26 00:00:00',61.0,37.39,0.24,'growth'),
(10,'2024-06-27 00:00:00',64.5,37.9,0.59,'growth'),
(10,'2024-06-28 00:00:00',71.1,38.27,0.54,'growth'),
(10,'2024-06-29 00:00:00',61.6,38.76,0.26,'growth'),
(10,'2024-06-30 00:00:00',70.6,39.59,0.58,'growth'),
(10,'2024-07-01 00:00:00',70.5,40.21,0.45,'growth'),
(10,'2024-07-02 00:00:00',76.6,40.6,0.38,'growth'),
(10,'2024-07-03 00:00:00',72.8,40.95,2.44,'growth'),
(10,'2024-07-04 00:00:00',70.2,40.95,0.4,'growth'),
(10,'2024-07-05 00:00:00',74.3,41.54,0.48,'growth'),
(10,'2024-07-06 00:00:00',71.2,42.08,0.43,'growth'),
(10,'2024-07-07 00:00:00',67.3,42.41,0.35,'growth'),
(10,'2024-07-08 00:00:00',64.7,42.61,0.1,'growth'),
(10,'2024-07-09 00:00:00',67.1,42.84,0.48,'growth'),
(10,'2024-07-10 00:00:00',69.3,43.32,1.53,'growth'),
(10,'2024-07-11 00:00:00',70.2,43.7,2.68,'growth'),
(10,'2024-07-12 00:00:00',61.0,44.2,0.47,'growth'),
(10,'2024-07-13 00:00:00',68.8,44.6,0.35,'growth'),
(10,'2024-07-14 00:00:00',69.8,45.13,2.75,'growth'),
(10,'2024-07-15 00:00:00',72.0,45.57,1.73,'growth'),
(10,'2024-07-16 00:00:00',76.3,46.07,1.27,'growth'),
(10,'2024-07-17 00:00:00',70.6,46.12,0.38,'growth'),
(10,'2024-07-18 00:00:00',66.3,46.31,0.65,'growth'),
(10,'2024-07-19 00:00:00',62.7,46.62,0.29,'growth'),
(10,'2024-07-20 00:00:00',72.7,47.14,1.88,'growth'),
(10,'2024-07-21 00:00:00',66.5,47.78,1.3,'growth'),
(10,'2024-07-22 00:00:00',73.5,48.1,2.7,'growth'),
(10,'2024-07-23 00:00:00',75.6,48.36,0.31,'growth'),
(10,'2024-07-24 00:00:00',63.8,48.41,1.57,'growth'),
(10,'2024-07-25 00:00:00',72.2,48.88,0.32,'growth'),
(10,'2024-07-26 00:00:00',75.1,49.13,0.41,'growth'),
(10,'2024-07-27 00:00:00',74.0,49.91,0.21,'growth'),
(10,'2024-07-28 00:00:00',61.5,50.12,0.06,'growth'),
(10,'2024-07-29 00:00:00',66.5,50.76,2.87,'growth'),
(10,'2024-07-30 00:00:00',64.7,51.18,2.54,'growth'),
(10,'2024-07-31 00:00:00',71.9,51.34,0.53,'growth'),
(10,'2024-08-01 00:00:00',71.4,51.68,0.63,'growth'),
(10,'2024-08-02 00:00:00',58.9,52.1,0.38,'growth'),
(10,'2024-08-03 00:00:00',68.4,52.37,0.59,'growth'),
(10,'2024-08-04 00:00:00',72.7,52.79,0.4,'growth'),
(10,'2024-08-05 00:00:00',70.0,53.2,0.64,'growth'),
(10,'2024-08-06 00:00:00',69.9,53.58,0.33,'growth'),
(10,'2024-08-07 00:00:00',67.8,53.86,2.39,'growth'),
(10,'2024-08-08 00:00:00',64.9,53.96,2.21,'growth'),
(10,'2024-08-09 00:00:00',69.0,54.22,1.91,'growth'),
(10,'2024-08-10 00:00:00',69.1,54.52,0.48,'growth'),
(10,'2024-08-11 00:00:00',71.2,54.51,0.32,'growth'),
(10,'2024-08-12 00:00:00',71.4,54.81,0.45,'growth'),
(10,'2024-08-13 00:00:00',68.9,55.06,2.72,'growth'),
(10,'2024-08-14 00:00:00',72.7,55.13,0.39,'growth'),
(10,'2024-08-15 00:00:00',66.7,55.35,0.79,'growth'),
(10,'2024-08-16 00:00:00',62.3,55.56,0.32,'growth'),
(10,'2024-08-17 00:00:00',69.8,56.11,0.55,'growth'),
(10,'2024-08-18 00:00:00',68.2,56.4,0.51,'growth'),
(10,'2024-08-19 00:00:00',69.5,56.8,0.3,'growth'),
(10,'2024-08-20 00:00:00',62.3,57.03,0.34,'growth'),
(10,'2024-08-21 00:00:00',74.3,56.99,0.55,'growth'),
(10,'2024-08-22 00:00:00',69.8,57.33,2.41,'growth'),
(10,'2024-08-23 00:00:00',65.6,57.47,0.45,'growth'),
(10,'2024-08-24 00:00:00',62.8,57.66,0.15,'growth'),
(10,'2024-08-25 00:00:00',70.7,57.73,0.5,'growth'),
(10,'2024-08-26 00:00:00',61.7,57.98,2.9,'growth'),
(10,'2024-08-27 00:00:00',75.0,58.37,0.39,'growth'),
(10,'2024-08-28 00:00:00',63.2,58.74,0.45,'growth'),
(10,'2024-08-29 00:00:00',72.3,59.2,0.34,'growth'),
(10,'2024-08-30 00:00:00',64.5,59.67,0.31,'growth'),
(10,'2024-08-31 00:00:00',71.3,59.58,0.36,'growth'),
(10,'2024-09-01 00:00:00',61.8,59.61,1.77,'maturity'),
(10,'2024-09-02 00:00:00',64.5,59.55,0.73,'maturity'),
(10,'2024-09-03 00:00:00',67.4,59.86,1.44,'maturity'),
(10,'2024-09-04 00:00:00',66.6,59.97,0.25,'maturity'),
(10,'2024-09-05 00:00:00',68.1,60.1,0.71,'maturity'),
(10,'2024-09-06 00:00:00',61.4,60.27,2.83,'maturity'),
(10,'2024-09-07 00:00:00',63.4,60.54,2.63,'maturity'),
(10,'2024-09-08 00:00:00',67.8,60.51,0.53,'maturity'),
(10,'2024-09-09 00:00:00',59.7,60.53,1.28,'maturity'),
(10,'2024-09-10 00:00:00',64.5,60.73,0.36,'maturity'),
(10,'2024-09-11 00:00:00',61.1,61.11,2.35,'maturity'),
(10,'2024-09-12 00:00:00',62.4,61.3,0.43,'maturity'),
(10,'2024-09-13 00:00:00',61.7,61.37,0.46,'maturity'),
(10,'2024-09-14 00:00:00',57.8,61.24,0.39,'maturity'),
(10,'2024-09-15 00:00:00',59.6,61.58,1.18,'maturity'),
(10,'2024-09-16 00:00:00',60.9,61.66,0.56,'maturity'),
(10,'2024-09-17 00:00:00',59.6,61.67,0.45,'maturity'),
(10,'2024-09-18 00:00:00',66.0,61.61,0.41,'maturity'),
(10,'2024-09-19 00:00:00',63.4,61.58,0.42,'maturity'),
(10,'2024-09-20 00:00:00',60.2,61.62,0.68,'maturity'),
(10,'2024-09-21 00:00:00',55.6,61.78,0.43,'maturity'),
(10,'2024-09-22 00:00:00',55.0,61.78,0.32,'maturity'),
(10,'2024-09-23 00:00:00',65.9,62.0,0.11,'maturity'),
(10,'2024-09-24 00:00:00',53.6,62.15,0.18,'maturity'),
(10,'2024-09-25 00:00:00',57.7,62.66,0.33,'maturity'),
(10,'2024-09-26 00:00:00',57.5,62.57,0.38,'maturity'),
(10,'2024-09-27 00:00:00',53.2,62.75,0.32,'maturity'),
(10,'2024-09-28 00:00:00',49.1,62.91,0.45,'maturity'),
(10,'2024-09-29 00:00:00',48.7,62.87,0.31,'maturity'),
(10,'2024-09-30 00:00:00',48.8,63.0,0.26,'maturity'),
(10,'2024-10-01 00:00:00',46.9,63.21,0.49,'maturity'),
(10,'2024-10-02 00:00:00',54.2,63.31,0.61,'maturity'),
(10,'2024-10-03 00:00:00',48.7,63.61,0.23,'maturity'),
(10,'2024-10-04 00:00:00',46.5,63.36,0.44,'maturity'),
(10,'2024-10-05 00:00:00',48.8,63.32,0.11,'maturity'),
(10,'2024-10-06 00:00:00',54.2,63.68,1.93,'maturity'),
(10,'2024-10-07 00:00:00',49.5,63.95,0.31,'maturity'),
(10,'2024-10-08 00:00:00',53.6,64.15,0.57,'maturity'),
(10,'2024-10-09 00:00:00',44.3,64.45,0.28,'maturity'),
(10,'2024-10-10 00:00:00',53.1,64.25,0.28,'maturity'),
(10,'2024-10-11 00:00:00',47.5,64.45,0.41,'maturity'),
(10,'2024-10-12 00:00:00',47.1,64.69,0.41,'maturity'),
(10,'2024-10-13 00:00:00',44.4,64.67,0.28,'maturity'),
(10,'2024-10-14 00:00:00',42.1,65.14,0.7,'maturity'),
(10,'2024-10-15 00:00:00',40.1,65.24,0.36,'maturity'),
(10,'2024-10-16 00:00:00',43.6,64.99,0.42,'maturity'),
(10,'2024-10-17 00:00:00',48.8,65.12,0.34,'maturity'),
(10,'2024-10-18 00:00:00',42.5,65.09,0.47,'maturity'),
(10,'2024-10-19 00:00:00',40.0,65.34,0.59,'maturity'),
(10,'2024-10-20 00:00:00',42.4,65.49,0.65,'maturity'),
(10,'2024-10-21 00:00:00',45.0,65.52,1.7,'maturity'),
(10,'2024-10-22 00:00:00',45.3,65.89,2.01,'maturity'),
(10,'2024-10-23 00:00:00',45.7,66.17,0.48,'maturity'),
(10,'2024-10-24 00:00:00',50.0,66.18,1.76,'maturity'),
(10,'2024-10-25 00:00:00',50.4,66.29,0.39,'maturity'),
(10,'2024-10-26 00:00:00',53.0,66.51,0.37,'maturity'),
(10,'2024-10-27 00:00:00',38.1,66.58,1.81,'maturity'),
(10,'2024-10-28 00:00:00',40.7,66.67,0.54,'maturity'),
(10,'2024-10-29 00:00:00',46.6,66.8,0.63,'maturity'),
(10,'2024-10-30 00:00:00',41.5,66.77,0.43,'maturity'),
(10,'2024-10-31 00:00:00',46.4,66.57,0.38,'maturity'),
(15,'2024-04-01 00:00:00',36.9,0.0,2.72,'bloom'),
(15,'2024-04-02 00:00:00',40.5,0.0,0.41,'bloom'),
(15,'2024-04-03 00:00:00',30.5,0.0,0.31,'bloom'),
(15,'2024-04-04 00:00:00',47.3,0.0,0.4,'bloom'),
(15,'2024-04-05 00:00:00',40.6,0.0,0.47,'bloom'),
(15,'2024-04-06 00:00:00',48.4,0.0,2.44,'bloom'),
(15,'2024-04-07 00:00:00',36.6,0.0,0.45,'bloom'),
(15,'2024-04-08 00:00:00',36.0,0.0,1.09,'bloom'),
(15,'2024-04-09 00:00:00',42.3,0.0,0.57,'bloom'),
(15,'2024-04-10 00:00:00',42.7,0.0,0.48,'bloom'),
(15,'2024-04-11 00:00:00',43.1,0.0,0.64,'bloom'),
(15,'2024-04-12 00:00:00',42.9,0.0,0.23,'bloom'),
(15,'2024-04-13 00:00:00',40.0,0.0,1.61,'bloom'),
(15,'2024-04-14 00:00:00',37.0,0.0,0.54,'bloom'),
(15,'2024-04-15 00:00:00',44.5,0.0,0.37,'bloom'),
(15,'2024-04-16 00:00:00',38.6,0.0,0.34,'bloom'),
(15,'2024-04-17 00:00:00',38.7,0.0,1.63,'bloom'),
(15,'2024-04-18 00:00:00',43.1,0.0,1.19,'bloom'),
(15,'2024-04-19 00:00:00',46.7,0.0,0.29,'bloom'),
(15,'2024-04-20 00:00:00',53.4,0.0,0.21,'bloom'),
(15,'2024-04-21 00:00:00',49.7,0.0,0.64,'bloom'),
(15,'2024-04-22 00:00:00',52.0,0.0,2.26,'bloom'),
(15,'2024-04-23 00:00:00',49.3,0.0,2.08,'bloom'),
(15,'2024-04-24 00:00:00',48.5,0.0,0.47,'bloom'),
(15,'2024-04-25 00:00:00',57.5,0.0,1.95,'bloom'),
(15,'2024-04-26 00:00:00',42.6,0.0,0.47,'bloom'),
(15,'2024-04-27 00:00:00',46.6,0.0,2.57,'bloom'),
(15,'2024-04-28 00:00:00',47.4,0.0,1.63,'bloom'),
(15,'2024-04-29 00:00:00',52.7,0.0,2.69,'bloom'),
(15,'2024-04-30 00:00:00',45.6,0.0,0.36,'bloom'),
(15,'2024-05-01 00:00:00',53.0,1.15,0.6,'fruit_set'),
(15,'2024-05-02 00:00:00',52.7,2.12,0.71,'fruit_set'),
(15,'2024-05-03 00:00:00',54.0,3.18,0.22,'fruit_set'),
(15,'2024-05-04 00:00:00',54.3,4.43,0.1,'fruit_set'),
(15,'2024-05-05 00:00:00',57.7,5.4,0.49,'fruit_set'),
(15,'2024-05-06 00:00:00',51.7,6.08,0.56,'fruit_set'),
(15,'2024-05-07 00:00:00',54.5,6.91,0.69,'fruit_set'),
(15,'2024-05-08 00:00:00',49.8,7.94,0.51,'fruit_set'),
(15,'2024-05-09 00:00:00',49.3,8.71,0.61,'fruit_set'),
(15,'2024-05-10 00:00:00',60.6,9.74,0.65,'fruit_set'),
(15,'2024-05-11 00:00:00',50.6,10.51,2.53,'fruit_set'),
(15,'2024-05-12 00:00:00',56.8,11.34,0.53,'fruit_set'),
(15,'2024-05-13 00:00:00',56.8,12.06,1.6,'fruit_set'),
(15,'2024-05-14 00:00:00',59.7,12.84,2.12,'fruit_set'),
(15,'2024-05-15 00:00:00',48.8,13.63,0.45,'fruit_set'),
(15,'2024-05-16 00:00:00',59.4,14.13,1.63,'fruit_set'),
(15,'2024-05-17 00:00:00',55.9,14.8,2.87,'fruit_set'),
(15,'2024-05-18 00:00:00',54.1,15.34,0.64,'fruit_set'),
(15,'2024-05-19 00:00:00',55.9,16.0,0.29,'fruit_set'),
(15,'2024-05-20 00:00:00',61.4,16.6,0.52,'fruit_set'),
(15,'2024-05-21 00:00:00',60.5,17.46,0.45,'fruit_set'),
(15,'2024-05-22 00:00:00',57.5,18.31,0.27,'fruit_set'),
(15,'2024-05-23 00:00:00',53.8,19.09,0.24,'fruit_set'),
(15,'2024-05-24 00:00:00',54.4,19.58,0.14,'fruit_set'),
(15,'2024-05-25 00:00:00',62.0,20.23,0.47,'fruit_set'),
(15,'2024-05-26 00:00:00',54.2,20.7,1.93,'fruit_set'),
(15,'2024-05-27 00:00:00',59.2,21.34,0.28,'fruit_set'),
(15,'2024-05-28 00:00:00',70.8,22.09,0.12,'fruit_set'),
(15,'2024-05-29 00:00:00',62.2,22.88,0.46,'fruit_set'),
(15,'2024-05-30 00:00:00',63.6,23.59,2.7,'fruit_set'),
(15,'2024-05-31 00:00:00',56.8,24.41,0.29,'fruit_set'),
(15,'2024-06-01 00:00:00',56.4,25.06,0.26,'growth'),
(15,'2024-06-02 00:00:00',64.8,25.64,0.36,'growth'),
(15,'2024-06-03 00:00:00',60.8,26.38,0.47,'growth'),
(15,'2024-06-04 00:00:00',66.9,27.11,0.35,'growth'),
(15,'2024-06-05 00:00:00',63.1,27.62,0.22,'growth'),
(15,'2024-06-06 00:00:00',77.0,28.25,0.39,'growth'),
(15,'2024-06-07 00:00:00',61.2,28.78,0.56,'growth'),
(15,'2024-06-08 00:00:00',64.9,29.05,0.41,'growth'),
(15,'2024-06-09 00:00:00',60.5,29.68,0.41,'growth'),
(15,'2024-06-10 00:00:00',68.5,30.04,0.35,'growth'),
(15,'2024-06-11 00:00:00',66.4,30.65,0.27,'growth');
INSERT INTO tree_physiology_readings (node_id,ts,sap_flow_g_hr,fruit_diameter_mm,trunk_tilt_deg,phenological_stage) VALUES
(15,'2024-06-12 00:00:00',61.0,30.96,0.26,'growth'),
(15,'2024-06-13 00:00:00',63.9,31.4,0.15,'growth'),
(15,'2024-06-14 00:00:00',70.9,31.87,0.58,'growth'),
(15,'2024-06-15 00:00:00',70.6,32.58,0.47,'growth'),
(15,'2024-06-16 00:00:00',60.2,33.03,0.41,'growth'),
(15,'2024-06-17 00:00:00',64.2,33.38,0.44,'growth'),
(15,'2024-06-18 00:00:00',73.6,33.95,0.45,'growth'),
(15,'2024-06-19 00:00:00',65.9,34.43,0.29,'growth'),
(15,'2024-06-20 00:00:00',67.5,35.05,0.35,'growth'),
(15,'2024-06-21 00:00:00',71.1,35.39,0.33,'growth'),
(15,'2024-06-22 00:00:00',61.9,35.92,0.78,'growth'),
(15,'2024-06-23 00:00:00',63.6,36.77,0.55,'growth'),
(15,'2024-06-24 00:00:00',66.3,37.21,0.43,'growth'),
(15,'2024-06-25 00:00:00',72.6,37.71,0.6,'growth'),
(15,'2024-06-26 00:00:00',72.0,37.93,0.59,'growth'),
(15,'2024-06-27 00:00:00',71.0,38.26,0.19,'growth'),
(15,'2024-06-28 00:00:00',67.7,38.79,0.37,'growth'),
(15,'2024-06-29 00:00:00',73.0,39.19,0.4,'growth'),
(15,'2024-06-30 00:00:00',68.0,39.73,0.49,'growth'),
(15,'2024-07-01 00:00:00',71.1,40.24,0.37,'growth'),
(15,'2024-07-02 00:00:00',72.6,40.48,0.39,'growth'),
(15,'2024-07-03 00:00:00',75.8,41.06,0.33,'growth'),
(15,'2024-07-04 00:00:00',69.0,41.3,0.56,'growth'),
(15,'2024-07-05 00:00:00',67.9,41.61,0.18,'growth'),
(15,'2024-07-06 00:00:00',74.6,42.06,0.34,'growth'),
(15,'2024-07-07 00:00:00',75.0,42.71,0.12,'growth'),
(15,'2024-07-08 00:00:00',67.3,42.97,0.25,'growth'),
(15,'2024-07-09 00:00:00',63.3,43.37,0.45,'growth'),
(15,'2024-07-10 00:00:00',74.7,43.79,0.45,'growth'),
(15,'2024-07-11 00:00:00',63.3,44.28,0.35,'growth'),
(15,'2024-07-12 00:00:00',63.2,44.85,0.57,'growth'),
(15,'2024-07-13 00:00:00',69.0,45.17,0.6,'growth'),
(15,'2024-07-14 00:00:00',70.1,45.7,0.39,'growth'),
(15,'2024-07-15 00:00:00',65.5,46.27,0.44,'growth'),
(15,'2024-07-16 00:00:00',70.7,46.91,0.33,'growth'),
(15,'2024-07-17 00:00:00',70.9,47.34,0.49,'growth'),
(15,'2024-07-18 00:00:00',68.0,47.72,0.22,'growth'),
(15,'2024-07-19 00:00:00',78.1,48.0,0.67,'growth'),
(15,'2024-07-20 00:00:00',71.7,48.13,0.57,'growth'),
(15,'2024-07-21 00:00:00',74.5,48.43,0.22,'growth'),
(15,'2024-07-22 00:00:00',64.2,48.79,0.28,'growth'),
(15,'2024-07-23 00:00:00',64.1,49.11,0.46,'growth'),
(15,'2024-07-24 00:00:00',71.8,49.53,0.35,'growth'),
(15,'2024-07-25 00:00:00',77.4,49.64,0.48,'growth'),
(15,'2024-07-26 00:00:00',65.9,49.94,0.35,'growth'),
(15,'2024-07-27 00:00:00',70.5,50.56,0.63,'growth'),
(15,'2024-07-28 00:00:00',65.0,51.03,0.4,'growth'),
(15,'2024-07-29 00:00:00',67.0,51.43,0.76,'growth'),
(15,'2024-07-30 00:00:00',70.6,51.8,0.49,'growth'),
(15,'2024-07-31 00:00:00',67.8,52.05,0.2,'growth'),
(15,'2024-08-01 00:00:00',64.5,52.08,0.71,'growth'),
(15,'2024-08-02 00:00:00',64.3,52.45,0.56,'growth'),
(15,'2024-08-03 00:00:00',62.0,52.38,0.46,'growth'),
(15,'2024-08-04 00:00:00',71.4,52.62,0.5,'growth'),
(15,'2024-08-05 00:00:00',71.8,52.92,0.22,'growth'),
(15,'2024-08-06 00:00:00',71.7,53.14,0.13,'growth'),
(15,'2024-08-07 00:00:00',65.6,53.75,0.39,'growth'),
(15,'2024-08-08 00:00:00',73.2,54.3,0.61,'growth'),
(15,'2024-08-09 00:00:00',71.8,54.73,0.46,'growth'),
(15,'2024-08-10 00:00:00',68.9,54.86,0.66,'growth'),
(15,'2024-08-11 00:00:00',68.1,55.42,0.6,'growth'),
(15,'2024-08-12 00:00:00',66.0,55.77,0.4,'growth'),
(15,'2024-08-13 00:00:00',69.3,55.89,0.58,'growth'),
(15,'2024-08-14 00:00:00',74.8,56.15,0.63,'growth'),
(15,'2024-08-15 00:00:00',72.8,56.54,0.39,'growth'),
(15,'2024-08-16 00:00:00',67.0,56.7,0.37,'growth'),
(15,'2024-08-17 00:00:00',70.0,56.97,0.42,'growth'),
(15,'2024-08-18 00:00:00',63.3,57.26,0.04,'growth'),
(15,'2024-08-19 00:00:00',70.5,57.33,0.44,'growth'),
(15,'2024-08-20 00:00:00',64.0,57.53,0.51,'growth'),
(15,'2024-08-21 00:00:00',69.9,57.61,0.42,'growth'),
(15,'2024-08-22 00:00:00',78.9,57.98,0.45,'growth'),
(15,'2024-08-23 00:00:00',64.5,58.07,0.39,'growth'),
(15,'2024-08-24 00:00:00',78.3,58.35,0.1,'growth'),
(15,'2024-08-25 00:00:00',68.3,58.36,0.65,'growth'),
(15,'2024-08-26 00:00:00',63.2,58.42,0.34,'growth'),
(15,'2024-08-27 00:00:00',62.7,58.47,0.31,'growth'),
(15,'2024-08-28 00:00:00',75.2,58.65,0.6,'growth'),
(15,'2024-08-29 00:00:00',67.4,58.9,0.55,'growth'),
(15,'2024-08-30 00:00:00',63.0,59.18,0.44,'growth'),
(15,'2024-08-31 00:00:00',64.2,59.13,0.52,'growth'),
(15,'2024-09-01 00:00:00',66.5,59.32,0.23,'maturity'),
(15,'2024-09-02 00:00:00',64.4,59.42,0.39,'maturity'),
(15,'2024-09-03 00:00:00',65.6,59.72,0.59,'maturity'),
(15,'2024-09-04 00:00:00',71.0,59.89,0.3,'maturity'),
(15,'2024-09-05 00:00:00',59.2,60.09,0.25,'maturity'),
(15,'2024-09-06 00:00:00',66.0,60.18,0.41,'maturity'),
(15,'2024-09-07 00:00:00',62.8,60.64,0.42,'maturity'),
(15,'2024-09-08 00:00:00',60.8,60.65,0.5,'maturity'),
(15,'2024-09-09 00:00:00',66.8,60.79,0.19,'maturity'),
(15,'2024-09-10 00:00:00',56.4,61.01,0.02,'maturity'),
(15,'2024-09-11 00:00:00',52.5,61.17,0.54,'maturity'),
(15,'2024-09-12 00:00:00',62.5,61.25,0.24,'maturity'),
(15,'2024-09-13 00:00:00',60.8,61.17,0.31,'maturity'),
(15,'2024-09-14 00:00:00',55.6,61.26,0.07,'maturity'),
(15,'2024-09-15 00:00:00',53.8,61.31,0.55,'maturity'),
(15,'2024-09-16 00:00:00',68.1,61.75,0.45,'maturity'),
(15,'2024-09-17 00:00:00',61.9,62.28,0.45,'maturity'),
(15,'2024-09-18 00:00:00',59.8,62.45,0.45,'maturity'),
(15,'2024-09-19 00:00:00',68.1,62.42,0.09,'maturity'),
(15,'2024-09-20 00:00:00',63.1,62.71,0.25,'maturity'),
(15,'2024-09-21 00:00:00',65.8,62.74,0.33,'maturity'),
(15,'2024-09-22 00:00:00',53.6,62.83,0.29,'maturity'),
(15,'2024-09-23 00:00:00',53.1,62.91,0.36,'maturity'),
(15,'2024-09-24 00:00:00',60.1,63.01,0.44,'maturity'),
(15,'2024-09-25 00:00:00',58.9,63.13,0.55,'maturity'),
(15,'2024-09-26 00:00:00',61.9,63.11,0.18,'maturity'),
(15,'2024-09-27 00:00:00',50.0,63.17,0.4,'maturity'),
(15,'2024-09-28 00:00:00',59.0,63.5,0.51,'maturity'),
(15,'2024-09-29 00:00:00',59.8,63.66,0.26,'maturity'),
(15,'2024-09-30 00:00:00',59.2,63.85,0.37,'maturity'),
(15,'2024-10-01 00:00:00',53.4,63.67,0.47,'maturity'),
(15,'2024-10-02 00:00:00',56.7,63.98,0.4,'maturity'),
(15,'2024-10-03 00:00:00',51.2,64.04,0.5,'maturity'),
(15,'2024-10-04 00:00:00',52.7,64.37,0.41,'maturity'),
(15,'2024-10-05 00:00:00',49.3,64.55,0.35,'maturity'),
(15,'2024-10-06 00:00:00',50.1,64.62,0.22,'maturity'),
(15,'2024-10-07 00:00:00',51.8,64.52,0.44,'maturity'),
(15,'2024-10-08 00:00:00',50.4,65.01,0.41,'maturity'),
(15,'2024-10-09 00:00:00',48.9,65.28,0.25,'maturity'),
(15,'2024-10-10 00:00:00',46.3,65.55,0.49,'maturity'),
(15,'2024-10-11 00:00:00',59.0,65.97,0.59,'maturity'),
(15,'2024-10-12 00:00:00',48.7,66.14,0.3,'maturity'),
(15,'2024-10-13 00:00:00',51.5,66.48,0.29,'maturity'),
(15,'2024-10-14 00:00:00',42.5,66.53,0.29,'maturity'),
(15,'2024-10-15 00:00:00',54.1,66.75,0.15,'maturity'),
(15,'2024-10-16 00:00:00',48.8,66.76,0.7,'maturity'),
(15,'2024-10-17 00:00:00',46.9,66.81,0.33,'maturity'),
(15,'2024-10-18 00:00:00',46.6,66.96,0.27,'maturity'),
(15,'2024-10-19 00:00:00',51.4,66.9,0.23,'maturity'),
(15,'2024-10-20 00:00:00',35.7,67.07,0.34,'maturity'),
(15,'2024-10-21 00:00:00',43.8,67.15,0.3,'maturity'),
(15,'2024-10-22 00:00:00',46.2,66.98,0.62,'maturity'),
(15,'2024-10-23 00:00:00',45.7,67.04,0.21,'maturity'),
(15,'2024-10-24 00:00:00',55.8,67.11,0.17,'maturity'),
(15,'2024-10-25 00:00:00',44.1,67.37,0.48,'maturity'),
(15,'2024-10-26 00:00:00',49.0,67.53,0.38,'maturity'),
(15,'2024-10-27 00:00:00',51.8,67.87,0.37,'maturity'),
(15,'2024-10-28 00:00:00',46.9,68.06,0.48,'maturity'),
(15,'2024-10-29 00:00:00',41.1,68.1,0.42,'maturity'),
(15,'2024-10-30 00:00:00',38.2,68.2,0.39,'maturity'),
(15,'2024-10-31 00:00:00',45.9,68.26,0.19,'maturity'),
(20,'2024-04-01 00:00:00',39.5,0.0,1.95,'bloom'),
(20,'2024-04-02 00:00:00',44.2,0.0,0.3,'bloom'),
(20,'2024-04-03 00:00:00',40.5,0.0,0.45,'bloom'),
(20,'2024-04-04 00:00:00',45.1,0.0,0.62,'bloom'),
(20,'2024-04-05 00:00:00',40.5,0.0,0.54,'bloom'),
(20,'2024-04-06 00:00:00',43.3,0.0,1.67,'bloom'),
(20,'2024-04-07 00:00:00',42.2,0.0,0.44,'bloom'),
(20,'2024-04-08 00:00:00',39.2,0.0,2.33,'bloom'),
(20,'2024-04-09 00:00:00',40.1,0.0,2.09,'bloom'),
(20,'2024-04-10 00:00:00',39.7,0.0,1.22,'bloom'),
(20,'2024-04-11 00:00:00',42.8,0.0,0.44,'bloom'),
(20,'2024-04-12 00:00:00',40.3,0.0,0.5,'bloom'),
(20,'2024-04-13 00:00:00',44.3,0.0,0.39,'bloom'),
(20,'2024-04-14 00:00:00',44.5,0.0,0.27,'bloom'),
(20,'2024-04-15 00:00:00',44.2,0.0,0.41,'bloom'),
(20,'2024-04-16 00:00:00',44.7,0.0,0.6,'bloom'),
(20,'2024-04-17 00:00:00',41.9,0.0,0.53,'bloom'),
(20,'2024-04-18 00:00:00',43.5,0.0,2.49,'bloom'),
(20,'2024-04-19 00:00:00',38.3,0.0,2.07,'bloom'),
(20,'2024-04-20 00:00:00',44.9,0.0,0.8,'bloom'),
(20,'2024-04-21 00:00:00',41.9,0.0,0.33,'bloom'),
(20,'2024-04-22 00:00:00',46.6,0.0,2.68,'bloom'),
(20,'2024-04-23 00:00:00',43.8,0.0,0.5,'bloom'),
(20,'2024-04-24 00:00:00',38.9,0.0,0.26,'bloom'),
(20,'2024-04-25 00:00:00',56.5,0.0,0.53,'bloom'),
(20,'2024-04-26 00:00:00',47.0,0.0,2.63,'bloom'),
(20,'2024-04-27 00:00:00',54.1,0.0,1.72,'bloom'),
(20,'2024-04-28 00:00:00',46.6,0.0,0.31,'bloom'),
(20,'2024-04-29 00:00:00',55.9,0.0,0.28,'bloom'),
(20,'2024-04-30 00:00:00',44.9,0.0,0.1,'bloom'),
(20,'2024-05-01 00:00:00',50.6,0.93,1.86,'fruit_set'),
(20,'2024-05-02 00:00:00',46.0,1.76,2.02,'fruit_set'),
(20,'2024-05-03 00:00:00',61.1,2.59,0.5,'fruit_set'),
(20,'2024-05-04 00:00:00',50.1,3.61,2.62,'fruit_set'),
(20,'2024-05-05 00:00:00',54.9,4.45,0.05,'fruit_set'),
(20,'2024-05-06 00:00:00',53.7,5.59,0.29,'fruit_set'),
(20,'2024-05-07 00:00:00',52.2,6.34,0.36,'fruit_set'),
(20,'2024-05-08 00:00:00',54.8,7.02,1.26,'fruit_set'),
(20,'2024-05-09 00:00:00',58.6,7.65,0.15,'fruit_set'),
(20,'2024-05-10 00:00:00',56.2,8.57,0.25,'fruit_set'),
(20,'2024-05-11 00:00:00',54.5,9.54,0.41,'fruit_set'),
(20,'2024-05-12 00:00:00',56.4,10.24,0.41,'fruit_set'),
(20,'2024-05-13 00:00:00',62.3,10.86,0.54,'fruit_set'),
(20,'2024-05-14 00:00:00',53.4,11.87,2.05,'fruit_set'),
(20,'2024-05-15 00:00:00',48.0,12.41,0.5,'fruit_set'),
(20,'2024-05-16 00:00:00',51.4,13.32,0.37,'fruit_set'),
(20,'2024-05-17 00:00:00',52.1,13.98,0.67,'fruit_set'),
(20,'2024-05-18 00:00:00',53.0,14.78,0.16,'fruit_set'),
(20,'2024-05-19 00:00:00',53.5,15.67,0.09,'fruit_set'),
(20,'2024-05-20 00:00:00',57.2,16.46,2.19,'fruit_set'),
(20,'2024-05-21 00:00:00',58.6,17.13,1.38,'fruit_set'),
(20,'2024-05-22 00:00:00',58.9,18.04,0.43,'fruit_set'),
(20,'2024-05-23 00:00:00',55.4,18.78,0.23,'fruit_set'),
(20,'2024-05-24 00:00:00',62.6,20.01,1.19,'fruit_set'),
(20,'2024-05-25 00:00:00',61.2,20.42,0.21,'fruit_set'),
(20,'2024-05-26 00:00:00',65.7,20.83,0.21,'fruit_set'),
(20,'2024-05-27 00:00:00',63.1,21.64,0.63,'fruit_set'),
(20,'2024-05-28 00:00:00',58.6,22.28,2.47,'fruit_set'),
(20,'2024-05-29 00:00:00',65.6,23.05,2.35,'fruit_set'),
(20,'2024-05-30 00:00:00',61.8,23.52,0.27,'fruit_set'),
(20,'2024-05-31 00:00:00',64.2,24.15,0.47,'fruit_set'),
(20,'2024-06-01 00:00:00',64.2,24.84,2.18,'growth'),
(20,'2024-06-02 00:00:00',61.1,25.37,0.53,'growth'),
(20,'2024-06-03 00:00:00',62.3,26.02,0.44,'growth'),
(20,'2024-06-04 00:00:00',61.7,26.41,0.55,'growth'),
(20,'2024-06-05 00:00:00',59.1,27.07,0.48,'growth'),
(20,'2024-06-06 00:00:00',54.2,27.87,0.24,'growth'),
(20,'2024-06-07 00:00:00',60.3,28.26,0.51,'growth'),
(20,'2024-06-08 00:00:00',64.2,28.64,0.38,'growth'),
(20,'2024-06-09 00:00:00',68.0,29.39,1.51,'growth'),
(20,'2024-06-10 00:00:00',67.1,29.75,0.5,'growth'),
(20,'2024-06-11 00:00:00',63.1,30.44,0.54,'growth'),
(20,'2024-06-12 00:00:00',61.8,30.99,0.33,'growth'),
(20,'2024-06-13 00:00:00',64.0,31.47,0.35,'growth'),
(20,'2024-06-14 00:00:00',61.1,32.23,0.19,'growth'),
(20,'2024-06-15 00:00:00',56.8,32.9,0.13,'growth'),
(20,'2024-06-16 00:00:00',58.8,33.45,0.36,'growth'),
(20,'2024-06-17 00:00:00',71.2,33.64,2.22,'growth'),
(20,'2024-06-18 00:00:00',73.4,34.26,2.04,'growth'),
(20,'2024-06-19 00:00:00',69.2,34.61,0.61,'growth'),
(20,'2024-06-20 00:00:00',66.1,35.07,0.37,'growth'),
(20,'2024-06-21 00:00:00',61.0,35.57,0.37,'growth'),
(20,'2024-06-22 00:00:00',66.1,36.34,0.36,'growth'),
(20,'2024-06-23 00:00:00',69.4,36.79,0.55,'growth'),
(20,'2024-06-24 00:00:00',70.5,37.05,0.26,'growth'),
(20,'2024-06-25 00:00:00',70.1,37.74,0.38,'growth'),
(20,'2024-06-26 00:00:00',72.4,38.31,1.82,'growth'),
(20,'2024-06-27 00:00:00',75.5,38.89,0.32,'growth'),
(20,'2024-06-28 00:00:00',66.3,39.56,0.41,'growth'),
(20,'2024-06-29 00:00:00',79.3,40.26,2.82,'growth'),
(20,'2024-06-30 00:00:00',60.1,40.56,1.44,'growth'),
(20,'2024-07-01 00:00:00',65.3,40.79,1.9,'growth'),
(20,'2024-07-02 00:00:00',69.3,41.34,0.48,'growth'),
(20,'2024-07-03 00:00:00',70.8,41.73,0.43,'growth'),
(20,'2024-07-04 00:00:00',68.0,42.12,0.61,'growth'),
(20,'2024-07-05 00:00:00',66.9,42.37,2.61,'growth'),
(20,'2024-07-06 00:00:00',77.8,42.86,0.36,'growth'),
(20,'2024-07-07 00:00:00',67.0,43.33,0.51,'growth'),
(20,'2024-07-08 00:00:00',65.2,43.71,0.35,'growth'),
(20,'2024-07-09 00:00:00',76.1,43.89,0.47,'growth'),
(20,'2024-07-10 00:00:00',72.8,44.47,0.75,'growth'),
(20,'2024-07-11 00:00:00',73.9,44.89,0.25,'growth'),
(20,'2024-07-12 00:00:00',70.4,45.44,0.63,'growth'),
(20,'2024-07-13 00:00:00',64.2,45.5,0.33,'growth'),
(20,'2024-07-14 00:00:00',70.1,45.89,0.6,'growth'),
(20,'2024-07-15 00:00:00',63.7,46.15,0.5,'growth'),
(20,'2024-07-16 00:00:00',70.8,46.52,1.64,'growth'),
(20,'2024-07-17 00:00:00',72.5,47.03,0.38,'growth'),
(20,'2024-07-18 00:00:00',74.2,47.44,0.36,'growth'),
(20,'2024-07-19 00:00:00',69.6,47.8,0.29,'growth'),
(20,'2024-07-20 00:00:00',73.0,48.15,0.4,'growth'),
(20,'2024-07-21 00:00:00',66.3,48.26,0.37,'growth'),
(20,'2024-07-22 00:00:00',71.8,48.44,0.43,'growth'),
(20,'2024-07-23 00:00:00',69.0,48.91,0.19,'growth'),
(20,'2024-07-24 00:00:00',60.5,49.1,0.4,'growth'),
(20,'2024-07-25 00:00:00',72.1,49.6,2.98,'growth'),
(20,'2024-07-26 00:00:00',74.3,50.05,2.06,'growth'),
(20,'2024-07-27 00:00:00',70.3,50.51,0.4,'growth'),
(20,'2024-07-28 00:00:00',66.6,50.87,0.78,'growth'),
(20,'2024-07-29 00:00:00',70.6,51.12,0.31,'growth'),
(20,'2024-07-30 00:00:00',72.0,51.41,0.39,'growth'),
(20,'2024-07-31 00:00:00',66.5,51.81,0.18,'growth'),
(20,'2024-08-01 00:00:00',65.7,51.8,0.34,'growth'),
(20,'2024-08-02 00:00:00',71.7,52.29,0.67,'growth'),
(20,'2024-08-03 00:00:00',72.9,52.51,0.35,'growth'),
(20,'2024-08-04 00:00:00',77.5,52.78,0.17,'growth'),
(20,'2024-08-05 00:00:00',72.1,53.06,1.6,'growth'),
(20,'2024-08-06 00:00:00',64.5,53.34,0.46,'growth'),
(20,'2024-08-07 00:00:00',77.4,53.43,1.48,'growth'),
(20,'2024-08-08 00:00:00',73.4,53.74,1.71,'growth'),
(20,'2024-08-09 00:00:00',61.0,54.11,0.25,'growth'),
(20,'2024-08-10 00:00:00',64.8,54.08,0.37,'growth'),
(20,'2024-08-11 00:00:00',66.8,54.16,0.48,'growth'),
(20,'2024-08-12 00:00:00',72.0,54.57,0.39,'growth'),
(20,'2024-08-13 00:00:00',59.0,54.94,0.46,'growth'),
(20,'2024-08-14 00:00:00',67.9,55.25,0.32,'growth'),
(20,'2024-08-15 00:00:00',71.3,55.41,0.46,'growth'),
(20,'2024-08-16 00:00:00',56.7,55.78,0.4,'growth'),
(20,'2024-08-17 00:00:00',70.9,55.86,0.29,'growth'),
(20,'2024-08-18 00:00:00',71.2,56.09,2.78,'growth'),
(20,'2024-08-19 00:00:00',64.2,56.15,0.34,'growth'),
(20,'2024-08-20 00:00:00',62.8,56.38,0.49,'growth'),
(20,'2024-08-21 00:00:00',63.7,56.47,0.53,'growth'),
(20,'2024-08-22 00:00:00',56.3,56.83,0.48,'growth'),
(20,'2024-08-23 00:00:00',65.5,57.14,0.15,'growth'),
(20,'2024-08-24 00:00:00',67.5,57.3,0.26,'growth'),
(20,'2024-08-25 00:00:00',61.5,57.7,0.3,'growth'),
(20,'2024-08-26 00:00:00',68.1,57.77,0.28,'growth'),
(20,'2024-08-27 00:00:00',66.3,58.0,2.72,'growth'),
(20,'2024-08-28 00:00:00',66.7,58.14,0.54,'growth'),
(20,'2024-08-29 00:00:00',63.9,58.48,0.5,'growth'),
(20,'2024-08-30 00:00:00',68.2,58.8,2.09,'growth'),
(20,'2024-08-31 00:00:00',70.1,59.22,0.49,'growth'),
(20,'2024-09-01 00:00:00',63.1,59.45,0.45,'maturity'),
(20,'2024-09-02 00:00:00',67.5,59.22,0.4,'maturity'),
(20,'2024-09-03 00:00:00',67.3,59.37,0.57,'maturity'),
(20,'2024-09-04 00:00:00',65.6,59.82,1.3,'maturity'),
(20,'2024-09-05 00:00:00',70.4,59.98,1.98,'maturity'),
(20,'2024-09-06 00:00:00',60.5,59.9,0.24,'maturity'),
(20,'2024-09-07 00:00:00',61.4,60.18,1.76,'maturity'),
(20,'2024-09-08 00:00:00',59.7,60.46,0.2,'maturity'),
(20,'2024-09-09 00:00:00',65.4,60.55,0.25,'maturity'),
(20,'2024-09-10 00:00:00',61.1,60.72,0.41,'maturity'),
(20,'2024-09-11 00:00:00',59.1,60.79,0.35,'maturity'),
(20,'2024-09-12 00:00:00',68.3,61.07,1.55,'maturity'),
(20,'2024-09-13 00:00:00',68.6,61.27,0.36,'maturity'),
(20,'2024-09-14 00:00:00',59.7,61.29,0.67,'maturity'),
(20,'2024-09-15 00:00:00',55.2,61.48,0.23,'maturity'),
(20,'2024-09-16 00:00:00',67.8,61.56,0.21,'maturity'),
(20,'2024-09-17 00:00:00',61.9,61.97,1.2,'maturity'),
(20,'2024-09-18 00:00:00',61.4,62.29,0.39,'maturity'),
(20,'2024-09-19 00:00:00',59.8,62.45,1.93,'maturity'),
(20,'2024-09-20 00:00:00',55.8,62.64,0.49,'maturity'),
(20,'2024-09-21 00:00:00',57.0,62.97,1.97,'maturity'),
(20,'2024-09-22 00:00:00',61.0,63.12,0.38,'maturity'),
(20,'2024-09-23 00:00:00',56.2,63.41,2.34,'maturity'),
(20,'2024-09-24 00:00:00',59.4,63.8,0.65,'maturity'),
(20,'2024-09-25 00:00:00',57.3,63.89,1.49,'maturity'),
(20,'2024-09-26 00:00:00',52.7,64.3,1.23,'maturity'),
(20,'2024-09-27 00:00:00',63.0,64.66,1.3,'maturity'),
(20,'2024-09-28 00:00:00',58.5,64.85,2.65,'maturity'),
(20,'2024-09-29 00:00:00',57.1,64.93,0.15,'maturity'),
(20,'2024-09-30 00:00:00',57.6,65.12,0.34,'maturity'),
(20,'2024-10-01 00:00:00',47.9,65.23,2.12,'maturity'),
(20,'2024-10-02 00:00:00',52.7,65.26,0.13,'maturity'),
(20,'2024-10-03 00:00:00',48.2,65.49,0.37,'maturity'),
(20,'2024-10-04 00:00:00',54.4,65.48,1.6,'maturity'),
(20,'2024-10-05 00:00:00',54.8,65.57,0.58,'maturity'),
(20,'2024-10-06 00:00:00',53.7,65.67,0.32,'maturity'),
(20,'2024-10-07 00:00:00',57.4,65.6,0.5,'maturity'),
(20,'2024-10-08 00:00:00',46.3,65.85,0.37,'maturity'),
(20,'2024-10-09 00:00:00',48.7,65.95,0.48,'maturity'),
(20,'2024-10-10 00:00:00',53.2,66.29,0.57,'maturity'),
(20,'2024-10-11 00:00:00',52.2,66.38,0.37,'maturity'),
(20,'2024-10-12 00:00:00',45.5,66.46,0.56,'maturity'),
(20,'2024-10-13 00:00:00',55.1,66.45,0.22,'maturity'),
(20,'2024-10-14 00:00:00',56.1,66.59,0.5,'maturity'),
(20,'2024-10-15 00:00:00',51.2,66.73,0.56,'maturity'),
(20,'2024-10-16 00:00:00',42.6,66.96,0.54,'maturity'),
(20,'2024-10-17 00:00:00',49.3,67.1,2.49,'maturity'),
(20,'2024-10-18 00:00:00',49.7,67.54,2.3,'maturity'),
(20,'2024-10-19 00:00:00',46.8,67.73,1.51,'maturity'),
(20,'2024-10-20 00:00:00',52.9,67.7,1.76,'maturity'),
(20,'2024-10-21 00:00:00',46.6,67.66,0.42,'maturity'),
(20,'2024-10-22 00:00:00',55.1,67.86,0.61,'maturity'),
(20,'2024-10-23 00:00:00',49.4,67.82,2.66,'maturity'),
(20,'2024-10-24 00:00:00',46.9,68.03,0.36,'maturity'),
(20,'2024-10-25 00:00:00',49.1,68.28,1.64,'maturity'),
(20,'2024-10-26 00:00:00',51.1,68.53,0.49,'maturity'),
(20,'2024-10-27 00:00:00',48.2,68.51,0.48,'maturity'),
(20,'2024-10-28 00:00:00',43.9,68.75,2.1,'maturity'),
(20,'2024-10-29 00:00:00',41.1,68.91,0.55,'maturity'),
(20,'2024-10-30 00:00:00',38.9,68.92,0.45,'maturity'),
(20,'2024-10-31 00:00:00',33.2,69.0,0.44,'maturity'),
(25,'2024-04-01 00:00:00',44.2,0.0,0.63,'bloom'),
(25,'2024-04-02 00:00:00',31.4,0.0,0.72,'bloom'),
(25,'2024-04-03 00:00:00',34.0,0.0,0.46,'bloom'),
(25,'2024-04-04 00:00:00',37.0,0.0,0.45,'bloom'),
(25,'2024-04-05 00:00:00',44.9,0.0,0.41,'bloom'),
(25,'2024-04-06 00:00:00',43.4,0.0,0.38,'bloom'),
(25,'2024-04-07 00:00:00',33.2,0.0,0.45,'bloom'),
(25,'2024-04-08 00:00:00',38.7,0.0,0.5,'bloom'),
(25,'2024-04-09 00:00:00',35.6,0.0,0.65,'bloom'),
(25,'2024-04-10 00:00:00',41.4,0.0,0.32,'bloom'),
(25,'2024-04-11 00:00:00',45.8,0.0,0.42,'bloom'),
(25,'2024-04-12 00:00:00',46.6,0.0,0.39,'bloom'),
(25,'2024-04-13 00:00:00',43.6,0.0,0.55,'bloom'),
(25,'2024-04-14 00:00:00',41.2,0.0,0.76,'bloom'),
(25,'2024-04-15 00:00:00',43.0,0.0,0.56,'bloom'),
(25,'2024-04-16 00:00:00',46.6,0.0,0.52,'bloom'),
(25,'2024-04-17 00:00:00',53.7,0.0,0.54,'bloom'),
(25,'2024-04-18 00:00:00',39.9,0.0,0.59,'bloom'),
(25,'2024-04-19 00:00:00',51.4,0.0,0.76,'bloom'),
(25,'2024-04-20 00:00:00',46.4,0.0,0.15,'bloom'),
(25,'2024-04-21 00:00:00',49.1,0.0,0.49,'bloom'),
(25,'2024-04-22 00:00:00',47.0,0.0,0.01,'bloom'),
(25,'2024-04-23 00:00:00',52.3,0.0,0.54,'bloom'),
(25,'2024-04-24 00:00:00',48.4,0.0,0.48,'bloom'),
(25,'2024-04-25 00:00:00',44.9,0.0,0.32,'bloom'),
(25,'2024-04-26 00:00:00',49.7,0.0,0.0,'bloom'),
(25,'2024-04-27 00:00:00',52.8,0.0,0.4,'bloom'),
(25,'2024-04-28 00:00:00',48.7,0.0,0.43,'bloom'),
(25,'2024-04-29 00:00:00',40.8,0.0,0.39,'bloom'),
(25,'2024-04-30 00:00:00',49.1,0.0,0.31,'bloom'),
(25,'2024-05-01 00:00:00',50.3,0.88,0.27,'fruit_set'),
(25,'2024-05-02 00:00:00',50.2,1.44,0.39,'fruit_set'),
(25,'2024-05-03 00:00:00',48.8,2.31,0.28,'fruit_set'),
(25,'2024-05-04 00:00:00',56.4,3.19,0.52,'fruit_set'),
(25,'2024-05-05 00:00:00',42.0,4.17,0.39,'fruit_set'),
(25,'2024-05-06 00:00:00',52.3,5.29,0.14,'fruit_set'),
(25,'2024-05-07 00:00:00',52.8,6.23,0.43,'fruit_set'),
(25,'2024-05-08 00:00:00',61.1,7.22,0.46,'fruit_set'),
(25,'2024-05-09 00:00:00',53.1,8.04,0.64,'fruit_set'),
(25,'2024-05-10 00:00:00',55.3,9.04,0.54,'fruit_set'),
(25,'2024-05-11 00:00:00',54.4,9.83,0.27,'fruit_set'),
(25,'2024-05-12 00:00:00',54.7,10.79,0.61,'fruit_set'),
(25,'2024-05-13 00:00:00',61.7,11.69,0.19,'fruit_set'),
(25,'2024-05-14 00:00:00',50.6,12.51,0.4,'fruit_set'),
(25,'2024-05-15 00:00:00',52.8,13.04,0.51,'fruit_set'),
(25,'2024-05-16 00:00:00',58.8,13.95,0.62,'fruit_set'),
(25,'2024-05-17 00:00:00',57.2,14.74,0.68,'fruit_set'),
(25,'2024-05-18 00:00:00',55.4,15.58,0.59,'fruit_set'),
(25,'2024-05-19 00:00:00',56.6,16.35,0.38,'fruit_set'),
(25,'2024-05-20 00:00:00',60.9,17.13,0.49,'fruit_set'),
(25,'2024-05-21 00:00:00',59.6,18.03,0.43,'fruit_set'),
(25,'2024-05-22 00:00:00',55.1,18.65,0.29,'fruit_set'),
(25,'2024-05-23 00:00:00',59.3,19.4,0.38,'fruit_set'),
(25,'2024-05-24 00:00:00',58.5,19.96,0.67,'fruit_set'),
(25,'2024-05-25 00:00:00',60.9,20.72,0.5,'fruit_set'),
(25,'2024-05-26 00:00:00',58.1,21.42,0.71,'fruit_set'),
(25,'2024-05-27 00:00:00',54.9,21.98,0.24,'fruit_set'),
(25,'2024-05-28 00:00:00',62.7,22.64,0.34,'fruit_set'),
(25,'2024-05-29 00:00:00',62.5,23.19,0.46,'fruit_set'),
(25,'2024-05-30 00:00:00',66.3,23.77,0.51,'fruit_set'),
(25,'2024-05-31 00:00:00',55.7,24.45,0.38,'fruit_set'),
(25,'2024-06-01 00:00:00',61.0,25.1,0.52,'growth'),
(25,'2024-06-02 00:00:00',60.7,25.43,0.52,'growth'),
(25,'2024-06-03 00:00:00',60.3,26.09,0.19,'growth'),
(25,'2024-06-04 00:00:00',56.1,26.64,0.51,'growth'),
(25,'2024-06-05 00:00:00',58.3,27.17,0.56,'growth'),
(25,'2024-06-06 00:00:00',63.9,27.59,0.44,'growth'),
(25,'2024-06-07 00:00:00',61.1,28.16,0.12,'growth'),
(25,'2024-06-08 00:00:00',60.1,28.66,0.36,'growth'),
(25,'2024-06-09 00:00:00',69.4,29.42,0.47,'growth'),
(25,'2024-06-10 00:00:00',73.4,29.72,0.27,'growth'),
(25,'2024-06-11 00:00:00',64.0,30.13,0.54,'growth'),
(25,'2024-06-12 00:00:00',58.5,30.53,0.51,'growth'),
(25,'2024-06-13 00:00:00',66.3,31.12,0.42,'growth'),
(25,'2024-06-14 00:00:00',56.6,31.83,0.4,'growth'),
(25,'2024-06-15 00:00:00',59.8,32.44,0.43,'growth'),
(25,'2024-06-16 00:00:00',67.1,32.8,0.4,'growth'),
(25,'2024-06-17 00:00:00',60.2,33.26,0.21,'growth'),
(25,'2024-06-18 00:00:00',63.2,33.62,0.34,'growth'),
(25,'2024-06-19 00:00:00',56.3,34.13,0.41,'growth'),
(25,'2024-06-20 00:00:00',60.3,34.45,0.61,'growth'),
(25,'2024-06-21 00:00:00',63.4,34.59,0.5,'growth'),
(25,'2024-06-22 00:00:00',55.2,35.0,0.62,'growth'),
(25,'2024-06-23 00:00:00',56.0,35.48,0.19,'growth'),
(25,'2024-06-24 00:00:00',54.8,35.78,0.35,'growth'),
(25,'2024-06-25 00:00:00',52.7,36.07,0.71,'growth'),
(25,'2024-06-26 00:00:00',51.1,36.09,0.29,'growth'),
(25,'2024-06-27 00:00:00',58.2,36.04,0.29,'growth'),
(25,'2024-06-28 00:00:00',51.4,36.06,0.36,'growth'),
(25,'2024-06-29 00:00:00',54.3,36.32,0.7,'growth'),
(25,'2024-06-30 00:00:00',56.0,36.51,0.3,'growth'),
(25,'2024-07-01 00:00:00',58.0,36.84,0.48,'growth'),
(25,'2024-07-02 00:00:00',56.7,37.05,0.46,'growth'),
(25,'2024-07-03 00:00:00',57.0,37.48,0.11,'growth'),
(25,'2024-07-04 00:00:00',53.5,37.87,0.4,'growth'),
(25,'2024-07-05 00:00:00',58.3,38.05,0.32,'growth'),
(25,'2024-07-06 00:00:00',51.1,38.13,0.5,'growth'),
(25,'2024-07-07 00:00:00',51.2,38.08,0.66,'growth'),
(25,'2024-07-08 00:00:00',60.3,38.52,0.35,'growth'),
(25,'2024-07-09 00:00:00',57.1,38.63,0.35,'growth'),
(25,'2024-07-10 00:00:00',56.4,38.63,0.78,'growth'),
(25,'2024-07-11 00:00:00',57.2,38.87,0.29,'growth'),
(25,'2024-07-12 00:00:00',54.5,38.88,0.2,'growth'),
(25,'2024-07-13 00:00:00',49.1,39.12,0.61,'growth'),
(25,'2024-07-14 00:00:00',55.9,39.3,0.39,'growth'),
(25,'2024-07-15 00:00:00',54.8,39.66,0.44,'growth'),
(25,'2024-07-16 00:00:00',51.5,40.0,0.73,'growth'),
(25,'2024-07-17 00:00:00',50.6,40.39,0.19,'growth'),
(25,'2024-07-18 00:00:00',54.8,40.64,0.37,'growth'),
(25,'2024-07-19 00:00:00',49.5,40.72,0.21,'growth'),
(25,'2024-07-20 00:00:00',54.4,40.78,0.45,'growth'),
(25,'2024-07-21 00:00:00',53.9,40.92,0.32,'growth'),
(25,'2024-07-22 00:00:00',54.5,41.43,0.22,'growth'),
(25,'2024-07-23 00:00:00',56.6,41.61,0.51,'growth'),
(25,'2024-07-24 00:00:00',57.5,41.84,0.4,'growth'),
(25,'2024-07-25 00:00:00',52.1,42.28,0.21,'growth'),
(25,'2024-07-26 00:00:00',58.5,42.52,0.22,'growth'),
(25,'2024-07-27 00:00:00',54.1,42.61,0.43,'growth'),
(25,'2024-07-28 00:00:00',62.0,42.93,0.15,'growth'),
(25,'2024-07-29 00:00:00',52.6,43.06,0.43,'growth'),
(25,'2024-07-30 00:00:00',48.5,43.31,0.6,'growth'),
(25,'2024-07-31 00:00:00',58.2,43.59,0.5,'growth'),
(25,'2024-08-01 00:00:00',56.6,43.71,0.31,'growth'),
(25,'2024-08-02 00:00:00',59.7,43.94,0.44,'growth'),
(25,'2024-08-03 00:00:00',56.1,44.37,0.21,'growth'),
(25,'2024-08-04 00:00:00',64.2,44.47,0.42,'growth'),
(25,'2024-08-05 00:00:00',54.0,44.86,0.35,'growth'),
(25,'2024-08-06 00:00:00',58.9,44.97,0.24,'growth'),
(25,'2024-08-07 00:00:00',52.6,45.43,0.49,'growth'),
(25,'2024-08-08 00:00:00',56.6,45.49,0.1,'growth'),
(25,'2024-08-09 00:00:00',57.3,45.62,0.22,'growth'),
(25,'2024-08-10 00:00:00',57.9,46.03,0.24,'growth'),
(25,'2024-08-11 00:00:00',57.6,46.45,0.32,'growth'),
(25,'2024-08-12 00:00:00',41.5,46.75,0.59,'growth'),
(25,'2024-08-13 00:00:00',54.1,46.77,0.51,'growth'),
(25,'2024-08-14 00:00:00',52.0,46.96,0.42,'growth'),
(25,'2024-08-15 00:00:00',52.8,47.14,0.41,'growth'),
(25,'2024-08-16 00:00:00',53.1,47.19,0.4,'growth'),
(25,'2024-08-17 00:00:00',58.1,47.47,0.61,'growth'),
(25,'2024-08-18 00:00:00',54.9,47.53,0.13,'growth'),
(25,'2024-08-19 00:00:00',52.0,47.51,0.52,'growth'),
(25,'2024-08-20 00:00:00',48.1,47.45,0.32,'growth'),
(25,'2024-08-21 00:00:00',60.0,47.88,0.48,'growth'),
(25,'2024-08-22 00:00:00',51.2,47.98,0.48,'growth');
INSERT INTO tree_physiology_readings (node_id,ts,sap_flow_g_hr,fruit_diameter_mm,trunk_tilt_deg,phenological_stage) VALUES
(25,'2024-08-23 00:00:00',53.2,48.08,0.51,'growth'),
(25,'2024-08-24 00:00:00',62.2,48.1,0.64,'growth'),
(25,'2024-08-25 00:00:00',51.1,48.47,0.19,'growth'),
(25,'2024-08-26 00:00:00',52.4,48.44,0.55,'growth'),
(25,'2024-08-27 00:00:00',54.3,48.43,0.39,'growth'),
(25,'2024-08-28 00:00:00',46.9,48.55,0.33,'growth'),
(25,'2024-08-29 00:00:00',46.3,48.72,0.71,'growth'),
(25,'2024-08-30 00:00:00',51.2,48.98,0.51,'growth'),
(25,'2024-08-31 00:00:00',51.5,49.05,0.34,'growth'),
(25,'2024-09-01 00:00:00',53.4,49.45,0.54,'maturity'),
(25,'2024-09-02 00:00:00',48.9,49.52,0.39,'maturity'),
(25,'2024-09-03 00:00:00',54.4,49.53,0.34,'maturity'),
(25,'2024-09-04 00:00:00',44.0,49.53,0.31,'maturity'),
(25,'2024-09-05 00:00:00',52.2,49.58,0.45,'maturity'),
(25,'2024-09-06 00:00:00',53.8,49.57,0.31,'maturity'),
(25,'2024-09-07 00:00:00',53.6,49.84,0.42,'maturity'),
(25,'2024-09-08 00:00:00',51.5,49.85,0.53,'maturity'),
(25,'2024-09-09 00:00:00',49.4,50.0,0.42,'maturity'),
(25,'2024-09-10 00:00:00',51.1,50.0,0.7,'maturity'),
(25,'2024-09-11 00:00:00',56.7,49.99,0.4,'maturity'),
(25,'2024-09-12 00:00:00',49.6,50.32,0.6,'maturity'),
(25,'2024-09-13 00:00:00',56.1,50.73,0.55,'maturity'),
(25,'2024-09-14 00:00:00',57.9,51.11,0.63,'maturity'),
(25,'2024-09-15 00:00:00',44.8,51.05,0.7,'maturity'),
(25,'2024-09-16 00:00:00',51.9,51.03,0.14,'maturity'),
(25,'2024-09-17 00:00:00',49.3,51.52,0.44,'maturity'),
(25,'2024-09-18 00:00:00',47.2,51.68,0.38,'maturity'),
(25,'2024-09-19 00:00:00',57.0,51.68,0.42,'maturity'),
(25,'2024-09-20 00:00:00',54.5,52.03,0.34,'maturity'),
(25,'2024-09-21 00:00:00',52.8,52.21,0.32,'maturity'),
(25,'2024-09-22 00:00:00',46.0,52.44,0.24,'maturity'),
(25,'2024-09-23 00:00:00',51.3,52.26,0.41,'maturity'),
(25,'2024-09-24 00:00:00',44.8,52.36,0.54,'maturity'),
(25,'2024-09-25 00:00:00',50.2,52.65,0.33,'maturity'),
(25,'2024-09-26 00:00:00',47.1,52.7,0.35,'maturity'),
(25,'2024-09-27 00:00:00',53.8,53.03,0.3,'maturity'),
(25,'2024-09-28 00:00:00',48.0,52.98,0.25,'maturity'),
(25,'2024-09-29 00:00:00',50.2,53.11,0.36,'maturity'),
(25,'2024-09-30 00:00:00',50.1,53.5,0.45,'maturity'),
(25,'2024-10-01 00:00:00',48.7,53.47,0.59,'maturity'),
(25,'2024-10-02 00:00:00',49.3,53.65,0.22,'maturity'),
(25,'2024-10-03 00:00:00',50.5,53.89,0.4,'maturity'),
(25,'2024-10-04 00:00:00',45.1,54.05,0.58,'maturity'),
(25,'2024-10-05 00:00:00',50.0,54.15,0.22,'maturity'),
(25,'2024-10-06 00:00:00',51.7,54.15,0.59,'maturity'),
(25,'2024-10-07 00:00:00',49.7,54.32,0.33,'maturity'),
(25,'2024-10-08 00:00:00',46.5,54.44,0.51,'maturity'),
(25,'2024-10-09 00:00:00',48.5,54.36,0.37,'maturity'),
(25,'2024-10-10 00:00:00',46.2,54.66,0.47,'maturity'),
(25,'2024-10-11 00:00:00',47.0,54.66,0.64,'maturity'),
(25,'2024-10-12 00:00:00',42.5,54.58,0.38,'maturity'),
(25,'2024-10-13 00:00:00',52.7,54.63,0.55,'maturity'),
(25,'2024-10-14 00:00:00',54.7,54.63,0.44,'maturity'),
(25,'2024-10-15 00:00:00',44.2,54.74,0.28,'maturity'),
(25,'2024-10-16 00:00:00',49.8,54.68,0.38,'maturity'),
(25,'2024-10-17 00:00:00',52.3,54.88,0.37,'maturity'),
(25,'2024-10-18 00:00:00',42.5,55.23,0.19,'maturity'),
(25,'2024-10-19 00:00:00',37.7,55.38,0.47,'maturity'),
(25,'2024-10-20 00:00:00',52.1,55.3,0.5,'maturity'),
(25,'2024-10-21 00:00:00',45.8,55.29,0.52,'maturity'),
(25,'2024-10-22 00:00:00',43.6,55.45,0.61,'maturity'),
(25,'2024-10-23 00:00:00',45.7,55.29,0.54,'maturity'),
(25,'2024-10-24 00:00:00',43.9,55.24,0.31,'maturity'),
(25,'2024-10-25 00:00:00',57.0,55.12,0.34,'maturity'),
(25,'2024-10-26 00:00:00',42.9,55.27,0.53,'maturity'),
(25,'2024-10-27 00:00:00',46.1,55.73,0.46,'maturity'),
(25,'2024-10-28 00:00:00',49.8,55.66,0.4,'maturity'),
(25,'2024-10-29 00:00:00',49.7,55.92,0.27,'maturity'),
(25,'2024-10-30 00:00:00',48.7,55.96,0.32,'maturity'),
(25,'2024-10-31 00:00:00',42.5,55.89,0.49,'maturity'),
(30,'2024-04-01 00:00:00',41.1,0.0,0.75,'bloom'),
(30,'2024-04-02 00:00:00',42.7,0.0,0.28,'bloom'),
(30,'2024-04-03 00:00:00',40.4,0.0,1.36,'bloom'),
(30,'2024-04-04 00:00:00',43.3,0.0,0.46,'bloom'),
(30,'2024-04-05 00:00:00',44.2,0.0,0.45,'bloom'),
(30,'2024-04-06 00:00:00',32.4,0.0,0.53,'bloom'),
(30,'2024-04-07 00:00:00',42.4,0.0,0.49,'bloom'),
(30,'2024-04-08 00:00:00',39.0,0.0,0.71,'bloom'),
(30,'2024-04-09 00:00:00',35.9,0.0,0.51,'bloom'),
(30,'2024-04-10 00:00:00',40.0,0.0,0.38,'bloom'),
(30,'2024-04-11 00:00:00',44.6,0.0,0.32,'bloom'),
(30,'2024-04-12 00:00:00',47.9,0.0,0.31,'bloom'),
(30,'2024-04-13 00:00:00',37.1,0.0,0.59,'bloom'),
(30,'2024-04-14 00:00:00',45.4,0.0,0.66,'bloom'),
(30,'2024-04-15 00:00:00',51.2,0.0,0.55,'bloom'),
(30,'2024-04-16 00:00:00',51.1,0.0,0.07,'bloom'),
(30,'2024-04-17 00:00:00',30.4,0.0,0.06,'bloom'),
(30,'2024-04-18 00:00:00',53.3,0.0,0.4,'bloom'),
(30,'2024-04-19 00:00:00',48.8,0.0,0.37,'bloom'),
(30,'2024-04-20 00:00:00',36.2,0.0,0.4,'bloom'),
(30,'2024-04-21 00:00:00',42.8,0.0,0.59,'bloom'),
(30,'2024-04-22 00:00:00',51.3,0.0,0.58,'bloom'),
(30,'2024-04-23 00:00:00',48.1,0.0,0.43,'bloom'),
(30,'2024-04-24 00:00:00',44.5,0.0,0.17,'bloom'),
(30,'2024-04-25 00:00:00',47.3,0.0,0.22,'bloom'),
(30,'2024-04-26 00:00:00',49.4,0.0,0.41,'bloom'),
(30,'2024-04-27 00:00:00',45.0,0.0,0.46,'bloom'),
(30,'2024-04-28 00:00:00',46.8,0.0,0.22,'bloom'),
(30,'2024-04-29 00:00:00',50.8,0.0,0.5,'bloom'),
(30,'2024-04-30 00:00:00',46.7,0.0,0.14,'bloom'),
(30,'2024-05-01 00:00:00',44.4,1.18,0.0,'fruit_set'),
(30,'2024-05-02 00:00:00',47.1,2.04,0.27,'fruit_set'),
(30,'2024-05-03 00:00:00',46.0,2.66,0.61,'fruit_set'),
(30,'2024-05-04 00:00:00',47.0,3.21,0.63,'fruit_set'),
(30,'2024-05-05 00:00:00',42.1,3.81,0.16,'fruit_set'),
(30,'2024-05-06 00:00:00',52.9,4.34,0.17,'fruit_set'),
(30,'2024-05-07 00:00:00',55.8,5.34,0.51,'fruit_set'),
(30,'2024-05-08 00:00:00',49.5,6.11,0.33,'fruit_set'),
(30,'2024-05-09 00:00:00',50.5,6.99,0.6,'fruit_set'),
(30,'2024-05-10 00:00:00',52.8,7.88,0.51,'fruit_set'),
(30,'2024-05-11 00:00:00',50.2,8.83,0.54,'fruit_set'),
(30,'2024-05-12 00:00:00',58.2,9.7,0.28,'fruit_set'),
(30,'2024-05-13 00:00:00',51.1,10.6,0.47,'fruit_set'),
(30,'2024-05-14 00:00:00',52.9,11.53,0.7,'fruit_set'),
(30,'2024-05-15 00:00:00',52.4,12.25,0.42,'fruit_set'),
(30,'2024-05-16 00:00:00',59.8,13.33,0.39,'fruit_set'),
(30,'2024-05-17 00:00:00',55.2,14.13,0.33,'fruit_set'),
(30,'2024-05-18 00:00:00',64.5,14.87,0.16,'fruit_set'),
(30,'2024-05-19 00:00:00',58.3,15.47,0.24,'fruit_set'),
(30,'2024-05-20 00:00:00',61.9,16.16,0.27,'fruit_set'),
(30,'2024-05-21 00:00:00',56.3,16.93,0.15,'fruit_set'),
(30,'2024-05-22 00:00:00',54.2,17.65,0.17,'fruit_set'),
(30,'2024-05-23 00:00:00',58.2,18.62,0.03,'fruit_set'),
(30,'2024-05-24 00:00:00',56.0,19.25,0.28,'fruit_set'),
(30,'2024-05-25 00:00:00',51.0,20.03,0.5,'fruit_set'),
(30,'2024-05-26 00:00:00',63.4,20.53,0.35,'fruit_set'),
(30,'2024-05-27 00:00:00',59.8,21.52,0.35,'fruit_set'),
(30,'2024-05-28 00:00:00',57.2,21.99,0.52,'fruit_set'),
(30,'2024-05-29 00:00:00',60.8,22.91,0.65,'fruit_set'),
(30,'2024-05-30 00:00:00',58.2,23.44,0.74,'fruit_set'),
(30,'2024-05-31 00:00:00',62.4,23.59,0.42,'fruit_set'),
(30,'2024-06-01 00:00:00',60.8,24.35,0.36,'growth'),
(30,'2024-06-02 00:00:00',57.4,24.87,0.34,'growth'),
(30,'2024-06-03 00:00:00',58.9,25.24,0.49,'growth'),
(30,'2024-06-04 00:00:00',55.6,25.76,0.38,'growth'),
(30,'2024-06-05 00:00:00',58.7,26.33,0.38,'growth'),
(30,'2024-06-06 00:00:00',62.3,26.83,0.39,'growth'),
(30,'2024-06-07 00:00:00',54.9,27.5,0.26,'growth'),
(30,'2024-06-08 00:00:00',54.9,27.99,0.05,'growth'),
(30,'2024-06-09 00:00:00',55.8,28.5,0.3,'growth'),
(30,'2024-06-10 00:00:00',59.3,28.9,0.62,'growth'),
(30,'2024-06-11 00:00:00',63.6,29.46,0.61,'growth'),
(30,'2024-06-12 00:00:00',56.2,29.88,0.54,'growth'),
(30,'2024-06-13 00:00:00',60.8,30.17,0.33,'growth'),
(30,'2024-06-14 00:00:00',57.3,30.57,0.28,'growth'),
(30,'2024-06-15 00:00:00',68.6,31.0,0.64,'growth'),
(30,'2024-06-16 00:00:00',67.9,31.65,0.24,'growth'),
(30,'2024-06-17 00:00:00',63.7,31.91,0.41,'growth'),
(30,'2024-06-18 00:00:00',69.6,32.6,0.65,'growth'),
(30,'2024-06-19 00:00:00',59.7,33.01,0.42,'growth'),
(30,'2024-06-20 00:00:00',72.1,33.11,0.36,'growth'),
(30,'2024-06-21 00:00:00',63.1,33.44,0.57,'growth'),
(30,'2024-06-22 00:00:00',71.8,33.91,0.41,'growth'),
(30,'2024-06-23 00:00:00',69.2,34.48,0.43,'growth'),
(30,'2024-06-24 00:00:00',68.2,34.97,0.63,'growth'),
(30,'2024-06-25 00:00:00',70.3,35.25,0.02,'growth'),
(30,'2024-06-26 00:00:00',67.5,35.55,0.45,'growth'),
(30,'2024-06-27 00:00:00',62.8,35.76,0.29,'growth'),
(30,'2024-06-28 00:00:00',58.4,36.15,0.37,'growth'),
(30,'2024-06-29 00:00:00',58.9,36.45,0.42,'growth'),
(30,'2024-06-30 00:00:00',56.6,36.83,0.3,'growth'),
(30,'2024-07-01 00:00:00',56.1,36.81,0.43,'growth'),
(30,'2024-07-02 00:00:00',58.5,36.97,0.46,'growth'),
(30,'2024-07-03 00:00:00',56.3,37.51,0.43,'growth'),
(30,'2024-07-04 00:00:00',55.3,37.84,0.42,'growth'),
(30,'2024-07-05 00:00:00',51.9,38.02,0.38,'growth'),
(30,'2024-07-06 00:00:00',55.9,38.11,0.39,'growth'),
(30,'2024-07-07 00:00:00',47.9,38.5,0.41,'growth'),
(30,'2024-07-08 00:00:00',51.5,38.96,0.26,'growth'),
(30,'2024-07-09 00:00:00',57.2,39.01,0.59,'growth'),
(30,'2024-07-10 00:00:00',58.3,39.08,0.39,'growth'),
(30,'2024-07-11 00:00:00',54.7,39.35,0.34,'growth'),
(30,'2024-07-12 00:00:00',55.6,39.63,0.46,'growth'),
(30,'2024-07-13 00:00:00',56.3,39.92,0.38,'growth'),
(30,'2024-07-14 00:00:00',57.6,40.42,0.59,'growth'),
(30,'2024-07-15 00:00:00',54.1,40.49,0.53,'growth'),
(30,'2024-07-16 00:00:00',51.0,40.71,0.41,'growth'),
(30,'2024-07-17 00:00:00',56.5,41.03,0.54,'growth'),
(30,'2024-07-18 00:00:00',62.8,41.35,0.44,'growth'),
(30,'2024-07-19 00:00:00',51.3,41.47,0.23,'growth'),
(30,'2024-07-20 00:00:00',54.5,41.59,0.53,'growth'),
(30,'2024-07-21 00:00:00',53.4,41.73,0.11,'growth'),
(30,'2024-07-22 00:00:00',64.7,42.19,0.13,'growth'),
(30,'2024-07-23 00:00:00',51.2,42.25,0.5,'growth'),
(30,'2024-07-24 00:00:00',54.4,42.41,0.47,'growth'),
(30,'2024-07-25 00:00:00',53.5,42.73,0.46,'growth'),
(30,'2024-07-26 00:00:00',52.4,42.8,0.61,'growth'),
(30,'2024-07-27 00:00:00',50.6,43.06,0.4,'growth'),
(30,'2024-07-28 00:00:00',57.2,42.97,0.34,'growth'),
(30,'2024-07-29 00:00:00',57.8,43.21,0.52,'growth'),
(30,'2024-07-30 00:00:00',52.7,43.41,0.29,'growth'),
(30,'2024-07-31 00:00:00',60.5,43.64,0.36,'growth'),
(30,'2024-08-01 00:00:00',45.9,43.71,0.44,'growth'),
(30,'2024-08-02 00:00:00',49.8,43.94,0.45,'growth'),
(30,'2024-08-03 00:00:00',51.5,44.13,0.35,'growth'),
(30,'2024-08-04 00:00:00',54.8,44.52,0.33,'growth'),
(30,'2024-08-05 00:00:00',53.0,44.81,0.23,'growth'),
(30,'2024-08-06 00:00:00',53.9,44.78,0.28,'growth'),
(30,'2024-08-07 00:00:00',56.6,44.85,0.67,'growth'),
(30,'2024-08-08 00:00:00',60.5,44.95,0.36,'growth'),
(30,'2024-08-09 00:00:00',57.8,45.16,0.43,'growth'),
(30,'2024-08-10 00:00:00',54.8,45.33,0.18,'growth'),
(30,'2024-08-11 00:00:00',54.2,45.49,0.78,'growth'),
(30,'2024-08-12 00:00:00',58.9,46.1,0.27,'growth'),
(30,'2024-08-13 00:00:00',61.9,46.21,0.22,'growth'),
(30,'2024-08-14 00:00:00',56.9,46.6,0.39,'growth'),
(30,'2024-08-15 00:00:00',52.3,46.76,0.27,'growth'),
(30,'2024-08-16 00:00:00',55.3,46.61,0.45,'growth'),
(30,'2024-08-17 00:00:00',56.5,46.82,0.17,'growth'),
(30,'2024-08-18 00:00:00',51.9,47.17,0.57,'growth'),
(30,'2024-08-19 00:00:00',57.5,47.44,0.54,'growth'),
(30,'2024-08-20 00:00:00',55.0,47.66,0.38,'growth'),
(30,'2024-08-21 00:00:00',58.5,47.84,0.15,'growth'),
(30,'2024-08-22 00:00:00',49.9,47.94,0.28,'growth'),
(30,'2024-08-23 00:00:00',46.7,48.24,0.41,'growth'),
(30,'2024-08-24 00:00:00',52.7,48.36,0.22,'growth'),
(30,'2024-08-25 00:00:00',53.6,48.43,0.24,'growth'),
(30,'2024-08-26 00:00:00',46.3,48.67,0.56,'growth'),
(30,'2024-08-27 00:00:00',52.1,48.81,0.42,'growth'),
(30,'2024-08-28 00:00:00',58.4,49.17,0.42,'growth'),
(30,'2024-08-29 00:00:00',55.3,49.4,0.48,'growth'),
(30,'2024-08-30 00:00:00',53.6,49.45,0.38,'growth'),
(30,'2024-08-31 00:00:00',48.8,49.44,0.39,'growth'),
(30,'2024-09-01 00:00:00',57.9,49.52,0.47,'maturity'),
(30,'2024-09-02 00:00:00',51.1,50.04,0.52,'maturity'),
(30,'2024-09-03 00:00:00',53.1,50.16,0.47,'maturity'),
(30,'2024-09-04 00:00:00',54.2,50.44,0.62,'maturity'),
(30,'2024-09-05 00:00:00',53.2,50.4,0.4,'maturity'),
(30,'2024-09-06 00:00:00',58.3,50.4,0.2,'maturity'),
(30,'2024-09-07 00:00:00',54.5,50.53,0.56,'maturity'),
(30,'2024-09-08 00:00:00',53.5,50.94,0.36,'maturity'),
(30,'2024-09-09 00:00:00',51.7,50.91,0.28,'maturity'),
(30,'2024-09-10 00:00:00',53.6,50.97,0.51,'maturity'),
(30,'2024-09-11 00:00:00',50.9,51.26,0.46,'maturity'),
(30,'2024-09-12 00:00:00',52.4,51.65,0.21,'maturity'),
(30,'2024-09-13 00:00:00',50.2,51.87,0.5,'maturity'),
(30,'2024-09-14 00:00:00',49.4,52.12,0.68,'maturity'),
(30,'2024-09-15 00:00:00',47.6,52.14,0.45,'maturity'),
(30,'2024-09-16 00:00:00',51.0,52.1,0.36,'maturity'),
(30,'2024-09-17 00:00:00',49.7,52.08,0.15,'maturity'),
(30,'2024-09-18 00:00:00',58.2,52.1,0.71,'maturity'),
(30,'2024-09-19 00:00:00',54.7,52.28,0.32,'maturity'),
(30,'2024-09-20 00:00:00',51.9,52.28,0.19,'maturity'),
(30,'2024-09-21 00:00:00',50.2,52.49,0.42,'maturity'),
(30,'2024-09-22 00:00:00',55.8,52.65,0.55,'maturity'),
(30,'2024-09-23 00:00:00',60.2,52.75,0.59,'maturity'),
(30,'2024-09-24 00:00:00',54.6,53.05,0.3,'maturity'),
(30,'2024-09-25 00:00:00',43.0,53.05,0.39,'maturity'),
(30,'2024-09-26 00:00:00',53.2,53.41,0.4,'maturity'),
(30,'2024-09-27 00:00:00',53.8,53.68,0.55,'maturity'),
(30,'2024-09-28 00:00:00',58.3,53.67,0.49,'maturity'),
(30,'2024-09-29 00:00:00',48.3,53.99,0.44,'maturity'),
(30,'2024-09-30 00:00:00',49.7,53.96,0.54,'maturity'),
(30,'2024-10-01 00:00:00',50.8,54.3,0.2,'maturity'),
(30,'2024-10-02 00:00:00',45.8,54.48,0.46,'maturity'),
(30,'2024-10-03 00:00:00',45.3,54.38,0.43,'maturity'),
(30,'2024-10-04 00:00:00',51.0,54.35,0.39,'maturity'),
(30,'2024-10-05 00:00:00',42.6,54.43,0.36,'maturity'),
(30,'2024-10-06 00:00:00',44.7,54.75,0.42,'maturity'),
(30,'2024-10-07 00:00:00',52.5,54.89,0.31,'maturity'),
(30,'2024-10-08 00:00:00',51.8,55.05,0.81,'maturity'),
(30,'2024-10-09 00:00:00',54.0,55.23,0.6,'maturity'),
(30,'2024-10-10 00:00:00',50.3,55.09,0.56,'maturity'),
(30,'2024-10-11 00:00:00',49.2,55.4,0.32,'maturity'),
(30,'2024-10-12 00:00:00',53.6,55.78,0.26,'maturity'),
(30,'2024-10-13 00:00:00',46.1,56.05,0.37,'maturity'),
(30,'2024-10-14 00:00:00',46.9,56.17,0.42,'maturity'),
(30,'2024-10-15 00:00:00',47.3,56.2,0.18,'maturity'),
(30,'2024-10-16 00:00:00',49.7,56.22,0.47,'maturity'),
(30,'2024-10-17 00:00:00',47.2,56.23,0.56,'maturity'),
(30,'2024-10-18 00:00:00',41.0,56.74,0.06,'maturity'),
(30,'2024-10-19 00:00:00',45.4,56.87,0.26,'maturity'),
(30,'2024-10-20 00:00:00',46.0,57.14,0.58,'maturity'),
(30,'2024-10-21 00:00:00',46.3,57.38,0.46,'maturity'),
(30,'2024-10-22 00:00:00',43.9,57.52,0.27,'maturity'),
(30,'2024-10-23 00:00:00',47.5,57.5,0.51,'maturity'),
(30,'2024-10-24 00:00:00',38.9,57.7,0.31,'maturity'),
(30,'2024-10-25 00:00:00',46.8,57.65,0.36,'maturity'),
(30,'2024-10-26 00:00:00',52.2,57.86,0.23,'maturity'),
(30,'2024-10-27 00:00:00',42.4,57.82,0.4,'maturity'),
(30,'2024-10-28 00:00:00',44.9,57.87,0.55,'maturity'),
(30,'2024-10-29 00:00:00',43.5,57.92,0.33,'maturity'),
(30,'2024-10-30 00:00:00',43.4,58.25,0.5,'maturity'),
(30,'2024-10-31 00:00:00',40.1,58.0,0.39,'maturity');

INSERT INTO pest_disease_observations (orchard_id,ts,catalog_id,severity_pct,source) VALUES
(1,'2024-04-02 00:00:00',1,30.160848979334965,'model_inferred'),
(1,'2024-04-15 00:00:00',1,22.89263492016645,'model_inferred'),
(1,'2024-04-27 00:00:00',1,14.380477283898264,'model_inferred'),
(2,'2024-04-02 00:00:00',1,31.011938616656952,'model_inferred'),
(2,'2024-04-16 00:00:00',1,20.495986894551624,'model_inferred'),
(2,'2024-07-08 00:00:00',3,15.098291136741883,'model_inferred'),
(2,'2024-07-13 00:00:00',3,10.807579589407863,'model_inferred'),
(2,'2024-08-12 00:00:00',3,18.897210864910164,'model_inferred'),
(2,'2024-08-19 00:00:00',3,11.825683729572571,'model_inferred'),
(3,'2024-04-28 00:00:00',1,7.264555425379999,'model_inferred'),
(3,'2024-05-14 00:00:00',1,12.419321089950373,'model_inferred'),
(3,'2024-05-16 00:00:00',1,23.487013334029122,'model_inferred'),
(3,'2024-05-26 00:00:00',1,13.839835301473247,'model_inferred'),
(3,'2024-06-13 00:00:00',3,10.896275641813443,'model_inferred'),
(3,'2024-06-21 00:00:00',3,8.79414395819316,'model_inferred'),
(3,'2024-07-10 00:00:00',3,12.878876246200223,'model_inferred'),
(3,'2024-08-03 00:00:00',3,15.324043131484045,'model_inferred'),
(3,'2024-08-06 00:00:00',3,16.103149236039968,'model_inferred'),
(3,'2024-08-08 00:00:00',3,11.72287127803058,'model_inferred'),
(3,'2024-08-27 00:00:00',3,11.41201029144846,'model_inferred'),
(4,'2024-04-06 00:00:00',1,11.34242885088113,'model_inferred'),
(4,'2024-04-22 00:00:00',1,17.691727200307398,'model_inferred'),
(4,'2024-04-26 00:00:00',1,18.46255878227018,'model_inferred'),
(4,'2024-05-14 00:00:00',1,15.237341635977828,'model_inferred'),
(4,'2024-05-24 00:00:00',1,14.482300884504161,'model_inferred'),
(4,'2024-06-07 00:00:00',3,10.35126790261478,'model_inferred'),
(4,'2024-07-29 00:00:00',3,14.60754968498947,'model_inferred'),
(4,'2024-08-14 00:00:00',3,1.0,'model_inferred'),
(4,'2024-08-22 00:00:00',3,13.607423299709193,'model_inferred'),
(4,'2024-10-25 00:00:00',4,17.799319931621678,'model_inferred'),
(5,'2024-04-05 00:00:00',1,2.0,'model_inferred'),
(5,'2024-04-20 00:00:00',1,13.732157267481227,'model_inferred'),
(5,'2024-04-22 00:00:00',1,9.895473619586717,'model_inferred'),
(5,'2024-05-07 00:00:00',1,17.797127943749047,'model_inferred'),
(5,'2024-05-11 00:00:00',1,20.613554199280774,'model_inferred'),
(5,'2024-05-15 00:00:00',1,23.365596892077964,'model_inferred'),
(5,'2024-05-28 00:00:00',1,26.509988598750276,'model_inferred'),
(5,'2024-06-03 00:00:00',3,17.18770196432972,'model_inferred'),
(6,'2024-04-03 00:00:00',1,30.440158659411345,'model_inferred'),
(6,'2024-04-30 00:00:00',1,14.280108384007033,'model_inferred'),
(6,'2024-05-11 00:00:00',1,13.18646481163345,'model_inferred'),
(6,'2024-06-14 00:00:00',3,12.133156108809436,'model_inferred'),
(6,'2024-06-19 00:00:00',3,14.821354539492475,'model_inferred'),
(6,'2024-06-27 00:00:00',3,12.629993658925919,'model_inferred'),
(6,'2024-10-23 00:00:00',4,8.07018746763017,'model_inferred');

INSERT INTO tipping_point_alerts (orchard_id,ts,risk_score,risk_category,predicted_horizon_days,description) VALUES
(1,'2024-05-28 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(1,'2024-06-18 00:00:00',100.0,'critical',22,'Cascading-failure risk detected (critical)'),
(1,'2024-05-27 00:00:00',100.0,'critical',22,'Cascading-failure risk detected (critical)'),
(1,'2024-05-30 00:00:00',100.0,'critical',24,'Cascading-failure risk detected (critical)'),
(1,'2024-05-29 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(1,'2024-05-31 00:00:00',100.0,'critical',27,'Cascading-failure risk detected (critical)'),
(1,'2024-06-01 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(1,'2024-06-04 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(1,'2024-06-02 00:00:00',100.0,'critical',19,'Cascading-failure risk detected (critical)'),
(1,'2024-06-09 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(1,'2024-06-07 00:00:00',100.0,'critical',19,'Cascading-failure risk detected (critical)'),
(1,'2024-06-08 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(1,'2024-06-14 00:00:00',100.0,'critical',24,'Cascading-failure risk detected (critical)'),
(1,'2024-06-13 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(1,'2024-06-12 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(1,'2024-06-11 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(1,'2024-06-10 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(1,'2024-06-24 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(1,'2024-06-19 00:00:00',100.0,'critical',24,'Cascading-failure risk detected (critical)'),
(1,'2024-06-20 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(1,'2024-06-21 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(1,'2024-06-22 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(1,'2024-06-15 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(1,'2024-06-16 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(1,'2024-06-17 00:00:00',100.0,'critical',17,'Cascading-failure risk detected (critical)'),
(2,'2024-10-16 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(2,'2024-10-17 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(2,'2024-10-12 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(2,'2024-10-05 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(2,'2024-10-03 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(2,'2024-10-19 00:00:00',100.0,'critical',24,'Cascading-failure risk detected (critical)'),
(2,'2024-10-18 00:00:00',100.0,'critical',14,'Cascading-failure risk detected (critical)'),
(2,'2024-10-20 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(2,'2024-10-13 00:00:00',100.0,'critical',14,'Cascading-failure risk detected (critical)'),
(2,'2024-10-14 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(2,'2024-10-15 00:00:00',100.0,'critical',17,'Cascading-failure risk detected (critical)'),
(2,'2024-10-02 00:00:00',99.9,'critical',18,'Cascading-failure risk detected (critical)'),
(2,'2024-10-04 00:00:00',99.9,'critical',28,'Cascading-failure risk detected (critical)'),
(2,'2024-10-11 00:00:00',99.9,'critical',16,'Cascading-failure risk detected (critical)'),
(2,'2024-10-01 00:00:00',99.7,'critical',16,'Cascading-failure risk detected (critical)'),
(2,'2024-10-10 00:00:00',99.4,'critical',20,'Cascading-failure risk detected (critical)'),
(2,'2024-09-30 00:00:00',95.9,'critical',14,'Cascading-failure risk detected (critical)'),
(2,'2024-09-29 00:00:00',91.6,'critical',27,'Cascading-failure risk detected (critical)'),
(2,'2024-10-08 00:00:00',90.6,'critical',21,'Cascading-failure risk detected (critical)'),
(2,'2024-10-09 00:00:00',88.5,'high',21,'Cascading-failure risk detected (high)'),
(2,'2024-09-28 00:00:00',75.5,'high',24,'Cascading-failure risk detected (high)'),
(3,'2024-10-16 00:00:00',85.2,'high',19,'Cascading-failure risk detected (high)'),
(4,'2024-07-24 00:00:00',90.7,'critical',25,'Cascading-failure risk detected (critical)'),
(4,'2024-08-26 00:00:00',71.8,'moderate',14,'Cascading-failure risk detected (moderate)'),
(5,'2024-06-21 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(5,'2024-06-23 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(5,'2024-07-02 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(5,'2024-06-30 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(5,'2024-07-01 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(5,'2024-06-29 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(5,'2024-06-27 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(5,'2024-10-31 00:00:00',100.0,'critical',14,'Cascading-failure risk detected (critical)'),
(5,'2024-10-29 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(5,'2024-10-30 00:00:00',100.0,'critical',19,'Cascading-failure risk detected (critical)'),
(5,'2024-10-25 00:00:00',100.0,'critical',24,'Cascading-failure risk detected (critical)'),
(5,'2024-09-02 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(5,'2024-07-06 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(5,'2024-07-05 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(5,'2024-07-04 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(5,'2024-07-08 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(5,'2024-07-09 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(5,'2024-07-10 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(5,'2024-07-07 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(5,'2024-07-11 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(5,'2024-07-14 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(5,'2024-07-13 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(5,'2024-07-12 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(5,'2024-07-20 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(5,'2024-07-21 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(6,'2024-07-11 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(6,'2024-07-10 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(6,'2024-07-09 00:00:00',100.0,'critical',27,'Cascading-failure risk detected (critical)'),
(6,'2024-07-08 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(6,'2024-07-04 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(6,'2024-07-05 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(6,'2024-07-06 00:00:00',100.0,'critical',14,'Cascading-failure risk detected (critical)'),
(6,'2024-07-07 00:00:00',100.0,'critical',19,'Cascading-failure risk detected (critical)'),
(6,'2024-06-30 00:00:00',100.0,'critical',22,'Cascading-failure risk detected (critical)'),
(6,'2024-07-01 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(6,'2024-07-02 00:00:00',100.0,'critical',26,'Cascading-failure risk detected (critical)'),
(6,'2024-07-03 00:00:00',100.0,'critical',21,'Cascading-failure risk detected (critical)'),
(6,'2024-10-28 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(6,'2024-10-29 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(6,'2024-10-02 00:00:00',100.0,'critical',23,'Cascading-failure risk detected (critical)'),
(6,'2024-10-03 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(6,'2024-09-02 00:00:00',100.0,'critical',20,'Cascading-failure risk detected (critical)'),
(6,'2024-09-03 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(6,'2024-09-04 00:00:00',100.0,'critical',15,'Cascading-failure risk detected (critical)'),
(6,'2024-09-05 00:00:00',100.0,'critical',28,'Cascading-failure risk detected (critical)'),
(6,'2024-09-06 00:00:00',100.0,'critical',16,'Cascading-failure risk detected (critical)'),
(6,'2024-09-07 00:00:00',100.0,'critical',18,'Cascading-failure risk detected (critical)'),
(6,'2024-09-08 00:00:00',100.0,'critical',26,'Cascading-failure risk detected (critical)'),
(6,'2024-09-09 00:00:00',100.0,'critical',25,'Cascading-failure risk detected (critical)'),
(6,'2024-07-15 00:00:00',100.0,'critical',19,'Cascading-failure risk detected (critical)');

INSERT INTO causal_pathway_log (alert_id,pathway_name,contributing_factors,effect_size) VALUES
(1,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.64, soil_temp=24.3, ec=0.9, no3=67.8',38.2),
(2,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.52, soil_temp=24.0, ec=0.86, no3=71.8',38.9),
(3,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.27, soil_temp=21.8, ec=1.15, no3=58.0',28.4),
(4,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.5, ec=1.05, no3=60.5',44.2),
(5,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.9, ec=1.53, no3=61.8',44.2),
(5,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=8.64, soil_temp=21.9, ec=1.53, no3=61.8',41.4),
(6,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.7, ec=0.53, no3=64.0',44.2),
(7,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.8, ec=0.75, no3=65.3',44.2),
(8,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.63, soil_temp=23.6, ec=0.96, no3=64.0',26.2),
(9,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.92, soil_temp=22.8, ec=0.56, no3=63.0',30.5),
(10,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.35, soil_temp=22.9, ec=0.76, no3=58.0',39.9),
(11,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.8, soil_temp=22.9, ec=1.13, no3=62.8',37.2),
(12,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.1, soil_temp=22.6, ec=1.18, no3=61.9',29.4),
(13,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.3, ec=0.95, no3=61.7',44.2),
(14,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.2, ec=0.53, no3=63.6',44.2),
(15,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.2, ec=1.04, no3=54.4',44.2),
(16,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.23, soil_temp=22.2, ec=1.0, no3=64.5',34.6),
(17,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.6, ec=0.74, no3=67.7',44.2),
(18,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.3, ec=0.88, no3=56.9',44.2),
(19,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.86, soil_temp=22.4, ec=0.95, no3=73.0',42.8),
(20,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.2, ec=1.02, no3=62.5',44.2),
(21,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.8, ec=1.15, no3=63.1',44.2),
(22,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.2, ec=1.27, no3=69.3',44.2),
(23,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.32, soil_temp=23.6, ec=1.0, no3=74.1',28.1),
(24,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.81, soil_temp=22.3, ec=0.94, no3=57.7',37.1),
(25,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.41, soil_temp=23.2, ec=0.79, no3=59.0',27.5),
(26,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.7, ec=1.28, no3=61.3',44.2),
(27,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.4, ec=0.86, no3=59.9',44.2),
(28,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.3, ec=1.35, no3=57.9',44.2),
(29,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.8, ec=0.95, no3=61.6',44.2),
(30,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.3, ec=1.21, no3=65.6',44.2),
(31,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.5, ec=1.02, no3=69.2',44.2),
(32,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.2, ec=1.07, no3=58.2',44.2),
(33,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.1, ec=1.09, no3=63.3',44.2),
(34,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.4, ec=1.14, no3=58.9',44.2),
(35,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.4, ec=0.91, no3=60.5',44.2),
(36,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.1, ec=1.0, no3=57.4',44.2),
(37,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.65, soil_temp=23.3, ec=0.91, no3=58.9',38.1),
(38,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=19.8, ec=0.62, no3=51.6',44.2),
(39,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.17, soil_temp=21.6, ec=1.26, no3=60.2',35.0),
(40,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.12, soil_temp=23.8, ec=1.09, no3=62.0',29.3),
(41,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=12.0, soil_temp=21.9, ec=1.11, no3=62.1',24.0),
(42,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=12.84, soil_temp=22.6, ec=0.31, no3=57.2',19.0),
(43,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=13.92, soil_temp=21.1, ec=0.78, no3=58.5',12.5),
(44,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=14.62, soil_temp=20.1, ec=1.22, no3=62.8',8.3),
(45,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=13.83, soil_temp=20.3, ec=0.97, no3=55.7',13.0),
(46,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=15.37, soil_temp=21.7, ec=0.89, no3=62.0',5.0),
(47,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=15.92, soil_temp=23.0, ec=1.22, no3=57.8',5.0),
(48,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=15.83, soil_temp=25.0, ec=0.9, no3=60.5',5.0),
(49,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=18.44, soil_temp=24.7, ec=1.83, no3=63.9',5.0),
(50,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=14.11, soil_temp=24.7, ec=0.91, no3=73.4',11.3),
(51,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.72, soil_temp=22.3, ec=1.13, no3=69.4',25.7),
(52,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.37, soil_temp=22.8, ec=0.81, no3=60.5',33.8),
(53,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.04, soil_temp=23.1, ec=1.09, no3=71.6',35.8),
(54,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.5, ec=1.24, no3=67.2',44.2),
(55,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.0, soil_temp=23.1, ec=1.13, no3=65.1',30.0),
(56,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.7, soil_temp=22.5, ec=1.27, no3=61.2',31.8),
(57,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.16, soil_temp=19.7, ec=1.27, no3=74.6',35.0),
(58,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.6, ec=0.95, no3=69.2',44.2),
(59,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=21.0, ec=0.7, no3=72.1',44.2),
(60,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=19.6, ec=1.51, no3=74.8',44.2),
(60,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=8.64, soil_temp=19.6, ec=1.51, no3=74.8',41.4),
(61,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.6, ec=0.87, no3=67.6',44.2),
(62,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.6, ec=0.73, no3=64.9',44.2),
(63,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.99, soil_temp=24.3, ec=0.96, no3=63.2',36.1),
(64,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.87, soil_temp=22.3, ec=0.96, no3=64.6',30.8),
(65,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.16, soil_temp=21.8, ec=0.87, no3=61.4',35.0),
(66,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.64, soil_temp=23.1, ec=0.99, no3=63.3',32.2),
(67,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.89, soil_temp=21.9, ec=1.04, no3=69.9',36.7),
(68,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.96, soil_temp=23.4, ec=0.64, no3=68.8',42.2),
(69,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.99, soil_temp=22.4, ec=0.45, no3=67.3',42.1),
(70,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=20.6, ec=0.97, no3=58.2',44.2),
(71,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.0, ec=1.3, no3=72.2',44.2),
(72,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.8, ec=0.58, no3=71.4',44.2),
(73,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=22.2, ec=0.65, no3=63.5',44.2),
(74,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.64, soil_temp=23.4, ec=0.8, no3=62.0',44.2),
(75,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=24.4, ec=1.27, no3=64.4',53.9),
(76,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=23.8, ec=1.31, no3=55.9',53.9),
(77,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=24.8, ec=0.89, no3=70.1',53.9),
(78,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.98, soil_temp=24.2, ec=1.11, no3=65.4',48.1),
(79,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.1, soil_temp=21.7, ec=0.99, no3=73.1',53.4),
(80,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=21.8, ec=0.65, no3=68.9',53.9),
(81,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=22.5, ec=1.63, no3=61.7',53.9),
(81,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=7.02, soil_temp=22.5, ec=1.63, no3=61.7',47.9),
(82,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.76, soil_temp=23.2, ec=0.6, no3=58.3',43.4),
(83,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=11.95, soil_temp=21.6, ec=1.56, no3=54.2',24.3),
(83,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=11.95, soil_temp=21.6, ec=1.56, no3=54.2',28.2),
(84,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=10.24, soil_temp=21.2, ec=0.87, no3=63.0',34.6),
(85,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.21, soil_temp=23.0, ec=1.2, no3=73.4',46.7),
(86,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.24, soil_temp=21.4, ec=1.13, no3=62.2',52.6),
(87,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.74, soil_temp=20.5, ec=1.16, no3=67.6',37.6),
(88,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.44, soil_temp=20.4, ec=1.04, no3=59.5',45.4),
(89,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=22.2, ec=1.08, no3=59.6',53.9),
(90,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.56, soil_temp=24.3, ec=1.32, no3=64.3',38.6),
(91,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=21.6, ec=1.04, no3=61.0',53.9),
(92,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=20.6, ec=1.24, no3=58.7',53.9),
(93,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=24.2, ec=1.17, no3=64.0',53.9),
(94,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.1, soil_temp=23.4, ec=1.59, no3=63.6',41.4),
(94,'Compaction layer -> root restriction -> shallow rooting -> hidden drought sensitivity','vwc=9.1, soil_temp=23.4, ec=1.59, no3=63.6',39.6),
(95,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.38, soil_temp=23.7, ec=1.1, no3=58.7',51.7),
(96,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.27, soil_temp=22.6, ec=0.89, no3=68.3',40.4),
(97,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=8.2, soil_temp=22.4, ec=1.02, no3=77.3',46.8),
(98,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=9.72, soil_temp=23.5, ec=1.2, no3=69.7',37.7),
(99,'Dry spell -> soil theta<critical -> root death -> nutrient collapse -> fruit abortion','vwc=7.02, soil_temp=21.8, ec=1.11, no3=66.6',53.9);

INSERT INTO prescriptive_recommendations (alert_id,action,expected_water_savings_pct,expected_pesticide_savings_pct) VALUES
(1,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(2,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(3,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(4,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(5,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(5,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(6,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(7,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(8,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(9,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(10,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(11,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(12,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(13,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(14,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(15,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(16,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(17,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(18,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(19,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(20,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(21,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(22,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(23,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(24,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(25,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(26,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(27,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(28,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(29,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(30,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(31,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(32,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(33,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(34,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(35,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(36,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(37,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(38,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(39,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(40,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(41,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(42,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(43,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(44,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(45,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(46,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(47,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(48,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(49,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(50,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(51,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(52,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(53,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(54,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(55,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(56,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(57,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(58,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(59,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(60,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(60,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(61,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(62,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(63,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(64,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(65,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(66,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(67,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(68,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(69,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(70,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(71,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(72,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(73,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(74,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(75,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(76,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(77,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(78,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(79,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(80,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(81,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(81,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(82,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(83,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(83,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(84,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(85,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(86,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(87,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(88,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(89,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(90,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(91,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(92,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(93,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(94,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(94,'Schedule subsoil aeration + mulching before next dry spell',15.0,0.0),
(95,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(96,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(97,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(98,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0),
(99,'Trigger deficit-irrigation protocol: +25% irrigation for 3 days',12.0,0.0);

INSERT INTO storage_batches (batch_id,facility_id,orchard_id,variety,intake_date,quantity_kg,intake_quality_grade) VALUES
(1,1,1,'Red Delicious',2024-09-10,17455.3,'B'),
(2,1,1,'Red Delicious',2024-09-17,18387.1,'A'),
(3,1,1,'Red Delicious',2024-09-24,12892.5,'A'),
(4,1,1,'Red Delicious',2024-10-01,8849.6,'B'),
(5,1,1,'Red Delicious',2024-10-08,20506.5,'A'),
(6,1,1,'Red Delicious',2024-10-15,9081.4,'B'),
(7,1,2,'Royal Delicious',2024-09-10,19380.4,'B'),
(8,1,2,'Royal Delicious',2024-09-17,20841.4,'A'),
(9,1,2,'Royal Delicious',2024-09-24,19656.5,'A'),
(10,1,2,'Royal Delicious',2024-10-01,15891.3,'A'),
(11,1,2,'Royal Delicious',2024-10-08,16355.4,'A'),
(12,1,2,'Royal Delicious',2024-10-15,10084.8,'A'),
(13,2,3,'Golden Delicious',2024-09-10,12157.4,'C'),
(14,2,3,'Golden Delicious',2024-09-17,15674.1,'A'),
(15,2,3,'Golden Delicious',2024-09-24,13250.0,'A'),
(16,2,3,'Golden Delicious',2024-10-01,8475.1,'B'),
(17,2,3,'Golden Delicious',2024-10-08,12806.2,'A'),
(18,2,3,'Golden Delicious',2024-10-15,15618.6,'A'),
(19,2,4,'Royal Delicious',2024-09-10,18056.6,'A'),
(20,2,4,'Royal Delicious',2024-09-17,21806.7,'A'),
(21,2,4,'Royal Delicious',2024-09-24,15325.0,'A'),
(22,2,4,'Royal Delicious',2024-10-01,17142.3,'A'),
(23,2,4,'Royal Delicious',2024-10-08,11417.5,'A'),
(24,2,4,'Royal Delicious',2024-10-15,16204.9,'A'),
(25,3,5,'Royal Delicious',2024-09-10,9373.2,'A'),
(26,3,5,'Royal Delicious',2024-09-17,15415.7,'A'),
(27,3,5,'Royal Delicious',2024-09-24,8715.3,'A'),
(28,3,5,'Royal Delicious',2024-10-01,10989.4,'B'),
(29,3,5,'Royal Delicious',2024-10-08,11465.2,'A'),
(30,3,5,'Royal Delicious',2024-10-15,20558.1,'A'),
(31,3,6,'Red Delicious',2024-09-10,17489.7,'A'),
(32,3,6,'Red Delicious',2024-09-17,15754.1,'A'),
(33,3,6,'Red Delicious',2024-09-24,12008.8,'A'),
(34,3,6,'Red Delicious',2024-10-01,21012.6,'A'),
(35,3,6,'Red Delicious',2024-10-08,17432.2,'C'),
(36,3,6,'Red Delicious',2024-10-15,14219.3,'C');

INSERT INTO quality_inspections (inspection_id,batch_id,orchard_id,ts,firmness_kgf,brix_pct,starch_index,background_color,defect_pct,inspector) VALUES
(1,1,1,'2024-09-10 00:00:00',9.18,12.01,3.6,'green',0.2,'sensor_nir'),
(2,1,1,'2024-09-24 00:00:00',8.85,12.05,4.1,'green',1.1,'sensor_nir'),
(3,1,1,'2024-10-08 00:00:00',8.61,12.23,4.9,'green_yellow',1.5,'sensor_nir'),
(4,1,1,'2024-10-22 00:00:00',8.2,11.9,5.0,'green_yellow',0.7,'sensor_nir'),
(5,1,1,'2024-11-05 00:00:00',8.25,11.97,6.0,'green_yellow',3.3,'sensor_nir'),
(6,1,1,'2024-11-19 00:00:00',7.52,11.85,6.0,'yellow',1.4,'sensor_nir'),
(7,1,1,'2024-12-03 00:00:00',7.18,11.75,7.5,'yellow',3.0,'sensor_nir'),
(8,1,1,'2024-12-17 00:00:00',7.51,11.93,7.3,'yellow',6.6,'sensor_nir'),
(9,1,1,'2024-12-31 00:00:00',7.56,12.14,8.2,'yellow',5.7,'sensor_nir'),
(10,1,1,'2025-01-14 00:00:00',7.27,12.66,9.1,'yellow',3.1,'sensor_nir'),
(11,1,1,'2025-01-28 00:00:00',7.05,12.12,9.8,'red_blush',6.5,'sensor_nir'),
(12,2,1,'2024-09-17 00:00:00',7.85,11.73,2.9,'green',0.2,'sensor_nir'),
(13,2,1,'2024-10-01 00:00:00',7.63,11.73,3.4,'green',3.5,'sensor_nir'),
(14,2,1,'2024-10-15 00:00:00',7.43,11.69,4.2,'green',0.0,'sensor_nir'),
(15,2,1,'2024-10-29 00:00:00',7.15,11.77,4.6,'green_yellow',3.6,'sensor_nir'),
(16,2,1,'2024-11-12 00:00:00',6.71,11.91,4.7,'green_yellow',1.4,'sensor_nir'),
(17,2,1,'2024-11-26 00:00:00',6.61,11.67,5.9,'yellow',2.6,'sensor_nir'),
(18,2,1,'2024-12-10 00:00:00',6.35,12.0,6.2,'yellow',4.1,'sensor_nir'),
(19,2,1,'2024-12-24 00:00:00',5.65,11.91,6.5,'yellow',4.4,'sensor_nir'),
(20,2,1,'2025-01-07 00:00:00',6.07,12.2,7.5,'yellow',7.5,'sensor_nir'),
(21,2,1,'2025-01-21 00:00:00',5.94,12.18,8.3,'yellow',3.4,'sensor_nir'),
(22,2,1,'2025-02-04 00:00:00',5.81,12.14,8.4,'yellow',6.1,'sensor_nir'),
(23,3,1,'2024-09-24 00:00:00',8.47,12.18,3.7,'green',0.0,'sensor_nir'),
(24,3,1,'2024-10-08 00:00:00',8.19,12.13,4.2,'green',0.0,'sensor_nir'),
(25,3,1,'2024-10-22 00:00:00',7.95,12.16,4.7,'green',0.0,'sensor_nir'),
(26,3,1,'2024-11-05 00:00:00',7.77,12.16,5.4,'green',3.1,'sensor_nir'),
(27,3,1,'2024-11-19 00:00:00',7.43,12.5,5.7,'green_yellow',3.7,'sensor_nir'),
(28,3,1,'2024-12-03 00:00:00',6.91,11.99,6.1,'yellow',1.0,'sensor_nir'),
(29,3,1,'2024-12-17 00:00:00',6.75,12.67,6.5,'yellow',4.9,'sensor_nir'),
(30,3,1,'2024-12-31 00:00:00',6.97,12.31,7.7,'yellow',3.4,'sensor_nir'),
(31,3,1,'2025-01-14 00:00:00',6.02,11.98,7.3,'yellow',2.9,'sensor_nir'),
(32,3,1,'2025-01-28 00:00:00',6.04,12.93,8.5,'yellow',3.6,'sensor_nir'),
(33,3,1,'2025-02-11 00:00:00',6.09,12.82,8.6,'red_blush',4.5,'sensor_nir'),
(34,4,1,'2024-10-01 00:00:00',7.9,11.83,3.0,'green',2.2,'sensor_nir'),
(35,4,1,'2024-10-15 00:00:00',7.61,11.94,3.6,'green',1.7,'sensor_nir'),
(36,4,1,'2024-10-29 00:00:00',7.46,11.82,4.1,'green',1.9,'sensor_nir'),
(37,4,1,'2024-11-12 00:00:00',6.91,11.82,4.5,'green_yellow',1.8,'sensor_nir'),
(38,4,1,'2024-11-26 00:00:00',6.59,11.83,5.0,'green_yellow',0.0,'sensor_nir'),
(39,4,1,'2024-12-10 00:00:00',6.58,11.71,6.0,'green_yellow',1.1,'sensor_nir'),
(40,4,1,'2024-12-24 00:00:00',6.02,12.54,6.5,'yellow',3.8,'sensor_nir'),
(41,4,1,'2025-01-07 00:00:00',5.64,12.04,6.1,'yellow',4.5,'sensor_nir'),
(42,4,1,'2025-01-21 00:00:00',6.28,12.28,7.6,'yellow',2.6,'sensor_nir'),
(43,4,1,'2025-02-04 00:00:00',5.66,11.6,7.8,'yellow',7.1,'sensor_nir'),
(44,4,1,'2025-02-18 00:00:00',5.31,12.52,7.8,'red_blush',3.9,'sensor_nir'),
(45,5,1,'2024-10-08 00:00:00',8.52,12.4,3.3,'green',0.3,'sensor_nir'),
(46,5,1,'2024-10-22 00:00:00',8.27,12.47,3.8,'green',1.9,'sensor_nir'),
(47,5,1,'2024-11-05 00:00:00',7.97,12.52,4.3,'green',1.6,'sensor_nir'),
(48,5,1,'2024-11-19 00:00:00',7.84,12.4,4.9,'green_yellow',4.7,'sensor_nir'),
(49,5,1,'2024-12-03 00:00:00',7.49,12.56,5.4,'green_yellow',2.8,'sensor_nir'),
(50,5,1,'2024-12-17 00:00:00',7.0,13.0,6.2,'green_yellow',1.4,'sensor_nir'),
(51,5,1,'2024-12-31 00:00:00',6.89,13.06,6.2,'yellow',3.0,'sensor_nir'),
(52,5,1,'2025-01-14 00:00:00',6.68,12.86,6.6,'yellow',2.9,'sensor_nir'),
(53,5,1,'2025-01-28 00:00:00',6.59,12.3,7.6,'yellow',1.0,'sensor_nir'),
(54,5,1,'2025-02-11 00:00:00',5.93,12.38,8.5,'yellow',4.6,'sensor_nir'),
(55,5,1,'2025-02-25 00:00:00',5.15,12.88,9.1,'yellow',6.3,'sensor_nir'),
(56,6,1,'2024-10-15 00:00:00',9.05,12.51,3.9,'green',1.4,'sensor_nir'),
(57,6,1,'2024-10-29 00:00:00',8.74,12.56,4.6,'green',0.6,'sensor_nir'),
(58,6,1,'2024-11-12 00:00:00',8.63,12.54,4.9,'green',1.0,'sensor_nir'),
(59,6,1,'2024-11-26 00:00:00',8.07,12.85,5.6,'green_yellow',0.6,'sensor_nir'),
(60,6,1,'2024-12-10 00:00:00',8.11,12.72,6.5,'green_yellow',2.2,'sensor_nir'),
(61,6,1,'2024-12-24 00:00:00',7.4,12.65,7.0,'green_yellow',3.5,'sensor_nir'),
(62,6,1,'2025-01-07 00:00:00',7.71,13.0,7.5,'yellow',0.9,'sensor_nir'),
(63,6,1,'2025-01-21 00:00:00',7.1,13.17,7.9,'yellow',0.9,'sensor_nir'),
(64,6,1,'2025-02-04 00:00:00',6.39,12.44,8.4,'yellow',0.1,'sensor_nir'),
(65,6,1,'2025-02-18 00:00:00',6.64,12.47,9.3,'yellow',3.7,'sensor_nir'),
(66,6,1,'2025-03-04 00:00:00',6.85,13.0,9.9,'yellow',6.4,'sensor_nir'),
(67,7,2,'2024-09-10 00:00:00',7.89,12.48,3.8,'green',0.1,'sensor_nir'),
(68,7,2,'2024-09-24 00:00:00',7.56,12.46,4.4,'green',1.1,'sensor_nir'),
(69,7,2,'2024-10-08 00:00:00',7.47,12.42,5.0,'green',0.5,'sensor_nir'),
(70,7,2,'2024-10-22 00:00:00',6.97,12.73,5.3,'green_yellow',3.3,'sensor_nir'),
(71,7,2,'2024-11-05 00:00:00',6.84,12.79,6.4,'green_yellow',0.0,'sensor_nir'),
(72,7,2,'2024-11-19 00:00:00',6.57,12.88,6.9,'green_yellow',4.5,'sensor_nir'),
(73,7,2,'2024-12-03 00:00:00',5.96,13.02,7.3,'yellow',5.0,'sensor_nir'),
(74,7,2,'2024-12-17 00:00:00',6.15,12.26,7.3,'yellow',1.9,'sensor_nir'),
(75,7,2,'2024-12-31 00:00:00',5.62,12.71,8.0,'yellow',4.0,'sensor_nir'),
(76,7,2,'2025-01-14 00:00:00',5.45,12.66,8.6,'yellow',2.4,'sensor_nir'),
(77,7,2,'2025-01-28 00:00:00',5.71,13.42,8.9,'red_blush',6.2,'sensor_nir'),
(78,8,2,'2024-09-17 00:00:00',8.69,11.74,3.6,'green',0.0,'sensor_nir'),
(79,8,2,'2024-10-01 00:00:00',8.47,11.71,4.1,'green',3.6,'sensor_nir'),
(80,8,2,'2024-10-15 00:00:00',8.18,11.84,4.8,'green',0.0,'sensor_nir'),
(81,8,2,'2024-10-29 00:00:00',8.06,12.08,5.2,'green_yellow',2.6,'sensor_nir'),
(82,8,2,'2024-11-12 00:00:00',7.53,11.73,5.8,'green_yellow',1.2,'sensor_nir'),
(83,8,2,'2024-11-26 00:00:00',7.17,12.21,6.6,'yellow',3.7,'sensor_nir'),
(84,8,2,'2024-12-10 00:00:00',7.38,12.01,6.5,'yellow',1.7,'sensor_nir'),
(85,8,2,'2024-12-24 00:00:00',6.47,11.63,7.2,'yellow',6.8,'sensor_nir'),
(86,8,2,'2025-01-07 00:00:00',6.09,11.8,8.6,'yellow',3.0,'sensor_nir'),
(87,8,2,'2025-01-21 00:00:00',6.11,12.61,9.4,'yellow',0.5,'sensor_nir'),
(88,8,2,'2025-02-04 00:00:00',6.53,12.7,8.3,'yellow',7.8,'sensor_nir'),
(89,9,2,'2024-09-24 00:00:00',7.83,13.51,3.8,'green',2.0,'sensor_nir'),
(90,9,2,'2024-10-08 00:00:00',7.54,13.55,4.3,'green',1.1,'sensor_nir'),
(91,9,2,'2024-10-22 00:00:00',7.2,13.42,5.0,'green',3.0,'sensor_nir'),
(92,9,2,'2024-11-05 00:00:00',6.86,13.53,5.6,'green',1.2,'sensor_nir'),
(93,9,2,'2024-11-19 00:00:00',6.9,13.66,5.9,'green_yellow',1.9,'sensor_nir'),
(94,9,2,'2024-12-03 00:00:00',6.47,13.57,6.3,'green_yellow',2.8,'sensor_nir'),
(95,9,2,'2024-12-17 00:00:00',5.99,13.99,6.8,'yellow',2.1,'sensor_nir'),
(96,9,2,'2024-12-31 00:00:00',5.5,14.35,7.2,'yellow',1.5,'sensor_nir'),
(97,9,2,'2025-01-14 00:00:00',6.14,13.31,7.5,'yellow',1.5,'sensor_nir'),
(98,9,2,'2025-01-28 00:00:00',5.24,14.1,8.0,'yellow',5.7,'sensor_nir'),
(99,9,2,'2025-02-11 00:00:00',5.48,14.38,9.2,'yellow',6.8,'sensor_nir'),
(100,10,2,'2024-10-01 00:00:00',9.15,11.79,3.7,'green',0.0,'sensor_nir'),
(101,10,2,'2024-10-15 00:00:00',8.94,11.86,4.1,'green',1.2,'sensor_nir'),
(102,10,2,'2024-10-29 00:00:00',8.69,11.91,4.7,'green',0.4,'sensor_nir'),
(103,10,2,'2024-11-12 00:00:00',8.21,11.72,5.6,'green_yellow',4.1,'sensor_nir'),
(104,10,2,'2024-11-26 00:00:00',8.16,11.92,6.1,'green_yellow',0.0,'sensor_nir'),
(105,10,2,'2024-12-10 00:00:00',7.81,11.9,6.1,'green_yellow',1.9,'sensor_nir'),
(106,10,2,'2024-12-24 00:00:00',7.42,12.27,6.5,'yellow',1.4,'sensor_nir'),
(107,10,2,'2025-01-07 00:00:00',7.0,12.45,7.0,'yellow',0.5,'sensor_nir'),
(108,10,2,'2025-01-21 00:00:00',7.35,12.66,8.0,'yellow',3.1,'sensor_nir'),
(109,10,2,'2025-02-04 00:00:00',6.84,11.97,8.5,'yellow',5.9,'sensor_nir'),
(110,10,2,'2025-02-18 00:00:00',6.18,12.56,9.2,'yellow',1.5,'sensor_nir'),
(111,11,2,'2024-10-08 00:00:00',8.45,11.61,4.0,'green',0.3,'sensor_nir'),
(112,11,2,'2024-10-22 00:00:00',8.12,11.7,4.4,'green',0.9,'sensor_nir'),
(113,11,2,'2024-11-05 00:00:00',7.97,11.76,5.1,'green_yellow',0.0,'sensor_nir'),
(114,11,2,'2024-11-19 00:00:00',7.58,11.85,5.8,'green',3.6,'sensor_nir'),
(115,11,2,'2024-12-03 00:00:00',7.16,11.9,6.4,'green_yellow',2.7,'sensor_nir'),
(116,11,2,'2024-12-17 00:00:00',7.34,11.73,6.9,'green_yellow',2.2,'sensor_nir'),
(117,11,2,'2024-12-31 00:00:00',6.84,11.47,7.0,'yellow',1.9,'sensor_nir'),
(118,11,2,'2025-01-14 00:00:00',6.68,11.48,8.4,'yellow',2.4,'sensor_nir'),
(119,11,2,'2025-01-28 00:00:00',6.31,11.21,8.8,'yellow',5.7,'sensor_nir'),
(120,11,2,'2025-02-11 00:00:00',5.49,11.5,9.6,'yellow',5.7,'sensor_nir'),
(121,11,2,'2025-02-25 00:00:00',5.36,11.92,9.2,'red_blush',5.9,'sensor_nir'),
(122,12,2,'2024-10-15 00:00:00',7.83,11.99,3.6,'green',2.6,'sensor_nir'),
(123,12,2,'2024-10-29 00:00:00',7.53,12.05,4.1,'green',0.9,'sensor_nir'),
(124,12,2,'2024-11-12 00:00:00',7.31,11.93,4.7,'green',1.7,'sensor_nir'),
(125,12,2,'2024-11-26 00:00:00',7.18,12.02,5.3,'green_yellow',0.6,'sensor_nir'),
(126,12,2,'2024-12-10 00:00:00',6.77,11.89,6.0,'green_yellow',2.1,'sensor_nir'),
(127,12,2,'2024-12-24 00:00:00',6.59,12.18,6.5,'green_yellow',1.6,'sensor_nir'),
(128,12,2,'2025-01-07 00:00:00',6.53,12.52,7.0,'yellow',5.9,'sensor_nir'),
(129,12,2,'2025-01-21 00:00:00',5.89,11.87,7.8,'yellow',1.8,'sensor_nir'),
(130,12,2,'2025-02-04 00:00:00',5.12,12.26,8.1,'yellow',0.8,'sensor_nir'),
(131,12,2,'2025-02-18 00:00:00',5.52,11.57,7.7,'yellow',7.9,'sensor_nir'),
(132,12,2,'2025-03-04 00:00:00',4.82,12.6,9.0,'yellow',4.8,'sensor_nir'),
(133,13,3,'2024-09-10 00:00:00',8.1,11.62,3.2,'green',0.2,'sensor_nir'),
(134,13,3,'2024-09-24 00:00:00',7.79,11.65,3.6,'green',0.0,'sensor_nir'),
(135,13,3,'2024-10-08 00:00:00',7.47,11.73,4.3,'green_yellow',0.0,'sensor_nir'),
(136,13,3,'2024-10-22 00:00:00',7.46,11.72,5.1,'green_yellow',0.0,'sensor_nir'),
(137,13,3,'2024-11-05 00:00:00',6.76,11.82,5.5,'green_yellow',3.2,'sensor_nir'),
(138,13,3,'2024-11-19 00:00:00',6.56,11.56,6.0,'yellow',3.5,'sensor_nir'),
(139,13,3,'2024-12-03 00:00:00',6.18,12.1,6.2,'yellow',4.3,'sensor_nir'),
(140,13,3,'2024-12-17 00:00:00',5.85,11.64,7.0,'yellow',0.6,'sensor_nir'),
(141,13,3,'2024-12-31 00:00:00',5.57,11.6,7.6,'yellow',6.0,'sensor_nir'),
(142,13,3,'2025-01-14 00:00:00',5.11,11.91,7.9,'yellow',7.6,'sensor_nir'),
(143,13,3,'2025-01-28 00:00:00',4.89,12.64,8.2,'yellow',4.2,'sensor_nir'),
(144,14,3,'2024-09-17 00:00:00',7.93,13.28,2.3,'green',1.1,'sensor_nir'),
(145,14,3,'2024-10-01 00:00:00',7.62,13.24,2.9,'green',0.6,'sensor_nir'),
(146,14,3,'2024-10-15 00:00:00',7.48,13.2,3.4,'green_yellow',0.7,'sensor_nir'),
(147,14,3,'2024-10-29 00:00:00',7.25,13.32,3.7,'green_yellow',0.4,'sensor_nir'),
(148,14,3,'2024-11-12 00:00:00',7.11,13.42,4.9,'green_yellow',2.7,'sensor_nir'),
(149,14,3,'2024-11-26 00:00:00',6.38,13.07,4.7,'green_yellow',2.3,'sensor_nir'),
(150,14,3,'2024-12-10 00:00:00',6.4,13.64,5.7,'yellow',1.5,'sensor_nir'),
(151,14,3,'2024-12-24 00:00:00',6.44,13.99,5.7,'yellow',7.5,'sensor_nir'),
(152,14,3,'2025-01-07 00:00:00',6.13,13.01,6.8,'yellow',6.6,'sensor_nir'),
(153,14,3,'2025-01-21 00:00:00',5.05,13.31,7.1,'yellow',8.5,'sensor_nir'),
(154,14,3,'2025-02-04 00:00:00',5.47,13.56,7.9,'yellow',2.9,'sensor_nir'),
(155,15,3,'2024-09-24 00:00:00',7.83,11.98,3.5,'green',0.7,'sensor_nir'),
(156,15,3,'2024-10-08 00:00:00',7.58,11.99,4.1,'green',0.0,'sensor_nir'),
(157,15,3,'2024-10-22 00:00:00',7.26,11.88,4.8,'green',1.6,'sensor_nir'),
(158,15,3,'2024-11-05 00:00:00',7.19,12.33,5.0,'green_yellow',1.4,'sensor_nir'),
(159,15,3,'2024-11-19 00:00:00',7.02,11.89,5.5,'green_yellow',2.9,'sensor_nir'),
(160,15,3,'2024-12-03 00:00:00',6.64,11.97,6.7,'yellow',1.5,'sensor_nir'),
(161,15,3,'2024-12-17 00:00:00',6.16,12.53,6.6,'yellow',4.0,'sensor_nir'),
(162,15,3,'2024-12-31 00:00:00',6.43,11.79,6.7,'yellow',3.3,'sensor_nir'),
(163,15,3,'2025-01-14 00:00:00',6.19,12.37,7.1,'yellow',4.0,'sensor_nir'),
(164,15,3,'2025-01-28 00:00:00',5.41,12.89,7.9,'yellow',5.0,'sensor_nir'),
(165,15,3,'2025-02-11 00:00:00',5.31,12.74,8.5,'yellow',3.7,'sensor_nir'),
(166,16,3,'2024-10-01 00:00:00',9.16,11.87,3.9,'green',0.0,'sensor_nir'),
(167,16,3,'2024-10-15 00:00:00',8.87,11.89,4.5,'green',1.3,'sensor_nir'),
(168,16,3,'2024-10-29 00:00:00',8.64,11.79,5.1,'green',1.5,'sensor_nir'),
(169,16,3,'2024-11-12 00:00:00',8.52,11.96,5.5,'green_yellow',1.3,'sensor_nir'),
(170,16,3,'2024-11-26 00:00:00',8.21,11.76,5.8,'green_yellow',3.4,'sensor_nir'),
(171,16,3,'2024-12-10 00:00:00',7.99,11.92,6.8,'yellow',1.1,'sensor_nir'),
(172,16,3,'2024-12-24 00:00:00',7.85,12.48,7.4,'yellow',4.6,'sensor_nir'),
(173,16,3,'2025-01-07 00:00:00',7.44,12.13,7.9,'yellow',5.7,'sensor_nir'),
(174,16,3,'2025-01-21 00:00:00',7.31,11.96,8.4,'yellow',4.1,'sensor_nir'),
(175,16,3,'2025-02-04 00:00:00',6.4,11.47,8.2,'yellow',5.2,'sensor_nir'),
(176,16,3,'2025-02-18 00:00:00',7.06,11.55,9.8,'yellow',6.8,'sensor_nir'),
(177,17,3,'2024-10-08 00:00:00',9.18,12.67,2.9,'green',1.9,'sensor_nir'),
(178,17,3,'2024-10-22 00:00:00',8.86,12.79,3.5,'green',1.7,'sensor_nir'),
(179,17,3,'2024-11-05 00:00:00',8.61,12.65,4.1,'green',0.0,'sensor_nir'),
(180,17,3,'2024-11-19 00:00:00',8.38,12.85,4.7,'green',1.3,'sensor_nir'),
(181,17,3,'2024-12-03 00:00:00',8.37,13.09,4.8,'green_yellow',2.1,'sensor_nir'),
(182,17,3,'2024-12-17 00:00:00',7.5,12.5,5.2,'yellow',2.8,'sensor_nir'),
(183,17,3,'2024-12-31 00:00:00',7.3,13.11,6.7,'yellow',6.0,'sensor_nir'),
(184,17,3,'2025-01-14 00:00:00',7.21,12.45,7.3,'yellow',4.4,'sensor_nir'),
(185,17,3,'2025-01-28 00:00:00',6.9,13.21,7.1,'yellow',5.6,'sensor_nir'),
(186,17,3,'2025-02-11 00:00:00',7.34,13.61,8.4,'yellow',2.2,'sensor_nir'),
(187,17,3,'2025-02-25 00:00:00',6.09,13.09,7.5,'red_blush',4.7,'sensor_nir'),
(188,18,3,'2024-10-15 00:00:00',8.84,12.55,3.0,'green',0.0,'sensor_nir'),
(189,18,3,'2024-10-29 00:00:00',8.6,12.63,3.5,'green',0.0,'sensor_nir'),
(190,18,3,'2024-11-12 00:00:00',8.33,12.46,3.9,'green',1.2,'sensor_nir'),
(191,18,3,'2024-11-26 00:00:00',8.21,12.89,4.7,'green',0.0,'sensor_nir'),
(192,18,3,'2024-12-10 00:00:00',7.96,12.83,5.5,'green_yellow',2.7,'sensor_nir'),
(193,18,3,'2024-12-24 00:00:00',7.8,12.9,5.6,'green_yellow',3.4,'sensor_nir'),
(194,18,3,'2025-01-07 00:00:00',7.0,13.18,6.8,'yellow',0.0,'sensor_nir'),
(195,18,3,'2025-01-21 00:00:00',6.93,12.64,7.3,'yellow',5.6,'sensor_nir'),
(196,18,3,'2025-02-04 00:00:00',7.1,13.36,8.0,'yellow',1.7,'sensor_nir'),
(197,18,3,'2025-02-18 00:00:00',6.76,13.51,7.7,'yellow',5.4,'sensor_nir'),
(198,18,3,'2025-03-04 00:00:00',6.27,12.37,7.5,'red_blush',2.4,'sensor_nir'),
(199,19,4,'2024-09-10 00:00:00',8.89,11.62,2.8,'green',0.0,'sensor_nir'),
(200,19,4,'2024-09-24 00:00:00',8.56,11.57,3.4,'green',0.0,'sensor_nir'),
(201,19,4,'2024-10-08 00:00:00',8.26,11.77,4.0,'green',2.6,'sensor_nir'),
(202,19,4,'2024-10-22 00:00:00',8.07,11.85,4.5,'green_yellow',2.2,'sensor_nir'),
(203,19,4,'2024-11-05 00:00:00',7.85,11.78,5.1,'green_yellow',1.1,'sensor_nir'),
(204,19,4,'2024-11-19 00:00:00',7.21,11.88,5.9,'green_yellow',1.8,'sensor_nir'),
(205,19,4,'2024-12-03 00:00:00',6.91,11.73,5.9,'yellow',4.2,'sensor_nir'),
(206,19,4,'2024-12-17 00:00:00',6.79,11.46,6.3,'yellow',4.4,'sensor_nir'),
(207,19,4,'2024-12-31 00:00:00',6.96,11.65,7.1,'yellow',1.4,'sensor_nir'),
(208,19,4,'2025-01-14 00:00:00',6.54,12.23,6.9,'yellow',2.6,'sensor_nir'),
(209,19,4,'2025-01-28 00:00:00',5.51,12.13,9.3,'red_blush',3.1,'sensor_nir'),
(210,20,4,'2024-09-17 00:00:00',8.44,11.99,2.1,'green',0.5,'sensor_nir'),
(211,20,4,'2024-10-01 00:00:00',8.11,11.96,2.6,'green',0.3,'sensor_nir'),
(212,20,4,'2024-10-15 00:00:00',7.94,12.09,3.3,'green',0.0,'sensor_nir'),
(213,20,4,'2024-10-29 00:00:00',7.66,11.87,3.7,'green_yellow',0.0,'sensor_nir'),
(214,20,4,'2024-11-12 00:00:00',7.31,12.08,4.0,'green_yellow',4.0,'sensor_nir'),
(215,20,4,'2024-11-26 00:00:00',7.17,11.87,4.6,'yellow',4.8,'sensor_nir'),
(216,20,4,'2024-12-10 00:00:00',6.46,12.59,5.0,'yellow',6.3,'sensor_nir'),
(217,20,4,'2024-12-24 00:00:00',6.24,12.03,5.7,'yellow',5.2,'sensor_nir'),
(218,20,4,'2025-01-07 00:00:00',6.79,11.72,5.7,'yellow',4.7,'sensor_nir'),
(219,20,4,'2025-01-21 00:00:00',5.42,12.96,6.9,'yellow',5.2,'sensor_nir'),
(220,20,4,'2025-02-04 00:00:00',5.06,13.02,8.0,'red_blush',2.9,'sensor_nir'),
(221,21,4,'2024-09-24 00:00:00',7.87,11.89,3.5,'green',0.0,'sensor_nir'),
(222,21,4,'2024-10-08 00:00:00',7.65,11.93,4.1,'green',1.7,'sensor_nir'),
(223,21,4,'2024-10-22 00:00:00',7.45,11.97,4.5,'green',0.0,'sensor_nir'),
(224,21,4,'2024-11-05 00:00:00',7.19,11.79,4.9,'green',0.2,'sensor_nir'),
(225,21,4,'2024-11-19 00:00:00',6.77,12.34,5.5,'green_yellow',3.2,'sensor_nir'),
(226,21,4,'2024-12-03 00:00:00',6.73,12.0,6.2,'green_yellow',2.4,'sensor_nir'),
(227,21,4,'2024-12-17 00:00:00',6.59,11.6,7.1,'yellow',5.3,'sensor_nir'),
(228,21,4,'2024-12-31 00:00:00',6.38,12.2,7.0,'yellow',3.6,'sensor_nir'),
(229,21,4,'2025-01-14 00:00:00',5.79,12.26,7.4,'yellow',2.9,'sensor_nir'),
(230,21,4,'2025-01-28 00:00:00',5.3,11.48,9.1,'yellow',2.2,'sensor_nir'),
(231,21,4,'2025-02-11 00:00:00',5.46,12.66,8.6,'yellow',6.1,'sensor_nir'),
(232,22,4,'2024-10-01 00:00:00',8.52,12.66,3.4,'green',0.0,'sensor_nir'),
(233,22,4,'2024-10-15 00:00:00',8.24,12.67,4.1,'green',1.4,'sensor_nir'),
(234,22,4,'2024-10-29 00:00:00',8.08,12.67,4.5,'green_yellow',2.2,'sensor_nir'),
(235,22,4,'2024-11-12 00:00:00',7.58,12.88,5.0,'green_yellow',1.0,'sensor_nir'),
(236,22,4,'2024-11-26 00:00:00',7.63,12.6,5.9,'green_yellow',2.7,'sensor_nir'),
(237,22,4,'2024-12-10 00:00:00',7.47,12.55,5.9,'green_yellow',4.1,'sensor_nir'),
(238,22,4,'2024-12-24 00:00:00',7.06,12.7,6.9,'yellow',5.5,'sensor_nir'),
(239,22,4,'2025-01-07 00:00:00',6.81,13.39,7.4,'yellow',0.2,'sensor_nir'),
(240,22,4,'2025-01-21 00:00:00',6.56,12.85,7.5,'yellow',3.7,'sensor_nir'),
(241,22,4,'2025-02-04 00:00:00',5.58,12.66,8.3,'yellow',4.0,'sensor_nir'),
(242,22,4,'2025-02-18 00:00:00',6.08,12.51,8.3,'red_blush',4.9,'sensor_nir'),
(243,23,4,'2024-10-08 00:00:00',8.6,13.29,3.7,'green',0.0,'sensor_nir'),
(244,23,4,'2024-10-22 00:00:00',8.37,13.29,4.3,'green',0.0,'sensor_nir'),
(245,23,4,'2024-11-05 00:00:00',8.12,13.2,4.9,'green',2.3,'sensor_nir'),
(246,23,4,'2024-11-19 00:00:00',7.76,13.51,5.3,'green',2.9,'sensor_nir'),
(247,23,4,'2024-12-03 00:00:00',7.59,13.25,5.9,'green_yellow',1.8,'sensor_nir'),
(248,23,4,'2024-12-17 00:00:00',7.42,13.86,6.8,'yellow',3.6,'sensor_nir'),
(249,23,4,'2024-12-31 00:00:00',7.07,13.04,7.1,'yellow',3.5,'sensor_nir'),
(250,23,4,'2025-01-14 00:00:00',6.27,13.26,7.7,'yellow',4.5,'sensor_nir'),
(251,23,4,'2025-01-28 00:00:00',6.61,12.99,7.4,'yellow',1.0,'sensor_nir'),
(252,23,4,'2025-02-11 00:00:00',6.36,14.19,9.4,'yellow',8.3,'sensor_nir'),
(253,23,4,'2025-02-25 00:00:00',5.95,12.92,9.1,'yellow',3.2,'sensor_nir'),
(254,24,4,'2024-10-15 00:00:00',8.74,12.96,3.6,'green',0.0,'sensor_nir'),
(255,24,4,'2024-10-29 00:00:00',8.45,13.01,4.1,'green',1.4,'sensor_nir'),
(256,24,4,'2024-11-12 00:00:00',8.32,12.89,4.6,'green',1.9,'sensor_nir'),
(257,24,4,'2024-11-26 00:00:00',8.03,13.01,5.0,'green_yellow',0.8,'sensor_nir'),
(258,24,4,'2024-12-10 00:00:00',7.56,13.26,5.9,'green_yellow',2.1,'sensor_nir'),
(259,24,4,'2024-12-24 00:00:00',7.44,13.38,6.7,'yellow',2.8,'sensor_nir'),
(260,24,4,'2025-01-07 00:00:00',7.13,13.45,6.9,'yellow',4.4,'sensor_nir'),
(261,24,4,'2025-01-21 00:00:00',6.83,13.39,7.2,'yellow',8.1,'sensor_nir'),
(262,24,4,'2025-02-04 00:00:00',6.75,12.99,7.9,'yellow',6.2,'sensor_nir'),
(263,24,4,'2025-02-18 00:00:00',6.42,13.92,8.8,'yellow',7.0,'sensor_nir'),
(264,24,4,'2025-03-04 00:00:00',6.56,13.09,9.2,'yellow',6.1,'sensor_nir'),
(265,25,5,'2024-09-10 00:00:00',7.85,11.87,2.3,'green',0.0,'sensor_nir'),
(266,25,5,'2024-09-24 00:00:00',7.52,11.84,2.8,'green',0.3,'sensor_nir'),
(267,25,5,'2024-10-08 00:00:00',7.23,12.05,3.5,'green',0.0,'sensor_nir'),
(268,25,5,'2024-10-22 00:00:00',7.08,12.07,4.1,'green_yellow',1.5,'sensor_nir'),
(269,25,5,'2024-11-05 00:00:00',6.49,12.13,4.2,'green_yellow',1.0,'sensor_nir'),
(270,25,5,'2024-11-19 00:00:00',6.44,12.37,5.2,'yellow',1.9,'sensor_nir'),
(271,25,5,'2024-12-03 00:00:00',6.39,11.7,5.3,'yellow',3.1,'sensor_nir'),
(272,25,5,'2024-12-17 00:00:00',6.28,11.78,6.2,'yellow',4.8,'sensor_nir'),
(273,25,5,'2024-12-31 00:00:00',5.92,12.23,7.3,'yellow',4.1,'sensor_nir'),
(274,25,5,'2025-01-14 00:00:00',4.9,11.67,7.9,'yellow',4.3,'sensor_nir'),
(275,25,5,'2025-01-28 00:00:00',4.63,11.89,7.7,'yellow',8.0,'sensor_nir'),
(276,26,5,'2024-09-17 00:00:00',8.74,13.04,2.4,'green',0.0,'sensor_nir'),
(277,26,5,'2024-10-01 00:00:00',8.49,13.14,3.1,'green',0.9,'sensor_nir'),
(278,26,5,'2024-10-15 00:00:00',8.25,13.25,3.5,'green',1.2,'sensor_nir'),
(279,26,5,'2024-10-29 00:00:00',7.91,12.93,3.8,'green',3.3,'sensor_nir'),
(280,26,5,'2024-11-12 00:00:00',7.68,12.95,4.4,'green_yellow',3.5,'sensor_nir'),
(281,26,5,'2024-11-26 00:00:00',7.58,12.95,5.4,'yellow',2.6,'sensor_nir'),
(282,26,5,'2024-12-10 00:00:00',7.39,13.26,6.2,'yellow',3.9,'sensor_nir'),
(283,26,5,'2024-12-24 00:00:00',7.25,13.15,6.2,'yellow',5.4,'sensor_nir'),
(284,26,5,'2025-01-07 00:00:00',6.71,13.42,6.3,'yellow',7.8,'sensor_nir'),
(285,26,5,'2025-01-21 00:00:00',6.42,13.46,6.9,'yellow',4.0,'sensor_nir'),
(286,26,5,'2025-02-04 00:00:00',6.28,13.45,7.6,'yellow',6.5,'sensor_nir'),
(287,27,5,'2024-09-24 00:00:00',8.37,12.25,3.3,'green',0.0,'sensor_nir'),
(288,27,5,'2024-10-08 00:00:00',8.05,12.35,3.9,'green',1.5,'sensor_nir'),
(289,27,5,'2024-10-22 00:00:00',7.86,12.29,4.5,'green',0.7,'sensor_nir'),
(290,27,5,'2024-11-05 00:00:00',7.58,12.16,4.8,'green_yellow',1.1,'sensor_nir'),
(291,27,5,'2024-11-19 00:00:00',7.56,12.38,5.9,'green_yellow',1.8,'sensor_nir'),
(292,27,5,'2024-12-03 00:00:00',6.83,12.45,5.6,'yellow',1.1,'sensor_nir'),
(293,27,5,'2024-12-17 00:00:00',6.65,12.47,6.7,'yellow',3.7,'sensor_nir'),
(294,27,5,'2024-12-31 00:00:00',6.71,12.98,6.9,'yellow',0.8,'sensor_nir'),
(295,27,5,'2025-01-14 00:00:00',5.9,12.27,8.1,'yellow',4.0,'sensor_nir'),
(296,27,5,'2025-01-28 00:00:00',5.42,12.36,8.9,'yellow',3.3,'sensor_nir'),
(297,27,5,'2025-02-11 00:00:00',6.02,13.45,9.1,'yellow',3.1,'sensor_nir'),
(298,28,5,'2024-10-01 00:00:00',8.73,13.64,2.4,'green',1.4,'sensor_nir'),
(299,28,5,'2024-10-15 00:00:00',8.44,13.73,3.1,'green',0.2,'sensor_nir'),
(300,28,5,'2024-10-29 00:00:00',8.25,13.82,3.5,'green',0.7,'sensor_nir'),
(301,28,5,'2024-11-12 00:00:00',8.13,13.87,3.8,'green_yellow',3.6,'sensor_nir'),
(302,28,5,'2024-11-26 00:00:00',7.63,13.81,4.3,'green_yellow',1.7,'sensor_nir'),
(303,28,5,'2024-12-10 00:00:00',7.53,13.56,4.9,'yellow',3.6,'sensor_nir'),
(304,28,5,'2024-12-24 00:00:00',7.14,13.95,6.1,'yellow',3.5,'sensor_nir'),
(305,28,5,'2025-01-07 00:00:00',6.99,13.77,5.9,'yellow',4.9,'sensor_nir'),
(306,28,5,'2025-01-21 00:00:00',6.36,13.72,6.9,'yellow',5.1,'sensor_nir'),
(307,28,5,'2025-02-04 00:00:00',6.66,13.61,7.1,'yellow',7.5,'sensor_nir'),
(308,28,5,'2025-02-18 00:00:00',6.37,14.36,7.2,'red_blush',8.0,'sensor_nir'),
(309,29,5,'2024-10-08 00:00:00',7.73,13.1,3.1,'green',2.1,'sensor_nir'),
(310,29,5,'2024-10-22 00:00:00',7.4,13.13,3.7,'green',0.2,'sensor_nir'),
(311,29,5,'2024-11-05 00:00:00',7.23,13.08,4.1,'green_yellow',2.4,'sensor_nir'),
(312,29,5,'2024-11-19 00:00:00',6.76,13.34,5.0,'green_yellow',0.9,'sensor_nir'),
(313,29,5,'2024-12-03 00:00:00',6.76,13.53,5.2,'green_yellow',5.2,'sensor_nir'),
(314,29,5,'2024-12-17 00:00:00',6.17,13.43,6.3,'yellow',1.5,'sensor_nir'),
(315,29,5,'2024-12-31 00:00:00',6.15,13.33,6.7,'yellow',4.6,'sensor_nir'),
(316,29,5,'2025-01-14 00:00:00',5.9,13.14,6.6,'yellow',2.5,'sensor_nir'),
(317,29,5,'2025-01-28 00:00:00',5.24,13.07,7.0,'yellow',1.8,'sensor_nir'),
(318,29,5,'2025-02-11 00:00:00',4.85,14.06,7.9,'yellow',3.0,'sensor_nir'),
(319,29,5,'2025-02-25 00:00:00',5.08,12.68,7.7,'yellow',8.5,'sensor_nir'),
(320,30,5,'2024-10-15 00:00:00',8.83,13.24,2.9,'green',0.0,'sensor_nir'),
(321,30,5,'2024-10-29 00:00:00',8.57,13.29,3.5,'green',0.0,'sensor_nir'),
(322,30,5,'2024-11-12 00:00:00',8.34,13.27,4.1,'green',0.0,'sensor_nir'),
(323,30,5,'2024-11-26 00:00:00',7.93,13.48,4.7,'green_yellow',3.3,'sensor_nir'),
(324,30,5,'2024-12-10 00:00:00',8.03,13.05,5.3,'green_yellow',0.2,'sensor_nir'),
(325,30,5,'2024-12-24 00:00:00',7.69,13.29,6.0,'yellow',2.4,'sensor_nir'),
(326,30,5,'2025-01-07 00:00:00',7.05,13.72,5.9,'yellow',4.3,'sensor_nir'),
(327,30,5,'2025-01-21 00:00:00',7.15,12.92,7.2,'yellow',4.0,'sensor_nir'),
(328,30,5,'2025-02-04 00:00:00',7.21,12.95,6.6,'yellow',5.5,'sensor_nir'),
(329,30,5,'2025-02-18 00:00:00',6.83,13.14,8.5,'yellow',6.0,'sensor_nir'),
(330,30,5,'2025-03-04 00:00:00',5.81,13.31,7.7,'yellow',4.3,'sensor_nir'),
(331,31,6,'2024-09-10 00:00:00',7.92,12.17,3.4,'green',1.1,'sensor_nir'),
(332,31,6,'2024-09-24 00:00:00',7.6,12.28,4.0,'green',2.2,'sensor_nir'),
(333,31,6,'2024-10-08 00:00:00',7.46,12.21,4.4,'green',1.9,'sensor_nir'),
(334,31,6,'2024-10-22 00:00:00',7.2,12.1,5.3,'green_yellow',1.3,'sensor_nir'),
(335,31,6,'2024-11-05 00:00:00',7.1,12.17,5.3,'green_yellow',4.4,'sensor_nir'),
(336,31,6,'2024-11-19 00:00:00',6.86,12.4,5.7,'yellow',4.7,'sensor_nir'),
(337,31,6,'2024-12-03 00:00:00',5.92,12.83,6.5,'yellow',2.7,'sensor_nir'),
(338,31,6,'2024-12-17 00:00:00',5.95,12.42,6.7,'yellow',2.9,'sensor_nir'),
(339,31,6,'2024-12-31 00:00:00',5.95,13.09,7.9,'yellow',8.8,'sensor_nir'),
(340,31,6,'2025-01-14 00:00:00',5.5,13.14,8.9,'yellow',2.4,'sensor_nir'),
(341,31,6,'2025-01-28 00:00:00',4.84,12.17,9.0,'red_blush',3.3,'sensor_nir'),
(342,32,6,'2024-09-17 00:00:00',8.6,11.85,3.0,'green',0.0,'sensor_nir'),
(343,32,6,'2024-10-01 00:00:00',8.36,11.83,3.6,'green',0.0,'sensor_nir'),
(344,32,6,'2024-10-15 00:00:00',7.94,11.91,4.0,'green',1.1,'sensor_nir'),
(345,32,6,'2024-10-29 00:00:00',7.86,11.92,4.9,'green_yellow',0.6,'sensor_nir'),
(346,32,6,'2024-11-12 00:00:00',7.54,12.06,5.6,'green_yellow',0.8,'sensor_nir'),
(347,32,6,'2024-11-26 00:00:00',7.19,12.4,5.9,'yellow',2.8,'sensor_nir'),
(348,32,6,'2024-12-10 00:00:00',7.35,12.4,6.6,'yellow',2.1,'sensor_nir'),
(349,32,6,'2024-12-24 00:00:00',7.18,12.24,6.7,'yellow',4.4,'sensor_nir'),
(350,32,6,'2025-01-07 00:00:00',6.24,12.58,8.0,'yellow',5.1,'sensor_nir'),
(351,32,6,'2025-01-21 00:00:00',5.72,12.35,8.8,'yellow',4.2,'sensor_nir'),
(352,32,6,'2025-02-04 00:00:00',6.11,12.94,8.4,'red_blush',6.0,'sensor_nir'),
(353,33,6,'2024-09-24 00:00:00',8.77,12.09,2.7,'green',0.0,'sensor_nir'),
(354,33,6,'2024-10-08 00:00:00',8.5,12.16,3.2,'green',1.6,'sensor_nir'),
(355,33,6,'2024-10-22 00:00:00',8.29,12.08,3.9,'green',1.5,'sensor_nir'),
(356,33,6,'2024-11-05 00:00:00',7.97,12.06,4.3,'green_yellow',3.0,'sensor_nir'),
(357,33,6,'2024-11-19 00:00:00',7.75,12.45,4.7,'green_yellow',0.9,'sensor_nir'),
(358,33,6,'2024-12-03 00:00:00',7.75,12.63,5.1,'green_yellow',3.5,'sensor_nir'),
(359,33,6,'2024-12-17 00:00:00',7.14,12.23,6.3,'yellow',4.3,'sensor_nir'),
(360,33,6,'2024-12-31 00:00:00',7.28,12.77,6.6,'yellow',0.7,'sensor_nir'),
(361,33,6,'2025-01-14 00:00:00',6.77,12.42,6.3,'yellow',6.8,'sensor_nir'),
(362,33,6,'2025-01-28 00:00:00',6.68,11.93,7.7,'yellow',6.9,'sensor_nir'),
(363,33,6,'2025-02-11 00:00:00',6.76,12.97,8.1,'red_blush',3.6,'sensor_nir'),
(364,34,6,'2024-10-01 00:00:00',8.92,12.89,2.5,'green',0.0,'sensor_nir'),
(365,34,6,'2024-10-15 00:00:00',8.72,12.91,3.1,'green',0.0,'sensor_nir'),
(366,34,6,'2024-10-29 00:00:00',8.36,13.09,3.8,'green',0.2,'sensor_nir'),
(367,34,6,'2024-11-12 00:00:00',8.16,12.82,4.0,'green_yellow',2.0,'sensor_nir'),
(368,34,6,'2024-11-26 00:00:00',8.03,12.81,4.4,'green_yellow',2.9,'sensor_nir'),
(369,34,6,'2024-12-10 00:00:00',7.44,13.11,5.6,'green_yellow',0.6,'sensor_nir'),
(370,34,6,'2024-12-24 00:00:00',7.07,13.05,5.2,'yellow',3.1,'sensor_nir'),
(371,34,6,'2025-01-07 00:00:00',6.71,13.5,6.9,'yellow',5.9,'sensor_nir'),
(372,34,6,'2025-01-21 00:00:00',6.47,13.8,6.5,'yellow',4.6,'sensor_nir'),
(373,34,6,'2025-02-04 00:00:00',6.08,12.68,7.8,'yellow',4.6,'sensor_nir'),
(374,34,6,'2025-02-18 00:00:00',6.66,13.54,8.5,'yellow',3.3,'sensor_nir'),
(375,35,6,'2024-10-08 00:00:00',9.19,12.53,3.4,'green',0.0,'sensor_nir'),
(376,35,6,'2024-10-22 00:00:00',8.94,12.54,3.9,'green',0.0,'sensor_nir'),
(377,35,6,'2024-11-05 00:00:00',8.69,12.59,4.7,'green',0.0,'sensor_nir'),
(378,35,6,'2024-11-19 00:00:00',8.49,12.78,5.3,'green_yellow',1.0,'sensor_nir'),
(379,35,6,'2024-12-03 00:00:00',7.89,12.78,5.6,'green_yellow',0.4,'sensor_nir'),
(380,35,6,'2024-12-17 00:00:00',7.8,12.48,5.9,'yellow',0.3,'sensor_nir'),
(381,35,6,'2024-12-31 00:00:00',7.29,13.15,6.8,'yellow',2.5,'sensor_nir'),
(382,35,6,'2025-01-14 00:00:00',7.71,12.85,6.8,'yellow',2.5,'sensor_nir'),
(383,35,6,'2025-01-28 00:00:00',7.12,12.35,7.8,'yellow',1.5,'sensor_nir'),
(384,35,6,'2025-02-11 00:00:00',7.16,12.86,7.5,'yellow',6.0,'sensor_nir'),
(385,35,6,'2025-02-25 00:00:00',6.23,12.75,9.9,'yellow',8.7,'sensor_nir'),
(386,36,6,'2024-10-15 00:00:00',7.87,12.17,2.1,'green',0.8,'sensor_nir'),
(387,36,6,'2024-10-29 00:00:00',7.53,12.29,2.7,'green',0.3,'sensor_nir'),
(388,36,6,'2024-11-12 00:00:00',7.32,12.1,3.4,'green_yellow',0.3,'sensor_nir'),
(389,36,6,'2024-11-26 00:00:00',6.89,12.06,3.5,'green_yellow',0.6,'sensor_nir'),
(390,36,6,'2024-12-10 00:00:00',6.71,12.25,4.7,'green_yellow',2.4,'sensor_nir'),
(391,36,6,'2024-12-24 00:00:00',6.31,12.59,5.1,'green_yellow',3.9,'sensor_nir'),
(392,36,6,'2025-01-07 00:00:00',6.12,11.99,5.4,'yellow',3.0,'sensor_nir'),
(393,36,6,'2025-01-21 00:00:00',6.16,11.99,6.2,'yellow',3.4,'sensor_nir'),
(394,36,6,'2025-02-04 00:00:00',5.17,12.51,5.8,'yellow',6.5,'sensor_nir'),
(395,36,6,'2025-02-18 00:00:00',5.59,12.08,6.6,'yellow',7.4,'sensor_nir'),
(396,36,6,'2025-03-04 00:00:00',5.3,12.84,8.2,'yellow',9.0,'sensor_nir');

INSERT INTO ripeness_classifications (inspection_id,predicted_stage,confidence,recommended_action) VALUES
(1,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(2,'pre_climacteric',99.7,'Approaching harvest window; schedule harvest crew'),
(3,'pre_climacteric',89.2,'Approaching harvest window; schedule harvest crew'),
(4,'pre_climacteric',76.1,'Approaching harvest window; schedule harvest crew'),
(5,'overripe',74.9,'Divert to processing (juice/puree); do not ship fresh'),
(6,'optimal_harvest',85.7,'Harvest / ship now for best shelf life and eating quality'),
(7,'ripe',88.7,'Move to retail immediately; prioritize FIFO dispatch'),
(8,'ripe',89.6,'Move to retail immediately; prioritize FIFO dispatch'),
(9,'ripe',91.8,'Move to retail immediately; prioritize FIFO dispatch'),
(10,'overripe',75.5,'Divert to processing (juice/puree); do not ship fresh'),
(11,'overripe',79.9,'Divert to processing (juice/puree); do not ship fresh'),
(12,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(13,'pre_climacteric',91.5,'Approaching harvest window; schedule harvest crew'),
(14,'pre_climacteric',95.3,'Approaching harvest window; schedule harvest crew'),
(15,'pre_climacteric',65.3,'Approaching harvest window; schedule harvest crew'),
(16,'overripe',82.0,'Divert to processing (juice/puree); do not ship fresh'),
(17,'optimal_harvest',93.6,'Harvest / ship now for best shelf life and eating quality'),
(18,'optimal_harvest',96.2,'Harvest / ship now for best shelf life and eating quality'),
(19,'optimal_harvest',96.2,'Harvest / ship now for best shelf life and eating quality'),
(20,'ripe',95.5,'Move to retail immediately; prioritize FIFO dispatch'),
(21,'ripe',99.3,'Move to retail immediately; prioritize FIFO dispatch'),
(22,'ripe',97.1,'Move to retail immediately; prioritize FIFO dispatch'),
(23,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(24,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(25,'pre_climacteric',98.8,'Approaching harvest window; schedule harvest crew'),
(26,'optimal_harvest',72.3,'Harvest / ship now for best shelf life and eating quality'),
(27,'optimal_harvest',92.2,'Harvest / ship now for best shelf life and eating quality'),
(28,'optimal_harvest',91.3,'Harvest / ship now for best shelf life and eating quality'),
(29,'optimal_harvest',92.1,'Harvest / ship now for best shelf life and eating quality'),
(30,'ripe',89.7,'Move to retail immediately; prioritize FIFO dispatch'),
(31,'ripe',93.4,'Move to retail immediately; prioritize FIFO dispatch'),
(32,'ripe',89.3,'Move to retail immediately; prioritize FIFO dispatch'),
(33,'ripe',87.9,'Move to retail immediately; prioritize FIFO dispatch'),
(34,'pre_climacteric',99.0,'Approaching harvest window; schedule harvest crew'),
(35,'pre_climacteric',94.9,'Approaching harvest window; schedule harvest crew'),
(36,'pre_climacteric',93.5,'Approaching harvest window; schedule harvest crew'),
(37,'overripe',78.0,'Divert to processing (juice/puree); do not ship fresh'),
(38,'overripe',80.0,'Divert to processing (juice/puree); do not ship fresh'),
(39,'optimal_harvest',85.8,'Harvest / ship now for best shelf life and eating quality'),
(40,'optimal_harvest',94.2,'Harvest / ship now for best shelf life and eating quality'),
(41,'optimal_harvest',95.9,'Harvest / ship now for best shelf life and eating quality'),
(42,'ripe',98.8,'Move to retail immediately; prioritize FIFO dispatch'),
(43,'ripe',94.6,'Move to retail immediately; prioritize FIFO dispatch'),
(44,'ripe',85.0,'Move to retail immediately; prioritize FIFO dispatch'),
(45,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(46,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(47,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(48,'pre_climacteric',82.9,'Approaching harvest window; schedule harvest crew'),
(49,'optimal_harvest',87.8,'Harvest / ship now for best shelf life and eating quality'),
(50,'optimal_harvest',86.5,'Harvest / ship now for best shelf life and eating quality'),
(51,'optimal_harvest',95.7,'Harvest / ship now for best shelf life and eating quality'),
(52,'optimal_harvest',97.9,'Harvest / ship now for best shelf life and eating quality'),
(53,'ripe',91.1,'Move to retail immediately; prioritize FIFO dispatch'),
(54,'ripe',97.1,'Move to retail immediately; prioritize FIFO dispatch'),
(55,'overripe',78.6,'Divert to processing (juice/puree); do not ship fresh'),
(56,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(57,'pre_climacteric',98.8,'Approaching harvest window; schedule harvest crew'),
(58,'pre_climacteric',98.8,'Approaching harvest window; schedule harvest crew'),
(59,'overripe',82.5,'Divert to processing (juice/puree); do not ship fresh'),
(60,'overripe',79.8,'Divert to processing (juice/puree); do not ship fresh'),
(61,'optimal_harvest',75.6,'Harvest / ship now for best shelf life and eating quality'),
(62,'ripe',86.9,'Move to retail immediately; prioritize FIFO dispatch'),
(63,'ripe',95.4,'Move to retail immediately; prioritize FIFO dispatch'),
(64,'ripe',92.8,'Move to retail immediately; prioritize FIFO dispatch'),
(65,'overripe',80.5,'Divert to processing (juice/puree); do not ship fresh'),
(66,'overripe',87.9,'Divert to processing (juice/puree); do not ship fresh'),
(67,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(68,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(69,'pre_climacteric',94.7,'Approaching harvest window; schedule harvest crew'),
(70,'optimal_harvest',91.2,'Harvest / ship now for best shelf life and eating quality'),
(71,'optimal_harvest',94.0,'Harvest / ship now for best shelf life and eating quality'),
(72,'optimal_harvest',90.5,'Harvest / ship now for best shelf life and eating quality'),
(73,'ripe',96.5,'Move to retail immediately; prioritize FIFO dispatch'),
(74,'ripe',91.3,'Move to retail immediately; prioritize FIFO dispatch'),
(75,'ripe',97.8,'Move to retail immediately; prioritize FIFO dispatch'),
(76,'ripe',95.3,'Move to retail immediately; prioritize FIFO dispatch'),
(77,'ripe',87.8,'Move to retail immediately; prioritize FIFO dispatch'),
(78,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(79,'pre_climacteric',90.7,'Approaching harvest window; schedule harvest crew'),
(80,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(81,'overripe',63.6,'Divert to processing (juice/puree); do not ship fresh'),
(82,'optimal_harvest',95.9,'Harvest / ship now for best shelf life and eating quality'),
(83,'optimal_harvest',93.2,'Harvest / ship now for best shelf life and eating quality'),
(84,'optimal_harvest',97.4,'Harvest / ship now for best shelf life and eating quality'),
(85,'ripe',86.1,'Move to retail immediately; prioritize FIFO dispatch'),
(86,'ripe',97.1,'Move to retail immediately; prioritize FIFO dispatch'),
(87,'overripe',78.3,'Divert to processing (juice/puree); do not ship fresh'),
(88,'ripe',92.5,'Move to retail immediately; prioritize FIFO dispatch'),
(89,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(90,'pre_climacteric',96.0,'Approaching harvest window; schedule harvest crew'),
(91,'pre_climacteric',87.3,'Approaching harvest window; schedule harvest crew'),
(92,'optimal_harvest',82.6,'Harvest / ship now for best shelf life and eating quality'),
(93,'optimal_harvest',99.8,'Harvest / ship now for best shelf life and eating quality'),
(94,'optimal_harvest',95.3,'Harvest / ship now for best shelf life and eating quality'),
(95,'optimal_harvest',83.6,'Harvest / ship now for best shelf life and eating quality'),
(96,'ripe',84.8,'Move to retail immediately; prioritize FIFO dispatch'),
(97,'ripe',87.4,'Move to retail immediately; prioritize FIFO dispatch'),
(98,'ripe',86.6,'Move to retail immediately; prioritize FIFO dispatch'),
(99,'overripe',80.0,'Divert to processing (juice/puree); do not ship fresh'),
(100,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(101,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(102,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(103,'overripe',73.2,'Divert to processing (juice/puree); do not ship fresh'),
(104,'overripe',71.8,'Divert to processing (juice/puree); do not ship fresh'),
(105,'optimal_harvest',95.9,'Harvest / ship now for best shelf life and eating quality'),
(106,'optimal_harvest',97.6,'Harvest / ship now for best shelf life and eating quality'),
(107,'optimal_harvest',96.7,'Harvest / ship now for best shelf life and eating quality'),
(108,'ripe',87.6,'Move to retail immediately; prioritize FIFO dispatch'),
(109,'ripe',88.5,'Move to retail immediately; prioritize FIFO dispatch'),
(110,'overripe',75.8,'Divert to processing (juice/puree); do not ship fresh'),
(111,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(112,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(113,'optimal_harvest',73.7,'Harvest / ship now for best shelf life and eating quality'),
(114,'optimal_harvest',82.3,'Harvest / ship now for best shelf life and eating quality'),
(115,'optimal_harvest',95.6,'Harvest / ship now for best shelf life and eating quality'),
(116,'optimal_harvest',96.6,'Harvest / ship now for best shelf life and eating quality'),
(117,'optimal_harvest',91.8,'Harvest / ship now for best shelf life and eating quality'),
(118,'ripe',85.4,'Move to retail immediately; prioritize FIFO dispatch'),
(119,'ripe',92.6,'Move to retail immediately; prioritize FIFO dispatch'),
(120,'overripe',79.5,'Divert to processing (juice/puree); do not ship fresh'),
(121,'overripe',83.9,'Divert to processing (juice/puree); do not ship fresh'),
(122,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(123,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(124,'pre_climacteric',94.7,'Approaching harvest window; schedule harvest crew'),
(125,'optimal_harvest',95.1,'Harvest / ship now for best shelf life and eating quality'),
(126,'optimal_harvest',99.2,'Harvest / ship now for best shelf life and eating quality'),
(127,'optimal_harvest',98.0,'Harvest / ship now for best shelf life and eating quality'),
(128,'optimal_harvest',85.4,'Harvest / ship now for best shelf life and eating quality'),
(129,'ripe',93.6,'Move to retail immediately; prioritize FIFO dispatch'),
(130,'ripe',87.4,'Move to retail immediately; prioritize FIFO dispatch'),
(131,'ripe',90.5,'Move to retail immediately; prioritize FIFO dispatch'),
(132,'ripe',91.8,'Move to retail immediately; prioritize FIFO dispatch'),
(133,'pre_climacteric',93.8,'Approaching harvest window; schedule harvest crew'),
(134,'pre_climacteric',97.3,'Approaching harvest window; schedule harvest crew'),
(135,'pre_climacteric',94.3,'Approaching harvest window; schedule harvest crew'),
(136,'optimal_harvest',66.0,'Harvest / ship now for best shelf life and eating quality'),
(137,'optimal_harvest',92.7,'Harvest / ship now for best shelf life and eating quality'),
(138,'optimal_harvest',90.8,'Harvest / ship now for best shelf life and eating quality'),
(139,'optimal_harvest',92.6,'Harvest / ship now for best shelf life and eating quality'),
(140,'optimal_harvest',74.3,'Harvest / ship now for best shelf life and eating quality'),
(141,'ripe',91.3,'Move to retail immediately; prioritize FIFO dispatch'),
(142,'ripe',94.7,'Move to retail immediately; prioritize FIFO dispatch'),
(143,'ripe',99.3,'Move to retail immediately; prioritize FIFO dispatch'),
(144,'pre_climacteric',94.0,'Approaching harvest window; schedule harvest crew'),
(145,'pre_climacteric',91.3,'Approaching harvest window; schedule harvest crew'),
(146,'pre_climacteric',97.1,'Approaching harvest window; schedule harvest crew'),
(147,'pre_climacteric',95.1,'Approaching harvest window; schedule harvest crew'),
(148,'pre_climacteric',81.3,'Approaching harvest window; schedule harvest crew'),
(149,'overripe',56.7,'Divert to processing (juice/puree); do not ship fresh'),
(150,'optimal_harvest',89.5,'Harvest / ship now for best shelf life and eating quality'),
(151,'optimal_harvest',95.4,'Harvest / ship now for best shelf life and eating quality'),
(152,'optimal_harvest',90.4,'Harvest / ship now for best shelf life and eating quality'),
(153,'ripe',92.4,'Move to retail immediately; prioritize FIFO dispatch'),
(154,'ripe',94.4,'Move to retail immediately; prioritize FIFO dispatch'),
(155,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(156,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(157,'pre_climacteric',92.4,'Approaching harvest window; schedule harvest crew'),
(158,'pre_climacteric',82.4,'Approaching harvest window; schedule harvest crew'),
(159,'optimal_harvest',94.7,'Harvest / ship now for best shelf life and eating quality'),
(160,'optimal_harvest',95.3,'Harvest / ship now for best shelf life and eating quality'),
(161,'optimal_harvest',94.9,'Harvest / ship now for best shelf life and eating quality'),
(162,'optimal_harvest',95.0,'Harvest / ship now for best shelf life and eating quality'),
(163,'ripe',90.0,'Move to retail immediately; prioritize FIFO dispatch'),
(164,'ripe',99.7,'Move to retail immediately; prioritize FIFO dispatch'),
(165,'ripe',95.0,'Move to retail immediately; prioritize FIFO dispatch'),
(166,'pre_climacteric',91.8,'Approaching harvest window; schedule harvest crew'),
(167,'pre_climacteric',94.5,'Approaching harvest window; schedule harvest crew'),
(168,'overripe',68.2,'Divert to processing (juice/puree); do not ship fresh'),
(169,'overripe',67.9,'Divert to processing (juice/puree); do not ship fresh'),
(170,'overripe',67.3,'Divert to processing (juice/puree); do not ship fresh'),
(171,'optimal_harvest',91.3,'Harvest / ship now for best shelf life and eating quality'),
(172,'ripe',94.3,'Move to retail immediately; prioritize FIFO dispatch'),
(173,'ripe',95.7,'Move to retail immediately; prioritize FIFO dispatch'),
(174,'ripe',94.8,'Move to retail immediately; prioritize FIFO dispatch'),
(175,'ripe',89.3,'Move to retail immediately; prioritize FIFO dispatch'),
(176,'overripe',59.9,'Divert to processing (juice/puree); do not ship fresh'),
(177,'immature',69.2,'Hold on tree / in storage; re-inspect in 2 weeks'),
(178,'pre_climacteric',83.8,'Approaching harvest window; schedule harvest crew'),
(179,'pre_climacteric',95.1,'Approaching harvest window; schedule harvest crew'),
(180,'pre_climacteric',99.2,'Approaching harvest window; schedule harvest crew'),
(181,'pre_climacteric',83.2,'Approaching harvest window; schedule harvest crew'),
(182,'optimal_harvest',88.8,'Harvest / ship now for best shelf life and eating quality'),
(183,'optimal_harvest',88.8,'Harvest / ship now for best shelf life and eating quality'),
(184,'ripe',95.6,'Move to retail immediately; prioritize FIFO dispatch'),
(185,'ripe',94.1,'Move to retail immediately; prioritize FIFO dispatch'),
(186,'ripe',88.6,'Move to retail immediately; prioritize FIFO dispatch'),
(187,'ripe',92.3,'Move to retail immediately; prioritize FIFO dispatch'),
(188,'immature',62.9,'Hold on tree / in storage; re-inspect in 2 weeks'),
(189,'pre_climacteric',94.4,'Approaching harvest window; schedule harvest crew'),
(190,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(191,'pre_climacteric',99.7,'Approaching harvest window; schedule harvest crew'),
(192,'optimal_harvest',89.8,'Harvest / ship now for best shelf life and eating quality'),
(193,'optimal_harvest',92.3,'Harvest / ship now for best shelf life and eating quality'),
(194,'optimal_harvest',95.2,'Harvest / ship now for best shelf life and eating quality'),
(195,'ripe',98.3,'Move to retail immediately; prioritize FIFO dispatch'),
(196,'ripe',82.7,'Move to retail immediately; prioritize FIFO dispatch'),
(197,'ripe',96.5,'Move to retail immediately; prioritize FIFO dispatch'),
(198,'ripe',86.5,'Move to retail immediately; prioritize FIFO dispatch'),
(199,'immature',74.7,'Hold on tree / in storage; re-inspect in 2 weeks'),
(200,'pre_climacteric',89.3,'Approaching harvest window; schedule harvest crew'),
(201,'pre_climacteric',96.0,'Approaching harvest window; schedule harvest crew'),
(202,'pre_climacteric',95.3,'Approaching harvest window; schedule harvest crew'),
(203,'optimal_harvest',64.4,'Harvest / ship now for best shelf life and eating quality'),
(204,'optimal_harvest',91.7,'Harvest / ship now for best shelf life and eating quality'),
(205,'optimal_harvest',98.2,'Harvest / ship now for best shelf life and eating quality'),
(206,'optimal_harvest',95.3,'Harvest / ship now for best shelf life and eating quality'),
(207,'ripe',83.1,'Move to retail immediately; prioritize FIFO dispatch'),
(208,'optimal_harvest',87.6,'Harvest / ship now for best shelf life and eating quality'),
(209,'overripe',81.2,'Divert to processing (juice/puree); do not ship fresh'),
(210,'immature',82.6,'Hold on tree / in storage; re-inspect in 2 weeks'),
(211,'immature',80.7,'Hold on tree / in storage; re-inspect in 2 weeks'),
(212,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(213,'pre_climacteric',92.7,'Approaching harvest window; schedule harvest crew'),
(214,'pre_climacteric',89.0,'Approaching harvest window; schedule harvest crew'),
(215,'pre_climacteric',81.1,'Approaching harvest window; schedule harvest crew'),
(216,'overripe',57.4,'Divert to processing (juice/puree); do not ship fresh'),
(217,'optimal_harvest',84.3,'Harvest / ship now for best shelf life and eating quality'),
(218,'optimal_harvest',97.8,'Harvest / ship now for best shelf life and eating quality'),
(219,'overripe',59.1,'Divert to processing (juice/puree); do not ship fresh'),
(220,'ripe',83.8,'Move to retail immediately; prioritize FIFO dispatch'),
(221,'pre_climacteric',96.7,'Approaching harvest window; schedule harvest crew'),
(222,'pre_climacteric',90.8,'Approaching harvest window; schedule harvest crew'),
(223,'pre_climacteric',95.1,'Approaching harvest window; schedule harvest crew'),
(224,'pre_climacteric',88.7,'Approaching harvest window; schedule harvest crew'),
(225,'optimal_harvest',92.3,'Harvest / ship now for best shelf life and eating quality'),
(226,'optimal_harvest',94.4,'Harvest / ship now for best shelf life and eating quality'),
(227,'ripe',85.4,'Move to retail immediately; prioritize FIFO dispatch'),
(228,'optimal_harvest',85.2,'Harvest / ship now for best shelf life and eating quality'),
(229,'ripe',83.5,'Move to retail immediately; prioritize FIFO dispatch'),
(230,'overripe',78.0,'Divert to processing (juice/puree); do not ship fresh'),
(231,'ripe',81.3,'Move to retail immediately; prioritize FIFO dispatch'),
(232,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(233,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(234,'pre_climacteric',95.3,'Approaching harvest window; schedule harvest crew'),
(235,'pre_climacteric',86.7,'Approaching harvest window; schedule harvest crew'),
(236,'optimal_harvest',96.6,'Harvest / ship now for best shelf life and eating quality'),
(237,'optimal_harvest',95.9,'Harvest / ship now for best shelf life and eating quality'),
(238,'optimal_harvest',83.0,'Harvest / ship now for best shelf life and eating quality'),
(239,'ripe',93.2,'Move to retail immediately; prioritize FIFO dispatch'),
(240,'ripe',93.8,'Move to retail immediately; prioritize FIFO dispatch'),
(241,'ripe',91.7,'Move to retail immediately; prioritize FIFO dispatch'),
(242,'ripe',88.4,'Move to retail immediately; prioritize FIFO dispatch'),
(243,'pre_climacteric',95.3,'Approaching harvest window; schedule harvest crew'),
(244,'pre_climacteric',95.3,'Approaching harvest window; schedule harvest crew'),
(245,'pre_climacteric',97.3,'Approaching harvest window; schedule harvest crew'),
(246,'optimal_harvest',88.7,'Harvest / ship now for best shelf life and eating quality'),
(247,'optimal_harvest',97.0,'Harvest / ship now for best shelf life and eating quality'),
(248,'optimal_harvest',97.1,'Harvest / ship now for best shelf life and eating quality'),
(249,'ripe',85.2,'Move to retail immediately; prioritize FIFO dispatch'),
(250,'ripe',89.6,'Move to retail immediately; prioritize FIFO dispatch'),
(251,'ripe',91.9,'Move to retail immediately; prioritize FIFO dispatch'),
(252,'overripe',80.3,'Divert to processing (juice/puree); do not ship fresh'),
(253,'overripe',76.3,'Divert to processing (juice/puree); do not ship fresh'),
(254,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(255,'pre_climacteric',99.1,'Approaching harvest window; schedule harvest crew'),
(256,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(257,'pre_climacteric',92.7,'Approaching harvest window; schedule harvest crew'),
(258,'optimal_harvest',98.3,'Harvest / ship now for best shelf life and eating quality'),
(259,'optimal_harvest',96.2,'Harvest / ship now for best shelf life and eating quality'),
(260,'optimal_harvest',93.1,'Harvest / ship now for best shelf life and eating quality'),
(261,'ripe',90.1,'Move to retail immediately; prioritize FIFO dispatch'),
(262,'ripe',95.8,'Move to retail immediately; prioritize FIFO dispatch'),
(263,'ripe',77.2,'Move to retail immediately; prioritize FIFO dispatch'),
(264,'overripe',70.2,'Divert to processing (juice/puree); do not ship fresh'),
(265,'pre_climacteric',88.6,'Approaching harvest window; schedule harvest crew'),
(266,'pre_climacteric',92.0,'Approaching harvest window; schedule harvest crew'),
(267,'pre_climacteric',96.0,'Approaching harvest window; schedule harvest crew'),
(268,'pre_climacteric',83.2,'Approaching harvest window; schedule harvest crew'),
(269,'overripe',71.3,'Divert to processing (juice/puree); do not ship fresh'),
(270,'optimal_harvest',94.2,'Harvest / ship now for best shelf life and eating quality'),
(271,'optimal_harvest',91.8,'Harvest / ship now for best shelf life and eating quality'),
(272,'optimal_harvest',91.1,'Harvest / ship now for best shelf life and eating quality'),
(273,'ripe',93.4,'Move to retail immediately; prioritize FIFO dispatch'),
(274,'ripe',97.3,'Move to retail immediately; prioritize FIFO dispatch'),
(275,'ripe',98.0,'Move to retail immediately; prioritize FIFO dispatch'),
(276,'immature',86.7,'Hold on tree / in storage; re-inspect in 2 weeks'),
(277,'pre_climacteric',98.6,'Approaching harvest window; schedule harvest crew'),
(278,'pre_climacteric',96.6,'Approaching harvest window; schedule harvest crew'),
(279,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(280,'pre_climacteric',96.0,'Approaching harvest window; schedule harvest crew'),
(281,'optimal_harvest',88.3,'Harvest / ship now for best shelf life and eating quality'),
(282,'optimal_harvest',92.8,'Harvest / ship now for best shelf life and eating quality'),
(283,'optimal_harvest',96.1,'Harvest / ship now for best shelf life and eating quality'),
(284,'optimal_harvest',86.2,'Harvest / ship now for best shelf life and eating quality'),
(285,'optimal_harvest',94.4,'Harvest / ship now for best shelf life and eating quality'),
(286,'ripe',94.3,'Move to retail immediately; prioritize FIFO dispatch'),
(287,'pre_climacteric',98.6,'Approaching harvest window; schedule harvest crew'),
(288,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(289,'pre_climacteric',98.6,'Approaching harvest window; schedule harvest crew'),
(290,'pre_climacteric',87.3,'Approaching harvest window; schedule harvest crew'),
(291,'optimal_harvest',76.2,'Harvest / ship now for best shelf life and eating quality'),
(292,'optimal_harvest',91.5,'Harvest / ship now for best shelf life and eating quality'),
(293,'optimal_harvest',97.9,'Harvest / ship now for best shelf life and eating quality'),
(294,'optimal_harvest',83.3,'Harvest / ship now for best shelf life and eating quality'),
(295,'ripe',95.4,'Move to retail immediately; prioritize FIFO dispatch'),
(296,'ripe',85.2,'Move to retail immediately; prioritize FIFO dispatch'),
(297,'overripe',55.1,'Divert to processing (juice/puree); do not ship fresh'),
(298,'immature',81.3,'Hold on tree / in storage; re-inspect in 2 weeks'),
(299,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(300,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(301,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(302,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(303,'pre_climacteric',83.2,'Approaching harvest window; schedule harvest crew'),
(304,'optimal_harvest',96.0,'Harvest / ship now for best shelf life and eating quality'),
(305,'optimal_harvest',97.5,'Harvest / ship now for best shelf life and eating quality'),
(306,'optimal_harvest',95.4,'Harvest / ship now for best shelf life and eating quality'),
(307,'ripe',83.4,'Move to retail immediately; prioritize FIFO dispatch'),
(308,'ripe',81.3,'Move to retail immediately; prioritize FIFO dispatch'),
(309,'pre_climacteric',99.3,'Approaching harvest window; schedule harvest crew'),
(310,'pre_climacteric',96.6,'Approaching harvest window; schedule harvest crew'),
(311,'pre_climacteric',94.8,'Approaching harvest window; schedule harvest crew'),
(312,'overripe',76.7,'Divert to processing (juice/puree); do not ship fresh'),
(313,'optimal_harvest',80.6,'Harvest / ship now for best shelf life and eating quality'),
(314,'optimal_harvest',93.2,'Harvest / ship now for best shelf life and eating quality'),
(315,'optimal_harvest',97.3,'Harvest / ship now for best shelf life and eating quality'),
(316,'optimal_harvest',87.3,'Harvest / ship now for best shelf life and eating quality'),
(317,'overripe',63.7,'Divert to processing (juice/puree); do not ship fresh'),
(318,'ripe',81.6,'Move to retail immediately; prioritize FIFO dispatch'),
(319,'ripe',96.0,'Move to retail immediately; prioritize FIFO dispatch'),
(320,'immature',78.7,'Hold on tree / in storage; re-inspect in 2 weeks'),
(321,'pre_climacteric',92.6,'Approaching harvest window; schedule harvest crew'),
(322,'pre_climacteric',96.6,'Approaching harvest window; schedule harvest crew'),
(323,'pre_climacteric',98.7,'Approaching harvest window; schedule harvest crew'),
(324,'overripe',73.6,'Divert to processing (juice/puree); do not ship fresh'),
(325,'optimal_harvest',89.6,'Harvest / ship now for best shelf life and eating quality'),
(326,'optimal_harvest',96.4,'Harvest / ship now for best shelf life and eating quality'),
(327,'ripe',82.0,'Move to retail immediately; prioritize FIFO dispatch'),
(328,'optimal_harvest',95.4,'Harvest / ship now for best shelf life and eating quality'),
(329,'ripe',90.0,'Move to retail immediately; prioritize FIFO dispatch'),
(330,'ripe',91.6,'Move to retail immediately; prioritize FIFO dispatch'),
(331,'pre_climacteric',100.0,'Approaching harvest window; schedule harvest crew'),
(332,'pre_climacteric',94.7,'Approaching harvest window; schedule harvest crew'),
(333,'pre_climacteric',93.3,'Approaching harvest window; schedule harvest crew'),
(334,'optimal_harvest',90.4,'Harvest / ship now for best shelf life and eating quality'),
(335,'optimal_harvest',96.9,'Harvest / ship now for best shelf life and eating quality'),
(336,'optimal_harvest',96.5,'Harvest / ship now for best shelf life and eating quality'),
(337,'optimal_harvest',93.8,'Harvest / ship now for best shelf life and eating quality'),
(338,'optimal_harvest',97.2,'Harvest / ship now for best shelf life and eating quality'),
(339,'ripe',90.2,'Move to retail immediately; prioritize FIFO dispatch'),
(340,'ripe',91.3,'Move to retail immediately; prioritize FIFO dispatch'),
(341,'ripe',89.7,'Move to retail immediately; prioritize FIFO dispatch'),
(342,'immature',65.4,'Hold on tree / in storage; re-inspect in 2 weeks'),
(343,'pre_climacteric',86.2,'Approaching harvest window; schedule harvest crew'),
(344,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(345,'pre_climacteric',63.6,'Approaching harvest window; schedule harvest crew'),
(346,'optimal_harvest',91.2,'Harvest / ship now for best shelf life and eating quality'),
(347,'optimal_harvest',99.6,'Harvest / ship now for best shelf life and eating quality'),
(348,'optimal_harvest',96.2,'Harvest / ship now for best shelf life and eating quality'),
(349,'optimal_harvest',99.3,'Harvest / ship now for best shelf life and eating quality'),
(350,'ripe',92.6,'Move to retail immediately; prioritize FIFO dispatch'),
(351,'ripe',91.8,'Move to retail immediately; prioritize FIFO dispatch'),
(352,'ripe',95.4,'Move to retail immediately; prioritize FIFO dispatch'),
(353,'immature',79.4,'Hold on tree / in storage; re-inspect in 2 weeks'),
(354,'pre_climacteric',93.2,'Approaching harvest window; schedule harvest crew'),
(355,'pre_climacteric',98.0,'Approaching harvest window; schedule harvest crew'),
(356,'pre_climacteric',88.3,'Approaching harvest window; schedule harvest crew'),
(357,'pre_climacteric',85.5,'Approaching harvest window; schedule harvest crew'),
(358,'optimal_harvest',84.8,'Harvest / ship now for best shelf life and eating quality'),
(359,'optimal_harvest',98.6,'Harvest / ship now for best shelf life and eating quality'),
(360,'optimal_harvest',97.6,'Harvest / ship now for best shelf life and eating quality'),
(361,'optimal_harvest',88.3,'Harvest / ship now for best shelf life and eating quality'),
(362,'ripe',86.8,'Move to retail immediately; prioritize FIFO dispatch'),
(363,'ripe',90.0,'Move to retail immediately; prioritize FIFO dispatch'),
(364,'immature',76.6,'Hold on tree / in storage; re-inspect in 2 weeks'),
(365,'pre_climacteric',75.7,'Approaching harvest window; schedule harvest crew'),
(366,'pre_climacteric',96.5,'Approaching harvest window; schedule harvest crew'),
(367,'pre_climacteric',94.2,'Approaching harvest window; schedule harvest crew'),
(368,'pre_climacteric',90.9,'Approaching harvest window; schedule harvest crew'),
(369,'optimal_harvest',93.3,'Harvest / ship now for best shelf life and eating quality'),
(370,'optimal_harvest',95.6,'Harvest / ship now for best shelf life and eating quality'),
(371,'optimal_harvest',91.1,'Harvest / ship now for best shelf life and eating quality'),
(372,'optimal_harvest',90.5,'Harvest / ship now for best shelf life and eating quality'),
(373,'ripe',92.6,'Move to retail immediately; prioritize FIFO dispatch'),
(374,'ripe',91.5,'Move to retail immediately; prioritize FIFO dispatch'),
(375,'pre_climacteric',88.8,'Approaching harvest window; schedule harvest crew'),
(376,'pre_climacteric',90.8,'Approaching harvest window; schedule harvest crew'),
(377,'pre_climacteric',91.0,'Approaching harvest window; schedule harvest crew'),
(378,'overripe',59.0,'Divert to processing (juice/puree); do not ship fresh'),
(379,'optimal_harvest',85.9,'Harvest / ship now for best shelf life and eating quality'),
(380,'optimal_harvest',95.6,'Harvest / ship now for best shelf life and eating quality'),
(381,'optimal_harvest',97.8,'Harvest / ship now for best shelf life and eating quality'),
(382,'optimal_harvest',95.2,'Harvest / ship now for best shelf life and eating quality'),
(383,'ripe',79.6,'Move to retail immediately; prioritize FIFO dispatch'),
(384,'ripe',89.6,'Move to retail immediately; prioritize FIFO dispatch'),
(385,'overripe',61.4,'Divert to processing (juice/puree); do not ship fresh'),
(386,'pre_climacteric',92.7,'Approaching harvest window; schedule harvest crew'),
(387,'pre_climacteric',89.0,'Approaching harvest window; schedule harvest crew'),
(388,'pre_climacteric',78.1,'Approaching harvest window; schedule harvest crew'),
(389,'overripe',76.3,'Divert to processing (juice/puree); do not ship fresh'),
(390,'overripe',70.7,'Divert to processing (juice/puree); do not ship fresh'),
(391,'optimal_harvest',85.8,'Harvest / ship now for best shelf life and eating quality'),
(392,'optimal_harvest',97.5,'Harvest / ship now for best shelf life and eating quality'),
(393,'optimal_harvest',94.7,'Harvest / ship now for best shelf life and eating quality'),
(394,'overripe',61.7,'Divert to processing (juice/puree); do not ship fresh'),
(395,'optimal_harvest',83.4,'Harvest / ship now for best shelf life and eating quality'),
(396,'ripe',88.6,'Move to retail immediately; prioritize FIFO dispatch');

INSERT INTO storage_conditions_log (facility_id,ts,temp_c,humidity_pct,co2_pct,o2_pct,ethylene_ppm) VALUES
(1,'2024-04-01 00:00:00',1.16,91.5,1.33,2.45,0.303),
(1,'2024-04-02 00:00:00',1.18,90.9,1.73,2.42,0.305),
(1,'2024-04-03 00:00:00',0.7,90.8,1.59,2.45,0.3),
(1,'2024-04-04 00:00:00',1.22,93.0,1.7,2.41,0.258),
(1,'2024-04-05 00:00:00',1.22,92.2,1.31,2.11,0.227),
(1,'2024-04-06 00:00:00',1.69,89.7,1.4,2.56,0.218),
(1,'2024-04-07 00:00:00',0.92,92.8,1.66,2.63,0.319),
(1,'2024-04-08 00:00:00',0.98,92.6,1.76,2.6,0.183),
(1,'2024-04-09 00:00:00',0.79,90.2,1.31,2.59,0.341),
(1,'2024-04-10 00:00:00',1.17,92.2,1.73,2.42,0.33),
(1,'2024-04-11 00:00:00',1.0,92.7,1.86,2.38,0.29),
(1,'2024-04-12 00:00:00',1.35,90.1,1.5,2.24,0.357),
(1,'2024-04-13 00:00:00',0.85,92.3,1.07,2.81,0.293),
(1,'2024-04-14 00:00:00',1.17,91.2,1.16,2.47,0.327),
(1,'2024-04-15 00:00:00',0.92,92.7,1.3,2.17,0.209),
(1,'2024-04-16 00:00:00',0.36,90.9,1.37,2.49,0.194),
(1,'2024-04-17 00:00:00',1.22,93.3,1.56,2.05,0.295),
(1,'2024-04-18 00:00:00',0.39,91.7,1.5,2.55,0.328),
(1,'2024-04-19 00:00:00',0.94,91.3,1.42,2.53,0.355),
(1,'2024-04-20 00:00:00',0.95,91.1,1.7,2.39,0.298),
(1,'2024-04-21 00:00:00',1.0,93.0,1.27,2.31,0.319),
(1,'2024-04-22 00:00:00',1.02,91.1,1.88,2.61,0.346),
(1,'2024-04-23 00:00:00',1.01,93.3,1.79,2.48,0.301),
(1,'2024-04-24 00:00:00',1.13,92.3,1.8,2.09,0.337),
(1,'2024-04-25 00:00:00',0.96,90.3,1.3,2.74,0.251),
(1,'2024-04-26 00:00:00',1.92,92.0,1.74,2.17,0.228),
(1,'2024-04-27 00:00:00',0.88,92.1,1.72,2.24,0.284),
(1,'2024-04-28 00:00:00',0.57,90.3,1.44,2.77,0.349),
(1,'2024-04-29 00:00:00',0.51,92.0,1.29,2.71,0.275),
(1,'2024-04-30 00:00:00',1.23,92.7,1.35,2.38,0.344),
(1,'2024-05-01 00:00:00',0.44,93.4,1.29,2.25,0.26),
(1,'2024-05-02 00:00:00',0.58,93.3,1.15,2.32,0.282),
(1,'2024-05-03 00:00:00',0.53,94.9,2.36,2.41,0.323),
(1,'2024-05-04 00:00:00',1.16,92.0,0.96,2.72,0.278),
(1,'2024-05-05 00:00:00',1.47,92.7,1.35,2.69,0.288),
(1,'2024-05-06 00:00:00',0.67,91.3,1.68,2.53,0.182),
(1,'2024-05-07 00:00:00',1.15,94.3,1.34,2.61,0.355),
(1,'2024-05-08 00:00:00',0.08,90.9,1.39,2.46,0.307),
(1,'2024-05-09 00:00:00',0.74,94.2,1.62,2.33,0.266),
(1,'2024-05-10 00:00:00',1.21,94.1,1.87,2.17,0.406),
(1,'2024-05-11 00:00:00',0.89,91.1,1.42,2.56,0.275),
(1,'2024-05-12 00:00:00',1.35,93.2,1.88,2.63,0.289),
(1,'2024-05-13 00:00:00',0.22,92.5,0.99,2.4,0.267),
(1,'2024-05-14 00:00:00',0.74,91.5,1.32,2.74,0.37),
(1,'2024-05-15 00:00:00',1.16,91.8,1.7,2.4,0.387),
(1,'2024-05-16 00:00:00',1.15,92.3,2.14,2.49,0.383),
(1,'2024-05-17 00:00:00',1.18,92.4,1.26,2.43,0.383),
(1,'2024-05-18 00:00:00',1.07,93.8,1.18,2.74,0.287),
(1,'2024-05-19 00:00:00',0.6,92.7,1.6,2.6,0.4),
(1,'2024-05-20 00:00:00',0.73,91.1,1.52,2.49,0.307),
(1,'2024-05-21 00:00:00',1.81,92.9,1.53,2.39,0.242),
(1,'2024-05-22 00:00:00',0.56,89.9,1.13,2.26,0.298),
(1,'2024-05-23 00:00:00',0.5,91.5,1.35,2.05,0.335),
(1,'2024-05-24 00:00:00',1.24,91.7,1.73,2.36,0.288),
(1,'2024-05-25 00:00:00',0.63,92.8,1.4,2.46,0.327),
(1,'2024-05-26 00:00:00',1.63,94.1,2.04,2.51,0.349),
(1,'2024-05-27 00:00:00',1.96,92.3,1.75,2.32,0.345),
(1,'2024-05-28 00:00:00',0.92,91.6,1.68,2.41,0.357),
(1,'2024-05-29 00:00:00',1.11,91.2,1.62,1.89,0.316),
(1,'2024-05-30 00:00:00',0.36,93.0,1.38,2.61,0.289),
(1,'2024-05-31 00:00:00',1.36,91.8,1.86,2.49,0.253),
(1,'2024-06-01 00:00:00',0.22,91.4,1.13,2.66,0.322),
(1,'2024-06-02 00:00:00',0.53,93.1,1.33,2.51,0.299),
(1,'2024-06-03 00:00:00',1.04,93.4,1.39,2.72,0.32),
(1,'2024-06-04 00:00:00',1.19,90.8,1.67,2.36,0.223),
(1,'2024-06-05 00:00:00',0.48,90.2,1.69,2.49,0.251),
(1,'2024-06-06 00:00:00',0.81,91.9,1.26,2.55,0.352),
(1,'2024-06-07 00:00:00',0.42,90.6,1.21,2.63,0.245),
(1,'2024-06-08 00:00:00',4.22,85.1,2.49,2.1,0.327),
(1,'2024-06-09 00:00:00',4.05,85.4,1.95,2.14,0.304),
(1,'2024-06-10 00:00:00',4.11,87.9,2.73,2.09,0.31),
(1,'2024-06-11 00:00:00',1.23,92.8,1.5,2.43,0.36),
(1,'2024-06-12 00:00:00',1.1,94.9,1.18,2.67,0.357),
(1,'2024-06-13 00:00:00',1.2,91.2,1.2,2.14,0.384),
(1,'2024-06-14 00:00:00',0.95,93.6,1.59,2.37,0.301),
(1,'2024-06-15 00:00:00',1.25,92.6,1.66,2.78,0.313),
(1,'2024-06-16 00:00:00',0.99,91.3,1.27,2.37,0.413),
(1,'2024-06-17 00:00:00',0.83,91.8,1.47,2.48,0.346),
(1,'2024-06-18 00:00:00',1.2,91.3,1.22,2.75,0.376),
(1,'2024-06-19 00:00:00',0.85,92.3,1.42,2.47,0.333),
(1,'2024-06-20 00:00:00',0.88,93.2,1.94,2.33,0.381),
(1,'2024-06-21 00:00:00',1.37,91.6,2.25,2.68,0.234),
(1,'2024-06-22 00:00:00',1.34,93.0,1.54,2.39,0.417),
(1,'2024-06-23 00:00:00',0.9,93.5,1.63,2.46,0.337),
(1,'2024-06-24 00:00:00',1.31,93.8,1.71,2.06,0.298),
(1,'2024-06-25 00:00:00',0.55,90.6,0.98,2.47,0.308),
(1,'2024-06-26 00:00:00',0.9,91.9,1.16,2.64,0.348),
(1,'2024-06-27 00:00:00',0.74,92.9,0.81,2.41,0.355),
(1,'2024-06-28 00:00:00',1.0,90.7,1.63,2.24,0.368),
(1,'2024-06-29 00:00:00',1.26,90.4,2.16,2.37,0.302),
(1,'2024-06-30 00:00:00',1.19,92.0,1.88,2.35,0.406),
(1,'2024-07-01 00:00:00',1.15,91.5,1.56,2.43,0.336),
(1,'2024-07-02 00:00:00',1.05,91.8,1.49,2.39,0.334),
(1,'2024-07-03 00:00:00',0.94,91.4,1.39,2.83,0.351),
(1,'2024-07-04 00:00:00',1.42,94.6,1.94,2.5,0.397),
(1,'2024-07-05 00:00:00',0.46,91.4,1.56,2.15,0.362),
(1,'2024-07-06 00:00:00',0.77,92.7,1.52,2.51,0.337),
(1,'2024-07-07 00:00:00',1.14,92.6,1.21,2.47,0.348),
(1,'2024-07-08 00:00:00',1.53,90.0,1.84,2.66,0.427),
(1,'2024-07-09 00:00:00',0.88,93.8,1.46,2.47,0.419),
(1,'2024-07-10 00:00:00',0.91,92.8,1.62,2.46,0.384),
(1,'2024-07-11 00:00:00',0.55,92.2,1.8,2.87,0.373),
(1,'2024-07-12 00:00:00',0.81,93.3,1.01,2.29,0.482),
(1,'2024-07-13 00:00:00',1.25,91.9,1.49,2.62,0.39),
(1,'2024-07-14 00:00:00',1.55,93.1,1.53,2.43,0.377),
(1,'2024-07-15 00:00:00',0.9,89.7,1.34,2.4,0.358),
(1,'2024-07-16 00:00:00',0.72,93.0,1.16,2.37,0.386),
(1,'2024-07-17 00:00:00',1.02,92.2,1.29,2.77,0.216),
(1,'2024-07-18 00:00:00',0.43,92.2,1.17,2.59,0.42),
(1,'2024-07-19 00:00:00',1.43,91.0,1.88,2.56,0.306),
(1,'2024-07-20 00:00:00',0.57,91.7,1.61,2.68,0.334),
(1,'2024-07-21 00:00:00',1.11,91.7,1.63,2.55,0.3),
(1,'2024-07-22 00:00:00',1.1,90.6,0.95,2.27,0.334),
(1,'2024-07-23 00:00:00',1.22,92.4,2.15,2.15,0.354),
(1,'2024-07-24 00:00:00',1.09,93.9,1.4,2.79,0.416),
(1,'2024-07-25 00:00:00',1.0,90.3,2.02,2.54,0.436),
(1,'2024-07-26 00:00:00',1.15,92.6,1.77,2.49,0.469),
(1,'2024-07-27 00:00:00',1.29,91.5,1.52,2.82,0.378),
(1,'2024-07-28 00:00:00',1.63,91.4,2.3,2.19,0.364),
(1,'2024-07-29 00:00:00',0.61,92.1,1.67,2.0,0.414),
(1,'2024-07-30 00:00:00',0.36,92.1,1.43,2.14,0.332),
(1,'2024-07-31 00:00:00',0.46,92.2,1.38,2.39,0.326),
(1,'2024-08-01 00:00:00',0.37,90.6,1.81,2.52,0.356),
(1,'2024-08-02 00:00:00',0.58,93.3,1.34,2.78,0.373),
(1,'2024-08-03 00:00:00',0.54,92.1,1.39,2.67,0.271),
(1,'2024-08-04 00:00:00',0.85,92.7,1.32,1.99,0.428),
(1,'2024-08-05 00:00:00',1.3,93.5,1.36,3.02,0.388),
(1,'2024-08-06 00:00:00',1.22,89.7,1.36,2.39,0.416),
(1,'2024-08-07 00:00:00',0.78,92.8,2.03,2.75,0.298),
(1,'2024-08-08 00:00:00',0.81,91.8,1.8,2.61,0.343),
(1,'2024-08-09 00:00:00',1.7,93.2,1.78,2.4,0.343),
(1,'2024-08-10 00:00:00',1.21,91.0,1.4,2.42,0.369),
(1,'2024-08-11 00:00:00',1.06,93.1,1.35,2.27,0.377),
(1,'2024-08-12 00:00:00',1.04,90.7,1.4,2.24,0.423),
(1,'2024-08-13 00:00:00',0.9,92.5,2.04,2.47,0.384),
(1,'2024-08-14 00:00:00',1.7,92.3,1.8,2.12,0.344),
(1,'2024-08-15 00:00:00',0.93,91.8,1.72,2.83,0.491),
(1,'2024-08-16 00:00:00',1.05,90.8,1.58,2.51,0.368),
(1,'2024-08-17 00:00:00',0.42,91.6,1.23,2.92,0.336),
(1,'2024-08-18 00:00:00',0.78,93.1,1.53,2.41,0.287),
(1,'2024-08-19 00:00:00',0.81,93.8,1.18,2.38,0.386),
(1,'2024-08-20 00:00:00',1.17,94.3,1.91,2.59,0.417),
(1,'2024-08-21 00:00:00',0.73,92.6,1.28,2.45,0.325),
(1,'2024-08-22 00:00:00',1.02,92.3,1.33,2.69,0.413),
(1,'2024-08-23 00:00:00',0.79,92.5,1.74,2.79,0.386),
(1,'2024-08-24 00:00:00',0.61,94.3,1.29,2.72,0.293),
(1,'2024-08-25 00:00:00',0.6,92.6,1.43,2.77,0.413),
(1,'2024-08-26 00:00:00',0.94,92.1,0.71,2.66,0.369),
(1,'2024-08-27 00:00:00',1.04,91.7,1.41,2.38,0.326),
(1,'2024-08-28 00:00:00',0.93,91.8,1.68,2.73,0.43),
(1,'2024-08-29 00:00:00',0.71,92.5,1.31,2.64,0.429),
(1,'2024-08-30 00:00:00',0.95,91.1,1.67,2.38,0.325),
(1,'2024-08-31 00:00:00',6.19,81.0,3.05,1.62,0.412),
(1,'2024-09-01 00:00:00',5.94,81.7,3.31,1.74,0.423),
(1,'2024-09-02 00:00:00',6.34,81.2,2.88,1.92,0.425),
(1,'2024-09-03 00:00:00',6.94,82.4,3.21,1.63,0.421),
(1,'2024-09-04 00:00:00',6.25,82.5,2.64,1.71,0.455),
(1,'2024-09-05 00:00:00',5.8,82.0,2.91,1.75,0.523),
(1,'2024-09-06 00:00:00',6.82,82.3,3.12,1.56,0.514),
(1,'2024-09-07 00:00:00',1.44,92.1,1.92,2.2,0.399),
(1,'2024-09-08 00:00:00',1.5,87.4,1.46,2.58,0.39),
(1,'2024-09-09 00:00:00',0.99,90.9,1.37,2.3,0.404),
(1,'2024-09-10 00:00:00',0.73,92.8,1.3,2.51,0.429),
(1,'2024-09-11 00:00:00',0.69,91.0,1.51,2.42,0.459),
(1,'2024-09-12 00:00:00',1.4,93.0,2.22,2.59,0.475),
(1,'2024-09-13 00:00:00',1.56,93.1,0.62,2.35,0.496),
(1,'2024-09-14 00:00:00',0.68,91.7,1.49,2.3,0.498),
(1,'2024-09-15 00:00:00',0.12,91.3,1.85,2.7,0.497),
(1,'2024-09-16 00:00:00',0.99,92.0,1.35,2.33,0.557),
(1,'2024-09-17 00:00:00',0.68,91.9,1.66,2.53,0.416),
(1,'2024-09-18 00:00:00',0.75,92.8,1.85,2.75,0.516),
(1,'2024-09-19 00:00:00',0.92,89.2,1.42,2.35,0.516),
(1,'2024-09-20 00:00:00',1.14,91.1,1.35,2.46,0.437),
(1,'2024-09-21 00:00:00',0.73,90.8,1.78,2.41,0.527),
(1,'2024-09-22 00:00:00',1.05,89.0,1.66,2.52,0.519),
(1,'2024-09-23 00:00:00',0.96,91.4,1.48,2.49,0.498),
(1,'2024-09-24 00:00:00',0.19,90.2,1.68,2.68,0.379),
(1,'2024-09-25 00:00:00',1.19,91.5,1.85,2.35,0.549),
(1,'2024-09-26 00:00:00',0.84,91.4,1.48,2.75,0.512),
(1,'2024-09-27 00:00:00',0.56,92.5,1.59,2.82,0.521),
(1,'2024-09-28 00:00:00',0.75,91.7,1.66,2.55,0.331),
(1,'2024-09-29 00:00:00',1.07,90.0,1.38,2.33,0.475),
(1,'2024-09-30 00:00:00',1.02,92.4,1.86,2.49,0.429),
(1,'2024-10-01 00:00:00',1.23,94.9,1.26,2.44,0.566),
(1,'2024-10-02 00:00:00',1.15,93.3,1.51,2.83,0.447),
(1,'2024-10-03 00:00:00',6.53,83.6,3.39,1.65,0.593),
(1,'2024-10-04 00:00:00',5.91,82.5,2.66,2.04,0.581),
(1,'2024-10-05 00:00:00',6.98,82.2,3.56,1.62,0.563),
(1,'2024-10-06 00:00:00',7.16,82.1,3.41,1.58,0.627),
(1,'2024-10-07 00:00:00',0.93,92.3,1.9,2.43,0.523),
(1,'2024-10-08 00:00:00',1.23,90.6,1.75,2.41,0.532),
(1,'2024-10-09 00:00:00',0.65,92.3,1.45,2.68,0.617),
(1,'2024-10-10 00:00:00',0.88,91.2,1.57,2.35,0.524),
(1,'2024-10-11 00:00:00',0.68,89.9,1.58,2.69,0.504),
(1,'2024-10-12 00:00:00',1.24,91.2,2.18,2.75,0.555),
(1,'2024-10-13 00:00:00',0.68,93.5,1.53,2.38,0.527),
(1,'2024-10-14 00:00:00',1.72,92.2,1.67,2.63,0.667),
(1,'2024-10-15 00:00:00',0.82,87.7,1.44,2.71,0.612),
(1,'2024-10-16 00:00:00',1.28,91.2,1.64,2.63,0.546),
(1,'2024-10-17 00:00:00',0.83,93.1,1.16,2.37,0.524),
(1,'2024-10-18 00:00:00',1.47,91.6,1.53,2.41,0.593),
(1,'2024-10-19 00:00:00',1.45,92.6,1.33,2.41,0.637),
(1,'2024-10-20 00:00:00',0.89,91.5,1.24,2.92,0.592),
(1,'2024-10-21 00:00:00',1.1,92.2,1.77,2.48,0.53),
(1,'2024-10-22 00:00:00',1.45,92.0,1.64,2.4,0.507),
(1,'2024-10-23 00:00:00',1.11,91.2,1.31,2.25,0.56),
(1,'2024-10-24 00:00:00',0.68,92.7,1.45,2.31,0.595),
(1,'2024-10-25 00:00:00',1.02,93.8,1.43,2.36,0.556),
(1,'2024-10-26 00:00:00',0.74,92.5,1.52,2.57,0.63),
(1,'2024-10-27 00:00:00',1.05,92.1,1.06,2.21,0.606),
(1,'2024-10-28 00:00:00',0.72,91.0,1.17,2.37,0.591),
(1,'2024-10-29 00:00:00',1.13,93.1,1.11,2.11,0.605),
(1,'2024-10-30 00:00:00',0.37,91.4,1.23,2.78,0.51),
(1,'2024-10-31 00:00:00',0.61,92.7,1.28,2.52,0.555),
(1,'2024-11-01 00:00:00',0.72,92.9,1.19,2.56,0.528),
(1,'2024-11-02 00:00:00',0.94,93.2,1.73,2.28,0.599),
(1,'2024-11-03 00:00:00',0.47,93.2,2.05,2.73,0.529),
(1,'2024-11-04 00:00:00',0.69,93.2,1.75,2.8,0.584),
(1,'2024-11-05 00:00:00',1.27,90.5,1.41,2.47,0.572),
(1,'2024-11-06 00:00:00',1.31,91.0,1.66,2.36,0.612),
(1,'2024-11-07 00:00:00',0.11,90.4,1.48,2.61,0.522),
(1,'2024-11-08 00:00:00',0.79,90.3,1.32,2.65,0.604),
(1,'2024-11-09 00:00:00',1.45,93.8,2.03,2.61,0.529),
(1,'2024-11-10 00:00:00',1.14,90.8,2.14,2.61,0.535),
(1,'2024-11-11 00:00:00',1.14,90.6,1.1,2.67,0.577),
(1,'2024-11-12 00:00:00',1.2,91.9,1.99,2.33,0.644),
(1,'2024-11-13 00:00:00',0.66,91.1,1.32,2.68,0.542),
(1,'2024-11-14 00:00:00',1.07,94.7,1.44,2.4,0.496),
(1,'2024-11-15 00:00:00',1.17,91.7,1.63,1.97,0.538),
(1,'2024-11-16 00:00:00',1.04,92.5,1.98,2.4,0.566),
(1,'2024-11-17 00:00:00',0.86,91.1,1.58,2.39,0.679),
(1,'2024-11-18 00:00:00',0.98,90.0,1.62,2.55,0.605),
(1,'2024-11-19 00:00:00',0.6,91.1,1.76,2.67,0.547),
(1,'2024-11-20 00:00:00',1.21,91.1,1.87,2.51,0.579),
(1,'2024-11-21 00:00:00',0.5,91.1,1.65,2.9,0.664),
(1,'2024-11-22 00:00:00',0.71,90.1,1.81,2.39,0.574),
(1,'2024-11-23 00:00:00',1.24,92.2,1.39,2.07,0.575),
(1,'2024-11-24 00:00:00',1.1,91.6,1.01,2.54,0.567),
(1,'2024-11-25 00:00:00',0.83,90.1,2.05,2.39,0.622),
(1,'2024-11-26 00:00:00',0.4,92.1,1.19,2.28,0.561),
(1,'2024-11-27 00:00:00',0.98,92.9,1.34,2.44,0.63),
(1,'2024-11-28 00:00:00',0.78,93.4,1.4,2.34,0.64),
(1,'2024-11-29 00:00:00',1.17,89.1,1.4,2.34,0.618),
(1,'2024-11-30 00:00:00',0.82,91.1,1.28,2.8,0.576),
(1,'2024-12-01 00:00:00',0.39,90.4,1.64,2.52,0.517),
(1,'2024-12-02 00:00:00',0.52,91.2,1.64,2.45,0.576),
(1,'2024-12-03 00:00:00',0.85,93.7,1.69,2.82,0.554),
(1,'2024-12-04 00:00:00',1.04,91.1,1.68,2.44,0.548),
(1,'2024-12-05 00:00:00',0.59,91.4,1.37,2.25,0.575),
(1,'2024-12-06 00:00:00',0.73,91.0,1.37,2.23,0.611),
(1,'2024-12-07 00:00:00',1.28,94.0,1.92,2.44,0.557),
(1,'2024-12-08 00:00:00',1.39,89.2,1.46,2.11,0.521),
(1,'2024-12-09 00:00:00',1.1,91.3,1.37,2.25,0.542),
(1,'2024-12-10 00:00:00',0.9,91.0,1.78,2.42,0.674),
(1,'2024-12-11 00:00:00',0.78,89.9,1.49,2.73,0.617),
(1,'2024-12-12 00:00:00',1.19,93.3,1.41,2.73,0.542),
(1,'2024-12-13 00:00:00',0.89,89.8,1.35,2.63,0.655),
(1,'2024-12-14 00:00:00',1.32,91.4,1.93,2.45,0.579),
(1,'2024-12-15 00:00:00',1.34,91.9,1.78,2.33,0.706),
(1,'2024-12-16 00:00:00',1.14,91.1,1.61,2.56,0.606),
(1,'2024-12-17 00:00:00',0.83,89.9,1.15,2.86,0.621),
(1,'2024-12-18 00:00:00',0.85,91.8,1.57,2.53,0.635),
(1,'2024-12-19 00:00:00',0.42,91.1,1.44,2.41,0.667),
(1,'2024-12-20 00:00:00',0.98,93.0,1.23,2.47,0.571),
(1,'2024-12-21 00:00:00',0.97,92.6,1.32,2.45,0.663),
(1,'2024-12-22 00:00:00',0.52,94.3,1.71,2.61,0.562),
(1,'2024-12-23 00:00:00',1.83,92.1,2.12,2.22,0.577),
(1,'2024-12-24 00:00:00',6.16,81.0,2.73,1.81,0.611),
(1,'2024-12-25 00:00:00',5.67,79.9,2.62,1.91,0.671),
(1,'2024-12-26 00:00:00',1.72,94.1,1.92,2.46,0.61),
(1,'2024-12-27 00:00:00',0.83,92.0,1.38,2.28,0.709),
(1,'2024-12-28 00:00:00',1.29,91.9,1.75,2.43,0.694),
(1,'2024-12-29 00:00:00',1.03,92.6,1.38,2.39,0.63),
(1,'2024-12-30 00:00:00',0.84,91.2,1.67,2.49,0.579),
(1,'2024-12-31 00:00:00',0.88,91.4,1.09,2.37,0.678),
(1,'2025-01-01 00:00:00',1.5,92.6,1.82,2.67,0.525),
(1,'2025-01-02 00:00:00',1.31,92.9,0.96,2.49,0.667),
(1,'2025-01-03 00:00:00',0.96,92.7,1.78,2.18,0.589),
(1,'2025-01-04 00:00:00',0.28,91.9,1.49,2.23,0.693),
(1,'2025-01-05 00:00:00',1.11,92.3,1.66,2.72,0.561),
(1,'2025-01-06 00:00:00',0.56,93.2,1.57,2.46,0.597),
(1,'2025-01-07 00:00:00',1.19,90.7,1.04,2.39,0.653),
(1,'2025-01-08 00:00:00',0.75,92.0,1.91,2.73,0.661),
(1,'2025-01-09 00:00:00',0.79,88.5,1.6,2.47,0.6),
(1,'2025-01-10 00:00:00',0.78,92.9,1.73,2.26,0.614),
(1,'2025-01-11 00:00:00',1.36,91.1,1.37,2.22,0.68),
(1,'2025-01-12 00:00:00',3.66,81.5,2.37,2.23,0.69),
(1,'2025-01-13 00:00:00',4.53,82.2,2.17,2.38,0.633),
(1,'2025-01-14 00:00:00',4.4,83.1,2.56,2.16,0.631),
(1,'2025-01-15 00:00:00',4.25,85.2,2.19,1.94,0.602),
(1,'2025-01-16 00:00:00',0.84,90.1,3.0,2.45,0.683),
(1,'2025-01-17 00:00:00',1.17,91.0,1.73,2.48,0.712),
(1,'2025-01-18 00:00:00',0.85,92.3,1.9,2.1,0.679),
(1,'2025-01-19 00:00:00',0.84,91.1,1.43,2.5,0.625),
(1,'2025-01-20 00:00:00',1.02,93.0,1.63,2.61,0.761),
(1,'2025-01-21 00:00:00',1.6,91.8,1.95,2.76,0.568),
(1,'2025-01-22 00:00:00',0.47,93.1,1.18,2.72,0.717),
(1,'2025-01-23 00:00:00',1.18,91.7,1.35,2.86,0.684),
(1,'2025-01-24 00:00:00',0.95,92.7,1.79,2.84,0.697),
(1,'2025-01-25 00:00:00',0.92,90.9,1.43,2.78,0.634),
(1,'2025-01-26 00:00:00',0.47,94.3,1.28,2.51,0.666),
(1,'2025-01-27 00:00:00',0.39,90.0,1.31,2.57,0.688),
(1,'2025-01-28 00:00:00',1.12,91.2,1.17,2.15,0.67),
(1,'2025-01-29 00:00:00',0.56,90.3,0.91,2.53,0.584),
(1,'2025-01-30 00:00:00',1.36,93.0,1.1,2.56,0.761),
(1,'2025-01-31 00:00:00',0.64,92.6,1.51,2.44,0.708),
(1,'2025-02-01 00:00:00',1.19,90.5,1.76,2.16,0.677),
(1,'2025-02-02 00:00:00',0.8,93.2,2.26,2.82,0.681),
(1,'2025-02-03 00:00:00',0.78,91.2,1.49,2.58,0.76),
(1,'2025-02-04 00:00:00',0.68,92.5,1.12,2.84,0.638),
(1,'2025-02-05 00:00:00',1.15,92.7,1.54,2.63,0.628),
(1,'2025-02-06 00:00:00',1.25,91.7,1.79,2.74,0.719),
(1,'2025-02-07 00:00:00',0.89,93.1,1.81,2.73,0.7),
(1,'2025-02-08 00:00:00',1.21,91.8,1.84,2.33,0.627),
(1,'2025-02-09 00:00:00',1.0,92.4,1.67,2.4,0.732),
(1,'2025-02-10 00:00:00',0.53,91.7,1.53,2.41,0.692),
(1,'2025-02-11 00:00:00',1.13,89.8,1.76,2.29,0.633),
(1,'2025-02-12 00:00:00',0.89,91.9,1.14,2.85,0.702),
(1,'2025-02-13 00:00:00',0.08,91.0,0.9,2.51,0.695),
(1,'2025-02-14 00:00:00',0.86,93.7,2.13,2.59,0.673),
(1,'2025-02-15 00:00:00',0.41,90.4,1.49,2.23,0.697),
(1,'2025-02-16 00:00:00',0.57,93.5,1.66,2.66,0.709),
(1,'2025-02-17 00:00:00',0.91,91.8,0.66,2.42,0.724),
(1,'2025-02-18 00:00:00',0.97,92.5,1.96,2.75,0.683),
(1,'2025-02-19 00:00:00',0.71,90.3,1.85,2.36,0.664),
(1,'2025-02-20 00:00:00',1.18,91.6,1.09,2.74,0.69),
(1,'2025-02-21 00:00:00',0.96,91.2,1.4,2.69,0.738),
(1,'2025-02-22 00:00:00',0.85,94.5,1.58,2.41,0.71),
(1,'2025-02-23 00:00:00',1.02,91.2,1.13,2.78,0.662),
(1,'2025-02-24 00:00:00',1.42,93.4,1.77,2.67,0.682),
(1,'2025-02-25 00:00:00',0.25,93.4,1.81,2.6,0.763),
(1,'2025-02-26 00:00:00',1.45,93.4,1.73,2.23,0.719),
(1,'2025-02-27 00:00:00',0.78,91.3,1.03,2.66,0.689),
(1,'2025-02-28 00:00:00',0.73,94.2,1.19,2.51,0.738),
(2,'2024-04-01 00:00:00',1.06,92.3,1.97,2.38,0.304),
(2,'2024-04-02 00:00:00',0.08,93.5,1.6,2.09,0.247),
(2,'2024-04-03 00:00:00',0.26,91.4,1.32,2.61,0.29),
(2,'2024-04-04 00:00:00',0.74,93.8,1.75,2.01,0.327),
(2,'2024-04-05 00:00:00',0.86,92.8,1.46,2.3,0.262),
(2,'2024-04-06 00:00:00',0.53,92.3,1.36,2.48,0.315),
(2,'2024-04-07 00:00:00',0.28,92.1,1.61,2.59,0.254),
(2,'2024-04-08 00:00:00',0.41,95.4,1.93,2.55,0.242),
(2,'2024-04-09 00:00:00',0.37,93.0,1.58,2.49,0.334),
(2,'2024-04-10 00:00:00',0.79,92.9,1.36,2.75,0.363),
(2,'2024-04-11 00:00:00',0.36,94.0,1.39,2.9,0.245),
(2,'2024-04-12 00:00:00',0.27,92.0,1.75,2.5,0.352),
(2,'2024-04-13 00:00:00',-0.02,94.4,1.62,2.48,0.304),
(2,'2024-04-14 00:00:00',0.29,93.0,1.79,2.47,0.194),
(2,'2024-04-15 00:00:00',0.46,91.3,1.62,2.38,0.233),
(2,'2024-04-16 00:00:00',0.1,92.4,1.73,2.58,0.335),
(2,'2024-04-17 00:00:00',-0.11,91.7,2.1,2.75,0.223),
(2,'2024-04-18 00:00:00',0.84,93.1,1.2,1.95,0.275),
(2,'2024-04-19 00:00:00',0.15,92.0,2.22,2.47,0.301),
(2,'2024-04-20 00:00:00',0.04,91.9,1.78,2.8,0.328),
(2,'2024-04-21 00:00:00',1.05,93.4,2.45,2.5,0.316),
(2,'2024-04-22 00:00:00',0.8,93.1,1.29,2.54,0.386),
(2,'2024-04-23 00:00:00',0.86,94.5,1.72,2.13,0.268),
(2,'2024-04-24 00:00:00',0.68,94.4,1.6,2.61,0.315),
(2,'2024-04-25 00:00:00',0.96,93.1,1.9,2.63,0.334),
(2,'2024-04-26 00:00:00',0.81,93.6,1.73,2.49,0.348),
(2,'2024-04-27 00:00:00',0.38,91.3,1.61,2.37,0.365),
(2,'2024-04-28 00:00:00',0.13,93.8,1.73,2.59,0.29),
(2,'2024-04-29 00:00:00',0.05,93.5,1.47,2.29,0.345),
(2,'2024-04-30 00:00:00',0.45,94.1,1.35,2.27,0.266),
(2,'2024-05-01 00:00:00',0.12,92.6,1.64,2.66,0.308),
(2,'2024-05-02 00:00:00',0.22,92.6,1.34,2.72,0.337),
(2,'2024-05-03 00:00:00',0.45,92.7,1.46,2.35,0.361),
(2,'2024-05-04 00:00:00',0.99,94.7,1.21,2.19,0.342),
(2,'2024-05-05 00:00:00',-0.03,93.3,1.52,2.32,0.318),
(2,'2024-05-06 00:00:00',0.51,91.2,1.22,2.54,0.309),
(2,'2024-05-07 00:00:00',0.06,93.8,1.49,2.27,0.341),
(2,'2024-05-08 00:00:00',0.31,92.4,1.17,2.76,0.423),
(2,'2024-05-09 00:00:00',0.83,94.3,1.59,2.36,0.357),
(2,'2024-05-10 00:00:00',0.2,93.6,1.77,2.57,0.334),
(2,'2024-05-11 00:00:00',0.41,94.5,1.32,2.35,0.246),
(2,'2024-05-12 00:00:00',0.55,94.2,1.23,2.61,0.272),
(2,'2024-05-13 00:00:00',0.75,94.1,1.81,2.6,0.299),
(2,'2024-05-14 00:00:00',0.31,94.4,1.77,2.16,0.361),
(2,'2024-05-15 00:00:00',0.94,94.0,1.76,2.3,0.27),
(2,'2024-05-16 00:00:00',0.34,92.2,1.36,2.47,0.349),
(2,'2024-05-17 00:00:00',0.67,91.6,1.36,2.37,0.323),
(2,'2024-05-18 00:00:00',0.43,92.0,1.4,2.67,0.335),
(2,'2024-05-19 00:00:00',0.76,93.9,1.56,2.34,0.307),
(2,'2024-05-20 00:00:00',1.21,90.3,1.2,2.54,0.29),
(2,'2024-05-21 00:00:00',0.4,93.0,1.21,2.6,0.271),
(2,'2024-05-22 00:00:00',0.49,92.7,1.88,2.48,0.351),
(2,'2024-05-23 00:00:00',0.35,94.5,1.56,2.65,0.316),
(2,'2024-05-24 00:00:00',0.29,92.9,1.87,2.19,0.266),
(2,'2024-05-25 00:00:00',0.26,92.6,1.8,2.49,0.331),
(2,'2024-05-26 00:00:00',0.49,94.6,1.41,2.35,0.491),
(2,'2024-05-27 00:00:00',0.23,92.9,1.41,2.48,0.31),
(2,'2024-05-28 00:00:00',0.24,92.7,1.79,2.41,0.403),
(2,'2024-05-29 00:00:00',-0.61,92.4,1.73,2.51,0.191),
(2,'2024-05-30 00:00:00',0.98,93.3,1.94,2.43,0.308),
(2,'2024-05-31 00:00:00',1.08,92.6,1.67,2.44,0.371),
(2,'2024-06-01 00:00:00',0.73,92.6,1.61,2.5,0.325),
(2,'2024-06-02 00:00:00',0.19,94.7,1.42,2.61,0.292),
(2,'2024-06-03 00:00:00',0.06,93.1,1.48,2.25,0.323),
(2,'2024-06-04 00:00:00',-0.05,92.5,1.29,2.6,0.373),
(2,'2024-06-05 00:00:00',0.72,91.8,1.54,2.16,0.432),
(2,'2024-06-06 00:00:00',0.94,93.2,1.58,1.87,0.379),
(2,'2024-06-07 00:00:00',0.56,92.3,1.38,2.89,0.301),
(2,'2024-06-08 00:00:00',0.8,92.6,1.83,2.27,0.315),
(2,'2024-06-09 00:00:00',0.66,92.0,1.12,2.39,0.316),
(2,'2024-06-10 00:00:00',0.23,93.2,1.6,2.13,0.284),
(2,'2024-06-11 00:00:00',0.85,91.4,1.33,2.36,0.321),
(2,'2024-06-12 00:00:00',0.83,93.5,1.34,2.49,0.316),
(2,'2024-06-13 00:00:00',0.15,92.3,1.27,2.55,0.269),
(2,'2024-06-14 00:00:00',0.78,93.9,1.73,2.22,0.372),
(2,'2024-06-15 00:00:00',0.45,93.6,0.82,2.41,0.351),
(2,'2024-06-16 00:00:00',0.41,93.1,1.55,2.57,0.298),
(2,'2024-06-17 00:00:00',0.64,94.0,1.55,2.53,0.338),
(2,'2024-06-18 00:00:00',0.63,94.9,1.25,2.51,0.283),
(2,'2024-06-19 00:00:00',0.81,94.5,1.65,2.61,0.304),
(2,'2024-06-20 00:00:00',0.2,91.4,1.14,2.48,0.366),
(2,'2024-06-21 00:00:00',0.7,92.3,1.55,2.75,0.356),
(2,'2024-06-22 00:00:00',0.09,92.4,1.12,2.44,0.307),
(2,'2024-06-23 00:00:00',0.44,93.8,2.12,2.64,0.348),
(2,'2024-06-24 00:00:00',0.46,92.4,1.76,2.65,0.329),
(2,'2024-06-25 00:00:00',0.84,92.3,1.68,2.12,0.284),
(2,'2024-06-26 00:00:00',0.5,92.1,1.21,2.59,0.325),
(2,'2024-06-27 00:00:00',0.41,93.4,1.42,2.37,0.355),
(2,'2024-06-28 00:00:00',1.0,93.8,1.58,2.22,0.351),
(2,'2024-06-29 00:00:00',0.35,91.5,1.57,2.42,0.251),
(2,'2024-06-30 00:00:00',0.34,92.4,1.62,2.53,0.344),
(2,'2024-07-01 00:00:00',-0.16,90.7,1.57,2.19,0.336),
(2,'2024-07-02 00:00:00',0.42,90.1,1.6,2.51,0.24),
(2,'2024-07-03 00:00:00',0.17,93.6,1.45,2.46,0.295),
(2,'2024-07-04 00:00:00',0.41,93.4,1.6,2.71,0.36),
(2,'2024-07-05 00:00:00',0.58,93.2,1.33,2.36,0.405),
(2,'2024-07-06 00:00:00',0.12,94.9,1.18,2.74,0.253),
(2,'2024-07-07 00:00:00',0.21,91.0,2.05,2.58,0.384),
(2,'2024-07-08 00:00:00',-0.06,90.5,1.62,2.49,0.241),
(2,'2024-07-09 00:00:00',0.32,91.7,2.04,2.75,0.405),
(2,'2024-07-10 00:00:00',0.17,90.5,1.42,2.88,0.324),
(2,'2024-07-11 00:00:00',1.25,92.3,2.45,2.35,0.302),
(2,'2024-07-12 00:00:00',1.03,93.7,1.68,2.27,0.357),
(2,'2024-07-13 00:00:00',0.97,93.4,1.98,2.52,0.293),
(2,'2024-07-14 00:00:00',0.05,94.2,1.51,2.22,0.366),
(2,'2024-07-15 00:00:00',0.44,93.4,1.55,2.24,0.334),
(2,'2024-07-16 00:00:00',0.08,92.5,1.47,2.76,0.15),
(2,'2024-07-17 00:00:00',1.14,92.4,1.55,2.52,0.302),
(2,'2024-07-18 00:00:00',0.79,93.5,1.88,2.28,0.353),
(2,'2024-07-19 00:00:00',0.13,91.2,1.5,3.13,0.397),
(2,'2024-07-20 00:00:00',0.63,89.2,1.79,2.2,0.36),
(2,'2024-07-21 00:00:00',-0.02,93.5,1.77,2.62,0.396),
(2,'2024-07-22 00:00:00',0.45,93.3,1.92,2.34,0.299),
(2,'2024-07-23 00:00:00',0.44,94.9,1.63,2.86,0.38),
(2,'2024-07-24 00:00:00',0.76,93.8,1.12,2.35,0.382),
(2,'2024-07-25 00:00:00',0.85,93.4,1.51,2.39,0.264),
(2,'2024-07-26 00:00:00',0.51,92.6,1.49,2.14,0.401),
(2,'2024-07-27 00:00:00',0.42,92.0,1.5,2.92,0.362),
(2,'2024-07-28 00:00:00',-0.63,92.7,1.9,2.38,0.332),
(2,'2024-07-29 00:00:00',1.05,94.1,2.0,2.51,0.332),
(2,'2024-07-30 00:00:00',0.27,93.6,1.46,2.5,0.295),
(2,'2024-07-31 00:00:00',0.54,94.1,2.24,2.38,0.379),
(2,'2024-08-01 00:00:00',1.29,93.1,1.63,1.94,0.365),
(2,'2024-08-02 00:00:00',0.08,91.9,1.42,2.45,0.379),
(2,'2024-08-03 00:00:00',0.51,94.4,1.17,2.44,0.354),
(2,'2024-08-04 00:00:00',0.67,94.3,1.08,2.54,0.361),
(2,'2024-08-05 00:00:00',0.88,93.2,1.26,2.87,0.337),
(2,'2024-08-06 00:00:00',0.5,93.7,1.8,2.63,0.405),
(2,'2024-08-07 00:00:00',0.91,93.6,1.85,2.61,0.383),
(2,'2024-08-08 00:00:00',0.35,92.4,1.23,2.44,0.361),
(2,'2024-08-09 00:00:00',0.69,92.7,1.59,2.21,0.347),
(2,'2024-08-10 00:00:00',0.64,91.9,1.79,2.42,0.265),
(2,'2024-08-11 00:00:00',0.47,92.7,0.89,2.35,0.255),
(2,'2024-08-12 00:00:00',0.61,94.2,2.07,2.47,0.336),
(2,'2024-08-13 00:00:00',0.19,94.0,1.82,2.4,0.418),
(2,'2024-08-14 00:00:00',4.29,88.1,2.88,1.6,0.33),
(2,'2024-08-15 00:00:00',3.94,88.6,2.89,2.24,0.343),
(2,'2024-08-16 00:00:00',0.35,92.6,0.89,2.47,0.327),
(2,'2024-08-17 00:00:00',0.9,91.6,1.55,2.37,0.312),
(2,'2024-08-18 00:00:00',0.65,92.8,1.92,2.26,0.332),
(2,'2024-08-19 00:00:00',0.61,92.9,1.53,2.39,0.392),
(2,'2024-08-20 00:00:00',-0.06,93.8,1.72,2.33,0.353),
(2,'2024-08-21 00:00:00',0.61,93.6,1.97,2.24,0.351),
(2,'2024-08-22 00:00:00',0.48,94.2,1.71,2.53,0.347),
(2,'2024-08-23 00:00:00',0.69,90.6,1.48,2.38,0.391),
(2,'2024-08-24 00:00:00',0.98,92.0,1.82,2.58,0.4),
(2,'2024-08-25 00:00:00',0.36,92.9,1.0,2.43,0.287),
(2,'2024-08-26 00:00:00',0.39,93.6,1.65,2.52,0.342),
(2,'2024-08-27 00:00:00',0.82,95.5,1.82,2.47,0.377),
(2,'2024-08-28 00:00:00',0.29,91.8,1.55,2.58,0.403),
(2,'2024-08-29 00:00:00',0.53,92.1,1.86,2.33,0.388),
(2,'2024-08-30 00:00:00',-0.2,92.5,1.58,2.68,0.422),
(2,'2024-08-31 00:00:00',0.39,92.1,1.54,2.26,0.311),
(2,'2024-09-01 00:00:00',0.96,91.9,2.19,2.44,0.403),
(2,'2024-09-02 00:00:00',0.62,93.1,1.25,2.24,0.485),
(2,'2024-09-03 00:00:00',0.81,94.2,2.01,2.43,0.386),
(2,'2024-09-04 00:00:00',0.83,93.1,1.99,2.63,0.389),
(2,'2024-09-05 00:00:00',0.97,92.0,1.9,2.54,0.412),
(2,'2024-09-06 00:00:00',0.38,92.8,1.38,2.71,0.359),
(2,'2024-09-07 00:00:00',0.83,91.8,1.7,2.39,0.34),
(2,'2024-09-08 00:00:00',1.29,94.2,1.49,2.56,0.392),
(2,'2024-09-09 00:00:00',0.49,94.8,1.33,2.36,0.307),
(2,'2024-09-10 00:00:00',5.66,82.9,3.09,1.63,0.425),
(2,'2024-09-11 00:00:00',5.92,85.1,2.86,1.71,0.45),
(2,'2024-09-12 00:00:00',6.29,83.9,3.17,1.8,0.359),
(2,'2024-09-13 00:00:00',5.55,84.9,2.68,1.63,0.462);
INSERT INTO storage_conditions_log (facility_id,ts,temp_c,humidity_pct,co2_pct,o2_pct,ethylene_ppm) VALUES
(2,'2024-09-14 00:00:00',5.86,84.7,3.3,1.84,0.459),
(2,'2024-09-15 00:00:00',6.01,83.2,3.64,1.72,0.56),
(2,'2024-09-16 00:00:00',6.17,86.3,3.86,1.72,0.569),
(2,'2024-09-17 00:00:00',11.05,70.3,4.35,0.8,0.577),
(2,'2024-09-18 00:00:00',5.03,78.1,2.6,1.74,0.609),
(2,'2024-09-19 00:00:00',4.4,78.8,2.66,1.9,0.542),
(2,'2024-09-20 00:00:00',6.15,77.6,3.44,1.72,0.59),
(2,'2024-09-21 00:00:00',0.49,92.8,1.47,2.34,0.565),
(2,'2024-09-22 00:00:00',-0.09,90.8,1.82,2.24,0.528),
(2,'2024-09-23 00:00:00',0.14,90.2,1.69,2.07,0.581),
(2,'2024-09-24 00:00:00',0.14,91.8,1.0,2.65,0.573),
(2,'2024-09-25 00:00:00',0.03,92.4,1.55,2.69,0.567),
(2,'2024-09-26 00:00:00',0.68,90.9,1.22,2.07,0.575),
(2,'2024-09-27 00:00:00',-0.43,92.4,1.36,2.52,0.581),
(2,'2024-09-28 00:00:00',0.84,92.4,1.51,2.37,0.623),
(2,'2024-09-29 00:00:00',0.79,92.9,1.84,2.7,0.551),
(2,'2024-09-30 00:00:00',0.34,93.7,1.53,2.46,0.516),
(2,'2024-10-01 00:00:00',0.82,95.1,1.49,2.56,0.615),
(2,'2024-10-02 00:00:00',0.12,93.5,2.16,2.41,0.624),
(2,'2024-10-03 00:00:00',0.21,91.8,1.27,2.36,0.599),
(2,'2024-10-04 00:00:00',0.69,93.8,1.68,2.62,0.524),
(2,'2024-10-05 00:00:00',0.43,94.7,1.73,2.72,0.575),
(2,'2024-10-06 00:00:00',0.28,91.7,1.58,2.25,0.596),
(2,'2024-10-07 00:00:00',0.46,91.7,1.26,2.73,0.528),
(2,'2024-10-08 00:00:00',0.96,91.3,1.39,2.24,0.544),
(2,'2024-10-09 00:00:00',0.95,92.3,1.85,1.97,0.577),
(2,'2024-10-10 00:00:00',0.65,93.4,1.89,2.48,0.644),
(2,'2024-10-11 00:00:00',5.3,80.4,2.96,1.88,0.61),
(2,'2024-10-12 00:00:00',5.61,79.7,2.67,1.43,0.586),
(2,'2024-10-13 00:00:00',5.13,79.1,2.92,1.41,0.618),
(2,'2024-10-14 00:00:00',5.84,78.7,3.59,1.6,0.611),
(2,'2024-10-15 00:00:00',5.76,79.1,2.81,1.59,0.639),
(2,'2024-10-16 00:00:00',6.1,79.2,3.12,1.93,0.713),
(2,'2024-10-17 00:00:00',5.15,80.2,2.94,1.81,0.595),
(2,'2024-10-18 00:00:00',5.1,78.6,3.24,1.96,0.77),
(2,'2024-10-19 00:00:00',0.69,93.3,1.43,2.51,0.815),
(2,'2024-10-20 00:00:00',0.4,92.5,1.68,2.81,0.713),
(2,'2024-10-21 00:00:00',0.85,93.1,2.06,2.27,0.665),
(2,'2024-10-22 00:00:00',0.96,92.7,1.23,2.41,0.766),
(2,'2024-10-23 00:00:00',1.1,91.6,1.32,2.1,0.723),
(2,'2024-10-24 00:00:00',5.31,87.3,2.95,1.94,0.697),
(2,'2024-10-25 00:00:00',5.6,88.1,3.36,1.96,0.69),
(2,'2024-10-26 00:00:00',5.11,86.3,3.02,1.98,0.733),
(2,'2024-10-27 00:00:00',11.91,72.8,5.28,0.8,0.797),
(2,'2024-10-28 00:00:00',7.03,80.2,2.98,1.22,0.851),
(2,'2024-10-29 00:00:00',7.01,79.0,3.59,1.51,0.84),
(2,'2024-10-30 00:00:00',1.14,93.2,0.87,2.27,0.851),
(2,'2024-10-31 00:00:00',0.03,92.7,1.93,2.68,0.811),
(2,'2024-11-01 00:00:00',0.5,92.3,1.89,2.41,0.871),
(2,'2024-11-02 00:00:00',0.52,93.6,1.44,2.41,0.818),
(2,'2024-11-03 00:00:00',0.73,93.6,0.91,2.9,0.921),
(2,'2024-11-04 00:00:00',0.12,94.1,1.47,2.66,0.796),
(2,'2024-11-05 00:00:00',0.4,93.0,1.87,2.72,0.849),
(2,'2024-11-06 00:00:00',0.29,91.6,1.66,2.4,0.938),
(2,'2024-11-07 00:00:00',-0.29,94.3,2.09,2.28,0.881),
(2,'2024-11-08 00:00:00',0.91,92.1,1.57,2.65,0.867),
(2,'2024-11-09 00:00:00',-0.01,92.1,2.14,2.8,0.845),
(2,'2024-11-10 00:00:00',-0.06,92.4,0.93,2.24,0.833),
(2,'2024-11-11 00:00:00',0.83,90.9,1.4,2.35,0.822),
(2,'2024-11-12 00:00:00',0.38,92.7,1.14,2.32,0.803),
(2,'2024-11-13 00:00:00',0.39,93.7,1.75,2.6,0.754),
(2,'2024-11-14 00:00:00',0.4,92.5,1.17,2.72,0.863),
(2,'2024-11-15 00:00:00',0.88,94.6,1.95,2.37,0.755),
(2,'2024-11-16 00:00:00',0.31,94.5,1.74,2.43,0.865),
(2,'2024-11-17 00:00:00',0.71,94.1,1.65,2.08,0.817),
(2,'2024-11-18 00:00:00',0.1,90.7,1.5,2.31,0.785),
(2,'2024-11-19 00:00:00',0.62,94.7,1.25,2.78,0.903),
(2,'2024-11-20 00:00:00',0.82,92.7,1.81,2.55,0.762),
(2,'2024-11-21 00:00:00',0.99,95.0,1.53,2.61,0.802),
(2,'2024-11-22 00:00:00',-0.04,92.3,1.76,2.43,0.807),
(2,'2024-11-23 00:00:00',0.4,92.8,1.98,2.45,0.843),
(2,'2024-11-24 00:00:00',1.06,93.1,1.61,2.42,0.807),
(2,'2024-11-25 00:00:00',0.82,91.9,2.02,2.52,0.911),
(2,'2024-11-26 00:00:00',0.43,91.1,1.59,2.78,0.77),
(2,'2024-11-27 00:00:00',0.5,90.1,1.71,2.37,1.042),
(2,'2024-11-28 00:00:00',0.6,96.5,1.17,2.46,0.786),
(2,'2024-11-29 00:00:00',0.37,91.0,1.32,2.34,0.986),
(2,'2024-11-30 00:00:00',0.69,91.0,1.38,2.08,0.894),
(2,'2024-12-01 00:00:00',0.67,93.7,1.99,2.66,0.834),
(2,'2024-12-02 00:00:00',0.11,91.3,1.43,2.85,0.851),
(2,'2024-12-03 00:00:00',0.33,91.1,1.72,2.65,0.821),
(2,'2024-12-04 00:00:00',0.34,89.6,1.51,2.55,0.857),
(2,'2024-12-05 00:00:00',0.41,93.4,1.42,2.87,0.803),
(2,'2024-12-06 00:00:00',0.59,91.7,1.12,2.58,0.875),
(2,'2024-12-07 00:00:00',0.56,93.8,0.98,2.65,0.849),
(2,'2024-12-08 00:00:00',0.25,92.9,1.43,2.53,0.791),
(2,'2024-12-09 00:00:00',0.97,93.1,1.59,2.49,0.863),
(2,'2024-12-10 00:00:00',0.5,92.5,1.27,2.47,0.86),
(2,'2024-12-11 00:00:00',1.01,92.7,1.73,2.59,0.807),
(2,'2024-12-12 00:00:00',1.0,91.9,2.27,2.21,0.823),
(2,'2024-12-13 00:00:00',0.13,92.0,1.98,2.58,0.87),
(2,'2024-12-14 00:00:00',0.33,91.7,1.53,2.33,0.899),
(2,'2024-12-15 00:00:00',0.35,94.8,1.54,2.6,0.837),
(2,'2024-12-16 00:00:00',0.61,92.5,1.74,2.96,0.891),
(2,'2024-12-17 00:00:00',0.75,90.3,1.67,2.6,0.904),
(2,'2024-12-18 00:00:00',0.55,93.3,1.73,2.73,0.911),
(2,'2024-12-19 00:00:00',0.31,92.0,1.6,2.68,0.867),
(2,'2024-12-20 00:00:00',1.08,92.9,1.72,1.95,0.802),
(2,'2024-12-21 00:00:00',0.35,92.7,1.32,2.47,0.892),
(2,'2024-12-22 00:00:00',0.76,94.8,1.7,2.55,0.839),
(2,'2024-12-23 00:00:00',0.49,92.5,0.84,2.08,0.874),
(2,'2024-12-24 00:00:00',0.48,94.0,1.59,2.44,0.817),
(2,'2024-12-25 00:00:00',0.74,93.9,0.96,2.45,0.819),
(2,'2024-12-26 00:00:00',1.04,91.4,1.76,2.17,0.816),
(2,'2024-12-27 00:00:00',0.61,93.2,1.25,2.29,0.785),
(2,'2024-12-28 00:00:00',0.33,92.1,1.9,2.77,0.822),
(2,'2024-12-29 00:00:00',1.02,91.5,1.7,1.71,0.801),
(2,'2024-12-30 00:00:00',0.67,91.6,1.57,2.53,0.881),
(2,'2024-12-31 00:00:00',0.56,94.0,1.65,2.72,0.8),
(2,'2025-01-01 00:00:00',0.86,96.2,1.36,2.44,0.821),
(2,'2025-01-02 00:00:00',0.61,92.0,1.88,2.76,0.855),
(2,'2025-01-03 00:00:00',1.36,93.3,1.98,2.29,0.948),
(2,'2025-01-04 00:00:00',0.5,93.4,1.35,2.32,0.823),
(2,'2025-01-05 00:00:00',0.9,92.4,1.32,2.44,0.789),
(2,'2025-01-06 00:00:00',0.65,94.7,1.43,2.4,0.793),
(2,'2025-01-07 00:00:00',0.65,95.6,1.51,2.36,0.816),
(2,'2025-01-08 00:00:00',0.37,92.3,1.17,2.46,0.826),
(2,'2025-01-09 00:00:00',0.38,95.1,1.36,2.34,0.975),
(2,'2025-01-10 00:00:00',0.67,92.3,1.37,2.31,0.908),
(2,'2025-01-11 00:00:00',0.2,91.8,1.44,2.28,0.844),
(2,'2025-01-12 00:00:00',0.3,92.8,1.44,2.58,0.952),
(2,'2025-01-13 00:00:00',0.51,94.0,1.65,2.3,0.829),
(2,'2025-01-14 00:00:00',0.93,92.9,1.64,2.19,0.841),
(2,'2025-01-15 00:00:00',0.53,93.9,1.63,2.28,0.838),
(2,'2025-01-16 00:00:00',0.52,93.3,1.58,2.54,0.913),
(2,'2025-01-17 00:00:00',0.13,94.6,1.44,2.63,0.858),
(2,'2025-01-18 00:00:00',1.09,93.6,1.88,2.56,0.938),
(2,'2025-01-19 00:00:00',0.89,94.8,0.79,2.48,0.886),
(2,'2025-01-20 00:00:00',0.93,92.0,1.52,2.54,0.911),
(2,'2025-01-21 00:00:00',-0.01,92.8,1.33,2.49,0.775),
(2,'2025-01-22 00:00:00',0.62,93.0,1.57,2.57,0.781),
(2,'2025-01-23 00:00:00',0.17,92.0,1.31,2.59,0.783),
(2,'2025-01-24 00:00:00',0.77,91.8,1.75,2.31,0.845),
(2,'2025-01-25 00:00:00',0.61,93.5,1.75,2.27,0.79),
(2,'2025-01-26 00:00:00',0.68,93.8,1.14,2.74,0.93),
(2,'2025-01-27 00:00:00',0.25,93.1,1.57,2.53,0.858),
(2,'2025-01-28 00:00:00',0.14,94.3,1.12,2.71,0.898),
(2,'2025-01-29 00:00:00',0.28,91.7,1.64,2.28,0.843),
(2,'2025-01-30 00:00:00',0.61,92.5,1.39,2.4,0.909),
(2,'2025-01-31 00:00:00',0.42,91.6,1.26,2.22,0.77),
(2,'2025-02-01 00:00:00',0.59,93.2,1.01,2.62,0.866),
(2,'2025-02-02 00:00:00',0.14,93.6,1.47,2.38,0.893),
(2,'2025-02-03 00:00:00',0.5,94.6,1.15,2.39,0.897),
(2,'2025-02-04 00:00:00',0.99,91.6,1.2,2.82,0.854),
(2,'2025-02-05 00:00:00',0.62,93.4,1.59,2.62,0.784),
(2,'2025-02-06 00:00:00',0.64,94.7,1.83,2.61,0.921),
(2,'2025-02-07 00:00:00',0.64,91.8,1.66,2.24,0.851),
(2,'2025-02-08 00:00:00',0.32,91.5,1.07,2.13,0.856),
(2,'2025-02-09 00:00:00',1.07,91.2,1.63,2.61,0.984),
(2,'2025-02-10 00:00:00',0.62,93.7,1.74,2.03,0.878),
(2,'2025-02-11 00:00:00',0.56,92.1,1.48,2.39,0.847),
(2,'2025-02-12 00:00:00',0.74,93.6,1.67,2.3,0.845),
(2,'2025-02-13 00:00:00',4.46,81.5,2.56,1.72,0.918),
(2,'2025-02-14 00:00:00',3.69,83.9,2.34,1.93,0.854),
(2,'2025-02-15 00:00:00',4.15,82.7,2.4,1.74,0.932),
(2,'2025-02-16 00:00:00',1.28,92.0,1.92,2.14,0.964),
(2,'2025-02-17 00:00:00',1.08,92.6,1.88,2.46,0.906),
(2,'2025-02-18 00:00:00',0.46,93.9,1.33,2.71,0.96),
(2,'2025-02-19 00:00:00',0.75,91.7,1.8,2.11,0.908),
(2,'2025-02-20 00:00:00',0.39,94.4,1.07,2.54,0.877),
(2,'2025-02-21 00:00:00',0.62,92.7,1.49,2.59,0.828),
(2,'2025-02-22 00:00:00',0.34,94.0,1.09,2.59,0.925),
(2,'2025-02-23 00:00:00',0.33,92.8,1.16,2.46,0.926),
(2,'2025-02-24 00:00:00',0.29,92.4,1.09,2.38,0.961),
(2,'2025-02-25 00:00:00',1.09,92.2,1.48,2.56,0.957),
(2,'2025-02-26 00:00:00',0.33,95.1,1.69,2.57,1.017),
(2,'2025-02-27 00:00:00',0.9,92.6,1.6,2.06,0.885),
(2,'2025-02-28 00:00:00',0.35,96.7,1.32,2.46,0.932),
(3,'2024-04-01 00:00:00',1.92,91.6,1.83,2.4,0.281),
(3,'2024-04-02 00:00:00',1.56,91.1,2.07,2.81,0.363),
(3,'2024-04-03 00:00:00',1.37,89.0,1.13,2.54,0.238),
(3,'2024-04-04 00:00:00',1.54,88.7,1.99,2.75,0.396),
(3,'2024-04-05 00:00:00',1.81,89.8,1.39,2.6,0.343),
(3,'2024-04-06 00:00:00',2.21,89.3,1.57,2.58,0.287),
(3,'2024-04-07 00:00:00',1.72,88.2,2.01,2.35,0.28),
(3,'2024-04-08 00:00:00',1.7,89.1,1.38,2.73,0.269),
(3,'2024-04-09 00:00:00',2.14,86.7,1.46,2.52,0.317),
(3,'2024-04-10 00:00:00',2.1,91.1,1.34,2.29,0.262),
(3,'2024-04-11 00:00:00',2.6,91.0,1.69,1.99,0.297),
(3,'2024-04-12 00:00:00',2.33,91.7,1.69,2.48,0.25),
(3,'2024-04-13 00:00:00',1.64,90.4,1.29,2.8,0.34),
(3,'2024-04-14 00:00:00',1.77,89.5,1.94,2.32,0.313),
(3,'2024-04-15 00:00:00',2.26,91.2,1.35,2.27,0.281),
(3,'2024-04-16 00:00:00',1.69,89.2,1.65,2.44,0.293),
(3,'2024-04-17 00:00:00',1.89,88.4,1.51,2.72,0.27),
(3,'2024-04-18 00:00:00',1.4,89.8,1.87,2.13,0.321),
(3,'2024-04-19 00:00:00',1.54,90.5,1.26,2.37,0.242),
(3,'2024-04-20 00:00:00',2.44,89.0,1.8,2.23,0.351),
(3,'2024-04-21 00:00:00',2.06,88.7,2.24,2.6,0.315),
(3,'2024-04-22 00:00:00',1.78,89.5,1.07,2.47,0.284),
(3,'2024-04-23 00:00:00',1.83,90.5,1.23,2.43,0.336),
(3,'2024-04-24 00:00:00',2.6,89.8,2.31,2.37,0.328),
(3,'2024-04-25 00:00:00',1.77,93.2,1.46,2.66,0.256),
(3,'2024-04-26 00:00:00',2.17,89.8,1.58,2.7,0.374),
(3,'2024-04-27 00:00:00',2.31,90.9,1.49,2.66,0.185),
(3,'2024-04-28 00:00:00',2.51,88.3,2.15,2.54,0.366),
(3,'2024-04-29 00:00:00',1.7,90.7,1.02,2.78,0.303),
(3,'2024-04-30 00:00:00',1.51,89.4,1.87,2.31,0.361),
(3,'2024-05-01 00:00:00',1.61,90.0,1.06,2.58,0.383),
(3,'2024-05-02 00:00:00',2.26,92.0,1.11,2.93,0.291),
(3,'2024-05-03 00:00:00',2.7,89.6,1.38,2.03,0.295),
(3,'2024-05-04 00:00:00',2.27,88.4,1.54,2.35,0.331),
(3,'2024-05-05 00:00:00',1.77,88.6,1.29,2.29,0.258),
(3,'2024-05-06 00:00:00',2.42,90.2,1.39,2.5,0.299),
(3,'2024-05-07 00:00:00',1.84,90.1,1.22,2.79,0.295),
(3,'2024-05-08 00:00:00',1.71,90.1,1.23,2.61,0.257),
(3,'2024-05-09 00:00:00',1.88,88.5,1.22,2.46,0.293),
(3,'2024-05-10 00:00:00',1.8,92.4,1.57,2.61,0.354),
(3,'2024-05-11 00:00:00',1.75,91.8,1.31,2.44,0.35),
(3,'2024-05-12 00:00:00',2.43,90.2,0.83,2.47,0.308),
(3,'2024-05-13 00:00:00',1.82,88.2,1.49,2.62,0.32),
(3,'2024-05-14 00:00:00',1.44,91.9,1.72,2.85,0.302),
(3,'2024-05-15 00:00:00',2.21,91.4,1.48,2.56,0.23),
(3,'2024-05-16 00:00:00',1.67,90.1,1.12,2.54,0.267),
(3,'2024-05-17 00:00:00',1.68,91.4,1.72,2.91,0.366),
(3,'2024-05-18 00:00:00',2.25,89.4,1.16,2.07,0.379),
(3,'2024-05-19 00:00:00',1.75,88.8,1.4,2.48,0.276),
(3,'2024-05-20 00:00:00',1.84,90.2,1.49,2.35,0.375),
(3,'2024-05-21 00:00:00',2.01,88.1,1.83,2.45,0.259),
(3,'2024-05-22 00:00:00',1.9,88.7,1.67,2.62,0.293),
(3,'2024-05-23 00:00:00',1.85,90.7,1.57,2.7,0.313),
(3,'2024-05-24 00:00:00',1.18,90.3,1.78,2.4,0.305),
(3,'2024-05-25 00:00:00',1.94,88.3,1.15,2.63,0.284),
(3,'2024-05-26 00:00:00',2.56,89.5,2.14,2.24,0.327),
(3,'2024-05-27 00:00:00',2.22,88.4,0.65,2.21,0.36),
(3,'2024-05-28 00:00:00',1.87,89.4,1.93,2.51,0.248),
(3,'2024-05-29 00:00:00',2.16,89.3,1.3,2.43,0.328),
(3,'2024-05-30 00:00:00',2.22,91.2,1.68,2.77,0.37),
(3,'2024-05-31 00:00:00',1.71,89.8,1.93,2.93,0.302),
(3,'2024-06-01 00:00:00',2.44,89.7,1.8,2.31,0.296),
(3,'2024-06-02 00:00:00',2.06,89.5,1.63,2.13,0.281),
(3,'2024-06-03 00:00:00',1.89,87.9,1.76,2.23,0.424),
(3,'2024-06-04 00:00:00',2.56,89.9,1.22,2.25,0.4),
(3,'2024-06-05 00:00:00',1.28,90.6,1.1,2.54,0.311),
(3,'2024-06-06 00:00:00',1.59,90.3,1.58,2.45,0.384),
(3,'2024-06-07 00:00:00',2.22,90.8,1.51,2.21,0.3),
(3,'2024-06-08 00:00:00',2.24,90.9,1.48,2.82,0.319),
(3,'2024-06-09 00:00:00',2.58,92.6,2.04,2.55,0.275),
(3,'2024-06-10 00:00:00',1.21,88.6,1.85,2.85,0.236),
(3,'2024-06-11 00:00:00',2.3,90.3,1.31,2.09,0.3),
(3,'2024-06-12 00:00:00',1.56,90.4,1.63,2.75,0.308),
(3,'2024-06-13 00:00:00',2.15,89.6,1.07,2.45,0.351),
(3,'2024-06-14 00:00:00',1.98,89.2,1.02,2.42,0.363),
(3,'2024-06-15 00:00:00',2.3,90.6,1.32,2.46,0.325),
(3,'2024-06-16 00:00:00',1.92,90.5,1.48,2.36,0.281),
(3,'2024-06-17 00:00:00',2.35,88.7,1.41,2.42,0.299),
(3,'2024-06-18 00:00:00',1.71,87.8,1.64,2.69,0.411),
(3,'2024-06-19 00:00:00',1.97,89.4,1.5,2.11,0.363),
(3,'2024-06-20 00:00:00',2.07,89.2,1.85,2.79,0.403),
(3,'2024-06-21 00:00:00',2.59,90.7,1.84,2.49,0.423),
(3,'2024-06-22 00:00:00',2.29,88.9,1.28,2.43,0.302),
(3,'2024-06-23 00:00:00',2.07,89.8,1.79,2.68,0.376),
(3,'2024-06-24 00:00:00',2.22,88.0,1.31,2.54,0.29),
(3,'2024-06-25 00:00:00',2.38,88.1,1.74,2.35,0.388),
(3,'2024-06-26 00:00:00',2.13,89.1,1.39,2.33,0.378),
(3,'2024-06-27 00:00:00',1.64,89.7,1.9,2.8,0.231),
(3,'2024-06-28 00:00:00',2.22,89.0,1.79,2.17,0.358),
(3,'2024-06-29 00:00:00',1.99,90.2,1.29,2.46,0.295),
(3,'2024-06-30 00:00:00',1.88,88.0,1.38,2.22,0.321),
(3,'2024-07-01 00:00:00',1.73,89.7,2.48,2.6,0.305),
(3,'2024-07-02 00:00:00',6.45,77.7,2.46,1.81,0.396),
(3,'2024-07-03 00:00:00',6.42,76.2,2.61,1.59,0.33),
(3,'2024-07-04 00:00:00',5.91,78.3,2.47,1.74,0.312),
(3,'2024-07-05 00:00:00',1.61,87.4,1.15,2.51,0.336),
(3,'2024-07-06 00:00:00',2.66,89.2,1.38,2.46,0.367),
(3,'2024-07-07 00:00:00',2.3,90.9,1.56,2.07,0.399),
(3,'2024-07-08 00:00:00',2.03,87.3,1.65,2.35,0.439),
(3,'2024-07-09 00:00:00',8.35,82.2,2.93,1.58,0.424),
(3,'2024-07-10 00:00:00',7.97,80.0,3.14,1.85,0.445),
(3,'2024-07-11 00:00:00',8.08,80.7,3.08,1.76,0.471),
(3,'2024-07-12 00:00:00',8.15,83.1,2.99,1.49,0.494),
(3,'2024-07-13 00:00:00',2.34,89.2,1.9,2.65,0.505),
(3,'2024-07-14 00:00:00',1.51,91.9,1.27,2.44,0.579),
(3,'2024-07-15 00:00:00',1.64,89.6,1.09,1.88,0.494),
(3,'2024-07-16 00:00:00',1.57,89.9,1.76,2.79,0.468),
(3,'2024-07-17 00:00:00',2.3,91.0,1.96,2.55,0.431),
(3,'2024-07-18 00:00:00',1.96,90.7,1.57,2.54,0.47),
(3,'2024-07-19 00:00:00',1.68,90.2,1.22,2.5,0.512),
(3,'2024-07-20 00:00:00',1.92,89.4,1.42,2.56,0.394),
(3,'2024-07-21 00:00:00',1.78,88.1,1.3,2.5,0.517),
(3,'2024-07-22 00:00:00',1.5,88.2,1.49,2.44,0.433),
(3,'2024-07-23 00:00:00',2.44,91.6,1.85,2.3,0.444),
(3,'2024-07-24 00:00:00',1.95,92.0,1.49,2.52,0.482),
(3,'2024-07-25 00:00:00',2.45,90.2,1.63,2.26,0.431),
(3,'2024-07-26 00:00:00',1.49,87.9,1.35,2.27,0.48),
(3,'2024-07-27 00:00:00',2.18,89.1,1.75,2.53,0.4),
(3,'2024-07-28 00:00:00',1.5,89.0,1.61,2.7,0.502),
(3,'2024-07-29 00:00:00',2.86,89.3,1.21,2.21,0.47),
(3,'2024-07-30 00:00:00',1.39,88.9,0.97,2.38,0.46),
(3,'2024-07-31 00:00:00',2.63,90.6,1.59,2.07,0.476),
(3,'2024-08-01 00:00:00',1.99,90.3,1.79,2.24,0.461),
(3,'2024-08-02 00:00:00',1.94,91.9,1.85,2.24,0.484),
(3,'2024-08-03 00:00:00',2.21,89.5,1.79,2.66,0.452),
(3,'2024-08-04 00:00:00',1.67,90.2,1.45,2.15,0.448),
(3,'2024-08-05 00:00:00',2.27,90.9,2.02,2.55,0.375),
(3,'2024-08-06 00:00:00',2.3,91.2,1.37,2.4,0.533),
(3,'2024-08-07 00:00:00',2.0,88.5,1.4,2.62,0.406),
(3,'2024-08-08 00:00:00',2.09,90.5,1.1,2.72,0.546),
(3,'2024-08-09 00:00:00',2.68,90.2,1.6,2.39,0.455),
(3,'2024-08-10 00:00:00',2.23,90.4,1.31,2.69,0.528),
(3,'2024-08-11 00:00:00',1.73,90.1,1.96,2.81,0.52),
(3,'2024-08-12 00:00:00',2.26,92.1,1.98,2.73,0.516),
(3,'2024-08-13 00:00:00',1.81,88.9,1.52,2.37,0.471),
(3,'2024-08-14 00:00:00',1.74,88.9,1.64,2.11,0.409),
(3,'2024-08-15 00:00:00',2.18,89.0,1.37,2.45,0.46),
(3,'2024-08-16 00:00:00',1.65,89.7,0.74,2.54,0.453),
(3,'2024-08-17 00:00:00',2.02,90.4,1.28,2.11,0.464),
(3,'2024-08-18 00:00:00',2.24,89.5,1.8,2.48,0.408),
(3,'2024-08-19 00:00:00',8.16,76.9,3.48,1.06,0.474),
(3,'2024-08-20 00:00:00',7.71,75.7,3.1,1.95,0.359),
(3,'2024-08-21 00:00:00',6.97,75.6,3.21,1.85,0.505),
(3,'2024-08-22 00:00:00',7.03,74.1,2.87,1.58,0.542),
(3,'2024-08-23 00:00:00',2.6,92.2,1.34,2.43,0.498),
(3,'2024-08-24 00:00:00',1.78,89.9,1.72,2.55,0.524),
(3,'2024-08-25 00:00:00',1.47,92.0,1.32,2.6,0.545),
(3,'2024-08-26 00:00:00',1.65,89.3,1.81,2.51,0.588),
(3,'2024-08-27 00:00:00',2.28,91.0,0.98,2.65,0.591),
(3,'2024-08-28 00:00:00',2.04,89.3,1.34,2.24,0.553),
(3,'2024-08-29 00:00:00',2.23,92.2,1.75,2.44,0.537),
(3,'2024-08-30 00:00:00',1.99,91.3,1.65,2.86,0.556),
(3,'2024-08-31 00:00:00',1.61,91.0,1.43,2.43,0.629),
(3,'2024-09-01 00:00:00',1.37,89.1,1.59,2.55,0.564),
(3,'2024-09-02 00:00:00',1.71,92.3,1.54,2.3,0.552),
(3,'2024-09-03 00:00:00',2.04,92.4,1.07,2.92,0.592),
(3,'2024-09-04 00:00:00',1.59,89.5,1.39,2.56,0.541),
(3,'2024-09-05 00:00:00',2.34,90.2,1.67,2.2,0.497),
(3,'2024-09-06 00:00:00',1.65,91.1,1.65,2.72,0.563),
(3,'2024-09-07 00:00:00',1.42,87.6,1.48,2.29,0.548),
(3,'2024-09-08 00:00:00',2.0,91.4,1.33,2.64,0.529),
(3,'2024-09-09 00:00:00',2.27,91.2,1.18,2.67,0.568),
(3,'2024-09-10 00:00:00',2.52,89.3,1.88,2.83,0.452),
(3,'2024-09-11 00:00:00',1.44,87.4,1.69,2.54,0.515),
(3,'2024-09-12 00:00:00',2.5,90.4,1.95,2.44,0.5),
(3,'2024-09-13 00:00:00',2.06,88.6,1.2,2.08,0.505),
(3,'2024-09-14 00:00:00',1.78,88.1,1.54,2.41,0.536),
(3,'2024-09-15 00:00:00',2.24,90.4,1.36,2.32,0.499),
(3,'2024-09-16 00:00:00',2.47,91.6,1.66,2.39,0.63),
(3,'2024-09-17 00:00:00',1.41,89.7,2.37,2.4,0.569),
(3,'2024-09-18 00:00:00',1.85,91.4,1.77,2.66,0.506),
(3,'2024-09-19 00:00:00',1.81,90.8,1.27,2.39,0.459),
(3,'2024-09-20 00:00:00',2.22,88.4,1.49,2.56,0.518),
(3,'2024-09-21 00:00:00',2.51,89.3,1.54,2.4,0.532),
(3,'2024-09-22 00:00:00',2.03,91.3,1.54,2.37,0.517),
(3,'2024-09-23 00:00:00',1.9,89.3,1.04,2.36,0.675),
(3,'2024-09-24 00:00:00',2.16,91.0,1.64,2.52,0.466),
(3,'2024-09-25 00:00:00',1.92,89.5,0.86,2.77,0.551),
(3,'2024-09-26 00:00:00',1.24,90.9,1.0,2.35,0.542),
(3,'2024-09-27 00:00:00',2.18,90.5,2.15,2.48,0.537),
(3,'2024-09-28 00:00:00',2.34,89.7,1.5,2.55,0.453),
(3,'2024-09-29 00:00:00',2.38,90.8,2.04,2.44,0.549),
(3,'2024-09-30 00:00:00',1.6,87.4,1.26,2.15,0.561),
(3,'2024-10-01 00:00:00',2.21,88.7,0.93,2.56,0.588),
(3,'2024-10-02 00:00:00',2.54,89.4,1.35,2.12,0.578),
(3,'2024-10-03 00:00:00',2.89,91.4,2.57,2.07,0.617),
(3,'2024-10-04 00:00:00',2.17,88.3,1.13,2.21,0.455),
(3,'2024-10-05 00:00:00',2.34,90.0,2.14,2.42,0.546),
(3,'2024-10-06 00:00:00',7.7,83.4,3.31,1.45,0.7),
(3,'2024-10-07 00:00:00',7.65,83.4,3.23,1.37,0.645),
(3,'2024-10-08 00:00:00',8.39,82.9,3.19,1.62,0.538),
(3,'2024-10-09 00:00:00',7.33,82.3,2.83,1.69,0.632),
(3,'2024-10-10 00:00:00',8.1,82.8,3.5,1.74,0.593),
(3,'2024-10-11 00:00:00',8.54,84.2,3.86,1.37,0.643),
(3,'2024-10-12 00:00:00',2.25,89.2,1.63,2.45,0.766),
(3,'2024-10-13 00:00:00',9.06,78.6,3.84,1.6,0.735),
(3,'2024-10-14 00:00:00',8.79,81.8,3.41,1.22,0.631),
(3,'2024-10-15 00:00:00',8.67,83.0,4.15,1.37,0.689),
(3,'2024-10-16 00:00:00',9.56,80.0,3.84,1.56,0.75),
(3,'2024-10-17 00:00:00',9.24,82.9,4.28,1.42,0.759),
(3,'2024-10-18 00:00:00',9.11,81.8,3.34,1.4,0.809),
(3,'2024-10-19 00:00:00',2.01,88.6,1.49,2.49,0.754),
(3,'2024-10-20 00:00:00',1.8,89.2,1.82,2.74,0.775),
(3,'2024-10-21 00:00:00',2.38,89.1,1.66,2.44,0.755),
(3,'2024-10-22 00:00:00',1.89,90.2,1.66,2.51,0.776),
(3,'2024-10-23 00:00:00',2.03,89.8,1.21,2.49,0.83),
(3,'2024-10-24 00:00:00',2.22,91.3,1.44,2.14,0.81),
(3,'2024-10-25 00:00:00',2.07,91.0,1.26,2.59,0.76),
(3,'2024-10-26 00:00:00',2.54,88.1,1.64,2.25,0.853),
(3,'2024-10-27 00:00:00',7.48,77.9,3.09,1.43,0.866),
(3,'2024-10-28 00:00:00',7.97,80.3,3.13,1.26,0.831),
(3,'2024-10-29 00:00:00',8.69,79.0,3.7,1.19,0.838),
(3,'2024-10-30 00:00:00',8.26,79.4,3.06,1.11,0.958),
(3,'2024-10-31 00:00:00',7.87,80.3,2.62,1.41,0.968),
(3,'2024-11-01 00:00:00',8.22,80.6,3.2,1.48,0.831),
(3,'2024-11-02 00:00:00',1.98,88.5,2.15,2.71,0.966),
(3,'2024-11-03 00:00:00',2.51,87.3,1.81,2.44,0.994),
(3,'2024-11-04 00:00:00',2.29,89.9,1.33,2.51,0.942),
(3,'2024-11-05 00:00:00',1.7,89.0,1.63,2.76,0.885),
(3,'2024-11-06 00:00:00',2.08,90.1,1.48,1.92,0.892),
(3,'2024-11-07 00:00:00',2.15,89.9,1.66,2.56,0.995),
(3,'2024-11-08 00:00:00',2.16,88.8,1.81,2.54,0.952),
(3,'2024-11-09 00:00:00',2.11,92.5,1.59,2.65,0.938),
(3,'2024-11-10 00:00:00',2.2,90.0,1.6,2.11,1.027),
(3,'2024-11-11 00:00:00',2.15,89.3,1.99,2.36,0.861),
(3,'2024-11-12 00:00:00',1.75,90.1,1.66,2.31,0.907),
(3,'2024-11-13 00:00:00',6.91,81.4,3.03,1.51,0.935),
(3,'2024-11-14 00:00:00',6.98,80.0,3.01,2.22,0.93),
(3,'2024-11-15 00:00:00',7.1,83.5,2.86,1.62,0.864),
(3,'2024-11-16 00:00:00',6.98,78.9,2.62,1.94,1.021),
(3,'2024-11-17 00:00:00',7.45,79.0,3.34,1.82,0.95),
(3,'2024-11-18 00:00:00',6.73,78.8,3.3,1.5,0.963),
(3,'2024-11-19 00:00:00',6.46,80.8,2.97,1.73,0.997),
(3,'2024-11-20 00:00:00',7.75,81.3,3.4,1.65,1.021),
(3,'2024-11-21 00:00:00',1.71,89.6,1.23,2.58,1.026),
(3,'2024-11-22 00:00:00',2.39,90.6,1.44,2.51,1.082),
(3,'2024-11-23 00:00:00',2.21,90.5,1.18,2.82,1.093),
(3,'2024-11-24 00:00:00',5.66,77.0,2.52,2.13,1.032),
(3,'2024-11-25 00:00:00',12.59,72.8,4.97,1.04,1.047),
(3,'2024-11-26 00:00:00',12.54,72.1,4.45,1.11,1.102),
(3,'2024-11-27 00:00:00',12.76,71.8,4.71,1.16,1.096),
(3,'2024-11-28 00:00:00',12.37,71.7,4.82,0.82,1.17),
(3,'2024-11-29 00:00:00',8.65,85.2,3.86,1.19,1.145),
(3,'2024-11-30 00:00:00',8.69,86.4,3.01,1.37,1.318),
(3,'2024-12-01 00:00:00',9.09,83.5,3.48,1.16,1.24),
(3,'2024-12-02 00:00:00',8.56,84.3,3.25,1.32,1.226),
(3,'2024-12-03 00:00:00',1.66,90.2,1.24,2.52,1.288),
(3,'2024-12-04 00:00:00',1.81,92.1,1.39,2.39,1.191),
(3,'2024-12-05 00:00:00',2.13,90.5,0.95,2.61,1.218),
(3,'2024-12-06 00:00:00',1.38,89.0,1.39,2.56,1.274),
(3,'2024-12-07 00:00:00',2.42,88.9,1.64,2.51,1.261),
(3,'2024-12-08 00:00:00',2.01,91.2,1.19,2.25,1.307),
(3,'2024-12-09 00:00:00',2.15,89.6,1.4,2.3,1.119),
(3,'2024-12-10 00:00:00',2.08,88.5,1.53,2.11,1.296),
(3,'2024-12-11 00:00:00',1.77,91.2,1.54,2.61,1.228),
(3,'2024-12-12 00:00:00',1.62,90.4,1.01,2.88,1.197),
(3,'2024-12-13 00:00:00',1.75,88.6,1.71,2.54,1.169),
(3,'2024-12-14 00:00:00',1.47,88.4,1.72,2.55,1.227),
(3,'2024-12-15 00:00:00',2.12,87.4,1.31,2.38,1.335),
(3,'2024-12-16 00:00:00',1.94,89.3,2.0,2.46,1.304),
(3,'2024-12-17 00:00:00',1.46,90.4,1.64,2.75,1.337),
(3,'2024-12-18 00:00:00',1.78,91.2,1.59,2.52,1.25),
(3,'2024-12-19 00:00:00',2.23,90.5,1.77,2.59,1.262),
(3,'2024-12-20 00:00:00',2.45,88.4,1.33,2.69,1.179),
(3,'2024-12-21 00:00:00',1.55,89.7,1.39,2.72,1.179),
(3,'2024-12-22 00:00:00',2.76,91.7,1.91,2.39,1.253),
(3,'2024-12-23 00:00:00',1.66,89.4,1.26,2.52,1.191),
(3,'2024-12-24 00:00:00',1.4,90.9,1.39,2.42,1.217),
(3,'2024-12-25 00:00:00',2.62,90.8,1.86,2.51,1.264),
(3,'2024-12-26 00:00:00',1.64,90.9,1.59,2.42,1.325),
(3,'2024-12-27 00:00:00',2.53,90.5,1.67,2.49,1.264),
(3,'2024-12-28 00:00:00',1.77,90.9,1.52,2.71,1.195),
(3,'2024-12-29 00:00:00',1.9,88.2,1.45,2.16,1.172),
(3,'2024-12-30 00:00:00',1.54,91.8,1.76,2.13,1.269),
(3,'2024-12-31 00:00:00',2.45,87.8,2.26,2.42,1.233),
(3,'2025-01-01 00:00:00',2.4,90.4,1.71,2.57,1.272),
(3,'2025-01-02 00:00:00',1.77,89.9,1.88,2.56,1.256),
(3,'2025-01-03 00:00:00',1.97,89.2,1.37,2.26,1.262),
(3,'2025-01-04 00:00:00',2.23,88.8,1.37,2.65,1.327),
(3,'2025-01-05 00:00:00',1.84,90.7,1.26,2.88,1.319),
(3,'2025-01-06 00:00:00',2.48,91.0,1.37,2.25,1.286),
(3,'2025-01-07 00:00:00',1.96,89.9,1.41,2.35,1.223),
(3,'2025-01-08 00:00:00',1.82,89.7,1.77,2.51,1.24),
(3,'2025-01-09 00:00:00',1.45,91.5,1.8,2.47,1.306),
(3,'2025-01-10 00:00:00',1.55,89.5,1.35,2.74,1.333),
(3,'2025-01-11 00:00:00',2.21,89.9,1.46,2.53,1.205),
(3,'2025-01-12 00:00:00',2.08,89.8,1.52,2.43,1.345),
(3,'2025-01-13 00:00:00',2.29,93.0,1.66,2.34,1.231),
(3,'2025-01-14 00:00:00',1.8,89.0,1.68,2.19,1.303),
(3,'2025-01-15 00:00:00',1.43,91.0,1.38,2.77,1.41),
(3,'2025-01-16 00:00:00',1.83,88.0,1.44,2.63,1.19),
(3,'2025-01-17 00:00:00',2.71,88.9,2.12,2.37,1.297),
(3,'2025-01-18 00:00:00',1.66,89.6,1.42,2.52,1.256),
(3,'2025-01-19 00:00:00',1.99,89.8,1.33,2.48,1.294),
(3,'2025-01-20 00:00:00',1.16,89.7,1.47,2.15,1.241),
(3,'2025-01-21 00:00:00',7.78,83.3,3.26,1.35,1.165),
(3,'2025-01-22 00:00:00',7.82,82.6,2.78,1.59,1.269),
(3,'2025-01-23 00:00:00',8.08,85.0,3.19,1.54,1.342),
(3,'2025-01-24 00:00:00',7.85,82.2,3.38,1.62,1.41),
(3,'2025-01-25 00:00:00',7.43,84.3,3.73,2.02,1.379),
(3,'2025-01-26 00:00:00',1.77,90.8,1.34,2.44,1.432),
(3,'2025-01-27 00:00:00',1.93,88.9,1.73,2.35,1.334),
(3,'2025-01-28 00:00:00',1.65,89.6,1.55,2.51,1.33),
(3,'2025-01-29 00:00:00',1.7,90.0,1.85,2.22,1.376),
(3,'2025-01-30 00:00:00',8.77,79.2,3.34,1.52,1.36),
(3,'2025-01-31 00:00:00',8.2,76.7,3.69,1.43,1.454),
(3,'2025-02-01 00:00:00',8.57,81.5,3.89,1.56,1.347),
(3,'2025-02-02 00:00:00',8.35,78.1,3.84,1.51,1.48),
(3,'2025-02-03 00:00:00',7.99,77.6,3.72,1.57,1.515),
(3,'2025-02-04 00:00:00',1.88,91.1,1.56,2.63,1.473),
(3,'2025-02-05 00:00:00',2.1,87.9,1.71,2.63,1.5),
(3,'2025-02-06 00:00:00',2.61,91.4,1.56,2.82,1.424),
(3,'2025-02-07 00:00:00',1.73,88.4,0.83,2.64,1.415),
(3,'2025-02-08 00:00:00',1.97,91.0,1.58,2.45,1.474),
(3,'2025-02-09 00:00:00',2.32,89.3,1.55,2.33,1.421),
(3,'2025-02-10 00:00:00',2.44,89.0,1.92,2.5,1.474),
(3,'2025-02-11 00:00:00',1.77,92.1,1.76,2.79,1.474),
(3,'2025-02-12 00:00:00',1.95,89.9,1.18,2.67,1.455),
(3,'2025-02-13 00:00:00',2.39,88.2,2.32,2.3,1.474),
(3,'2025-02-14 00:00:00',2.18,91.2,1.67,2.56,1.492),
(3,'2025-02-15 00:00:00',2.36,88.5,1.22,2.49,1.457),
(3,'2025-02-16 00:00:00',2.41,91.6,1.28,2.65,1.439),
(3,'2025-02-17 00:00:00',2.19,90.0,0.9,2.53,1.505),
(3,'2025-02-18 00:00:00',2.05,88.5,1.74,2.55,1.477),
(3,'2025-02-19 00:00:00',1.77,91.0,1.34,2.26,1.486),
(3,'2025-02-20 00:00:00',1.91,90.6,1.25,2.66,1.493),
(3,'2025-02-21 00:00:00',1.94,87.5,1.31,2.22,1.471),
(3,'2025-02-22 00:00:00',2.42,89.9,1.54,2.45,1.448),
(3,'2025-02-23 00:00:00',2.06,90.4,1.69,2.38,1.434),
(3,'2025-02-24 00:00:00',2.07,90.3,1.03,2.37,1.461),
(3,'2025-02-25 00:00:00',1.65,89.8,1.18,2.62,1.489),
(3,'2025-02-26 00:00:00',2.42,90.9,1.77,2.44,1.493);
INSERT INTO storage_conditions_log (facility_id,ts,temp_c,humidity_pct,co2_pct,o2_pct,ethylene_ppm) VALUES
(3,'2025-02-27 00:00:00',1.73,90.7,1.32,2.02,1.474),
(3,'2025-02-28 00:00:00',1.9,90.0,1.67,2.46,1.484);

INSERT INTO storage_risk_log (batch_id,ts,spoilage_risk_score,risk_category,notes) VALUES
(12,'2024-04-01 00:00:00',2.9,'low','Normal'),
(12,'2024-04-02 00:00:00',4.3,'low','Normal'),
(12,'2024-04-03 00:00:00',4.4,'low','Normal'),
(12,'2024-04-04 00:00:00',3.8,'low','Normal'),
(12,'2024-04-05 00:00:00',4.6,'low','Normal'),
(12,'2024-04-06 00:00:00',9.9,'low','Normal'),
(12,'2024-04-07 00:00:00',8.0,'low','Normal'),
(12,'2024-04-08 00:00:00',6.6,'low','Normal'),
(12,'2024-04-09 00:00:00',8.6,'low','Normal'),
(12,'2024-04-10 00:00:00',7.4,'low','Normal'),
(12,'2024-04-11 00:00:00',6.2,'low','Normal'),
(12,'2024-04-12 00:00:00',9.2,'low','Normal'),
(12,'2024-04-13 00:00:00',3.9,'low','Normal'),
(12,'2024-04-14 00:00:00',5.6,'low','Normal'),
(12,'2024-04-15 00:00:00',4.1,'low','Normal'),
(12,'2024-04-16 00:00:00',5.2,'low','Normal'),
(12,'2024-04-17 00:00:00',4.8,'low','Normal'),
(12,'2024-04-18 00:00:00',5.3,'low','Normal'),
(12,'2024-04-19 00:00:00',4.4,'low','Normal'),
(12,'2024-04-20 00:00:00',4.3,'low','Normal'),
(12,'2024-04-21 00:00:00',2.7,'low','Normal'),
(12,'2024-04-22 00:00:00',3.9,'low','Normal'),
(12,'2024-04-23 00:00:00',2.8,'low','Normal'),
(12,'2024-04-24 00:00:00',2.6,'low','Normal'),
(12,'2024-04-25 00:00:00',3.9,'low','Normal'),
(12,'2024-04-26 00:00:00',5.9,'low','Normal'),
(12,'2024-04-27 00:00:00',6.2,'low','Normal'),
(12,'2024-04-28 00:00:00',8.4,'low','Normal'),
(12,'2024-04-29 00:00:00',6.1,'low','Normal'),
(12,'2024-04-30 00:00:00',7.4,'low','Normal'),
(12,'2024-05-01 00:00:00',6.4,'low','Normal'),
(12,'2024-05-02 00:00:00',6.5,'low','Normal'),
(12,'2024-05-03 00:00:00',2.8,'low','Normal'),
(12,'2024-05-04 00:00:00',3.2,'low','Normal'),
(12,'2024-05-05 00:00:00',5.3,'low','Normal'),
(12,'2024-05-06 00:00:00',5.4,'low','Normal'),
(12,'2024-05-07 00:00:00',5.3,'low','Normal'),
(12,'2024-05-08 00:00:00',6.2,'low','Normal'),
(12,'2024-05-09 00:00:00',4.8,'low','Normal'),
(12,'2024-05-10 00:00:00',6.5,'low','Normal'),
(12,'2024-05-11 00:00:00',6.0,'low','Normal'),
(12,'2024-05-12 00:00:00',4.6,'low','Normal'),
(12,'2024-05-13 00:00:00',4.5,'low','Normal'),
(12,'2024-05-14 00:00:00',5.0,'low','Normal'),
(12,'2024-05-15 00:00:00',5.5,'low','Normal'),
(12,'2024-05-16 00:00:00',5.9,'low','Normal'),
(12,'2024-05-17 00:00:00',5.7,'low','Normal'),
(12,'2024-05-18 00:00:00',5.5,'low','Normal'),
(12,'2024-05-19 00:00:00',4.6,'low','Normal'),
(12,'2024-05-20 00:00:00',5.1,'low','Normal'),
(12,'2024-05-21 00:00:00',7.2,'low','Normal'),
(12,'2024-05-22 00:00:00',9.0,'low','Normal'),
(12,'2024-05-23 00:00:00',6.9,'low','Normal'),
(12,'2024-05-24 00:00:00',6.7,'low','Normal'),
(12,'2024-05-25 00:00:00',6.3,'low','Normal'),
(12,'2024-05-26 00:00:00',9.1,'low','Normal'),
(12,'2024-05-27 00:00:00',13.2,'low','Normal'),
(12,'2024-05-28 00:00:00',10.2,'low','Normal'),
(12,'2024-05-29 00:00:00',10.9,'low','Normal'),
(12,'2024-05-30 00:00:00',9.9,'low','Normal'),
(12,'2024-05-31 00:00:00',10.4,'low','Normal'),
(12,'2024-06-01 00:00:00',11.2,'low','Normal'),
(12,'2024-06-02 00:00:00',7.8,'low','Normal'),
(12,'2024-06-03 00:00:00',4.0,'low','Normal'),
(12,'2024-06-04 00:00:00',5.5,'low','Normal'),
(12,'2024-06-05 00:00:00',5.8,'low','Normal'),
(12,'2024-06-06 00:00:00',4.6,'low','Normal'),
(12,'2024-06-07 00:00:00',3.8,'low','Normal'),
(12,'2024-06-08 00:00:00',23.8,'low','Temperature excursion detected'),
(12,'2024-06-09 00:00:00',36.3,'moderate','Temperature excursion detected'),
(12,'2024-06-10 00:00:00',46.7,'moderate','Temperature excursion detected'),
(12,'2024-06-11 00:00:00',42.8,'moderate','Normal'),
(12,'2024-06-12 00:00:00',43.2,'moderate','Normal'),
(12,'2024-06-13 00:00:00',45.1,'moderate','Normal'),
(12,'2024-06-14 00:00:00',43.8,'moderate','Normal'),
(12,'2024-06-15 00:00:00',31.2,'moderate','Normal'),
(12,'2024-06-16 00:00:00',19.6,'low','Normal'),
(12,'2024-06-17 00:00:00',5.5,'low','Normal'),
(12,'2024-06-18 00:00:00',6.1,'low','Normal'),
(12,'2024-06-19 00:00:00',4.6,'low','Normal'),
(12,'2024-06-20 00:00:00',4.1,'low','Normal'),
(12,'2024-06-21 00:00:00',5.2,'low','Normal'),
(12,'2024-06-22 00:00:00',6.2,'low','Normal'),
(12,'2024-06-23 00:00:00',5.8,'low','Normal'),
(12,'2024-06-24 00:00:00',6.9,'low','Normal'),
(12,'2024-06-25 00:00:00',7.6,'low','Normal'),
(12,'2024-06-26 00:00:00',6.4,'low','Normal'),
(12,'2024-06-27 00:00:00',6.3,'low','Normal'),
(12,'2024-06-28 00:00:00',6.2,'low','Normal'),
(12,'2024-06-29 00:00:00',5.8,'low','Normal'),
(12,'2024-06-30 00:00:00',5.5,'low','Normal'),
(12,'2024-07-01 00:00:00',5.0,'low','Normal'),
(12,'2024-07-02 00:00:00',4.9,'low','Normal'),
(12,'2024-07-03 00:00:00',5.4,'low','Normal'),
(12,'2024-07-04 00:00:00',6.8,'low','Normal'),
(12,'2024-07-05 00:00:00',7.2,'low','Normal'),
(12,'2024-07-06 00:00:00',5.3,'low','Normal'),
(12,'2024-07-07 00:00:00',5.2,'low','Normal'),
(12,'2024-07-08 00:00:00',9.4,'low','Normal'),
(12,'2024-07-09 00:00:00',7.0,'low','Normal'),
(12,'2024-07-10 00:00:00',6.8,'low','Normal'),
(12,'2024-07-11 00:00:00',5.0,'low','Normal'),
(12,'2024-07-12 00:00:00',5.6,'low','Normal'),
(12,'2024-07-13 00:00:00',6.2,'low','Normal'),
(12,'2024-07-14 00:00:00',7.8,'low','Normal'),
(12,'2024-07-15 00:00:00',7.9,'low','Normal'),
(12,'2024-07-16 00:00:00',5.6,'low','Normal'),
(12,'2024-07-17 00:00:00',4.7,'low','Normal'),
(12,'2024-07-18 00:00:00',5.9,'low','Normal'),
(12,'2024-07-19 00:00:00',8.1,'low','Normal'),
(12,'2024-07-20 00:00:00',6.5,'low','Normal'),
(12,'2024-07-21 00:00:00',4.4,'low','Normal'),
(12,'2024-07-22 00:00:00',6.2,'low','Normal'),
(12,'2024-07-23 00:00:00',5.7,'low','Normal'),
(12,'2024-07-24 00:00:00',6.4,'low','Normal'),
(12,'2024-07-25 00:00:00',8.3,'low','Normal'),
(12,'2024-07-26 00:00:00',5.5,'low','Normal'),
(12,'2024-07-27 00:00:00',6.7,'low','Normal'),
(12,'2024-07-28 00:00:00',9.0,'low','Normal'),
(12,'2024-07-29 00:00:00',8.2,'low','Normal'),
(12,'2024-07-30 00:00:00',6.8,'low','Normal'),
(12,'2024-07-31 00:00:00',6.4,'low','Normal'),
(12,'2024-08-01 00:00:00',8.0,'low','Normal'),
(12,'2024-08-02 00:00:00',6.0,'low','Normal'),
(12,'2024-08-03 00:00:00',4.2,'low','Normal'),
(12,'2024-08-04 00:00:00',2.4,'low','Normal'),
(12,'2024-08-05 00:00:00',3.5,'low','Normal'),
(12,'2024-08-06 00:00:00',7.0,'low','Normal'),
(12,'2024-08-07 00:00:00',3.9,'low','Normal'),
(12,'2024-08-08 00:00:00',4.4,'low','Normal'),
(12,'2024-08-09 00:00:00',7.1,'low','Normal'),
(12,'2024-08-10 00:00:00',9.2,'low','Normal'),
(12,'2024-08-11 00:00:00',8.5,'low','Normal'),
(12,'2024-08-12 00:00:00',9.0,'low','Normal'),
(12,'2024-08-13 00:00:00',6.5,'low','Normal'),
(12,'2024-08-14 00:00:00',9.2,'low','Normal'),
(12,'2024-08-15 00:00:00',10.2,'low','Normal'),
(12,'2024-08-16 00:00:00',7.9,'low','Normal'),
(12,'2024-08-17 00:00:00',5.9,'low','Normal'),
(12,'2024-08-18 00:00:00',5.0,'low','Normal'),
(12,'2024-08-19 00:00:00',5.4,'low','Normal'),
(12,'2024-08-20 00:00:00',6.3,'low','Normal'),
(12,'2024-08-21 00:00:00',2.8,'low','Normal'),
(12,'2024-08-22 00:00:00',3.4,'low','Normal'),
(12,'2024-08-23 00:00:00',3.0,'low','Normal'),
(12,'2024-08-24 00:00:00',2.5,'low','Normal'),
(12,'2024-08-25 00:00:00',3.1,'low','Normal'),
(12,'2024-08-26 00:00:00',2.9,'low','Normal'),
(12,'2024-08-27 00:00:00',2.4,'low','Normal'),
(12,'2024-08-28 00:00:00',2.9,'low','Normal'),
(12,'2024-08-29 00:00:00',2.6,'low','Normal'),
(12,'2024-08-30 00:00:00',3.0,'low','Normal'),
(12,'2024-08-31 00:00:00',36.2,'moderate','Temperature excursion detected'),
(12,'2024-09-01 00:00:00',56.5,'moderate','Temperature excursion detected'),
(12,'2024-09-02 00:00:00',79.7,'high','Temperature excursion detected'),
(12,'2024-09-03 00:00:00',100.0,'critical','Temperature excursion detected'),
(12,'2024-09-04 00:00:00',100.0,'critical','Temperature excursion detected'),
(12,'2024-09-05 00:00:00',100.0,'critical','Temperature excursion detected'),
(12,'2024-09-06 00:00:00',100.0,'critical','Temperature excursion detected'),
(12,'2024-09-07 00:00:00',100.0,'critical','Normal'),
(12,'2024-09-08 00:00:00',100.0,'critical','Normal'),
(12,'2024-09-09 00:00:00',100.0,'critical','Normal'),
(12,'2024-09-10 00:00:00',73.8,'high','Normal'),
(12,'2024-09-11 00:00:00',52.7,'moderate','Normal'),
(12,'2024-09-12 00:00:00',33.1,'moderate','Normal'),
(12,'2024-09-13 00:00:00',10.9,'low','Normal'),
(12,'2024-09-14 00:00:00',9.3,'low','Normal'),
(12,'2024-09-15 00:00:00',7.6,'low','Normal'),
(12,'2024-09-16 00:00:00',7.2,'low','Normal'),
(12,'2024-09-17 00:00:00',6.5,'low','Normal'),
(12,'2024-09-18 00:00:00',7.0,'low','Normal'),
(12,'2024-09-19 00:00:00',8.3,'low','Normal'),
(12,'2024-09-20 00:00:00',4.0,'low','Normal'),
(12,'2024-09-21 00:00:00',4.8,'low','Normal'),
(12,'2024-09-22 00:00:00',6.9,'low','Normal'),
(12,'2024-09-23 00:00:00',4.3,'low','Normal'),
(12,'2024-09-24 00:00:00',4.9,'low','Normal'),
(12,'2024-09-25 00:00:00',5.2,'low','Normal'),
(12,'2024-09-26 00:00:00',5.1,'low','Normal'),
(12,'2024-09-27 00:00:00',4.0,'low','Normal'),
(12,'2024-09-28 00:00:00',3.2,'low','Normal'),
(12,'2024-09-29 00:00:00',5.9,'low','Normal'),
(12,'2024-09-30 00:00:00',3.6,'low','Normal'),
(12,'2024-10-01 00:00:00',5.4,'low','Normal'),
(12,'2024-10-02 00:00:00',4.5,'low','Normal'),
(12,'2024-10-03 00:00:00',37.7,'moderate','Temperature excursion detected'),
(12,'2024-10-04 00:00:00',59.7,'moderate','Temperature excursion detected'),
(12,'2024-10-05 00:00:00',85.3,'critical','Temperature excursion detected'),
(12,'2024-10-06 00:00:00',100.0,'critical','Temperature excursion detected'),
(12,'2024-10-07 00:00:00',100.0,'critical','Normal'),
(12,'2024-10-08 00:00:00',100.0,'critical','Normal'),
(12,'2024-10-09 00:00:00',100.0,'critical','Normal'),
(12,'2024-10-10 00:00:00',77.1,'high','Normal'),
(12,'2024-10-11 00:00:00',57.6,'moderate','Normal'),
(12,'2024-10-12 00:00:00',32.1,'moderate','Normal'),
(12,'2024-10-13 00:00:00',5.0,'low','Normal'),
(12,'2024-10-14 00:00:00',8.8,'low','Normal'),
(12,'2024-10-15 00:00:00',12.1,'low','Normal'),
(12,'2024-10-16 00:00:00',9.2,'low','Normal'),
(12,'2024-10-17 00:00:00',8.2,'low','Normal'),
(12,'2024-10-18 00:00:00',11.0,'low','Normal'),
(12,'2024-10-19 00:00:00',11.8,'low','Normal'),
(12,'2024-10-20 00:00:00',12.0,'low','Normal'),
(12,'2024-10-21 00:00:00',8.5,'low','Normal'),
(12,'2024-10-22 00:00:00',10.3,'low','Normal'),
(12,'2024-10-23 00:00:00',10.7,'low','Normal'),
(12,'2024-10-24 00:00:00',10.1,'low','Normal'),
(12,'2024-10-25 00:00:00',7.9,'low','Normal'),
(12,'2024-10-26 00:00:00',6.5,'low','Normal'),
(12,'2024-10-27 00:00:00',6.5,'low','Normal'),
(12,'2024-10-28 00:00:00',7.1,'low','Normal'),
(12,'2024-10-29 00:00:00',4.7,'low','Normal'),
(12,'2024-10-30 00:00:00',4.4,'low','Normal'),
(12,'2024-10-31 00:00:00',4.0,'low','Normal'),
(12,'2024-11-01 00:00:00',3.8,'low','Normal'),
(12,'2024-11-02 00:00:00',4.2,'low','Normal'),
(12,'2024-11-03 00:00:00',3.5,'low','Normal'),
(12,'2024-11-04 00:00:00',3.9,'low','Normal'),
(12,'2024-11-05 00:00:00',6.0,'low','Normal'),
(12,'2024-11-06 00:00:00',7.0,'low','Normal'),
(12,'2024-11-07 00:00:00',7.1,'low','Normal'),
(12,'2024-11-08 00:00:00',7.7,'low','Normal'),
(12,'2024-11-09 00:00:00',7.4,'low','Normal'),
(12,'2024-11-10 00:00:00',9.3,'low','Normal'),
(12,'2024-11-11 00:00:00',10.3,'low','Normal'),
(12,'2024-11-12 00:00:00',9.0,'low','Normal'),
(12,'2024-11-13 00:00:00',8.0,'low','Normal'),
(12,'2024-11-14 00:00:00',7.1,'low','Normal'),
(12,'2024-11-15 00:00:00',8.3,'low','Normal'),
(12,'2024-11-16 00:00:00',6.4,'low','Normal'),
(12,'2024-11-17 00:00:00',7.4,'low','Normal'),
(12,'2024-11-18 00:00:00',7.6,'low','Normal'),
(12,'2024-11-19 00:00:00',5.2,'low','Normal'),
(12,'2024-11-20 00:00:00',6.3,'low','Normal'),
(12,'2024-11-21 00:00:00',6.5,'low','Normal'),
(12,'2024-11-22 00:00:00',6.3,'low','Normal'),
(12,'2024-11-23 00:00:00',5.2,'low','Normal'),
(12,'2024-11-24 00:00:00',6.0,'low','Normal'),
(12,'2024-11-25 00:00:00',7.9,'low','Normal'),
(12,'2024-11-26 00:00:00',5.5,'low','Normal'),
(12,'2024-11-27 00:00:00',5.0,'low','Normal'),
(12,'2024-11-28 00:00:00',5.1,'low','Normal'),
(12,'2024-11-29 00:00:00',8.7,'low','Normal'),
(12,'2024-11-30 00:00:00',5.4,'low','Normal'),
(12,'2024-12-01 00:00:00',5.3,'low','Normal'),
(12,'2024-12-02 00:00:00',4.8,'low','Normal'),
(12,'2024-12-03 00:00:00',3.9,'low','Normal'),
(12,'2024-12-04 00:00:00',4.9,'low','Normal'),
(12,'2024-12-05 00:00:00',4.8,'low','Normal'),
(12,'2024-12-06 00:00:00',4.7,'low','Normal'),
(12,'2024-12-07 00:00:00',4.5,'low','Normal'),
(12,'2024-12-08 00:00:00',8.9,'low','Normal'),
(12,'2024-12-09 00:00:00',7.2,'low','Normal'),
(12,'2024-12-10 00:00:00',8.3,'low','Normal'),
(12,'2024-12-11 00:00:00',9.0,'low','Normal'),
(12,'2024-12-12 00:00:00',7.1,'low','Normal'),
(12,'2024-12-13 00:00:00',10.1,'low','Normal'),
(12,'2024-12-14 00:00:00',8.2,'low','Normal'),
(12,'2024-12-15 00:00:00',8.1,'low','Normal'),
(12,'2024-12-16 00:00:00',8.6,'low','Normal'),
(12,'2024-12-17 00:00:00',9.9,'low','Normal'),
(12,'2024-12-18 00:00:00',8.0,'low','Normal'),
(12,'2024-12-19 00:00:00',8.1,'low','Normal'),
(12,'2024-12-20 00:00:00',6.6,'low','Normal'),
(12,'2024-12-21 00:00:00',5.8,'low','Normal'),
(12,'2024-12-22 00:00:00',3.8,'low','Normal'),
(12,'2024-12-23 00:00:00',6.8,'low','Normal'),
(12,'2024-12-24 00:00:00',40.5,'moderate','Temperature excursion detected'),
(12,'2024-12-25 00:00:00',61.9,'high','Temperature excursion detected'),
(12,'2024-12-26 00:00:00',51.7,'moderate','Normal'),
(12,'2024-12-27 00:00:00',52.3,'moderate','Normal'),
(12,'2024-12-28 00:00:00',53.6,'moderate','Normal'),
(12,'2024-12-29 00:00:00',53.2,'moderate','Normal'),
(12,'2024-12-30 00:00:00',50.3,'moderate','Normal'),
(12,'2024-12-31 00:00:00',28.7,'low','Normal'),
(12,'2025-01-01 00:00:00',9.5,'low','Normal'),
(12,'2025-01-02 00:00:00',8.6,'low','Normal'),
(12,'2025-01-03 00:00:00',8.1,'low','Normal'),
(12,'2025-01-04 00:00:00',7.6,'low','Normal'),
(12,'2025-01-05 00:00:00',7.1,'low','Normal'),
(12,'2025-01-06 00:00:00',7.3,'low','Normal'),
(12,'2025-01-07 00:00:00',9.8,'low','Normal'),
(12,'2025-01-08 00:00:00',6.3,'low','Normal'),
(12,'2025-01-09 00:00:00',8.4,'low','Normal'),
(12,'2025-01-10 00:00:00',4.7,'low','Normal'),
(12,'2025-01-11 00:00:00',7.6,'low','Normal'),
(12,'2025-01-12 00:00:00',28.7,'low','Temperature excursion detected'),
(12,'2025-01-13 00:00:00',42.6,'moderate','Temperature excursion detected'),
(12,'2025-01-14 00:00:00',55.2,'moderate','Temperature excursion detected'),
(12,'2025-01-15 00:00:00',66.6,'high','Temperature excursion detected'),
(12,'2025-01-16 00:00:00',61.9,'high','Normal'),
(12,'2025-01-17 00:00:00',61.8,'high','Normal'),
(12,'2025-01-18 00:00:00',59.1,'moderate','Normal'),
(12,'2025-01-19 00:00:00',48.4,'moderate','Normal'),
(12,'2025-01-20 00:00:00',33.3,'moderate','Normal'),
(12,'2025-01-21 00:00:00',20.6,'low','Normal'),
(12,'2025-01-22 00:00:00',7.4,'low','Normal'),
(12,'2025-01-23 00:00:00',8.3,'low','Normal'),
(12,'2025-01-24 00:00:00',7.3,'low','Normal'),
(12,'2025-01-25 00:00:00',8.1,'low','Normal'),
(12,'2025-01-26 00:00:00',7.2,'low','Normal'),
(12,'2025-01-27 00:00:00',9.3,'low','Normal'),
(12,'2025-01-28 00:00:00',5.9,'low','Normal'),
(12,'2025-01-29 00:00:00',6.4,'low','Normal'),
(12,'2025-01-30 00:00:00',6.3,'low','Normal'),
(12,'2025-01-31 00:00:00',6.0,'low','Normal'),
(12,'2025-02-01 00:00:00',8.3,'low','Normal'),
(12,'2025-02-02 00:00:00',6.7,'low','Normal'),
(12,'2025-02-03 00:00:00',8.0,'low','Normal'),
(12,'2025-02-04 00:00:00',5.9,'low','Normal'),
(12,'2025-02-05 00:00:00',6.5,'low','Normal'),
(12,'2025-02-06 00:00:00',6.9,'low','Normal'),
(12,'2025-02-07 00:00:00',6.5,'low','Normal'),
(12,'2025-02-08 00:00:00',6.3,'low','Normal'),
(12,'2025-02-09 00:00:00',6.7,'low','Normal'),
(12,'2025-02-10 00:00:00',6.8,'low','Normal'),
(12,'2025-02-11 00:00:00',9.1,'low','Normal'),
(12,'2025-02-12 00:00:00',6.6,'low','Normal'),
(12,'2025-02-13 00:00:00',6.4,'low','Normal'),
(12,'2025-02-14 00:00:00',5.3,'low','Normal'),
(12,'2025-02-15 00:00:00',6.2,'low','Normal'),
(12,'2025-02-16 00:00:00',4.6,'low','Normal'),
(12,'2025-02-17 00:00:00',4.9,'low','Normal'),
(12,'2025-02-18 00:00:00',3.9,'low','Normal'),
(12,'2025-02-19 00:00:00',5.6,'low','Normal'),
(12,'2025-02-20 00:00:00',5.1,'low','Normal'),
(12,'2025-02-21 00:00:00',5.8,'low','Normal'),
(12,'2025-02-22 00:00:00',4.8,'low','Normal'),
(12,'2025-02-23 00:00:00',5.4,'low','Normal'),
(12,'2025-02-24 00:00:00',6.5,'low','Normal'),
(12,'2025-02-25 00:00:00',6.9,'low','Normal'),
(12,'2025-02-26 00:00:00',8.6,'low','Normal'),
(12,'2025-02-27 00:00:00',8.4,'low','Normal'),
(12,'2025-02-28 00:00:00',8.0,'low','Normal'),
(24,'2024-04-01 00:00:00',3.1,'low','Normal'),
(24,'2024-04-02 00:00:00',2.4,'low','Normal'),
(24,'2024-04-03 00:00:00',3.7,'low','Normal'),
(24,'2024-04-04 00:00:00',3.4,'low','Normal'),
(24,'2024-04-05 00:00:00',4.3,'low','Normal'),
(24,'2024-04-06 00:00:00',4.9,'low','Normal'),
(24,'2024-04-07 00:00:00',4.8,'low','Normal'),
(24,'2024-04-08 00:00:00',2.6,'low','Normal'),
(24,'2024-04-09 00:00:00',2.9,'low','Normal'),
(24,'2024-04-10 00:00:00',3.9,'low','Normal'),
(24,'2024-04-11 00:00:00',2.7,'low','Normal'),
(24,'2024-04-12 00:00:00',2.8,'low','Normal'),
(24,'2024-04-13 00:00:00',1.9,'low','Normal'),
(24,'2024-04-14 00:00:00',1.5,'low','Normal'),
(24,'2024-04-15 00:00:00',2.8,'low','Normal'),
(24,'2024-04-16 00:00:00',2.4,'low','Normal'),
(24,'2024-04-17 00:00:00',1.7,'low','Normal'),
(24,'2024-04-18 00:00:00',1.9,'low','Normal'),
(24,'2024-04-19 00:00:00',2.7,'low','Normal'),
(24,'2024-04-20 00:00:00',2.9,'low','Normal'),
(24,'2024-04-21 00:00:00',3.6,'low','Normal'),
(24,'2024-04-22 00:00:00',4.7,'low','Normal'),
(24,'2024-04-23 00:00:00',5.2,'low','Normal'),
(24,'2024-04-24 00:00:00',5.9,'low','Normal'),
(24,'2024-04-25 00:00:00',6.3,'low','Normal'),
(24,'2024-04-26 00:00:00',7.2,'low','Normal'),
(24,'2024-04-27 00:00:00',8.4,'low','Normal'),
(24,'2024-04-28 00:00:00',5.5,'low','Normal'),
(24,'2024-04-29 00:00:00',4.8,'low','Normal'),
(24,'2024-04-30 00:00:00',3.6,'low','Normal'),
(24,'2024-05-01 00:00:00',3.5,'low','Normal'),
(24,'2024-05-02 00:00:00',2.3,'low','Normal'),
(24,'2024-05-03 00:00:00',1.5,'low','Normal'),
(24,'2024-05-04 00:00:00',2.6,'low','Normal'),
(24,'2024-05-05 00:00:00',2.5,'low','Normal'),
(24,'2024-05-06 00:00:00',3.7,'low','Normal'),
(24,'2024-05-07 00:00:00',2.6,'low','Normal'),
(24,'2024-05-08 00:00:00',3.3,'low','Normal'),
(24,'2024-05-09 00:00:00',3.6,'low','Normal'),
(24,'2024-05-10 00:00:00',3.5,'low','Normal'),
(24,'2024-05-11 00:00:00',1.8,'low','Normal'),
(24,'2024-05-12 00:00:00',2.1,'low','Normal'),
(24,'2024-05-13 00:00:00',2.8,'low','Normal'),
(24,'2024-05-14 00:00:00',3.0,'low','Normal'),
(24,'2024-05-15 00:00:00',3.9,'low','Normal'),
(24,'2024-05-16 00:00:00',3.8,'low','Normal'),
(24,'2024-05-17 00:00:00',4.6,'low','Normal'),
(24,'2024-05-18 00:00:00',4.4,'low','Normal'),
(24,'2024-05-19 00:00:00',4.2,'low','Normal'),
(24,'2024-05-20 00:00:00',7.2,'low','Normal'),
(24,'2024-05-21 00:00:00',5.3,'low','Normal'),
(24,'2024-05-22 00:00:00',4.6,'low','Normal'),
(24,'2024-05-23 00:00:00',4.3,'low','Normal'),
(24,'2024-05-24 00:00:00',3.7,'low','Normal'),
(24,'2024-05-25 00:00:00',4.1,'low','Normal'),
(24,'2024-05-26 00:00:00',3.7,'low','Normal'),
(24,'2024-05-27 00:00:00',1.2,'low','Normal'),
(24,'2024-05-28 00:00:00',1.7,'low','Normal'),
(24,'2024-05-29 00:00:00',1.1,'low','Normal'),
(24,'2024-05-30 00:00:00',2.4,'low','Normal'),
(24,'2024-05-31 00:00:00',4.5,'low','Normal'),
(24,'2024-06-01 00:00:00',5.0,'low','Normal'),
(24,'2024-06-02 00:00:00',4.6,'low','Normal'),
(24,'2024-06-03 00:00:00',4.7,'low','Normal'),
(24,'2024-06-04 00:00:00',5.2,'low','Normal'),
(24,'2024-06-05 00:00:00',6.5,'low','Normal'),
(24,'2024-06-06 00:00:00',5.4,'low','Normal'),
(24,'2024-06-07 00:00:00',4.2,'low','Normal'),
(24,'2024-06-08 00:00:00',4.2,'low','Normal'),
(24,'2024-06-09 00:00:00',5.1,'low','Normal'),
(24,'2024-06-10 00:00:00',4.3,'low','Normal'),
(24,'2024-06-11 00:00:00',6.4,'low','Normal'),
(24,'2024-06-12 00:00:00',5.6,'low','Normal'),
(24,'2024-06-13 00:00:00',4.7,'low','Normal'),
(24,'2024-06-14 00:00:00',5.2,'low','Normal'),
(24,'2024-06-15 00:00:00',4.3,'low','Normal'),
(24,'2024-06-16 00:00:00',3.7,'low','Normal'),
(24,'2024-06-17 00:00:00',4.2,'low','Normal'),
(24,'2024-06-18 00:00:00',3.4,'low','Normal'),
(24,'2024-06-19 00:00:00',3.5,'low','Normal'),
(24,'2024-06-20 00:00:00',4.8,'low','Normal'),
(24,'2024-06-21 00:00:00',3.9,'low','Normal'),
(24,'2024-06-22 00:00:00',3.7,'low','Normal'),
(24,'2024-06-23 00:00:00',3.4,'low','Normal'),
(24,'2024-06-24 00:00:00',3.4,'low','Normal'),
(24,'2024-06-25 00:00:00',3.8,'low','Normal'),
(24,'2024-06-26 00:00:00',3.3,'low','Normal'),
(24,'2024-06-27 00:00:00',2.8,'low','Normal'),
(24,'2024-06-28 00:00:00',3.6,'low','Normal'),
(24,'2024-06-29 00:00:00',4.2,'low','Normal'),
(24,'2024-06-30 00:00:00',4.0,'low','Normal'),
(24,'2024-07-01 00:00:00',5.1,'low','Normal'),
(24,'2024-07-02 00:00:00',4.2,'low','Normal'),
(24,'2024-07-03 00:00:00',2.4,'low','Normal'),
(24,'2024-07-04 00:00:00',2.7,'low','Normal'),
(24,'2024-07-05 00:00:00',1.7,'low','Normal'),
(24,'2024-07-06 00:00:00',1.1,'low','Normal'),
(24,'2024-07-07 00:00:00',3.0,'low','Normal'),
(24,'2024-07-08 00:00:00',2.8,'low','Normal'),
(24,'2024-07-09 00:00:00',2.6,'low','Normal'),
(24,'2024-07-10 00:00:00',3.1,'low','Normal'),
(24,'2024-07-11 00:00:00',3.8,'low','Normal'),
(24,'2024-07-12 00:00:00',4.8,'low','Normal'),
(24,'2024-07-13 00:00:00',5.8,'low','Normal'),
(24,'2024-07-14 00:00:00',6.1,'low','Normal'),
(24,'2024-07-15 00:00:00',6.0,'low','Normal'),
(24,'2024-07-16 00:00:00',5.7,'low','Normal'),
(24,'2024-07-17 00:00:00',8.0,'low','Normal'),
(24,'2024-07-18 00:00:00',6.6,'low','Normal'),
(24,'2024-07-19 00:00:00',6.5,'low','Normal'),
(24,'2024-07-20 00:00:00',6.8,'low','Normal'),
(24,'2024-07-21 00:00:00',4.3,'low','Normal'),
(24,'2024-07-22 00:00:00',4.0,'low','Normal'),
(24,'2024-07-23 00:00:00',4.3,'low','Normal'),
(24,'2024-07-24 00:00:00',3.2,'low','Normal'),
(24,'2024-07-25 00:00:00',3.0,'low','Normal'),
(24,'2024-07-26 00:00:00',3.8,'low','Normal'),
(24,'2024-07-27 00:00:00',3.7,'low','Normal'),
(24,'2024-07-28 00:00:00',3.1,'low','Normal'),
(24,'2024-07-29 00:00:00',4.4,'low','Normal'),
(24,'2024-07-30 00:00:00',4.3,'low','Normal'),
(24,'2024-07-31 00:00:00',4.0,'low','Normal'),
(24,'2024-08-01 00:00:00',5.1,'low','Normal'),
(24,'2024-08-02 00:00:00',5.9,'low','Normal'),
(24,'2024-08-03 00:00:00',5.1,'low','Normal'),
(24,'2024-08-04 00:00:00',5.6,'low','Normal'),
(24,'2024-08-05 00:00:00',5.0,'low','Normal'),
(24,'2024-08-06 00:00:00',5.3,'low','Normal'),
(24,'2024-08-07 00:00:00',6.2,'low','Normal'),
(24,'2024-08-08 00:00:00',4.4,'low','Normal'),
(24,'2024-08-09 00:00:00',4.6,'low','Normal'),
(24,'2024-08-10 00:00:00',5.2,'low','Normal'),
(24,'2024-08-11 00:00:00',4.2,'low','Normal'),
(24,'2024-08-12 00:00:00',3.5,'low','Normal'),
(24,'2024-08-13 00:00:00',3.8,'low','Normal'),
(24,'2024-08-14 00:00:00',16.1,'low','Temperature excursion detected'),
(24,'2024-08-15 00:00:00',25.2,'low','Temperature excursion detected'),
(24,'2024-08-16 00:00:00',21.9,'low','Normal'),
(24,'2024-08-17 00:00:00',23.2,'low','Normal'),
(24,'2024-08-18 00:00:00',22.9,'low','Normal'),
(24,'2024-08-19 00:00:00',23.0,'low','Normal'),
(24,'2024-08-20 00:00:00',22.8,'low','Normal'),
(24,'2024-08-21 00:00:00',12.8,'low','Normal'),
(24,'2024-08-22 00:00:00',3.4,'low','Normal'),
(24,'2024-08-23 00:00:00',5.7,'low','Normal'),
(24,'2024-08-24 00:00:00',5.0,'low','Normal'),
(24,'2024-08-25 00:00:00',3.5,'low','Normal'),
(24,'2024-08-26 00:00:00',3.4,'low','Normal'),
(24,'2024-08-27 00:00:00',4.4,'low','Normal'),
(24,'2024-08-28 00:00:00',5.0,'low','Normal'),
(24,'2024-08-29 00:00:00',4.8,'low','Normal'),
(24,'2024-08-30 00:00:00',4.1,'low','Normal'),
(24,'2024-08-31 00:00:00',2.7,'low','Normal'),
(24,'2024-09-01 00:00:00',4.4,'low','Normal'),
(24,'2024-09-02 00:00:00',4.3,'low','Normal'),
(24,'2024-09-03 00:00:00',3.9,'low','Normal'),
(24,'2024-09-04 00:00:00',4.8,'low','Normal'),
(24,'2024-09-05 00:00:00',6.8,'low','Normal'),
(24,'2024-09-06 00:00:00',6.1,'low','Normal'),
(24,'2024-09-07 00:00:00',7.6,'low','Normal'),
(24,'2024-09-08 00:00:00',7.8,'low','Normal'),
(24,'2024-09-09 00:00:00',7.2,'low','Normal'),
(24,'2024-09-10 00:00:00',27.8,'low','Temperature excursion detected'),
(24,'2024-09-11 00:00:00',40.3,'moderate','Temperature excursion detected'),
(24,'2024-09-12 00:00:00',55.3,'moderate','Temperature excursion detected'),
(24,'2024-09-13 00:00:00',68.8,'high','Temperature excursion detected');
INSERT INTO storage_risk_log (batch_id,ts,spoilage_risk_score,risk_category,notes) VALUES
(24,'2024-09-14 00:00:00',82.6,'high','Temperature excursion detected'),
(24,'2024-09-15 00:00:00',96.9,'critical','Temperature excursion detected'),
(24,'2024-09-16 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-09-17 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-09-18 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-09-19 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-09-20 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-09-21 00:00:00',100.0,'critical','Normal'),
(24,'2024-09-22 00:00:00',86.2,'critical','Normal'),
(24,'2024-09-23 00:00:00',71.3,'high','Normal'),
(24,'2024-09-24 00:00:00',41.3,'moderate','Normal'),
(24,'2024-09-25 00:00:00',28.5,'low','Normal'),
(24,'2024-09-26 00:00:00',19.4,'low','Normal'),
(24,'2024-09-27 00:00:00',3.0,'low','Normal'),
(24,'2024-09-28 00:00:00',4.1,'low','Normal'),
(24,'2024-09-29 00:00:00',4.3,'low','Normal'),
(24,'2024-09-30 00:00:00',4.1,'low','Normal'),
(24,'2024-10-01 00:00:00',5.3,'low','Normal'),
(24,'2024-10-02 00:00:00',5.4,'low','Normal'),
(24,'2024-10-03 00:00:00',5.6,'low','Normal'),
(24,'2024-10-04 00:00:00',5.0,'low','Normal'),
(24,'2024-10-05 00:00:00',4.3,'low','Normal'),
(24,'2024-10-06 00:00:00',4.4,'low','Normal'),
(24,'2024-10-07 00:00:00',4.2,'low','Normal'),
(24,'2024-10-08 00:00:00',4.9,'low','Normal'),
(24,'2024-10-09 00:00:00',5.6,'low','Normal'),
(24,'2024-10-10 00:00:00',5.8,'low','Normal'),
(24,'2024-10-11 00:00:00',26.8,'low','Temperature excursion detected'),
(24,'2024-10-12 00:00:00',41.2,'moderate','Temperature excursion detected'),
(24,'2024-10-13 00:00:00',54.3,'moderate','Temperature excursion detected'),
(24,'2024-10-14 00:00:00',69.2,'high','Temperature excursion detected'),
(24,'2024-10-15 00:00:00',82.1,'high','Temperature excursion detected'),
(24,'2024-10-16 00:00:00',96.4,'critical','Temperature excursion detected'),
(24,'2024-10-17 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-10-18 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-10-19 00:00:00',85.6,'critical','Normal'),
(24,'2024-10-20 00:00:00',72.9,'high','Normal'),
(24,'2024-10-21 00:00:00',58.8,'moderate','Normal'),
(24,'2024-10-22 00:00:00',46.3,'moderate','Normal'),
(24,'2024-10-23 00:00:00',33.2,'moderate','Normal'),
(24,'2024-10-24 00:00:00',36.5,'moderate','Temperature excursion detected'),
(24,'2024-10-25 00:00:00',37.3,'moderate','Temperature excursion detected'),
(24,'2024-10-26 00:00:00',50.7,'moderate','Temperature excursion detected'),
(24,'2024-10-27 00:00:00',91.3,'critical','Temperature excursion detected'),
(24,'2024-10-28 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-10-29 00:00:00',100.0,'critical','Temperature excursion detected'),
(24,'2024-10-30 00:00:00',100.0,'critical','Normal'),
(24,'2024-10-31 00:00:00',98.2,'critical','Normal'),
(24,'2024-11-01 00:00:00',84.7,'high','Normal'),
(24,'2024-11-02 00:00:00',71.5,'high','Normal'),
(24,'2024-11-03 00:00:00',41.4,'moderate','Normal'),
(24,'2024-11-04 00:00:00',23.1,'low','Normal'),
(24,'2024-11-05 00:00:00',5.5,'low','Normal'),
(24,'2024-11-06 00:00:00',5.1,'low','Normal'),
(24,'2024-11-07 00:00:00',3.9,'low','Normal'),
(24,'2024-11-08 00:00:00',5.6,'low','Normal'),
(24,'2024-11-09 00:00:00',5.4,'low','Normal'),
(24,'2024-11-10 00:00:00',4.6,'low','Normal'),
(24,'2024-11-11 00:00:00',6.4,'low','Normal'),
(24,'2024-11-12 00:00:00',5.1,'low','Normal'),
(24,'2024-11-13 00:00:00',4.8,'low','Normal'),
(24,'2024-11-14 00:00:00',5.5,'low','Normal'),
(24,'2024-11-15 00:00:00',4.7,'low','Normal'),
(24,'2024-11-16 00:00:00',5.1,'low','Normal'),
(24,'2024-11-17 00:00:00',5.5,'low','Normal'),
(24,'2024-11-18 00:00:00',6.0,'low','Normal'),
(24,'2024-11-19 00:00:00',5.2,'low','Normal'),
(24,'2024-11-20 00:00:00',5.8,'low','Normal'),
(24,'2024-11-21 00:00:00',7.1,'low','Normal'),
(24,'2024-11-22 00:00:00',6.5,'low','Normal'),
(24,'2024-11-23 00:00:00',6.3,'low','Normal'),
(24,'2024-11-24 00:00:00',7.0,'low','Normal'),
(24,'2024-11-25 00:00:00',9.0,'low','Normal'),
(24,'2024-11-26 00:00:00',8.7,'low','Normal'),
(24,'2024-11-27 00:00:00',9.5,'low','Normal'),
(24,'2024-11-28 00:00:00',5.5,'low','Normal'),
(24,'2024-11-29 00:00:00',7.6,'low','Normal'),
(24,'2024-11-30 00:00:00',7.8,'low','Normal'),
(24,'2024-12-01 00:00:00',5.2,'low','Normal'),
(24,'2024-12-02 00:00:00',5.5,'low','Normal'),
(24,'2024-12-03 00:00:00',5.5,'low','Normal'),
(24,'2024-12-04 00:00:00',6.7,'low','Normal'),
(24,'2024-12-05 00:00:00',3.9,'low','Normal'),
(24,'2024-12-06 00:00:00',5.3,'low','Normal'),
(24,'2024-12-07 00:00:00',4.0,'low','Normal'),
(24,'2024-12-08 00:00:00',3.4,'low','Normal'),
(24,'2024-12-09 00:00:00',4.8,'low','Normal'),
(24,'2024-12-10 00:00:00',5.2,'low','Normal'),
(24,'2024-12-11 00:00:00',6.2,'low','Normal'),
(24,'2024-12-12 00:00:00',8.2,'low','Normal'),
(24,'2024-12-13 00:00:00',8.1,'low','Normal'),
(24,'2024-12-14 00:00:00',8.2,'low','Normal'),
(24,'2024-12-15 00:00:00',7.1,'low','Normal'),
(24,'2024-12-16 00:00:00',6.6,'low','Normal'),
(24,'2024-12-17 00:00:00',8.9,'low','Normal'),
(24,'2024-12-18 00:00:00',5.8,'low','Normal'),
(24,'2024-12-19 00:00:00',5.0,'low','Normal'),
(24,'2024-12-20 00:00:00',5.7,'low','Normal'),
(24,'2024-12-21 00:00:00',6.2,'low','Normal'),
(24,'2024-12-22 00:00:00',6.5,'low','Normal'),
(24,'2024-12-23 00:00:00',6.6,'low','Normal'),
(24,'2024-12-24 00:00:00',5.4,'low','Normal'),
(24,'2024-12-25 00:00:00',5.9,'low','Normal'),
(24,'2024-12-26 00:00:00',8.5,'low','Normal'),
(24,'2024-12-27 00:00:00',6.0,'low','Normal'),
(24,'2024-12-28 00:00:00',6.7,'low','Normal'),
(24,'2024-12-29 00:00:00',7.8,'low','Normal'),
(24,'2024-12-30 00:00:00',8.5,'low','Normal'),
(24,'2024-12-31 00:00:00',7.4,'low','Normal'),
(24,'2025-01-01 00:00:00',7.8,'low','Normal'),
(24,'2025-01-02 00:00:00',7.4,'low','Normal'),
(24,'2025-01-03 00:00:00',9.1,'low','Normal'),
(24,'2025-01-04 00:00:00',8.7,'low','Normal'),
(24,'2025-01-05 00:00:00',8.6,'low','Normal'),
(24,'2025-01-06 00:00:00',8.2,'low','Normal'),
(24,'2025-01-07 00:00:00',8.5,'low','Normal'),
(24,'2025-01-08 00:00:00',8.0,'low','Normal'),
(24,'2025-01-09 00:00:00',7.8,'low','Normal'),
(24,'2025-01-10 00:00:00',6.2,'low','Normal'),
(24,'2025-01-11 00:00:00',6.3,'low','Normal'),
(24,'2025-01-12 00:00:00',4.9,'low','Normal'),
(24,'2025-01-13 00:00:00',3.9,'low','Normal'),
(24,'2025-01-14 00:00:00',4.8,'low','Normal'),
(24,'2025-01-15 00:00:00',4.8,'low','Normal'),
(24,'2025-01-16 00:00:00',5.1,'low','Normal'),
(24,'2025-01-17 00:00:00',4.5,'low','Normal'),
(24,'2025-01-18 00:00:00',6.4,'low','Normal'),
(24,'2025-01-19 00:00:00',7.2,'low','Normal'),
(24,'2025-01-20 00:00:00',9.2,'low','Normal'),
(24,'2025-01-21 00:00:00',6.9,'low','Normal'),
(24,'2025-01-22 00:00:00',7.1,'low','Normal'),
(24,'2025-01-23 00:00:00',7.7,'low','Normal'),
(24,'2025-01-24 00:00:00',8.8,'low','Normal'),
(24,'2025-01-25 00:00:00',6.5,'low','Normal'),
(24,'2025-01-26 00:00:00',6.4,'low','Normal'),
(24,'2025-01-27 00:00:00',5.0,'low','Normal'),
(24,'2025-01-28 00:00:00',5.1,'low','Normal'),
(24,'2025-01-29 00:00:00',5.5,'low','Normal'),
(24,'2025-01-30 00:00:00',5.5,'low','Normal'),
(24,'2025-01-31 00:00:00',4.9,'low','Normal'),
(24,'2025-02-01 00:00:00',4.2,'low','Normal'),
(24,'2025-02-02 00:00:00',3.8,'low','Normal'),
(24,'2025-02-03 00:00:00',3.8,'low','Normal'),
(24,'2025-02-04 00:00:00',5.9,'low','Normal'),
(24,'2025-02-05 00:00:00',5.1,'low','Normal'),
(24,'2025-02-06 00:00:00',5.6,'low','Normal'),
(24,'2025-02-07 00:00:00',6.6,'low','Normal'),
(24,'2025-02-08 00:00:00',6.6,'low','Normal'),
(24,'2025-02-09 00:00:00',8.8,'low','Normal'),
(24,'2025-02-10 00:00:00',7.5,'low','Normal'),
(24,'2025-02-11 00:00:00',6.8,'low','Normal'),
(24,'2025-02-12 00:00:00',6.5,'low','Normal'),
(24,'2025-02-13 00:00:00',25.1,'low','Temperature excursion detected'),
(24,'2025-02-14 00:00:00',31.5,'moderate','Temperature excursion detected'),
(24,'2025-02-15 00:00:00',42.6,'moderate','Temperature excursion detected'),
(24,'2025-02-16 00:00:00',37.0,'moderate','Normal'),
(24,'2025-02-17 00:00:00',37.6,'moderate','Normal'),
(24,'2025-02-18 00:00:00',37.4,'moderate','Normal'),
(24,'2025-02-19 00:00:00',38.1,'moderate','Normal'),
(24,'2025-02-20 00:00:00',26.3,'low','Normal'),
(24,'2025-02-21 00:00:00',17.9,'low','Normal'),
(24,'2025-02-22 00:00:00',8.1,'low','Normal'),
(24,'2025-02-23 00:00:00',6.1,'low','Normal'),
(24,'2025-02-24 00:00:00',4.9,'low','Normal'),
(24,'2025-02-25 00:00:00',6.7,'low','Normal'),
(24,'2025-02-26 00:00:00',5.6,'low','Normal'),
(24,'2025-02-27 00:00:00',6.5,'low','Normal'),
(24,'2025-02-28 00:00:00',6.1,'low','Normal'),
(36,'2024-04-01 00:00:00',0.9,'low','Normal'),
(36,'2024-04-02 00:00:00',1.1,'low','Normal'),
(36,'2024-04-03 00:00:00',1.3,'low','Normal'),
(36,'2024-04-04 00:00:00',2.0,'low','Normal'),
(36,'2024-04-05 00:00:00',1.2,'low','Normal'),
(36,'2024-04-06 00:00:00',1.8,'low','Normal'),
(36,'2024-04-07 00:00:00',2.4,'low','Normal'),
(36,'2024-04-08 00:00:00',1.9,'low','Normal'),
(36,'2024-04-09 00:00:00',3.8,'low','Normal'),
(36,'2024-04-10 00:00:00',1.9,'low','Normal'),
(36,'2024-04-11 00:00:00',3.4,'low','Normal'),
(36,'2024-04-12 00:00:00',4.1,'low','Normal'),
(36,'2024-04-13 00:00:00',3.8,'low','Normal'),
(36,'2024-04-14 00:00:00',4.1,'low','Normal'),
(36,'2024-04-15 00:00:00',4.3,'low','Normal'),
(36,'2024-04-16 00:00:00',4.5,'low','Normal'),
(36,'2024-04-17 00:00:00',4.6,'low','Normal'),
(36,'2024-04-18 00:00:00',2.5,'low','Normal'),
(36,'2024-04-19 00:00:00',1.4,'low','Normal'),
(36,'2024-04-20 00:00:00',3.4,'low','Normal'),
(36,'2024-04-21 00:00:00',3.6,'low','Normal'),
(36,'2024-04-22 00:00:00',2.4,'low','Normal'),
(36,'2024-04-23 00:00:00',2.2,'low','Normal'),
(36,'2024-04-24 00:00:00',3.8,'low','Normal'),
(36,'2024-04-25 00:00:00',3.4,'low','Normal'),
(36,'2024-04-26 00:00:00',4.3,'low','Normal'),
(36,'2024-04-27 00:00:00',3.3,'low','Normal'),
(36,'2024-04-28 00:00:00',5.9,'low','Normal'),
(36,'2024-04-29 00:00:00',4.7,'low','Normal'),
(36,'2024-04-30 00:00:00',5.3,'low','Normal'),
(36,'2024-05-01 00:00:00',3.6,'low','Normal'),
(36,'2024-05-02 00:00:00',3.9,'low','Normal'),
(36,'2024-05-03 00:00:00',5.4,'low','Normal'),
(36,'2024-05-04 00:00:00',6.1,'low','Normal'),
(36,'2024-05-05 00:00:00',4.6,'low','Normal'),
(36,'2024-05-06 00:00:00',4.9,'low','Normal'),
(36,'2024-05-07 00:00:00',4.8,'low','Normal'),
(36,'2024-05-08 00:00:00',4.7,'low','Normal'),
(36,'2024-05-09 00:00:00',5.1,'low','Normal'),
(36,'2024-05-10 00:00:00',2.8,'low','Normal'),
(36,'2024-05-11 00:00:00',2.1,'low','Normal'),
(36,'2024-05-12 00:00:00',3.0,'low','Normal'),
(36,'2024-05-13 00:00:00',3.1,'low','Normal'),
(36,'2024-05-14 00:00:00',2.0,'low','Normal'),
(36,'2024-05-15 00:00:00',2.2,'low','Normal'),
(36,'2024-05-16 00:00:00',2.4,'low','Normal'),
(36,'2024-05-17 00:00:00',2.7,'low','Normal'),
(36,'2024-05-18 00:00:00',3.7,'low','Normal'),
(36,'2024-05-19 00:00:00',2.7,'low','Normal'),
(36,'2024-05-20 00:00:00',2.3,'low','Normal'),
(36,'2024-05-21 00:00:00',3.1,'low','Normal'),
(36,'2024-05-22 00:00:00',2.3,'low','Normal'),
(36,'2024-05-23 00:00:00',1.6,'low','Normal'),
(36,'2024-05-24 00:00:00',1.6,'low','Normal'),
(36,'2024-05-25 00:00:00',1.9,'low','Normal'),
(36,'2024-05-26 00:00:00',2.7,'low','Normal'),
(36,'2024-05-27 00:00:00',4.0,'low','Normal'),
(36,'2024-05-28 00:00:00',3.0,'low','Normal'),
(36,'2024-05-29 00:00:00',3.7,'low','Normal'),
(36,'2024-05-30 00:00:00',3.9,'low','Normal'),
(36,'2024-05-31 00:00:00',3.8,'low','Normal'),
(36,'2024-06-01 00:00:00',4.9,'low','Normal'),
(36,'2024-06-02 00:00:00',3.8,'low','Normal'),
(36,'2024-06-03 00:00:00',4.7,'low','Normal'),
(36,'2024-06-04 00:00:00',4.7,'low','Normal'),
(36,'2024-06-05 00:00:00',4.0,'low','Normal'),
(36,'2024-06-06 00:00:00',3.7,'low','Normal'),
(36,'2024-06-07 00:00:00',4.0,'low','Normal'),
(36,'2024-06-08 00:00:00',3.6,'low','Normal'),
(36,'2024-06-09 00:00:00',4.7,'low','Normal'),
(36,'2024-06-10 00:00:00',5.4,'low','Normal'),
(36,'2024-06-11 00:00:00',4.1,'low','Normal'),
(36,'2024-06-12 00:00:00',4.2,'low','Normal'),
(36,'2024-06-13 00:00:00',4.9,'low','Normal'),
(36,'2024-06-14 00:00:00',4.6,'low','Normal'),
(36,'2024-06-15 00:00:00',4.2,'low','Normal'),
(36,'2024-06-16 00:00:00',2.7,'low','Normal'),
(36,'2024-06-17 00:00:00',4.3,'low','Normal'),
(36,'2024-06-18 00:00:00',4.5,'low','Normal'),
(36,'2024-06-19 00:00:00',3.4,'low','Normal'),
(36,'2024-06-20 00:00:00',3.5,'low','Normal'),
(36,'2024-06-21 00:00:00',4.4,'low','Normal'),
(36,'2024-06-22 00:00:00',4.7,'low','Normal'),
(36,'2024-06-23 00:00:00',4.6,'low','Normal'),
(36,'2024-06-24 00:00:00',5.0,'low','Normal'),
(36,'2024-06-25 00:00:00',6.2,'low','Normal'),
(36,'2024-06-26 00:00:00',5.9,'low','Normal'),
(36,'2024-06-27 00:00:00',4.9,'low','Normal'),
(36,'2024-06-28 00:00:00',4.8,'low','Normal'),
(36,'2024-06-29 00:00:00',3.4,'low','Normal'),
(36,'2024-06-30 00:00:00',4.5,'low','Normal'),
(36,'2024-07-01 00:00:00',2.9,'low','Normal'),
(36,'2024-07-02 00:00:00',19.9,'low','Temperature excursion detected'),
(36,'2024-07-03 00:00:00',30.8,'moderate','Temperature excursion detected'),
(36,'2024-07-04 00:00:00',38.7,'moderate','Temperature excursion detected'),
(36,'2024-07-05 00:00:00',32.9,'moderate','Normal'),
(36,'2024-07-06 00:00:00',33.5,'moderate','Normal'),
(36,'2024-07-07 00:00:00',33.8,'moderate','Normal'),
(36,'2024-07-08 00:00:00',35.6,'moderate','Normal'),
(36,'2024-07-09 00:00:00',43.1,'moderate','Temperature excursion detected'),
(36,'2024-07-10 00:00:00',48.2,'moderate','Temperature excursion detected'),
(36,'2024-07-11 00:00:00',53.0,'moderate','Temperature excursion detected'),
(36,'2024-07-12 00:00:00',66.2,'high','Temperature excursion detected'),
(36,'2024-07-13 00:00:00',61.9,'high','Normal'),
(36,'2024-07-14 00:00:00',60.9,'high','Normal'),
(36,'2024-07-15 00:00:00',60.8,'high','Normal'),
(36,'2024-07-16 00:00:00',45.5,'moderate','Normal'),
(36,'2024-07-17 00:00:00',31.9,'moderate','Normal'),
(36,'2024-07-18 00:00:00',17.6,'low','Normal'),
(36,'2024-07-19 00:00:00',3.1,'low','Normal'),
(36,'2024-07-20 00:00:00',2.3,'low','Normal'),
(36,'2024-07-21 00:00:00',3.5,'low','Normal'),
(36,'2024-07-22 00:00:00',3.1,'low','Normal'),
(36,'2024-07-23 00:00:00',3.2,'low','Normal'),
(36,'2024-07-24 00:00:00',2.6,'low','Normal'),
(36,'2024-07-25 00:00:00',3.5,'low','Normal'),
(36,'2024-07-26 00:00:00',4.9,'low','Normal'),
(36,'2024-07-27 00:00:00',4.3,'low','Normal'),
(36,'2024-07-28 00:00:00',4.7,'low','Normal'),
(36,'2024-07-29 00:00:00',6.5,'low','Normal'),
(36,'2024-07-30 00:00:00',5.6,'low','Normal'),
(36,'2024-07-31 00:00:00',6.5,'low','Normal'),
(36,'2024-08-01 00:00:00',5.4,'low','Normal'),
(36,'2024-08-02 00:00:00',5.5,'low','Normal'),
(36,'2024-08-03 00:00:00',5.8,'low','Normal'),
(36,'2024-08-04 00:00:00',5.4,'low','Normal'),
(36,'2024-08-05 00:00:00',3.8,'low','Normal'),
(36,'2024-08-06 00:00:00',5.0,'low','Normal'),
(36,'2024-08-07 00:00:00',4.0,'low','Normal'),
(36,'2024-08-08 00:00:00',3.8,'low','Normal'),
(36,'2024-08-09 00:00:00',5.1,'low','Normal'),
(36,'2024-08-10 00:00:00',5.4,'low','Normal'),
(36,'2024-08-11 00:00:00',5.4,'low','Normal'),
(36,'2024-08-12 00:00:00',5.3,'low','Normal'),
(36,'2024-08-13 00:00:00',5.1,'low','Normal'),
(36,'2024-08-14 00:00:00',4.9,'low','Normal'),
(36,'2024-08-15 00:00:00',5.2,'low','Normal'),
(36,'2024-08-16 00:00:00',3.2,'low','Normal'),
(36,'2024-08-17 00:00:00',2.6,'low','Normal'),
(36,'2024-08-18 00:00:00',3.2,'low','Normal'),
(36,'2024-08-19 00:00:00',24.9,'low','Temperature excursion detected'),
(36,'2024-08-20 00:00:00',38.8,'moderate','Temperature excursion detected'),
(36,'2024-08-21 00:00:00',51.1,'moderate','Temperature excursion detected'),
(36,'2024-08-22 00:00:00',63.6,'high','Temperature excursion detected'),
(36,'2024-08-23 00:00:00',55.5,'moderate','Normal'),
(36,'2024-08-24 00:00:00',55.6,'moderate','Normal'),
(36,'2024-08-25 00:00:00',55.0,'moderate','Normal'),
(36,'2024-08-26 00:00:00',40.9,'moderate','Normal'),
(36,'2024-08-27 00:00:00',27.7,'low','Normal'),
(36,'2024-08-28 00:00:00',16.3,'low','Normal'),
(36,'2024-08-29 00:00:00',4.4,'low','Normal'),
(36,'2024-08-30 00:00:00',3.1,'low','Normal'),
(36,'2024-08-31 00:00:00',3.3,'low','Normal'),
(36,'2024-09-01 00:00:00',3.6,'low','Normal'),
(36,'2024-09-02 00:00:00',3.0,'low','Normal'),
(36,'2024-09-03 00:00:00',2.6,'low','Normal'),
(36,'2024-09-04 00:00:00',2.6,'low','Normal'),
(36,'2024-09-05 00:00:00',2.5,'low','Normal'),
(36,'2024-09-06 00:00:00',2.7,'low','Normal'),
(36,'2024-09-07 00:00:00',4.1,'low','Normal'),
(36,'2024-09-08 00:00:00',2.6,'low','Normal'),
(36,'2024-09-09 00:00:00',3.3,'low','Normal'),
(36,'2024-09-10 00:00:00',4.5,'low','Normal'),
(36,'2024-09-11 00:00:00',5.8,'low','Normal'),
(36,'2024-09-12 00:00:00',4.6,'low','Normal'),
(36,'2024-09-13 00:00:00',5.6,'low','Normal'),
(36,'2024-09-14 00:00:00',6.0,'low','Normal'),
(36,'2024-09-15 00:00:00',5.3,'low','Normal'),
(36,'2024-09-16 00:00:00',6.2,'low','Normal'),
(36,'2024-09-17 00:00:00',5.0,'low','Normal'),
(36,'2024-09-18 00:00:00',4.6,'low','Normal'),
(36,'2024-09-19 00:00:00',3.3,'low','Normal'),
(36,'2024-09-20 00:00:00',4.8,'low','Normal'),
(36,'2024-09-21 00:00:00',5.5,'low','Normal'),
(36,'2024-09-22 00:00:00',4.6,'low','Normal'),
(36,'2024-09-23 00:00:00',4.4,'low','Normal'),
(36,'2024-09-24 00:00:00',3.7,'low','Normal'),
(36,'2024-09-25 00:00:00',4.2,'low','Normal'),
(36,'2024-09-26 00:00:00',3.9,'low','Normal'),
(36,'2024-09-27 00:00:00',3.8,'low','Normal'),
(36,'2024-09-28 00:00:00',3.3,'low','Normal'),
(36,'2024-09-29 00:00:00',4.2,'low','Normal'),
(36,'2024-09-30 00:00:00',5.8,'low','Normal'),
(36,'2024-10-01 00:00:00',5.3,'low','Normal'),
(36,'2024-10-02 00:00:00',6.1,'low','Normal'),
(36,'2024-10-03 00:00:00',8.0,'low','Normal'),
(36,'2024-10-04 00:00:00',8.4,'low','Normal'),
(36,'2024-10-05 00:00:00',7.7,'low','Normal'),
(36,'2024-10-06 00:00:00',24.7,'low','Temperature excursion detected'),
(36,'2024-10-07 00:00:00',38.0,'moderate','Temperature excursion detected'),
(36,'2024-10-08 00:00:00',52.6,'moderate','Temperature excursion detected'),
(36,'2024-10-09 00:00:00',64.6,'high','Temperature excursion detected'),
(36,'2024-10-10 00:00:00',76.5,'high','Temperature excursion detected'),
(36,'2024-10-11 00:00:00',90.9,'critical','Temperature excursion detected'),
(36,'2024-10-12 00:00:00',88.2,'critical','Normal'),
(36,'2024-10-13 00:00:00',97.6,'critical','Temperature excursion detected'),
(36,'2024-10-14 00:00:00',98.0,'critical','Temperature excursion detected'),
(36,'2024-10-15 00:00:00',98.2,'critical','Temperature excursion detected'),
(36,'2024-10-16 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-10-17 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-10-18 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-10-19 00:00:00',100.0,'critical','Normal'),
(36,'2024-10-20 00:00:00',86.8,'critical','Normal'),
(36,'2024-10-21 00:00:00',71.6,'high','Normal'),
(36,'2024-10-22 00:00:00',55.3,'moderate','Normal'),
(36,'2024-10-23 00:00:00',37.8,'moderate','Normal'),
(36,'2024-10-24 00:00:00',20.9,'low','Normal'),
(36,'2024-10-25 00:00:00',4.1,'low','Normal'),
(36,'2024-10-26 00:00:00',6.8,'low','Normal'),
(36,'2024-10-27 00:00:00',25.8,'low','Temperature excursion detected'),
(36,'2024-10-28 00:00:00',37.6,'moderate','Temperature excursion detected'),
(36,'2024-10-29 00:00:00',54.2,'moderate','Temperature excursion detected'),
(36,'2024-10-30 00:00:00',69.1,'high','Temperature excursion detected'),
(36,'2024-10-31 00:00:00',82.0,'high','Temperature excursion detected'),
(36,'2024-11-01 00:00:00',96.0,'critical','Temperature excursion detected'),
(36,'2024-11-02 00:00:00',90.5,'critical','Normal'),
(36,'2024-11-03 00:00:00',79.5,'high','Normal'),
(36,'2024-11-04 00:00:00',64.3,'high','Normal'),
(36,'2024-11-05 00:00:00',48.8,'moderate','Normal'),
(36,'2024-11-06 00:00:00',33.6,'moderate','Normal'),
(36,'2024-11-07 00:00:00',20.4,'low','Normal'),
(36,'2024-11-08 00:00:00',6.5,'low','Normal'),
(36,'2024-11-09 00:00:00',6.0,'low','Normal'),
(36,'2024-11-10 00:00:00',5.6,'low','Normal'),
(36,'2024-11-11 00:00:00',5.2,'low','Normal'),
(36,'2024-11-12 00:00:00',4.9,'low','Normal'),
(36,'2024-11-13 00:00:00',21.5,'low','Temperature excursion detected'),
(36,'2024-11-14 00:00:00',33.8,'moderate','Temperature excursion detected'),
(36,'2024-11-15 00:00:00',43.2,'moderate','Temperature excursion detected'),
(36,'2024-11-16 00:00:00',58.0,'moderate','Temperature excursion detected'),
(36,'2024-11-17 00:00:00',70.1,'high','Temperature excursion detected'),
(36,'2024-11-18 00:00:00',81.2,'high','Temperature excursion detected'),
(36,'2024-11-19 00:00:00',90.7,'critical','Temperature excursion detected'),
(36,'2024-11-20 00:00:00',92.4,'critical','Temperature excursion detected'),
(36,'2024-11-21 00:00:00',75.7,'high','Normal'),
(36,'2024-11-22 00:00:00',64.5,'high','Normal'),
(36,'2024-11-23 00:00:00',53.2,'moderate','Normal'),
(36,'2024-11-24 00:00:00',56.5,'moderate','Temperature excursion detected'),
(36,'2024-11-25 00:00:00',72.9,'high','Temperature excursion detected'),
(36,'2024-11-26 00:00:00',87.9,'critical','Temperature excursion detected'),
(36,'2024-11-27 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-11-28 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-11-29 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-11-30 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-12-01 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-12-02 00:00:00',100.0,'critical','Temperature excursion detected'),
(36,'2024-12-03 00:00:00',100.0,'critical','Normal'),
(36,'2024-12-04 00:00:00',92.3,'critical','Normal'),
(36,'2024-12-05 00:00:00',68.1,'high','Normal'),
(36,'2024-12-06 00:00:00',53.2,'moderate','Normal'),
(36,'2024-12-07 00:00:00',38.3,'moderate','Normal'),
(36,'2024-12-08 00:00:00',21.0,'low','Normal'),
(36,'2024-12-09 00:00:00',5.5,'low','Normal'),
(36,'2024-12-10 00:00:00',6.9,'low','Normal'),
(36,'2024-12-11 00:00:00',5.8,'low','Normal'),
(36,'2024-12-12 00:00:00',5.3,'low','Normal'),
(36,'2024-12-13 00:00:00',6.1,'low','Normal'),
(36,'2024-12-14 00:00:00',5.4,'low','Normal'),
(36,'2024-12-15 00:00:00',6.6,'low','Normal'),
(36,'2024-12-16 00:00:00',5.0,'low','Normal'),
(36,'2024-12-17 00:00:00',4.5,'low','Normal'),
(36,'2024-12-18 00:00:00',4.2,'low','Normal'),
(36,'2024-12-19 00:00:00',4.8,'low','Normal'),
(36,'2024-12-20 00:00:00',6.6,'low','Normal'),
(36,'2024-12-21 00:00:00',5.8,'low','Normal'),
(36,'2024-12-22 00:00:00',7.4,'low','Normal'),
(36,'2024-12-23 00:00:00',7.5,'low','Normal'),
(36,'2024-12-24 00:00:00',7.3,'low','Normal'),
(36,'2024-12-25 00:00:00',8.9,'low','Normal'),
(36,'2024-12-26 00:00:00',8.5,'low','Normal'),
(36,'2024-12-27 00:00:00',8.5,'low','Normal'),
(36,'2024-12-28 00:00:00',8.3,'low','Normal'),
(36,'2024-12-29 00:00:00',7.5,'low','Normal'),
(36,'2024-12-30 00:00:00',6.7,'low','Normal'),
(36,'2024-12-31 00:00:00',9.0,'low','Normal'),
(36,'2025-01-01 00:00:00',7.3,'low','Normal'),
(36,'2025-01-02 00:00:00',7.3,'low','Normal'),
(36,'2025-01-03 00:00:00',6.5,'low','Normal'),
(36,'2025-01-04 00:00:00',7.5,'low','Normal'),
(36,'2025-01-05 00:00:00',6.7,'low','Normal'),
(36,'2025-01-06 00:00:00',7.8,'low','Normal'),
(36,'2025-01-07 00:00:00',6.6,'low','Normal'),
(36,'2025-01-08 00:00:00',5.8,'low','Normal'),
(36,'2025-01-09 00:00:00',5.8,'low','Normal'),
(36,'2025-01-10 00:00:00',6.2,'low','Normal'),
(36,'2025-01-11 00:00:00',5.5,'low','Normal'),
(36,'2025-01-12 00:00:00',6.2,'low','Normal'),
(36,'2025-01-13 00:00:00',5.3,'low','Normal'),
(36,'2025-01-14 00:00:00',6.1,'low','Normal'),
(36,'2025-01-15 00:00:00',5.8,'low','Normal'),
(36,'2025-01-16 00:00:00',6.3,'low','Normal'),
(36,'2025-01-17 00:00:00',7.8,'low','Normal'),
(36,'2025-01-18 00:00:00',6.8,'low','Normal'),
(36,'2025-01-19 00:00:00',6.6,'low','Normal'),
(36,'2025-01-20 00:00:00',5.8,'low','Normal'),
(36,'2025-01-21 00:00:00',23.0,'low','Temperature excursion detected'),
(36,'2025-01-22 00:00:00',37.6,'moderate','Temperature excursion detected'),
(36,'2025-01-23 00:00:00',50.8,'moderate','Temperature excursion detected'),
(36,'2025-01-24 00:00:00',64.9,'high','Temperature excursion detected'),
(36,'2025-01-25 00:00:00',76.4,'high','Temperature excursion detected'),
(36,'2025-01-26 00:00:00',73.2,'high','Normal'),
(36,'2025-01-27 00:00:00',73.5,'high','Normal'),
(36,'2025-01-28 00:00:00',59.4,'moderate','Normal'),
(36,'2025-01-29 00:00:00',45.5,'moderate','Normal'),
(36,'2025-01-30 00:00:00',53.5,'moderate','Temperature excursion detected'),
(36,'2025-01-31 00:00:00',56.1,'moderate','Temperature excursion detected'),
(36,'2025-02-01 00:00:00',55.6,'moderate','Temperature excursion detected'),
(36,'2025-02-02 00:00:00',73.1,'high','Temperature excursion detected'),
(36,'2025-02-03 00:00:00',87.7,'critical','Temperature excursion detected'),
(36,'2025-02-04 00:00:00',80.2,'high','Normal'),
(36,'2025-02-05 00:00:00',81.8,'high','Normal'),
(36,'2025-02-06 00:00:00',65.7,'high','Normal'),
(36,'2025-02-07 00:00:00',51.9,'moderate','Normal'),
(36,'2025-02-08 00:00:00',35.6,'moderate','Normal'),
(36,'2025-02-09 00:00:00',21.6,'low','Normal'),
(36,'2025-02-10 00:00:00',8.7,'low','Normal'),
(36,'2025-02-11 00:00:00',8.1,'low','Normal'),
(36,'2025-02-12 00:00:00',7.9,'low','Normal'),
(36,'2025-02-13 00:00:00',8.5,'low','Normal'),
(36,'2025-02-14 00:00:00',7.9,'low','Normal'),
(36,'2025-02-15 00:00:00',9.5,'low','Normal'),
(36,'2025-02-16 00:00:00',8.8,'low','Normal'),
(36,'2025-02-17 00:00:00',8.4,'low','Normal'),
(36,'2025-02-18 00:00:00',9.3,'low','Normal'),
(36,'2025-02-19 00:00:00',8.4,'low','Normal'),
(36,'2025-02-20 00:00:00',7.5,'low','Normal'),
(36,'2025-02-21 00:00:00',8.5,'low','Normal'),
(36,'2025-02-22 00:00:00',7.2,'low','Normal'),
(36,'2025-02-23 00:00:00',6.2,'low','Normal'),
(36,'2025-02-24 00:00:00',6.0,'low','Normal'),
(36,'2025-02-25 00:00:00',6.1,'low','Normal'),
(36,'2025-02-26 00:00:00',7.0,'low','Normal');
INSERT INTO storage_risk_log (batch_id,ts,spoilage_risk_score,risk_category,notes) VALUES
(36,'2025-02-27 00:00:00',7.0,'low','Normal'),
(36,'2025-02-28 00:00:00',7.0,'low','Normal');