thermograph/frontend/tests/fixtures/month.json
2026-07-22 22:23:50 -07:00

114 lines
2.3 KiB
JSON

{
"month_name": "July",
"month_slug": "july",
"year_range": [
1980,
2026
],
"n_years": 46,
"avg_high_f": 71.1,
"avg_low_f": 56.2,
"typical_high_range_f": [
64.3,
79.8
],
"typical_low_range_f": [
51.3,
61.1
],
"avg_precip_f": 0.1,
"records": [
{
"label": "High",
"high_f": 97.5,
"high_date": "2022-07-19",
"high_tag": "Highest",
"low_f": 57.1,
"low_date": "1980-07-01",
"low_tag": "Lowest"
},
{
"label": "Low",
"high_f": 71.8,
"high_date": "2022-07-19",
"high_tag": "Highest",
"low_f": 45.9,
"low_date": "1984-07-03",
"low_tag": "Lowest"
},
{
"label": "Feels-like",
"high_f": 100.6,
"high_date": "2019-07-25",
"high_tag": "Highest",
"low_f": 40.3,
"low_date": "1980-07-01",
"low_tag": "Lowest"
},
{
"label": "Humidity",
"high_f": 16.0,
"high_date": "1994-07-31",
"high_tag": "Highest",
"low_f": 6.7,
"low_date": "2000-07-11",
"low_tag": "Lowest"
},
{
"label": "Wind",
"high_f": 24.7,
"high_date": "1985-07-22",
"high_tag": "Highest",
"low_f": 3.0,
"low_date": "1992-07-08",
"low_tag": "Lowest"
},
{
"label": "Gust",
"high_f": 54.1,
"high_date": "2023-07-15",
"high_tag": "Highest",
"low_f": 7.4,
"low_date": "1992-07-08",
"low_tag": "Lowest"
},
{
"label": "Precip",
"high_f": 4.224,
"high_date": "2012",
"high_tag": "Wettest",
"low_f": 0.607,
"low_date": "2022",
"low_tag": "Driest"
}
],
"prev": {
"name": "June",
"slug": "june"
},
"next": {
"name": "August",
"slug": "august"
},
"breadcrumb": [
{
"name": "Home",
"href": "/"
},
{
"name": "Climate",
"href": "/climate"
},
{
"name": "London",
"href": "/climate/london-england-gb"
},
{
"name": "July",
"href": null
}
],
"canonical_path": "/climate/london-england-gb/july",
"page_title": "London, GB in July: normal weather & records · Thermograph",
"page_description": "London, GB averages 22°C highs and 13°C lows in July. Every day graded against 46 years of local history."
}