Модуль:Weather/data

Материал из Викиновостей, свободного источника новостей
Документация

Эта страница данных о прогнозе погоды. Она обновляется автоматически ботом AKBot на основе данных, предоставляемых World Weather Online API.

Пожалуйста, не вносите сюда правки вручную во избежание поломок на страницах прогнозов погоды!

Если вы хотите добавить какие-то города, ознакомьтесь с тем, как это можно сделать, на странице документации шаблона «ПогодаН».

local p = {}

p = {
	['Мурманск'] = {
		temperature = 2,
		conditions = 'Partly cloudy',
		maxtemp0 = 2,
		mintemp0 = 1,
		maxtemp1 = 4,
		mintemp1 = 1,
		maxtemp2 = 3,
		mintemp2 = -7,
		maxtemp3 = 4,
		mintemp3 = -3,
	},
	['Москва'] = {
		temperature = 6,
		conditions = 'Light rain',
		maxtemp0 = 10,
		mintemp0 = 4,
		maxtemp1 = 11,
		mintemp1 = 5,
		maxtemp2 = 13,
		mintemp2 = 7,
		maxtemp3 = 17,
		mintemp3 = 10,
	},
	['Санкт-Петербург'] = {
		temperature = 5,
		conditions = 'Partly cloudy',
		maxtemp0 = 11,
		mintemp0 = 5,
		maxtemp1 = 11,
		mintemp1 = 5,
		maxtemp2 = 12,
		mintemp2 = 6,
		maxtemp3 = 16,
		mintemp3 = 9,
	},
	['Севастополь'] = {
		temperature = 17,
		conditions = 'Clear',
		maxtemp0 = 20,
		mintemp0 = 14,
		maxtemp1 = 21,
		mintemp1 = 14,
		maxtemp2 = 22,
		mintemp2 = 15,
		maxtemp3 = 22,
		mintemp3 = 15,
	},
	['Калининград'] = {
		temperature = 10,
		conditions = 'Partly cloudy',
		maxtemp0 = 16,
		mintemp0 = 5,
		maxtemp1 = 18,
		mintemp1 = 11,
		maxtemp2 = 17,
		mintemp2 = 12,
		maxtemp3 = 17,
		mintemp3 = 10,
	},
	['Владивосток'] = {
		temperature = 12,
		conditions = 'Partly cloudy',
		maxtemp0 = 12,
		mintemp0 = 8,
		maxtemp1 = 12,
		mintemp1 = 8,
		maxtemp2 = 14,
		mintemp2 = 7,
		maxtemp3 = 14,
		mintemp3 = 6,
	},
	['Туапсе'] = {
		temperature = 16,
		conditions = 'Overcast',
		maxtemp0 = 18,
		mintemp0 = 15,
		maxtemp1 = 18,
		mintemp1 = 14,
		maxtemp2 = 22,
		mintemp2 = 15,
		maxtemp3 = 25,
		mintemp3 = 17,
	},
	['Астрахань'] = {
		temperature = 19,
		conditions = 'Sunny',
		maxtemp0 = 23,
		mintemp0 = 16,
		maxtemp1 = 23,
		mintemp1 = 13,
		maxtemp2 = 25,
		mintemp2 = 15,
		maxtemp3 = 26,
		mintemp3 = 15,
	},
	['Салехард'] = {
		temperature = -1,
		conditions = 'Sunny',
		maxtemp0 = 5,
		mintemp0 = 2,
		maxtemp1 = 3,
		mintemp1 = -7,
		maxtemp2 = 11,
		mintemp2 = 8,
		maxtemp3 = 15,
		mintemp3 = 6,
	},
	['Екатеринбург'] = {
		temperature = 12,
		conditions = 'Sunny',
		maxtemp0 = 21,
		mintemp0 = 11,
		maxtemp1 = 21,
		mintemp1 = 11,
		maxtemp2 = 12,
		mintemp2 = 5,
		maxtemp3 = 12,
		mintemp3 = 5,
	},
	['Хатанга'] = {
		temperature = 2,
		conditions = 'Overcast',
		maxtemp0 = 3,
		mintemp0 = 0,
		maxtemp1 = 7,
		mintemp1 = 0,
		maxtemp2 = 5,
		mintemp2 = -4,
		maxtemp3 = 6,
		mintemp3 = -5,
	},
	['Новосибирск'] = {
		temperature = 11,
		conditions = 'Sunny',
		maxtemp0 = 16,
		mintemp0 = 6,
		maxtemp1 = 18,
		mintemp1 = 9,
		maxtemp2 = 20,
		mintemp2 = 11,
		maxtemp3 = 22,
		mintemp3 = 13,
	},
	['Якутск'] = {
		temperature = 4,
		conditions = 'Sunny',
		maxtemp0 = 25,
		mintemp0 = 6,
		maxtemp1 = 17,
		mintemp1 = 7,
		maxtemp2 = 24,
		mintemp2 = 3,
		maxtemp3 = 21,
		mintemp3 = 5,
	},
	['Иркутск'] = {
		temperature = 14,
		conditions = 'Sunny',
		maxtemp0 = 21,
		mintemp0 = 7,
		maxtemp1 = 17,
		mintemp1 = 6,
		maxtemp2 = 13,
		mintemp2 = 4,
		maxtemp3 = 14,
		mintemp3 = 8,
	},
	['Чита'] = {
		temperature = 16,
		conditions = 'Sunny',
		maxtemp0 = 20,
		mintemp0 = 6,
		maxtemp1 = 20,
		mintemp1 = 8,
		maxtemp2 = 21,
		mintemp2 = 7,
		maxtemp3 = 17,
		mintemp3 = 5,
	},
	['Магадан'] = {
		temperature = 13,
		conditions = 'Sunny',
		maxtemp0 = 8,
		mintemp0 = 1,
		maxtemp1 = 12,
		mintemp1 = 1,
		maxtemp2 = 11,
		mintemp2 = 1,
		maxtemp3 = 10,
		mintemp3 = 0,
	},
	['Петропавловск-Камчатский'] = {
		temperature = 11,
		conditions = 'Partly cloudy',
		maxtemp0 = 6,
		mintemp0 = -2,
		maxtemp1 = 7,
		mintemp1 = 1,
		maxtemp2 = 3,
		mintemp2 = -6,
		maxtemp3 = 6,
		mintemp3 = -3,
	},
	['Южно-Сахалинск'] = {
		temperature = 7,
		conditions = 'Light rain',
		maxtemp0 = 4,
		mintemp0 = -2,
		maxtemp1 = 5,
		mintemp1 = 3,
		maxtemp2 = 10,
		mintemp2 = 1,
		maxtemp3 = 15,
		mintemp3 = 5,
	},
	['Хабаровск'] = {
		temperature = 13,
		conditions = 'Sunny',
		maxtemp0 = 16,
		mintemp0 = 6,
		maxtemp1 = 16,
		mintemp1 = 7,
		maxtemp2 = 21,
		mintemp2 = 10,
		maxtemp3 = 23,
		mintemp3 = 12,
	},
	['Липецк'] = {
		temperature = 11,
		conditions = 'Patchy rain possible',
		maxtemp0 = 14,
		mintemp0 = 5,
		maxtemp1 = 13,
		mintemp1 = 5,
		maxtemp2 = 15,
		mintemp2 = 8,
		maxtemp3 = 22,
		mintemp3 = 13,
	},
	['Анкоридж'] = {
		temperature = 23,
		conditions = 'Sunny',
		maxtemp0 = 20,
		mintemp0 = 10,
		maxtemp1 = 17,
		mintemp1 = 9,
		maxtemp2 = 15,
		mintemp2 = 9,
		maxtemp3 = 16,
		mintemp3 = 7,
	},
	['Ванкувер'] = {
		temperature = 17,
		conditions = 'Partly cloudy',
		maxtemp0 = 15,
		mintemp0 = 5,
		maxtemp1 = 15,
		mintemp1 = 7,
		maxtemp2 = 14,
		mintemp2 = 5,
		maxtemp3 = 14,
		mintemp3 = 5,
	},
	['Лос-Анджелес'] = {
		temperature = 21,
		conditions = 'Sunny',
		maxtemp0 = 21,
		mintemp0 = 16,
		maxtemp1 = 25,
		mintemp1 = 17,
		maxtemp2 = 25,
		mintemp2 = 16,
		maxtemp3 = 25,
		mintemp3 = 16,
	},
	['Нью-Йорк'] = {
		temperature = 22,
		conditions = 'Clear',
		maxtemp0 = 21,
		mintemp0 = 13,
		maxtemp1 = 22,
		mintemp1 = 12,
		maxtemp2 = 22,
		mintemp2 = 13,
		maxtemp3 = 20,
		mintemp3 = 15,
	},
	['Мехико'] = {
		temperature = 19,
		conditions = 'Patchy rain possible',
		maxtemp0 = 21,
		mintemp0 = 15,
		maxtemp1 = 24,
		mintemp1 = 15,
		maxtemp2 = 26,
		mintemp2 = 14,
		maxtemp3 = 26,
		mintemp3 = 15,
	},
	['Лима'] = {
		temperature = 23,
		conditions = 'Clear',
		maxtemp0 = 24,
		mintemp0 = 17,
		maxtemp1 = 27,
		mintemp1 = 18,
		maxtemp2 = 24,
		mintemp2 = 16,
		maxtemp3 = 26,
		mintemp3 = 17,
	},
	['Бразилиа'] = {
		temperature = 22,
		conditions = 'Partly cloudy',
		maxtemp0 = 26,
		mintemp0 = 16,
		maxtemp1 = 27,
		mintemp1 = 15,
		maxtemp2 = 26,
		mintemp2 = 16,
		maxtemp3 = 25,
		mintemp3 = 15,
	},
	['Буэнос-Айрес'] = {
		temperature = 10,
		conditions = 'Fog',
		maxtemp0 = 13,
		mintemp0 = 4,
		maxtemp1 = 15,
		mintemp1 = 7,
		maxtemp2 = 14,
		mintemp2 = 4,
		maxtemp3 = 15,
		mintemp3 = 4,
	},
	['Рейкьявик'] = {
		temperature = 10,
		conditions = 'Overcast',
		maxtemp0 = 12,
		mintemp0 = 7,
		maxtemp1 = 12,
		mintemp1 = 7,
		maxtemp2 = 14,
		mintemp2 = 8,
		maxtemp3 = 12,
		mintemp3 = 7,
	},
	['Париж'] = {
		temperature = 20,
		conditions = 'Clear',
		maxtemp0 = 26,
		mintemp0 = 16,
		maxtemp1 = 20,
		mintemp1 = 10,
		maxtemp2 = 20,
		mintemp2 = 12,
		maxtemp3 = 22,
		mintemp3 = 12,
	},
	['Каир'] = {
		temperature = 22,
		conditions = 'Clear',
		maxtemp0 = 36,
		mintemp0 = 22,
		maxtemp1 = 39,
		mintemp1 = 22,
		maxtemp2 = 39,
		mintemp2 = 25,
		maxtemp3 = 41,
		mintemp3 = 30,
	},
	['Лас-Пальмас'] = {
		temperature = 26,
		conditions = 'Clear',
		maxtemp0 = 28,
		mintemp0 = 20,
		maxtemp1 = 29,
		mintemp1 = 20,
		maxtemp2 = 29,
		mintemp2 = 21,
		maxtemp3 = 28,
		mintemp3 = 21,
	},
	['Киншаса'] = {
		temperature = 24,
		conditions = 'Clear',
		maxtemp0 = 36,
		mintemp0 = 23,
		maxtemp1 = 34,
		mintemp1 = 24,
		maxtemp2 = 36,
		mintemp2 = 24,
		maxtemp3 = 35,
		mintemp3 = 24,
	},
	['Антананариво'] = {
		temperature = 14,
		conditions = 'Fog',
		maxtemp0 = 24,
		mintemp0 = 13,
		maxtemp1 = 21,
		mintemp1 = 11,
		maxtemp2 = 20,
		mintemp2 = 11,
		maxtemp3 = 21,
		mintemp3 = 10,
	},
	['Кейптаун'] = {
		temperature = 9,
		conditions = 'Clear',
		maxtemp0 = 20,
		mintemp0 = 15,
		maxtemp1 = 18,
		mintemp1 = 12,
		maxtemp2 = 14,
		mintemp2 = 10,
		maxtemp3 = 17,
		mintemp3 = 10,
	},
	['Сана'] = {
		temperature = 25,
		conditions = 'Partly cloudy',
		maxtemp0 = 30,
		mintemp0 = 19,
		maxtemp1 = 30,
		mintemp1 = 19,
		maxtemp2 = 30,
		mintemp2 = 19,
		maxtemp3 = 29,
		mintemp3 = 19,
	},
	['Тикси'] = {
		temperature = -1,
		conditions = 'Moderate snow',
		maxtemp0 = 1,
		mintemp0 = -7,
		maxtemp1 = 1,
		mintemp1 = -5,
		maxtemp2 = 2,
		mintemp2 = -8,
		maxtemp3 = 3,
		mintemp3 = -8,
	},
	['Пекин'] = {
		temperature = 19,
		conditions = 'Sunny',
		maxtemp0 = 22,
		mintemp0 = 11,
		maxtemp1 = 26,
		mintemp1 = 14,
		maxtemp2 = 29,
		mintemp2 = 18,
		maxtemp3 = 24,
		mintemp3 = 16,
	},
	['Нью-Дели'] = {
		temperature = 28,
		conditions = 'Overcast',
		maxtemp0 = 40,
		mintemp0 = 30,
		maxtemp1 = 42,
		mintemp1 = 32,
		maxtemp2 = 43,
		mintemp2 = 33,
		maxtemp3 = 43,
		mintemp3 = 32,
	},
	['Сидней'] = {
		temperature = 16,
		conditions = 'Partly cloudy',
		maxtemp0 = 16,
		mintemp0 = 11,
		maxtemp1 = 16,
		mintemp1 = 10,
		maxtemp2 = 16,
		mintemp2 = 10,
		maxtemp3 = 16,
		mintemp3 = 9,
	},
	['Сингапур'] = {
		temperature = 29,
		conditions = 'Partly cloudy',
		maxtemp0 = 32,
		mintemp0 = 27,
		maxtemp1 = 35,
		mintemp1 = 28,
		maxtemp2 = 35,
		mintemp2 = 28,
		maxtemp3 = 35,
		mintemp3 = 28,
	},
	['Токио'] = {
		temperature = 21,
		conditions = 'Sunny',
		maxtemp0 = 27,
		mintemp0 = 16,
		maxtemp1 = 23,
		mintemp1 = 17,
		maxtemp2 = 22,
		mintemp2 = 17,
		maxtemp3 = 21,
		mintemp3 = 15,
	},
	['Афины'] = {
		temperature = 19,
		conditions = 'Clear',
		maxtemp0 = 30,
		mintemp0 = 20,
		maxtemp1 = 28,
		mintemp1 = 18,
		maxtemp2 = 27,
		mintemp2 = 17,
		maxtemp3 = 26,
		mintemp3 = 18,
	},
	['Берлин'] = {
		temperature = 9,
		conditions = 'Clear',
		maxtemp0 = 23,
		mintemp0 = 13,
		maxtemp1 = 23,
		mintemp1 = 13,
		maxtemp2 = 21,
		mintemp2 = 12,
		maxtemp3 = 20,
		mintemp3 = 11,
	},
	['Берн'] = {
		temperature = 13,
		conditions = 'Partly cloudy',
		maxtemp0 = 26,
		mintemp0 = 10,
		maxtemp1 = 27,
		mintemp1 = 11,
		maxtemp2 = 20,
		mintemp2 = 10,
		maxtemp3 = 21,
		mintemp3 = 9,
	},
	['Бухарест'] = {
		temperature = 18,
		conditions = 'Clear',
		maxtemp0 = 30,
		mintemp0 = 17,
		maxtemp1 = 29,
		mintemp1 = 15,
		maxtemp2 = 28,
		mintemp2 = 14,
		maxtemp3 = 29,
		mintemp3 = 15,
	},
	['Вена'] = {
		temperature = 16,
		conditions = 'Clear',
		maxtemp0 = 28,
		mintemp0 = 13,
		maxtemp1 = 28,
		mintemp1 = 17,
		maxtemp2 = 27,
		mintemp2 = 13,
		maxtemp3 = 26,
		mintemp3 = 14,
	},
	['Вильнюс'] = {
		temperature = 7,
		conditions = 'Sunny',
		maxtemp0 = 17,
		mintemp0 = 4,
		maxtemp1 = 16,
		mintemp1 = 7,
		maxtemp2 = 18,
		mintemp2 = 11,
		maxtemp3 = 20,
		mintemp3 = 11,
	},
	['Дублин'] = {
		temperature = 12,
		conditions = 'Partly cloudy',
		maxtemp0 = 18,
		mintemp0 = 8,
		maxtemp1 = 17,
		mintemp1 = 6,
		maxtemp2 = 17,
		mintemp2 = 11,
		maxtemp3 = 17,
		mintemp3 = 7,
	},
	['Загреб'] = {
		temperature = 16,
		conditions = 'Fog',
		maxtemp0 = 29,
		mintemp0 = 14,
		maxtemp1 = 29,
		mintemp1 = 15,
		maxtemp2 = 30,
		mintemp2 = 16,
		maxtemp3 = 27,
		mintemp3 = 15,
	},
	['Киев'] = {
		temperature = 12,
		conditions = 'Sunny',
		maxtemp0 = 20,
		mintemp0 = 10,
		maxtemp1 = 20,
		mintemp1 = 7,
		maxtemp2 = 25,
		mintemp2 = 13,
		maxtemp3 = 28,
		mintemp3 = 15,
	},
	['Копенгаген'] = {
		temperature = 8,
		conditions = 'Clear',
		maxtemp0 = 18,
		mintemp0 = 13,
		maxtemp1 = 19,
		mintemp1 = 13,
		maxtemp2 = 19,
		mintemp2 = 12,
		maxtemp3 = 17,
		mintemp3 = 13,
	},
	['Лисабон'] = {
		temperature = 15,
		conditions = 'Partly cloudy',
		maxtemp0 = 23,
		mintemp0 = 16,
		maxtemp1 = 20,
		mintemp1 = 15,
		maxtemp2 = 20,
		mintemp2 = 14,
		maxtemp3 = 21,
		mintemp3 = 15,
	},
	['Лондон'] = {
		temperature = 18,
		conditions = 'Clear',
		maxtemp0 = 23,
		mintemp0 = 14,
		maxtemp1 = 21,
		mintemp1 = 9,
		maxtemp2 = 19,
		mintemp2 = 9,
		maxtemp3 = 19,
		mintemp3 = 9,
	},
	['Мадрид'] = {
		temperature = 27,
		conditions = 'Clear',
		maxtemp0 = 29,
		mintemp0 = 16,
		maxtemp1 = 26,
		mintemp1 = 14,
		maxtemp2 = 22,
		mintemp2 = 10,
		maxtemp3 = 23,
		mintemp3 = 13,
	},
	['Марсель'] = {
		temperature = 26,
		conditions = 'Clear',
		maxtemp0 = 25,
		mintemp0 = 15,
		maxtemp1 = 20,
		mintemp1 = 13,
		maxtemp2 = 19,
		mintemp2 = 12,
		maxtemp3 = 20,
		mintemp3 = 11,
	},
	['Осло'] = {
		temperature = 8,
		conditions = 'Clear',
		maxtemp0 = 9,
		mintemp0 = 5,
		maxtemp1 = 11,
		mintemp1 = 7,
		maxtemp2 = 13,
		mintemp2 = 5,
		maxtemp3 = 13,
		mintemp3 = 5,
	},
	['Рим'] = {
		temperature = 27,
		conditions = 'Clear',
		maxtemp0 = 28,
		mintemp0 = 15,
		maxtemp1 = 30,
		mintemp1 = 16,
		maxtemp2 = 28,
		mintemp2 = 17,
		maxtemp3 = 26,
		mintemp3 = 18,
	},
	['София'] = {
		temperature = 18,
		conditions = 'Partly cloudy',
		maxtemp0 = 31,
		mintemp0 = 10,
		maxtemp1 = 27,
		mintemp1 = 12,
		maxtemp2 = 27,
		mintemp2 = 11,
		maxtemp3 = 29,
		mintemp3 = 10,
	},
	['Стокгольм'] = {
		temperature = 5,
		conditions = 'Sunny',
		maxtemp0 = 12,
		mintemp0 = 5,
		maxtemp1 = 15,
		mintemp1 = 8,
		maxtemp2 = 13,
		mintemp2 = 7,
		maxtemp3 = 16,
		mintemp3 = 8,
	},
	['Улан-Батор'] = {
		temperature = 11,
		conditions = 'Partly cloudy',
		maxtemp0 = 17,
		mintemp0 = 6,
		maxtemp1 = 20,
		mintemp1 = 9,
		maxtemp2 = 23,
		mintemp2 = 10,
		maxtemp3 = 14,
		mintemp3 = 5,
	},
	['Анкара'] = {
		temperature = 11,
		conditions = 'Partly cloudy',
		maxtemp0 = 28,
		mintemp0 = 14,
		maxtemp1 = 31,
		mintemp1 = 15,
		maxtemp2 = 31,
		mintemp2 = 15,
		maxtemp3 = 32,
		mintemp3 = 15,
	},
	['Тегеран'] = {
		temperature = 21,
		conditions = 'Sunny',
		maxtemp0 = 34,
		mintemp0 = 17,
		maxtemp1 = 31,
		mintemp1 = 19,
		maxtemp2 = 33,
		mintemp2 = 22,
		maxtemp3 = 34,
		mintemp3 = 21,
	},
	['Астана'] = {
		temperature = 15,
		conditions = 'Sunny',
		maxtemp0 = 30,
		mintemp0 = 17,
		maxtemp1 = 31,
		mintemp1 = 18,
		maxtemp2 = 31,
		mintemp2 = 12,
		maxtemp3 = 21,
		mintemp3 = 13,
	},
	['Джакарта'] = {
		temperature = 26,
		conditions = 'Mist',
		maxtemp0 = 34,
		mintemp0 = 26,
		maxtemp1 = 34,
		mintemp1 = 26,
		maxtemp2 = 34,
		mintemp2 = 26,
		maxtemp3 = 34,
		mintemp3 = 26,
	},
	['Исламабад'] = {
		temperature = 25,
		conditions = 'Sunny',
		maxtemp0 = 41,
		mintemp0 = 25,
		maxtemp1 = 44,
		mintemp1 = 28,
		maxtemp2 = 47,
		mintemp2 = 30,
		maxtemp3 = 48,
		mintemp3 = 30,
	},
	['Ханой'] = {
		temperature = 32,
		conditions = 'Mist',
		maxtemp0 = 42,
		mintemp0 = 31,
		maxtemp1 = 43,
		mintemp1 = 31,
		maxtemp2 = 43,
		mintemp2 = 30,
		maxtemp3 = 44,
		mintemp3 = 27,
	},
	['Ташкент'] = {
		temperature = 22,
		conditions = 'Sunny',
		maxtemp0 = 36,
		mintemp0 = 23,
		maxtemp1 = 40,
		mintemp1 = 22,
		maxtemp2 = 34,
		mintemp2 = 18,
		maxtemp3 = 34,
		mintemp3 = 17,
	},
}

return p