Temperatures in Melbourne - historical data
Use this links to download the data:
For max temp: http://www.bom.gov.au/climate/change/hqsites/data/temp/tmax.086338.daily.csv
For min temp: http://www.bom.gov.au/climate/change/hqsites/data/temp/tmin.086338.daily.csv
Plot daily temperatures
Here is the attempt to plot the daily max and min temperature. The plot looks very crowded: Here...
Plot monthly temperature
To clean the plot we compute monthly average: Generated by this code: import matplotlib.pyplot ...
Plot yearly average temperature
Here is the result, much cleaner and shows a small trend in temperature increase over 100 years b...
Predict the temperature rise for the next 500 years
Using a linear interpolation here is the trend in temperature increase. Interesting to see th...
Prediction using SARIMAX
It is interesting to come across this SARIMAX prediction model suggested by Ollama model qwen2.5:...
Days over 35 °C
Interesting to see how many days are over 35 C. It seems that between 1995 and 2020 we got more d...