• Developed a Python script to automate real-time sensor data retrieval (temperature, humidity, wind speed, etc.) from a local server using the MQTT protocol (via Mosquitto), and structured it into a local database.
• Automated daily data aggregation, calculating average day and night temperatures, and storing results in a separate table.
• Implemented regression models to forecast temperatures for the next three days and logistic regression to estimate the probability of rainfall.