From 5692f5f9a94f0b453bcf24e890d6528c2059ad94 Mon Sep 17 00:00:00 2001 From: WeatherAnalisys Date: Sat, 4 Apr 2026 08:32:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=89=D0=B5=D0=B5=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 10 ++++++++++ .idea/WeatherAnalysis.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ reports/weather_report.txt | 17 +++++++++++++++++ 7 files changed, 62 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/WeatherAnalysis.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 reports/weather_report.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/WeatherAnalysis.iml b/.idea/WeatherAnalysis.iml new file mode 100644 index 0000000..c03f621 --- /dev/null +++ b/.idea/WeatherAnalysis.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..590a59e --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..78941fb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/reports/weather_report.txt b/reports/weather_report.txt new file mode 100644 index 0000000..8b41e58 --- /dev/null +++ b/reports/weather_report.txt @@ -0,0 +1,17 @@ +ОТЧЕТ ПО ПОГОДНЫМ НАБЛЮДЕНИЯМ +================================================== + +Общее количество обработанных наблюдений: 15 + +Диапазон дат: 2024-01-15 - 2024-12-20 + +Список экстремальных станций (топ-3): + - Екатеринбург: 13.87 + - Санкт-Петербург: 9.33 + - Нижний Новгород: 2.73 + +Средняя температура за весь период: 3.86°C + +Количество дней с сильным ветром: 3 + +==================================================