Skip to content

Instantly share code, notes, and snippets.

@RohanM
Last active August 8, 2022 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RohanM/90d5f76330d832723b8439ea317a1abf to your computer and use it in GitHub Desktop.
Save RohanM/90d5f76330d832723b8439ea317a1abf to your computer and use it in GitHub Desktop.
Australian climate data by state (BOM stats by capital city)
# Source: BOM Climate Data Online: http://www.bom.gov.au/climate/data/index.shtml
# Values taken for a weather station in the capital city of each state
climate = {
'ACT': {
'temp_max': [28.5, 28.1, 24.7, 20.1, 15.8, 12.3, 11.5, 13.5, 16.2, 19.6, 23.5, 26.3],
'temp_min': [13.6, 13.8, 11.5, 7.0, 4.2, 1.4, 0.0, 1.3, 4.0, 6.7, 9.7, 11.9],
'wind_morning': [5.4, 5.0, 5.8, 5.0, 5.1, 5.7, 5.2, 5.9, 7.8, 8.1, 6.2, 6.6],
'wind_afternoon': [11.9, 10.8, 10.6, 9.8, 9.6, 9.7, 11.1, 12.4, 13.3, 13.5, 12.3, 12.8],
},
'NSW': {
'temp_max': [26.0, 25.8, 24.8, 22.5, 19.5, 17.0, 16.4, 17.9, 20.1, 22.2, 23.7, 25.2],
'temp_min': [18.8, 18.9, 17.6, 14.8, 11.6, 9.3, 8.1, 9.0, 11.1, 13.6, 15.7, 17.6],
'wind_morning': [8.6, 8.2, 7.9, 8.8, 10.5, 11.9, 13.1, 13.3, 12.4, 12.2, 11.0, 9.8],
'wind_afternoon': [17.9, 16.8, 15.2, 13.8, 12.7, 13.6, 15.3, 17.6, 18.3, 19.1, 19.4, 19.5],
},
'NT': {
'temp_max': [31.8, 31.5, 32.0, 32.8, 32.1, 30.7, 30.7, 31.5, 32.7, 33.3, 33.4, 32.7],
'temp_min': [24.9, 24.8, 24.6, 24.1, 22.2, 20.0, 19.3, 20.3, 23.0, 24.9, 25.3, 25.3],
'wind_morning': [11.4, 11.1, 9.0, 10.5, 13.6, 14.7, 13.0, 10.7, 9.0, 8.8, 8.7, 9.9],
'wind_afternoon': [17.8, 18.6, 16.4, 16.5, 17.0, 16.2, 17.1, 19.0, 20.9, 19.9, 17.7, 17.5],
},
'SA': {
'temp_max': [28.6, 28.5, 26.1, 22.2, 18.6, 15.8, 15.0, 16.1, 18.4, 21.4, 24.5, 26.9],
'temp_min': [16.6, 16.8, 15.2, 12.8, 10.4, 8.4, 7.6, 8.0, 9.3, 11.2, 13.2, 15.1],
'wind_morning': [11.9, 9.9, 10.0, 10.6, 10.1, 10.7, 11.7, 13.0, 15.1, 16.2, 15.1, 14.2],
'wind_afternoon': [19.2, 17.4, 16.3, 15.3, 14.2, 14.1, 16.8, 18.8, 18.7, 19.3, 19.2, 19.5],
},
'TAS': {
'temp_max': [21.8, 21.7, 20.2, 17.4, 14.5, 12.0, 11.8, 13.1, 15.2, 17.0, 18.8, 20.4],
'temp_min': [12.0, 12.1, 11.0, 9.0, 7.0, 5.2, 4.6, 5.2, 6.5, 7.8, 9.4, 10.9],
'wind_morning': [13.5, 12.0, 12.3, 12.7, 11.8, 11.4, 12.1, 12.6, 14.8, 15.0, 14.2, 13.8],
'wind_afternoon': [19.0, 17.7, 16.2, 14.5, 12.6, 12.2, 13.2, 14.5, 17.0, 18.0, 18.9, 19.1],
},
'QLD': {
'temp_max': [30.4, 30.1, 29.1, 27.2, 24.5, 22.0, 22.0, 23.4, 25.7, 27.1, 28.3, 29.6],
'temp_min': [21.6, 21.4, 20.2, 17.4, 13.9, 11.8, 10.4, 10.9, 13.9, 16.5, 18.8, 20.5],
'wind_morning': [10.4, 10.1, 9.8, 8.8, 8.3, 8.0, 8.2, 8.5, 8.5, 9.7, 9.8, 10.0],
'wind_afternoon': [15.8, 15.0, 14.8, 13.2, 11.3, 10.9, 11.3, 13.2, 14.5, 15.7, 15.1, 15.3],
},
'VIC': {
'temp_max': [26.0, 25.8, 23.9, 20.3, 16.7, 14.1, 13.5, 15.0, 17.3, 19.7, 22.0, 24.2],
'temp_min': [14.3, 14.6, 13.2, 10.8, 8.7, 6.9, 6.0, 6.7, 8.0, 9.6, 11.2, 13.0],
'wind_morning': [10.0, 9.1, 8.9, 8.7, 9.1, 9.4, 10.4, 11.3, 12.4, 12.6, 11.5, 10.8],
'wind_afternoon': [14.8, 14.3, 13.1, 12.9, 12.5, 12.6, 14.1, 15.2, 15.8, 15.5, 14.9, 15.3],
},
'WA': {
'temp_max': [31.3, 31.6, 29.6, 26.0, 22.3, 19.5, 18.5, 19.1, 20.5, 23.4, 26.7, 29.5],
'temp_min': [18.1, 18.4, 16.8, 13.8, 10.5, 8.6, 8.0, 8.4, 9.6, 11.6, 14.3, 16.5],
'wind_morning': [13.9, 14.0, 13.0, 10.4, 9.6, 9.6, 9.7, 10.6, 12.4, 13.6, 13.8, 13.9],
'wind_afternoon': [19.0, 17.9, 15.9, 14.3, 12.5, 13.0, 13.3, 14.3, 16.6, 18.1, 18.7, 19.5],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment