core/tests/fixtures/bom_weather.json

43 lines
962 B
JSON

{
"observations": {
"data": [
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 25.0,
"press": 1021.7,
"weather": "-"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 22.0,
"press": 1019.7,
"weather": "-"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 20.0,
"press": 1011.7,
"weather": "Fine"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 18.0,
"press": 1010.0,
"weather": "-"
}
]
}
}