commit 46f6ba6cf0274d29a20c1625cb45bdda3743efa1 Author: 최희성 Date: Thu Oct 2 17:02:32 2025 +0900 최초 커밋 diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..ac46bfa --- /dev/null +++ b/.babelrc @@ -0,0 +1,10 @@ +{ + "presets": [ + [ + "@vue/app", + { + "polyfills": ["es.promise", "es.symbol"], + } + ] + ] +} diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.env b/.env new file mode 100644 index 0000000..4254c8d --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +VUE_APP_I18N_LOCALE=en +VUE_APP_I18N_FALLBACK_LOCALE=en +VUE_APP_MODBUS_API=http://192.168.0.81:8182 \ No newline at end of file diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..b94e9b0 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,12 @@ +{ + "root": true, + "extends": [ + "plugin:vue/essential" + ], + "env": { + "amd": true + }, + "rules": { + "vue/multi-word-component-names": "off" + } +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aa70f3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Auto detect text files and perform LF normalization +*.scss linguist-language=Vue +*.css linguist-language=Vue + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8cf697c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +node_modules/ +package-lock.json +yarn.lock +npm-debug.log +.idea/ +dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e21562e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Change Log + +## [1.1.2] 2022-01-10 + +- Update dependencies and devDependencies +- Migration from `node-sass` to `sass` + +## [1.1.1] 2020-06-26 + +- Package updates + +## [1.1.0] 2019-02-12 + +- Package updates +- Add pwa support +- Improve accessibility +- Cleanups & other minor UI improvements +- Improve bundle size + +## [1.0.1] 2018-12-03 + +### Minor updates + +- Upgrade packages +- Change sidebar gradient colors (more pleasant) +- Make links "bolder" in the sidebar so they are more readable +- Improve bundle size, add vue-router prefetch +- Add pwa support + +## [1.0.0] 2018-10-14 + +### Stable Original Release diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b221589 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +* Fork the repository +* Clone it on your PC +* `npm install` or `yarn install` +* Make changes, commit open PR + +### Notes +* Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives + +This project uses [vue-cli 3](https://github.com/vuejs/vue-cli). diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1506ec8 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ + + + diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..9896a74 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Creative Tim (https://www.creative-tim.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..df473b7 --- /dev/null +++ b/README.md @@ -0,0 +1,211 @@ +# [Vue-Black Dashboard](https://demos.creative-tim.com/vue-black-dashboard) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=Black%20Dashboard%20by%20Creative%20Tim&url=https%3A%2F%2Fdemos.creative-tim.com%2Fblack-dashboard%2Fexamples%2Fdashboard.html&via=CreativeTim) + + + ![version](https://img.shields.io/badge/version-1.1.2-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard/issues.svg?maxAge=2592000)](https://github.com/creativetimofficial/black-dashboard/issues/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard/issues.svg?maxAge=2592000)](https://github.com/creativetimofficial/black-dashboard/issues/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) + + +![Product Gif](https://github.com/creativetimofficial/vue-black-dashboard/blob/live-demo/src/assets/demo/product-gif.gif?raw=true) + +**Vue Black Dashboard** is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics. + +**Vue Black Dashboard** comes packed with all plugins that you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful. + +Vue Black Dashboard features over 16 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code because all elements are implemented. +We thought about everything, so this dashboard comes with 2 versions, Dark Mode and Light Mode. + +We are very excited to share this dashboard with you and we look forward to hearing your feedback! + + +## Table of Contents + + +* [Demo](#demo) +* [Quick Start](#quick-start) +* [Documentation](#documentation) +* [File Structure](#file-structure) +* [Browser Support](#browser-support) +* [Resources](#resources) +* [Reporting Issues](#reporting-issues) +* [Technical Support or Questions](#technical-support-or-questions) +* [Licensing](#licensing) +* [Useful Links](#useful-links) + + +## Demo + +- [Start page](https://demos.creative-tim.com/vue-black-dashboard) +- [User profile page](https://demos.creative-tim.com/vue-black-dashboard/#/profile) +- [Tables page ](https://demos.creative-tim.com/vue-black-dashboard/#/table-list) +- [Maps Page](https://demos.creative-tim.com/vue-black-dashboard/#/maps) +- [Notifications page](https://demos.creative-tim.com//vue-black-dashboard/#/notifications) + +[View More](https://demos.creative-tim.com/vue-black-dashboard). + + +## Quick start + +- Clone the repo: `git clone https://github.com/creativetimofficial/vue-black-dashboard.git`. +- [Download from Github](https://github.com/creativetimofficial/vue-black-dashboard/archive/master.zip). +- [Download from Creative Tim](https://www.creative-tim.com/product/vue-black-dashboard). + + +## Documentation +The documentation for the Vue Black Dashboard is hosted at our [website](https://demos.creative-tim.com/vue-black-dashboard/documentation). + + +## File Structure +Within the download you'll find the following directories and files: + +``` +|-- Vue Black Dashboard + |-- .babelrc + |-- .env + |-- .eslintrc + |-- .gitattributes + |-- .gitignore + |-- CHANGELOG.md + |-- CONTRIBUTING.md + |-- LICENSE.md + |-- README.md + |-- package.json + |-- vue.config.js + |-- src + |-- App.vue + |-- i18n.js + |-- main.js + |-- assets + | |-- css + | | |-- nucleo-icons.css + | |-- demo + | | |-- demo.css + | |-- fonts + | | |-- nucleo.eot + | | |-- nucleo.ttf + | | |-- nucleo.woff + | | |-- nucleo.woff2 + | |-- sass + | |-- black-dashboard.scss + | |-- black-dashboard + | |-- bootstrap + | |-- custom + | |-- plugins + |-- components + | |-- BaseAlert.vue + | |-- BaseButton.vue + | |-- BaseCheckbox.vue + | |-- BaseDropdown.vue + | |-- BaseNav.vue + | |-- BaseTable.vue + | |-- CloseButton.vue + | |-- Modal.vue + | |-- NavbarToggleButton.vue + | |-- index.js + | |-- Cards + | | |-- Card.vue + | | |-- StatsCard.vue + | |-- Charts + | | |-- BarChart.js + | | |-- LineChart.js + | | |-- config.js + | | |-- utils.js + | |-- Inputs + | | |-- BaseInput.vue + | |-- NotificationPlugin + | | |-- Notification.vue + | | |-- Notifications.vue + | | |-- index.js + | |-- SidebarPlugin + | |-- SideBar.vue + | |-- SidebarLink.vue + | |-- index.js + |-- directives + | |-- click-ouside.js + |-- layout + | |-- dashboard + | |-- Content.vue + | |-- ContentFooter.vue + | |-- DashboardLayout.vue + | |-- MobileMenu.vue + | |-- SidebarSharePlugin.vue + | |-- TopNavbar.vue + |-- locales + | |-- ar.json + | |-- en.json + |-- pages + | |-- Dashboard.vue + | |-- Icons.vue + | |-- Maps.vue + | |-- NotFoundPage.vue + | |-- Notifications.vue + | |-- Profile.vue + | |-- TableList.vue + | |-- Typography.vue + | |-- Dashboard + | | |-- TaskList.vue + | | |-- UserTable.vue + | |-- Notifications + | | |-- NotificationTemplate.vue + | |-- Profile + | |-- EditProfileForm.vue + | |-- UserCard.vue + |-- plugins + | |-- RTLPlugin.js + | |-- blackDashboard.js + | |-- globalComponents.js + | |-- globalDirectives.js + | |-- liveDemo.js + |-- router + |-- index.js + |-- routes.js + +``` + + +## Browser Support + +At present, we officially aim to support the last two versions of the following browsers: + + + + + +## Reporting Issues + +We use GitHub Issues as the official bug tracker for the Vue Black Dashboard. Here are some advices for our users that want to report an issue: + +1. Make sure that you are using the latest version of the Vue Black Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/). +2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed. +3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help. + + +## Technical Support or Questions + +If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us) instead of opening an issue. + + +## Licensing + +- Copyright 2023 Creative Tim (https://www.creative-tim.com/) + +- Licensed under MIT (https://github.com/creativetimofficial/vue-black-dashboard/issues/blob/master/LICENSE.md) + + + +## Useful Links + +- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim +- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w) +- [Freebies](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim +- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money) + +##### Social Media + +Twitter: + +Facebook: + +Dribbble: + +Google+: + +Instagram: diff --git a/intelij.webpack.js b/intelij.webpack.js new file mode 100644 index 0000000..2f49f38 --- /dev/null +++ b/intelij.webpack.js @@ -0,0 +1,12 @@ +// This configuration file is not used anywhere in the code, it's a hack to handle InteliJ relative path imports +// Keep in sync with actual webpack aliases + +const path = require('path'); + +module.exports = { + resolve: { + alias: { + '@': path.resolve(__dirname, 'src') + } + } +}; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4df7168 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,17030 @@ +{ + "name": "vue-black-dashboard", + "version": "1.1.2", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "vue-black-dashboard", + "version": "1.1.2", + "dependencies": { + "chart.js": "^2.9.3", + "eslint-plugin-vue": "^9.8.0", + "register-service-worker": "^1.7.2", + "vue": "^2.7.14", + "vue-chartjs": "3.5.1", + "vue-i18n": "^8.18.2", + "vue-router": "3.6.5", + "vue-router-prefetch": "^1.6.3", + "vue2-transitions": "^0.3.0" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "4.5.19", + "@vue/cli-plugin-eslint": "4.5.19", + "@vue/cli-plugin-pwa": "4.5.19", + "@vue/cli-service": "4.5.19", + "sass": "1.56.2", + "sass-loader": "10.2.0", + "vue-cli-plugin-i18n": "2.3.1", + "vue-template-compiler": "2.7.14" + } + }, + "node_modules/@achrinza/node-ipc": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz", + "integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==", + "dev": true, + "dependencies": { + "@node-ipc/js-queue": "2.0.3", + "event-pubsub": "4.3.0", + "js-message": "1.0.7" + }, + "engines": { + "node": "8 || 10 || 12 || 14 || 16 || 17" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "dependencies": { + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz", + "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz", + "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.2", + "@babel/parser": "^7.23.3", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.3", + "@babel/types": "^7.23.3", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz", + "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.23.3", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.15", + "browserslist": "^4.21.9", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "regexpu-core": "^5.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz", + "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.22.5", + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz", + "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.2", + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz", + "integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", + "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", + "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.23.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz", + "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-decorators": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.3.tgz", + "integrity": "sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/plugin-syntax-decorators": "^7.23.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-decorators": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz", + "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", + "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", + "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", + "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz", + "integrity": "sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.20", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", + "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", + "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz", + "integrity": "sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", + "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz", + "integrity": "sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz", + "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", + "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/template": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", + "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", + "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", + "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz", + "integrity": "sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", + "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.3.tgz", + "integrity": "sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz", + "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", + "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.3.tgz", + "integrity": "sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", + "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.3.tgz", + "integrity": "sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", + "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", + "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", + "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz", + "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", + "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", + "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.3.tgz", + "integrity": "sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.3.tgz", + "integrity": "sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.3.tgz", + "integrity": "sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.23.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", + "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.3.tgz", + "integrity": "sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz", + "integrity": "sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", + "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", + "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz", + "integrity": "sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", + "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", + "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", + "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz", + "integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", + "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", + "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", + "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", + "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", + "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", + "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", + "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", + "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", + "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz", + "integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-attributes": "^7.23.3", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.23.3", + "@babel/plugin-transform-async-generator-functions": "^7.23.3", + "@babel/plugin-transform-async-to-generator": "^7.23.3", + "@babel/plugin-transform-block-scoped-functions": "^7.23.3", + "@babel/plugin-transform-block-scoping": "^7.23.3", + "@babel/plugin-transform-class-properties": "^7.23.3", + "@babel/plugin-transform-class-static-block": "^7.23.3", + "@babel/plugin-transform-classes": "^7.23.3", + "@babel/plugin-transform-computed-properties": "^7.23.3", + "@babel/plugin-transform-destructuring": "^7.23.3", + "@babel/plugin-transform-dotall-regex": "^7.23.3", + "@babel/plugin-transform-duplicate-keys": "^7.23.3", + "@babel/plugin-transform-dynamic-import": "^7.23.3", + "@babel/plugin-transform-exponentiation-operator": "^7.23.3", + "@babel/plugin-transform-export-namespace-from": "^7.23.3", + "@babel/plugin-transform-for-of": "^7.23.3", + "@babel/plugin-transform-function-name": "^7.23.3", + "@babel/plugin-transform-json-strings": "^7.23.3", + "@babel/plugin-transform-literals": "^7.23.3", + "@babel/plugin-transform-logical-assignment-operators": "^7.23.3", + "@babel/plugin-transform-member-expression-literals": "^7.23.3", + "@babel/plugin-transform-modules-amd": "^7.23.3", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-modules-systemjs": "^7.23.3", + "@babel/plugin-transform-modules-umd": "^7.23.3", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", + "@babel/plugin-transform-new-target": "^7.23.3", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3", + "@babel/plugin-transform-numeric-separator": "^7.23.3", + "@babel/plugin-transform-object-rest-spread": "^7.23.3", + "@babel/plugin-transform-object-super": "^7.23.3", + "@babel/plugin-transform-optional-catch-binding": "^7.23.3", + "@babel/plugin-transform-optional-chaining": "^7.23.3", + "@babel/plugin-transform-parameters": "^7.23.3", + "@babel/plugin-transform-private-methods": "^7.23.3", + "@babel/plugin-transform-private-property-in-object": "^7.23.3", + "@babel/plugin-transform-property-literals": "^7.23.3", + "@babel/plugin-transform-regenerator": "^7.23.3", + "@babel/plugin-transform-reserved-words": "^7.23.3", + "@babel/plugin-transform-shorthand-properties": "^7.23.3", + "@babel/plugin-transform-spread": "^7.23.3", + "@babel/plugin-transform-sticky-regex": "^7.23.3", + "@babel/plugin-transform-template-literals": "^7.23.3", + "@babel/plugin-transform-typeof-symbol": "^7.23.3", + "@babel/plugin-transform-unicode-escapes": "^7.23.3", + "@babel/plugin-transform-unicode-property-regex": "^7.23.3", + "@babel/plugin-transform-unicode-regex": "^7.23.3", + "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true + }, + "node_modules/@babel/runtime": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", + "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz", + "integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.3", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.3", + "@babel/types": "^7.23.3", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz", + "integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==", + "deprecated": "Moved to 'npm install @sideway/address'", + "dev": true + }, + "node_modules/@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==", + "deprecated": "This version has been deprecated and is no longer supported or maintained", + "dev": true + }, + "node_modules/@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==", + "deprecated": "This version has been deprecated and is no longer supported or maintained", + "dev": true + }, + "node_modules/@hapi/joi": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", + "deprecated": "Switch to 'npm install joi'", + "dev": true, + "dependencies": { + "@hapi/address": "2.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", + "@hapi/topo": "3.x.x" + } + }, + "node_modules/@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "deprecated": "This version has been deprecated and is no longer supported or maintained", + "dev": true, + "dependencies": { + "@hapi/hoek": "^8.3.0" + } + }, + "node_modules/@intervolga/optimize-cssnano-plugin": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz", + "integrity": "sha512-zN69TnSr0viRSU6cEDIcuPcP67QcpQ6uHACg58FiN9PDrU6SLyGW3MR4tiISbYxy1kDWAVPwD+XwQTWE5cigAA==", + "dev": true, + "dependencies": { + "cssnano": "^4.0.0", + "cssnano-preset-default": "^4.0.0", + "postcss": "^7.0.0" + }, + "peerDependencies": { + "webpack": "^4.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "dev": true, + "dependencies": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@node-ipc/js-queue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz", + "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==", + "dev": true, + "dependencies": { + "easy-stack": "1.0.1" + }, + "engines": { + "node": ">=1.0.0" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz", + "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==", + "dev": true, + "dependencies": { + "chalk": "^3.0.0", + "error-stack-parser": "^2.0.6", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8.0.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/get-current-script": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@soda/get-current-script/-/get-current-script-1.0.2.tgz", + "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==", + "dev": true + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "dev": true, + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/chart.js": { + "version": "2.9.40", + "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.40.tgz", + "integrity": "sha512-ApIH2LIDXzKTNtG4oTMmn2CIII6lvRvxyKnmLb1zYFlwXtE4lTOb2ywgXQJYVuhgWpqaCSHSYOlzO+5gs6hL+A==", + "dependencies": { + "moment": "^2.10.2" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.3.tgz", + "integrity": "sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==", + "dev": true, + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "dev": true, + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.41", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", + "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dev": true, + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true + }, + "node_modules/@types/http-proxy": { + "version": "1.17.14", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true + }, + "node_modules/@types/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true + }, + "node_modules/@types/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", + "dev": true + }, + "node_modules/@types/node": { + "version": "20.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", + "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/normalize-package-data": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", + "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", + "dev": true + }, + "node_modules/@types/q": { + "version": "1.5.8", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz", + "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==", + "dev": true + }, + "node_modules/@types/qs": { + "version": "6.9.10", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz", + "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==", + "dev": true + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", + "dev": true, + "dependencies": { + "@types/http-errors": "*", + "@types/mime": "*", + "@types/node": "*" + } + }, + "node_modules/@types/source-list-map": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.5.tgz", + "integrity": "sha512-cHBTLeIGIREJx839cDfMLKWao+FaJOlaPz4mnFHXUzShS8sXhzw6irhvIpYvp28TbTmTeAt3v+QgHMANsGbQtA==", + "dev": true + }, + "node_modules/@types/tapable": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.11.tgz", + "integrity": "sha512-R3ltemSqZ/TKOBeyy+GBfZCLX3AYpxqarIbUMNe7+lxdazJp4iWLFpmjgBeZoRiKrWNImer1oWOlG2sDR6vGaw==", + "dev": true + }, + "node_modules/@types/uglify-js": { + "version": "3.17.4", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.4.tgz", + "integrity": "sha512-Hm/T0kV3ywpJyMGNbsItdivRhYNCQQf1IIsYsXnoVPES4t+FMLyDe0/K+Ea7ahWtMtSNb22ZdY7MIyoD9rqARg==", + "dev": true, + "dependencies": { + "source-map": "^0.6.1" + } + }, + "node_modules/@types/webpack": { + "version": "4.41.36", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.36.tgz", + "integrity": "sha512-pF+DVW1pMLmgsPXqJr5QimdxIzOhe8oGKB98gdqAm0egKBy1lOLD5mRxbYboMQRkpYcG7BYcpqYblpKyvE7vhQ==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/tapable": "^1", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "anymatch": "^3.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/@types/webpack-dev-server": { + "version": "3.11.6", + "resolved": "https://registry.npmjs.org/@types/webpack-dev-server/-/webpack-dev-server-3.11.6.tgz", + "integrity": "sha512-XCph0RiiqFGetukCTC3KVnY1jwLcZ84illFRMbyFzCcWl90B/76ew0tSqF46oBhnLC4obNDG7dMO0JfTN0MgMQ==", + "dev": true, + "dependencies": { + "@types/connect-history-api-fallback": "*", + "@types/express": "*", + "@types/serve-static": "*", + "@types/webpack": "^4", + "http-proxy-middleware": "^1.0.0" + } + }, + "node_modules/@types/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" + } + }, + "node_modules/@types/webpack-sources/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@vue/babel-helper-vue-jsx-merge-props": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz", + "integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==", + "dev": true + }, + "node_modules/@vue/babel-helper-vue-transform-on": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz", + "integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==", + "dev": true + }, + "node_modules/@vue/babel-plugin-jsx": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz", + "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.5", + "@babel/types": "^7.22.5", + "@vue/babel-helper-vue-transform-on": "^1.1.5", + "camelcase": "^6.3.0", + "html-tags": "^3.3.1", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-plugin-transform-vue-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz", + "integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "html-tags": "^2.0.0", + "lodash.kebabcase": "^4.1.1", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vue/babel-preset-app": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.5.19.tgz", + "integrity": "sha512-VCNRiAt2P/bLo09rYt3DLe6xXUMlhJwrvU18Ddd/lYJgC7s8+wvhgYs+MTx4OiAXdu58drGwSBO9SPx7C6J82Q==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.0", + "@babel/helper-compilation-targets": "^7.9.6", + "@babel/helper-module-imports": "^7.8.3", + "@babel/plugin-proposal-class-properties": "^7.8.3", + "@babel/plugin-proposal-decorators": "^7.8.3", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.11.0", + "@babel/preset-env": "^7.11.0", + "@babel/runtime": "^7.11.0", + "@vue/babel-plugin-jsx": "^1.0.3", + "@vue/babel-preset-jsx": "^1.2.4", + "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.6.5", + "core-js-compat": "^3.6.5", + "semver": "^6.1.0" + }, + "peerDependencies": { + "@babel/core": "*", + "core-js": "^3", + "vue": "^2 || ^3.0.0-0" + }, + "peerDependenciesMeta": { + "core-js": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, + "node_modules/@vue/babel-preset-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz", + "integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==", + "dev": true, + "dependencies": { + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "@vue/babel-sugar-composition-api-inject-h": "^1.4.0", + "@vue/babel-sugar-composition-api-render-instance": "^1.4.0", + "@vue/babel-sugar-functional-vue": "^1.4.0", + "@vue/babel-sugar-inject-h": "^1.4.0", + "@vue/babel-sugar-v-model": "^1.4.0", + "@vue/babel-sugar-v-on": "^1.4.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0", + "vue": "*" + }, + "peerDependenciesMeta": { + "vue": { + "optional": true + } + } + }, + "node_modules/@vue/babel-sugar-composition-api-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz", + "integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-composition-api-render-instance": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz", + "integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-functional-vue": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz", + "integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz", + "integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-model": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz", + "integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0", + "html-tags": "^2.0.0", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-model/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@vue/babel-sugar-v-model/node_modules/html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vue/babel-sugar-v-on": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz", + "integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-on/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@vue/cli-overlay": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-4.5.19.tgz", + "integrity": "sha512-GdxvNSmOw7NHIazCO8gTK+xZbaOmScTtxj6eHVeMbYpDYVPJ+th3VMLWNpw/b6uOjwzzcyKlA5dRQ1DAb+gF/g==", + "dev": true + }, + "node_modules/@vue/cli-plugin-babel": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.19.tgz", + "integrity": "sha512-8ebXzaMW9KNTMAN6+DzkhFsjty1ieqT7hIW5Lbk4v30Qhfjkms7lBWyXPGkoq+wAikXFa1Gnam2xmWOBqDDvWg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.0", + "@vue/babel-preset-app": "^4.5.19", + "@vue/cli-shared-utils": "^4.5.19", + "babel-loader": "^8.1.0", + "cache-loader": "^4.1.0", + "thread-loader": "^2.1.3", + "webpack": "^4.0.0" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-eslint": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.19.tgz", + "integrity": "sha512-53sa4Pu9j5KajesFlj494CcO8vVo3e3nnZ1CCKjGGnrF90id1rUeepcFfz5XjwfEtbJZp2x/NoX/EZE6zCzSFQ==", + "dev": true, + "dependencies": { + "@vue/cli-shared-utils": "^4.5.19", + "eslint-loader": "^2.2.1", + "globby": "^9.2.0", + "inquirer": "^7.1.0", + "webpack": "^4.0.0", + "yorkie": "^2.0.0" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0-0", + "eslint": ">= 1.6.0 < 7.0.0" + } + }, + "node_modules/@vue/cli-plugin-pwa": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-pwa/-/cli-plugin-pwa-4.5.19.tgz", + "integrity": "sha512-3WLmI+ky1xejrvBK6mPiu3du16iZDOF/OHV0EDgdwuBPmmg6w4TvV0Ho4iWMK+BWY68qxIadhqX23JvFfFLvOg==", + "dev": true, + "dependencies": { + "@vue/cli-shared-utils": "^4.5.19", + "webpack": "^4.0.0", + "workbox-webpack-plugin": "^4.3.1" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-router": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.5.19.tgz", + "integrity": "sha512-3icGzH1IbVYmMMsOwYa0lal/gtvZLebFXdE5hcQJo2mnTwngXGMTyYAzL56EgHBPjbMmRpyj6Iw9k4aVInVX6A==", + "dev": true, + "dependencies": { + "@vue/cli-shared-utils": "^4.5.19" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-vuex": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.19.tgz", + "integrity": "sha512-DUmfdkG3pCdkP7Iznd87RfE9Qm42mgp2hcrNcYQYSru1W1gX2dG/JcW8bxmeGSa06lsxi9LEIc/QD1yPajSCZw==", + "dev": true, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0-0" + } + }, + "node_modules/@vue/cli-service": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-service/-/cli-service-4.5.19.tgz", + "integrity": "sha512-+Wpvj8fMTCt9ZPOLu5YaLkFCQmB4MrZ26aRmhhKiCQ/4PMoL6mLezfqdt6c+m2htM+1WV5RunRo+0WHl2DfwZA==", + "dev": true, + "dependencies": { + "@intervolga/optimize-cssnano-plugin": "^1.0.5", + "@soda/friendly-errors-webpack-plugin": "^1.7.1", + "@soda/get-current-script": "^1.0.0", + "@types/minimist": "^1.2.0", + "@types/webpack": "^4.0.0", + "@types/webpack-dev-server": "^3.11.0", + "@vue/cli-overlay": "^4.5.19", + "@vue/cli-plugin-router": "^4.5.19", + "@vue/cli-plugin-vuex": "^4.5.19", + "@vue/cli-shared-utils": "^4.5.19", + "@vue/component-compiler-utils": "^3.1.2", + "@vue/preload-webpack-plugin": "^1.1.0", + "@vue/web-component-wrapper": "^1.2.0", + "acorn": "^7.4.0", + "acorn-walk": "^7.1.1", + "address": "^1.1.2", + "autoprefixer": "^9.8.6", + "browserslist": "^4.12.0", + "cache-loader": "^4.1.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "cli-highlight": "^2.1.4", + "clipboardy": "^2.3.0", + "cliui": "^6.0.0", + "copy-webpack-plugin": "^5.1.1", + "css-loader": "^3.5.3", + "cssnano": "^4.1.10", + "debug": "^4.1.1", + "default-gateway": "^5.0.5", + "dotenv": "^8.2.0", + "dotenv-expand": "^5.1.0", + "file-loader": "^4.2.0", + "fs-extra": "^7.0.1", + "globby": "^9.2.0", + "hash-sum": "^2.0.0", + "html-webpack-plugin": "^3.2.0", + "launch-editor-middleware": "^2.2.1", + "lodash.defaultsdeep": "^4.6.1", + "lodash.mapvalues": "^4.6.0", + "lodash.transform": "^4.6.0", + "mini-css-extract-plugin": "^0.9.0", + "minimist": "^1.2.5", + "pnp-webpack-plugin": "^1.6.4", + "portfinder": "^1.0.26", + "postcss-loader": "^3.0.0", + "ssri": "^8.0.1", + "terser-webpack-plugin": "^1.4.4", + "thread-loader": "^2.1.3", + "url-loader": "^2.2.0", + "vue-loader": "^15.9.2", + "vue-style-loader": "^4.1.2", + "webpack": "^4.0.0", + "webpack-bundle-analyzer": "^3.8.0", + "webpack-chain": "^6.4.0", + "webpack-dev-server": "^3.11.0", + "webpack-merge": "^4.2.2" + }, + "bin": { + "vue-cli-service": "bin/vue-cli-service.js" + }, + "engines": { + "node": ">=8" + }, + "optionalDependencies": { + "vue-loader-v16": "npm:vue-loader@^16.1.0" + }, + "peerDependencies": { + "@vue/compiler-sfc": "^3.0.0-beta.14", + "vue-template-compiler": "^2.0.0" + }, + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + }, + "less-loader": { + "optional": true + }, + "pug-plain-loader": { + "optional": true + }, + "raw-loader": { + "optional": true + }, + "sass-loader": { + "optional": true + }, + "stylus-loader": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } + } + }, + "node_modules/@vue/cli-shared-utils": { + "version": "4.5.19", + "resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.5.19.tgz", + "integrity": "sha512-JYpdsrC/d9elerKxbEUtmSSU6QRM60rirVubOewECHkBHj+tLNznWq/EhCjswywtePyLaMUK25eTqnTSZlEE+g==", + "dev": true, + "dependencies": { + "@achrinza/node-ipc": "9.2.2", + "@hapi/joi": "^15.0.1", + "chalk": "^2.4.2", + "execa": "^1.0.0", + "launch-editor": "^2.2.1", + "lru-cache": "^5.1.1", + "open": "^6.3.0", + "ora": "^3.4.0", + "read-pkg": "^5.1.1", + "request": "^2.88.2", + "semver": "^6.1.0", + "strip-ansi": "^6.0.0" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.9.tgz", + "integrity": "sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.9.tgz", + "integrity": "sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.9.tgz", + "integrity": "sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/compiler-dom": "3.3.9", + "@vue/compiler-ssr": "3.3.9", + "@vue/reactivity-transform": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5", + "postcss": "^8.4.31", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-sfc/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/@vue/compiler-sfc/node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "optional": true, + "peer": true, + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.9.tgz", + "integrity": "sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@vue/compiler-dom": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/component-compiler-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", + "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==", + "dev": true, + "dependencies": { + "consolidate": "^0.15.1", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.2", + "merge-source-map": "^1.1.0", + "postcss": "^7.0.36", + "postcss-selector-parser": "^6.0.2", + "source-map": "~0.6.1", + "vue-template-es2015-compiler": "^1.9.0" + }, + "optionalDependencies": { + "prettier": "^1.18.2 || ^2.0.0" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/@vue/component-compiler-utils/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + }, + "node_modules/@vue/preload-webpack-plugin": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz", + "integrity": "sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==", + "dev": true, + "engines": { + "node": ">=6.0.0" + }, + "peerDependencies": { + "html-webpack-plugin": ">=2.26.0", + "webpack": ">=4.0.0" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.9.tgz", + "integrity": "sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5" + } + }, + "node_modules/@vue/shared": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.9.tgz", + "integrity": "sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/@vue/web-component-wrapper": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz", + "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==", + "dev": true + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, + "dependencies": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "dev": true, + "dependencies": { + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "node_modules/@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "dev": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "dev": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" + } + }, + "node_modules/@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/address": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "dev": true, + "peerDependencies": { + "ajv": ">=5.0.0" + } + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==", + "dev": true + }, + "node_modules/ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "node_modules/arch": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "is-array-buffer": "^3.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array.prototype.reduce": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", + "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", + "is-array-buffer": "^3.0.2", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dev": true, + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dev": true, + "dependencies": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/assert": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.1.tgz", + "integrity": "sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.4", + "util": "^0.10.4" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/assert/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/assert/node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, + "dependencies": { + "inherits": "2.0.3" + } + }, + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/astral-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", + "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/async-each": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", + "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "dev": true + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true, + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/autoprefixer": { + "version": "9.8.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", + "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", + "dev": true, + "dependencies": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "picocolors": "^0.2.1", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", + "dev": true + }, + "node_modules/babel-extract-comments": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz", + "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==", + "dev": true, + "dependencies": { + "babylon": "^6.18.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz", + "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.4.3", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz", + "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.3", + "core-js-compat": "^3.33.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz", + "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.3" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-syntax-object-rest-spread": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz", + "integrity": "sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==", + "dev": true + }, + "node_modules/babel-plugin-transform-object-rest-spread": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", + "integrity": "sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==", + "dev": true, + "dependencies": { + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" + } + }, + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", + "dev": true, + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "node_modules/babel-runtime/node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "dev": true, + "hasInstallScript": true + }, + "node_modules/babel-runtime/node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true + }, + "node_modules/babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", + "dev": true, + "bin": { + "babylon": "bin/babylon.js" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dev": true, + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/bfj": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-6.1.2.tgz", + "integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==", + "dev": true, + "dependencies": { + "bluebird": "^3.5.5", + "check-types": "^8.0.3", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true + }, + "node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==", + "dev": true, + "dependencies": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "node_modules/bonjour/node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/braces/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/braces/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", + "dev": true + }, + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, + "dependencies": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "node_modules/browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "dependencies": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "node_modules/browserify-sign": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", + "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", + "dev": true, + "dependencies": { + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.4", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.6", + "readable-stream": "^3.6.2", + "safe-buffer": "^5.2.1" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/browserify-sign/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/browserify-sign/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "dependencies": { + "pako": "~1.0.5" + } + }, + "node_modules/browserslist": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, + "dependencies": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", + "dev": true + }, + "node_modules/buffer-json": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-json/-/buffer-json-2.0.0.tgz", + "integrity": "sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw==", + "dev": true + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", + "dev": true + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "dev": true, + "dependencies": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "node_modules/cacache/node_modules/ssri": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", + "dev": true, + "dependencies": { + "figgy-pudding": "^3.5.1" + } + }, + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cache-loader": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cache-loader/-/cache-loader-4.1.0.tgz", + "integrity": "sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw==", + "dev": true, + "dependencies": { + "buffer-json": "^2.0.0", + "find-cache-dir": "^3.0.0", + "loader-utils": "^1.2.3", + "mkdirp": "^0.5.1", + "neo-async": "^2.6.1", + "schema-utils": "^2.0.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "peerDependencies": { + "webpack": "^4.0.0" + } + }, + "node_modules/cache-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/cache-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "dev": true + }, + "node_modules/caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==", + "dev": true, + "dependencies": { + "callsites": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==", + "dev": true, + "dependencies": { + "caller-callsite": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/camel-case": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", + "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==", + "dev": true, + "dependencies": { + "no-case": "^2.2.0", + "upper-case": "^1.1.1" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001563", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz", + "integrity": "sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "dev": true + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + }, + "node_modules/chart.js": { + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz", + "integrity": "sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==", + "dependencies": { + "chartjs-color": "^2.1.0", + "moment": "^2.10.2" + } + }, + "node_modules/chartjs-color": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.4.1.tgz", + "integrity": "sha512-haqOg1+Yebys/Ts/9bLo/BqUcONQOdr/hoEr2LLTRl6C5LXctUdHxsCYfvQVg5JIxITrfCNUDr4ntqmQk9+/0w==", + "dependencies": { + "chartjs-color-string": "^0.6.0", + "color-convert": "^1.9.3" + } + }, + "node_modules/chartjs-color-string": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz", + "integrity": "sha512-TIB5OKn1hPJvO7JcteW4WY/63v6KwEdt6udfnDE9iCAZgy+V4SrbSxoIbTw/xkUIapjEI4ExGtD0+6D3KyFd7A==", + "dependencies": { + "color-name": "^1.0.0" + } + }, + "node_modules/check-types": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-8.0.3.tgz", + "integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==", + "dev": true + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar/node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chokidar/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/chokidar/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "dev": true + }, + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.11.tgz", + "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "highlight.js": "^10.7.1", + "mz": "^2.4.0", + "parse5": "^5.1.1", + "parse5-htmlparser2-tree-adapter": "^6.0.0", + "yargs": "^16.0.0" + }, + "bin": { + "highlight": "bin/highlight" + }, + "engines": { + "node": ">=8.0.0", + "npm": ">=5.0.0" + } + }, + "node_modules/cli-highlight/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/cli-highlight/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/cli-highlight/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/cli-highlight/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.1.tgz", + "integrity": "sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-table3": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz", + "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==", + "dev": true, + "dependencies": { + "object-assign": "^4.1.0", + "string-width": "^2.1.1" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { + "colors": "^1.1.2" + } + }, + "node_modules/cli-table3/node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-table3/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-table3/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-table3/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "dependencies": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "dev": true, + "dependencies": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dev": true, + "dependencies": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", + "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.3", + "color-string": "^1.6.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-convert/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "dev": true, + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "2.17.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", + "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", + "dev": true + }, + "node_modules/common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/component-emitter": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", + "dev": true + }, + "node_modules/consolidate": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.15.1.tgz", + "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==", + "deprecated": "Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog", + "dev": true, + "dependencies": { + "bluebird": "^3.1.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", + "dev": true + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "node_modules/copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "dev": true, + "dependencies": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/copy-webpack-plugin": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz", + "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==", + "dev": true, + "dependencies": { + "cacache": "^12.0.3", + "find-cache-dir": "^2.1.0", + "glob-parent": "^3.1.0", + "globby": "^7.1.1", + "is-glob": "^4.0.1", + "loader-utils": "^1.2.3", + "minimatch": "^3.0.4", + "normalize-path": "^3.0.0", + "p-limit": "^2.2.1", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "webpack-log": "^2.0.0" + }, + "engines": { + "node": ">= 6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g==", + "dev": true, + "dependencies": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/copy-webpack-plugin/node_modules/globby/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/copy-webpack-plugin/node_modules/ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "node_modules/copy-webpack-plugin/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/copy-webpack-plugin/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/copy-webpack-plugin/node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/copy-webpack-plugin/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/copy-webpack-plugin/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/copy-webpack-plugin/node_modules/slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/core-js": { + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", + "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat": { + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.3.tgz", + "integrity": "sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==", + "dev": true, + "dependencies": { + "browserslist": "^4.22.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "dev": true, + "dependencies": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + } + }, + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, + "dependencies": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/cross-spawn/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, + "dependencies": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + }, + "engines": { + "node": "*" + } + }, + "node_modules/css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.1", + "timsort": "^0.3.0" + }, + "engines": { + "node": ">4" + } + }, + "node_modules/css-loader": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/css-loader/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/css-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/css-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", + "dev": true + }, + "node_modules/css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssnano": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.11.tgz", + "integrity": "sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==", + "dev": true, + "dependencies": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.8", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cssnano-preset-default": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz", + "integrity": "sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==", + "dev": true, + "dependencies": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.3", + "postcss-unique-selectors": "^4.0.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cssnano-util-raw-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csso/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "node_modules/csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/cyclist": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.2.tgz", + "integrity": "sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==", + "dev": true + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/deep-equal": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz", + "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==", + "dev": true, + "dependencies": { + "is-arguments": "^1.1.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.5.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "peer": true + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-gateway": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-5.0.5.tgz", + "integrity": "sha512-z2RnruVmj8hVMmAnEJMTIJNijhKCDiGjbLP+BHJFOT7ld3Bo5qcIBpVYDniqhbMIIf+jZDlkP2MkPXiQy/DBLA==", + "dev": true, + "dependencies": { + "execa": "^3.3.0" + }, + "engines": { + "node": "^8.12.0 || >=9.7.0" + } + }, + "node_modules/default-gateway/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/default-gateway/node_modules/execa": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", + "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "p-finally": "^2.0.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": "^8.12.0 || >=9.7.0" + } + }, + "node_modules/default-gateway/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-gateway/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-gateway/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/p-finally": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "dev": true, + "dependencies": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/del/node_modules/globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", + "dev": true, + "dependencies": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del/node_modules/globby/node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/des.js": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", + "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "dev": true, + "dependencies": { + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "node_modules/dns-packet": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz", + "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", + "dev": true, + "dependencies": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==", + "dev": true, + "dependencies": { + "buffer-indexof": "^1.0.0" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "peer": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "dependencies": { + "utila": "~0.4" + } + }, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true, + "engines": { + "node": ">=0.4", + "npm": ">=1.2" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dot-object": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/dot-object/-/dot-object-1.9.0.tgz", + "integrity": "sha512-7MPN6y7XhAO4vM4eguj5+5HNKLjJYfkVG1ZR1Aput4Q4TR6SYeSjhpVQ77IzJHoSHffKbDxBC+48aCiiRurDPw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "glob": "^7.1.4" + }, + "bin": { + "dot-object": "bin/dot-object" + } + }, + "node_modules/dot-object/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dot-prop/node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "node_modules/duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + } + }, + "node_modules/easy-stack": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz", + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dev": true, + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "node_modules/ejs": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==", + "dev": true, + "hasInstallScript": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.588", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.588.tgz", + "integrity": "sha512-soytjxwbgcCu7nh5Pf4S2/4wa6UIu+A3p03U2yVr53qGxi1/VTR3ENI+p50v+UxqqZAfl48j3z55ud7VHIOr9w==", + "dev": true + }, + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/enhanced-resolve/node_modules/memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "dev": true, + "dependencies": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "dev": true, + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-abstract": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", + "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "arraybuffer.prototype.slice": "^1.0.2", + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.5", + "es-set-tostringtag": "^2.0.1", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.2", + "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0", + "internal-slot": "^1.0.5", + "is-array-buffer": "^3.0.2", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.12", + "is-weakref": "^1.0.2", + "object-inspect": "^1.13.1", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "safe-array-concat": "^1.0.1", + "safe-regex-test": "^1.0.0", + "string.prototype.trim": "^1.2.8", + "string.prototype.trimend": "^1.0.7", + "string.prototype.trimstart": "^1.0.7", + "typed-array-buffer": "^1.0.0", + "typed-array-byte-length": "^1.0.0", + "typed-array-byte-offset": "^1.0.0", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "dev": true + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz", + "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.2", + "has-tostringtag": "^1.0.0", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", + "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", + "peer": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "ajv": "^6.10.0", + "chalk": "^2.1.0", + "cross-spawn": "^6.0.5", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^1.4.3", + "eslint-visitor-keys": "^1.1.0", + "espree": "^6.1.2", + "esquery": "^1.0.1", + "esutils": "^2.0.2", + "file-entry-cache": "^5.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.0.0", + "globals": "^12.1.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "inquirer": "^7.0.0", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.14", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.3", + "progress": "^2.0.0", + "regexpp": "^2.0.1", + "semver": "^6.1.2", + "strip-ansi": "^5.2.0", + "strip-json-comments": "^3.0.1", + "table": "^5.2.3", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-loader": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-2.2.1.tgz", + "integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==", + "deprecated": "This loader has been deprecated. Please use eslint-webpack-plugin", + "dev": true, + "dependencies": { + "loader-fs-cache": "^1.0.0", + "loader-utils": "^1.0.2", + "object-assign": "^4.0.1", + "object-hash": "^1.1.4", + "rimraf": "^2.6.1" + }, + "peerDependencies": { + "eslint": ">=1.6.0 <7.0.0", + "webpack": ">=2.0.0 <5.0.0" + } + }, + "node_modules/eslint-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/eslint-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/eslint-plugin-vue": { + "version": "9.18.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.18.1.tgz", + "integrity": "sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==", + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "natural-compare": "^1.4.0", + "nth-check": "^2.1.1", + "postcss-selector-parser": "^6.0.13", + "semver": "^7.5.4", + "vue-eslint-parser": "^9.3.1", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/eslint-plugin-vue/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-plugin-vue/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-plugin-vue/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "peer": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", + "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "peer": true, + "dependencies": { + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "peer": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", + "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "peer": true, + "dependencies": { + "type-fest": "^0.8.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "peer": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "peer": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/esm": { + "version": "3.2.25", + "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", + "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/espree": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", + "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "peer": true, + "dependencies": { + "acorn": "^7.1.1", + "acorn-jsx": "^5.2.0", + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-pubsub": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz", + "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/eventsource": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", + "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==", + "dev": true, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dev": true, + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/expand-brackets/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/expand-brackets/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/express/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dev": true, + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, + "dependencies": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "dev": true, + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-glob": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", + "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", + "dev": true, + "dependencies": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "peer": true + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", + "dev": true + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/file-entry-cache": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", + "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", + "peer": true, + "dependencies": { + "flat-cache": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/file-loader": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.3.0.tgz", + "integrity": "sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==", + "dev": true, + "dependencies": { + "loader-utils": "^1.2.3", + "schema-utils": "^2.5.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "peerDependencies": { + "webpack": "^4.0.0" + } + }, + "node_modules/file-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/file-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, + "node_modules/filesize": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", + "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/flat-cache": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", + "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", + "peer": true, + "dependencies": { + "flatted": "^2.0.0", + "rimraf": "2.6.3", + "write": "1.0.3" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/flat-cache/node_modules/rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "peer": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/flatted": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", + "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", + "peer": true + }, + "node_modules/flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dev": true, + "dependencies": { + "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + } + }, + "node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "peer": true + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "dev": true + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", + "dev": true + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/globby": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz", + "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", + "dev": true, + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^1.0.2", + "dir-glob": "^2.2.2", + "fast-glob": "^2.2.6", + "glob": "^7.1.3", + "ignore": "^4.0.3", + "pify": "^4.0.1", + "slash": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/gzip-size": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", + "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", + "dev": true, + "dependencies": { + "duplexer": "^0.1.1", + "pify": "^4.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", + "dev": true, + "dependencies": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dev": true, + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dev": true, + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/hash-base/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/hash-base/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==", + "dev": true + }, + "node_modules/highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dev": true, + "dependencies": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/hoopy": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", + "dev": true, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==", + "dev": true + }, + "node_modules/hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==", + "dev": true + }, + "node_modules/html-entities": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", + "dev": true + }, + "node_modules/html-minifier": { + "version": "3.5.21", + "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.21.tgz", + "integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==", + "dev": true, + "dependencies": { + "camel-case": "3.0.x", + "clean-css": "4.2.x", + "commander": "2.17.x", + "he": "1.2.x", + "param-case": "2.1.x", + "relateurl": "0.2.x", + "uglify-js": "3.4.x" + }, + "bin": { + "html-minifier": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/html-webpack-plugin": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz", + "integrity": "sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg==", + "deprecated": "3.x is no longer supported", + "dev": true, + "dependencies": { + "html-minifier": "^3.2.3", + "loader-utils": "^0.2.16", + "lodash": "^4.17.3", + "pretty-error": "^2.0.2", + "tapable": "^1.0.0", + "toposort": "^1.0.0", + "util.promisify": "1.0.0" + }, + "engines": { + "node": ">=6.9" + }, + "peerDependencies": { + "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" + } + }, + "node_modules/html-webpack-plugin/node_modules/big.js": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", + "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/html-webpack-plugin/node_modules/emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/html-webpack-plugin/node_modules/json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/html-webpack-plugin/node_modules/loader-utils": { + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", + "integrity": "sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==", + "dev": true, + "dependencies": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" + } + }, + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz", + "integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.5", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/http-proxy-middleware/node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/http-proxy-middleware/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/http-proxy-middleware/node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/http-proxy-middleware/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==", + "dev": true + }, + "node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true, + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.14" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==", + "dev": true + }, + "node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", + "dev": true + }, + "node_modules/import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==", + "dev": true, + "dependencies": { + "import-from": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", + "dev": true, + "dependencies": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==", + "dev": true, + "dependencies": { + "resolve-from": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "dev": true, + "dependencies": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/import-local/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/import-local/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/import-local/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/import-local/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-local/node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==", + "dev": true + }, + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/inquirer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "dev": true, + "dependencies": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/internal-ip/node_modules/default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "dev": true, + "dependencies": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/internal-slot": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz", + "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.2", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ip": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", + "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==", + "dev": true + }, + "node_modules/ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-accessor-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", + "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "dev": true, + "dependencies": { + "ci-info": "^1.5.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==", + "dev": true, + "dependencies": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", + "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "dev": true, + "dependencies": { + "is-path-inside": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "dev": true, + "dependencies": { + "path-is-inside": "^1.0.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "dev": true, + "dependencies": { + "which-typed-array": "^1.1.11" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "node_modules/is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dev": true + }, + "node_modules/javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", + "dev": true + }, + "node_modules/js-message": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz", + "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==", + "dev": true, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", + "dev": true + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stable-stringify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz", + "integrity": "sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "isarray": "^2.0.5", + "jsonify": "^0.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "peer": true + }, + "node_modules/json-stable-stringify/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", + "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/jsprim": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "dev": true, + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", + "dev": true + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/launch-editor": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", + "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, + "node_modules/launch-editor-middleware": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/launch-editor-middleware/-/launch-editor-middleware-2.6.1.tgz", + "integrity": "sha512-Fg/xYhf7ARmRp40n18wIfJyuAMEjXo67Yull7uF7d0OJ3qA4EYJISt1XfPPn69IIJ5jKgQwzcg6DqHYo95LL/g==", + "dev": true, + "dependencies": { + "launch-editor": "^2.6.1" + } + }, + "node_modules/launch-editor/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "peer": true, + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/loader-fs-cache": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", + "integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==", + "dev": true, + "dependencies": { + "find-cache-dir": "^0.1.1", + "mkdirp": "^0.5.1" + } + }, + "node_modules/loader-fs-cache/node_modules/find-cache-dir": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", + "integrity": "sha512-Z9XSBoNE7xQiV6MSgPuCfyMokH2K7JdpRkOYE1+mu3d4BFJtx3GW+f6Bo4q8IX6rlf5MYbLBKW0pjl2cWdkm2A==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "mkdirp": "^0.5.1", + "pkg-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/loader-fs-cache/node_modules/find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "dev": true, + "dependencies": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/loader-fs-cache/node_modules/path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "dev": true, + "dependencies": { + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/loader-fs-cache/node_modules/pkg-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", + "integrity": "sha512-c6pv3OE78mcZ92ckebVDqg0aWSoKhOTbwCV6qbCWMk546mAL9pZln0+QsN/yQ7fkucd4+yJPLrCBXNt8Ruk+Eg==", + "dev": true, + "dependencies": { + "find-up": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "dev": true, + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" + } + }, + "node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==", + "dev": true + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.defaultsdeep": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz", + "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==", + "dev": true + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, + "node_modules/lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==", + "dev": true + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "node_modules/lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "dev": true, + "dependencies": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "node_modules/lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "dev": true, + "dependencies": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "node_modules/lodash.transform": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.transform/-/lodash.transform-4.6.0.tgz", + "integrity": "sha512-LO37ZnhmBVx0GvOU/caQuipEh4GN82TcWv3yHlebGDgOxbxiwwzW5Pcx2AcvpIv2WmvmSMoC492yQFNhy/l/UQ==", + "dev": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "dev": true, + "dependencies": { + "chalk": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/loglevel": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.1.tgz", + "integrity": "sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" + } + }, + "node_modules/lower-case": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", + "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", + "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dev": true, + "dependencies": { + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "dev": true + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", + "dev": true, + "dependencies": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "node_modules/merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "dependencies": { + "source-map": "^0.6.1" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, + "dependencies": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "bin": { + "miller-rabin": "bin/miller-rabin" + } + }, + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", + "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", + "dev": true, + "dependencies": { + "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" + }, + "engines": { + "node": ">= 6.9.0" + }, + "peerDependencies": { + "webpack": "^4.4.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, + "dependencies": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, + "dependencies": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, + "node_modules/move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==", + "dev": true, + "dependencies": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "dev": true, + "dependencies": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==", + "dev": true + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nan": { + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", + "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", + "dev": true, + "optional": true + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "node_modules/no-case": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", + "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", + "dev": true, + "dependencies": { + "lower-case": "^1.1.1" + } + }, + "node_modules/node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", + "dev": true, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, + "dependencies": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + } + }, + "node_modules/node-libs-browser/node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "dev": true + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==", + "dev": true, + "dependencies": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==", + "dev": true + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dev": true, + "dependencies": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz", + "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dev": true, + "dependencies": { + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", + "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", + "dev": true, + "dependencies": { + "array.prototype.reduce": "^1.0.6", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "safe-array-concat": "^1.0.0" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.values": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", + "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", + "dev": true, + "dependencies": { + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/open/node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true, + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "dev": true, + "dependencies": { + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/opn/node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "peer": true, + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", + "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", + "dev": true, + "dependencies": { + "chalk": "^2.4.2", + "cli-cursor": "^2.1.0", + "cli-spinners": "^2.0.0", + "log-symbols": "^2.2.0", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "dev": true, + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "dev": true, + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "dev": true, + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==", + "dev": true + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "dev": true, + "dependencies": { + "retry": "^0.12.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "node_modules/parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, + "dependencies": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + } + }, + "node_modules/param-case": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", + "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==", + "dev": true, + "dependencies": { + "no-case": "^2.2.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "peer": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parent-module/node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dev": true, + "dependencies": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "dev": true + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "dependencies": { + "parse5": "^6.0.1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true + }, + "node_modules/path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==", + "dev": true + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", + "dev": true + }, + "node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-type/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dev": true, + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "dev": true + }, + "node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dev": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pnp-webpack-plugin": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz", + "integrity": "sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==", + "dev": true, + "dependencies": { + "ts-pnp": "^1.1.6" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/portfinder": { + "version": "1.0.32", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz", + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "dev": true, + "dependencies": { + "async": "^2.6.4", + "debug": "^3.2.7", + "mkdirp": "^0.5.6" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-calc": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz", + "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==", + "dev": true, + "dependencies": { + "postcss": "^7.0.27", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + } + }, + "node_modules/postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-colormin/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-convert-values/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-load-config": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz", + "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==", + "dev": true, + "dependencies": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", + "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", + "dev": true, + "dependencies": { + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/postcss-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/postcss-loader/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "dev": true, + "dependencies": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-merge-longhand/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-minify-font-values/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", + "dev": true, + "dependencies": { + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-minify-gradients/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", + "dev": true, + "dependencies": { + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-minify-params/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", + "dev": true, + "dependencies": { + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", + "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", + "dev": true, + "dependencies": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.32", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-scope": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "dev": true, + "dependencies": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "dev": true, + "dependencies": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "dev": true, + "dependencies": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", + "dev": true, + "dependencies": { + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-positions/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "dev": true, + "dependencies": { + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", + "dev": true, + "dependencies": { + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-string/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "dev": true, + "dependencies": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-url": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", + "dev": true, + "dependencies": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-url/node_modules/normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/postcss-normalize-url/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", + "dev": true, + "dependencies": { + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-ordered-values/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", + "dev": true, + "dependencies": { + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.3.tgz", + "integrity": "sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==", + "dev": true, + "dependencies": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-svgo/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", + "dev": true + }, + "node_modules/postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", + "dev": true, + "dependencies": { + "alphanum-sort": "^1.0.0", + "postcss": "^7.0.0", + "uniqs": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "peer": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", + "dev": true, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "peer": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "dev": true + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true + }, + "node_modules/psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, + "dependencies": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + } + }, + "node_modules/pumpify/node_modules/pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "dev": true, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/qs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/query-string": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", + "integrity": "sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==", + "dev": true, + "dependencies": { + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", + "dev": true, + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, + "dependencies": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg/node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg/node_modules/type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, + "dependencies": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "set-function-name": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpp": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", + "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==", + "peer": true, + "engines": { + "node": ">=6.5.0" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/register-service-worker": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/register-service-worker/-/register-service-worker-1.7.2.tgz", + "integrity": "sha512-CiD3ZSanZqcMPRhtfct5K9f7i3OLCcBBWsJjLh1gW9RO/nS94sVzY59iS+fgYBOBqaBpf4EzfqUF3j9IG+xo8A==" + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true + }, + "node_modules/renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", + "dev": true, + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + } + }, + "node_modules/renderkid/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/renderkid/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", + "dev": true, + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==", + "dev": true, + "dependencies": { + "resolve-from": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "dev": true + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==", + "dev": true + }, + "node_modules/rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==", + "dev": true + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==", + "dev": true, + "dependencies": { + "aproba": "^1.1.1" + } + }, + "node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/safe-array-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-array-concat/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "dev": true, + "dependencies": { + "ret": "~0.1.10" + } + }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sass": { + "version": "1.56.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.2.tgz", + "integrity": "sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w==", + "dev": true, + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/sass-loader": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.2.0.tgz", + "integrity": "sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==", + "dev": true, + "dependencies": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0", + "semver": "^7.3.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "fibers": ">= 3.1.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0", + "sass": "^1.3.0", + "webpack": "^4.36.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "fibers": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/sass-loader/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/sass-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/sass-loader/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/sass-loader/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "node_modules/selfsigned": { + "version": "1.10.14", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.14.tgz", + "integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==", + "dev": true, + "dependencies": { + "node-forge": "^0.10.0" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "dev": true + }, + "node_modules/set-function-length": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/simple-swizzle/node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "dev": true + }, + "node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/slice-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", + "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", + "peer": true, + "dependencies": { + "ansi-styles": "^3.2.0", + "astral-regex": "^1.0.0", + "is-fullwidth-code-point": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, + "dependencies": { + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/snapdragon/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/snapdragon/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/snapdragon/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/sockjs-client": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.6.1.tgz", + "integrity": "sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==", + "dev": true, + "dependencies": { + "debug": "^3.2.7", + "eventsource": "^2.0.2", + "faye-websocket": "^0.11.4", + "inherits": "^2.0.4", + "url-parse": "^1.5.10" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://tidelift.com/funding/github/npm/sockjs-client" + } + }, + "node_modules/sockjs-client/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/sockjs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==", + "dev": true, + "dependencies": { + "is-plain-obj": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sort-keys/node_modules/is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dev": true, + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated", + "dev": true + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", + "dev": true + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/spdy-transport/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + }, + "node_modules/sshpk": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "dev": true, + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "dev": true + }, + "node_modules/stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "dev": true + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dev": true, + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, + "dependencies": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "node_modules/stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "node_modules/stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, + "dependencies": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + } + }, + "node_modules/stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true + }, + "node_modules/strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dev": true, + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-comments": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz", + "integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==", + "dev": true, + "dependencies": { + "babel-extract-comments": "^1.0.0", + "babel-plugin-transform-object-rest-spread": "^6.26.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "peer": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/stylehacks/node_modules/postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "node_modules/svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", + "dev": true, + "dependencies": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/svgo/node_modules/css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "node_modules/svgo/node_modules/css-what": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/svgo/node_modules/dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "node_modules/svgo/node_modules/domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "dependencies": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "node_modules/svgo/node_modules/nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "dependencies": { + "boolbase": "~1.0.0" + } + }, + "node_modules/table": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", + "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", + "peer": true, + "dependencies": { + "ajv": "^6.10.2", + "lodash": "^4.17.14", + "slice-ansi": "^2.1.0", + "string-width": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/table/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/table/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "peer": true + }, + "node_modules/table/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/table/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "peer": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/table/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "peer": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "dev": true, + "dependencies": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + }, + "engines": { + "node": ">= 6.9.0" + }, + "peerDependencies": { + "webpack": "^4.0.0" + } + }, + "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/terser-webpack-plugin/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/terser-webpack-plugin/node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/terser-webpack-plugin/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "peer": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/thread-loader": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/thread-loader/-/thread-loader-2.1.3.tgz", + "integrity": "sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==", + "dev": true, + "dependencies": { + "loader-runner": "^2.3.1", + "loader-utils": "^1.1.0", + "neo-async": "^2.6.0" + }, + "engines": { + "node": ">= 6.9.0 <7.0.0 || >= 8.9.0" + }, + "peerDependencies": { + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + } + }, + "node_modules/thread-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/thread-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + }, + "node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "node_modules/timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dev": true, + "dependencies": { + "setimmediate": "^1.0.4" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==", + "dev": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/toposort": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz", + "integrity": "sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg==", + "dev": true + }, + "node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dev": true, + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/tryer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", + "dev": true + }, + "node_modules/ts-pnp": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==", + "dev": true + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "dev": true + }, + "node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "peer": true, + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dev": true + }, + "node_modules/uglify-js": { + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz", + "integrity": "sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==", + "dev": true, + "dependencies": { + "commander": "~2.19.0", + "source-map": "~0.6.1" + }, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/uglify-js/node_modules/commander": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", + "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==", + "dev": true + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/union-value/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==", + "dev": true + }, + "node_modules/uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==", + "dev": true + }, + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "dev": true, + "dependencies": { + "unique-slug": "^2.0.0" + } + }, + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", + "dev": true + }, + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dev": true, + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dev": true, + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dev": true, + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true, + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/update-browserslist-db/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/upper-case": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", + "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==", + "dev": true + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated", + "dev": true + }, + "node_modules/url": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", + "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", + "dev": true, + "dependencies": { + "punycode": "^1.4.1", + "qs": "^6.11.2" + } + }, + "node_modules/url-loader": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-2.3.0.tgz", + "integrity": "sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog==", + "dev": true, + "dependencies": { + "loader-utils": "^1.2.3", + "mime": "^2.4.4", + "schema-utils": "^2.5.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "peerDependencies": { + "file-loader": "*", + "webpack": "^4.0.0" + }, + "peerDependenciesMeta": { + "file-loader": { + "optional": true + } + } + }, + "node_modules/url-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/url-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/url/node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/url/node_modules/qs": { + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", + "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dev": true, + "dependencies": { + "inherits": "2.0.3" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz", + "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==", + "peer": true + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "dev": true, + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/verror/node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dev": true + }, + "node_modules/vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true + }, + "node_modules/vue": { + "version": "2.7.15", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.15.tgz", + "integrity": "sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ==", + "dependencies": { + "@vue/compiler-sfc": "2.7.15", + "csstype": "^3.1.0" + } + }, + "node_modules/vue-chartjs": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-3.5.1.tgz", + "integrity": "sha512-foocQbJ7FtveICxb4EV5QuVpo6d8CmZFmAopBppDIGKY+esJV8IJgwmEW0RexQhxqXaL/E1xNURsgFFYyKzS/g==", + "dependencies": { + "@types/chart.js": "^2.7.55" + }, + "engines": { + "node": ">=6.9.0", + "npm": ">= 3.0.0" + }, + "peerDependencies": { + "chart.js": ">= 2.5" + } + }, + "node_modules/vue-cli-plugin-i18n": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/vue-cli-plugin-i18n/-/vue-cli-plugin-i18n-2.3.1.tgz", + "integrity": "sha512-1bNVZtLIAL9Pge8hiw986vixofyqF/tlgsqe4fF5JWn9c8xhsqVugEBuUeaYxevrE9efhhFk9mRmEDwBwQnbNg==", + "dev": true, + "dependencies": { + "debug": "^4.3.0", + "deepmerge": "^4.2.0", + "dotenv": "^8.2.0", + "flat": "^5.0.0", + "rimraf": "^3.0.0", + "vue": "^2.6.11", + "vue-i18n": "^8.17.0", + "vue-i18n-extract": "1.0.2" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/vue-cli-plugin-i18n/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/vue-eslint-parser": { + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.3.2.tgz", + "integrity": "sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==", + "dependencies": { + "debug": "^4.3.4", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^7.3.6" + }, + "engines": { + "node": "^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, + "node_modules/vue-eslint-parser/node_modules/acorn": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/vue-eslint-parser/node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vue-eslint-parser/node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vue-eslint-parser/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/vue-eslint-parser/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/vue-eslint-parser/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/vue-eslint-parser/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/vue-hot-reload-api": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", + "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==", + "dev": true + }, + "node_modules/vue-i18n": { + "version": "8.28.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz", + "integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==" + }, + "node_modules/vue-i18n-extract": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/vue-i18n-extract/-/vue-i18n-extract-1.0.2.tgz", + "integrity": "sha512-+zwDKvle4KcfloXZnj5hF01ViKDiFr5RMx5507D7oyDXpSleRpekF5YHgZa/+Ra6Go68//z0Nya58J9tKFsCjw==", + "dev": true, + "dependencies": { + "cli-table3": "^0.5.1", + "dot-object": "^1.7.1", + "esm": "^3.2.13", + "glob": "^7.1.3", + "is-valid-glob": "^1.0.0", + "yargs": "^13.2.2" + }, + "bin": { + "vue-i18n-extract": "dist-node/index.bin.js" + } + }, + "node_modules/vue-i18n-extract/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/vue-i18n-extract/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/vue-i18n-extract/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/vue-i18n-extract/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/vue-i18n-extract/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/vue-i18n-extract/node_modules/yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "dev": true, + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + } + }, + "node_modules/vue-i18n-extract/node_modules/yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/vue-loader": { + "version": "15.11.1", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.11.1.tgz", + "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==", + "dev": true, + "dependencies": { + "@vue/component-compiler-utils": "^3.1.0", + "hash-sum": "^1.0.2", + "loader-utils": "^1.1.0", + "vue-hot-reload-api": "^2.3.0", + "vue-style-loader": "^4.1.0" + }, + "peerDependencies": { + "css-loader": "*", + "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "cache-loader": { + "optional": true + }, + "prettier": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } + } + }, + "node_modules/vue-loader-v16": { + "name": "vue-loader", + "version": "16.8.3", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", + "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", + "dev": true, + "optional": true, + "dependencies": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" + }, + "peerDependencies": { + "webpack": "^4.1.0 || ^5.0.0-0" + } + }, + "node_modules/vue-loader-v16/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "optional": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/vue-loader-v16/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "optional": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/vue-loader-v16/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "optional": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/vue-loader-v16/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/vue-loader-v16/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "optional": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vue-loader/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/vue-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/vue-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/vue-router": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" + }, + "node_modules/vue-router-prefetch": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/vue-router-prefetch/-/vue-router-prefetch-1.6.3.tgz", + "integrity": "sha512-DR+DJG6kPaaHU06Wxk37rU2WbCVejDLEssJtkBTF7Q+7TnU5wp3CZWJWHwpkcFbEcYIyWsQlSEE5Ti2N1509Lw==" + }, + "node_modules/vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dev": true, + "dependencies": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + } + }, + "node_modules/vue-style-loader/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/vue-style-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/vue-style-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/vue-template-compiler": { + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz", + "integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==", + "dev": true, + "dependencies": { + "de-indent": "^1.0.2", + "he": "^1.2.0" + } + }, + "node_modules/vue-template-es2015-compiler": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz", + "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", + "dev": true + }, + "node_modules/vue/node_modules/@vue/compiler-sfc": { + "version": "2.7.15", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.15.tgz", + "integrity": "sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==", + "dependencies": { + "@babel/parser": "^7.18.4", + "postcss": "^8.4.14", + "source-map": "^0.6.1" + } + }, + "node_modules/vue/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/vue/node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/vue2-transitions": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/vue2-transitions/-/vue2-transitions-0.3.0.tgz", + "integrity": "sha512-m1ad8K8kufqiEhj5gXHkkqOioI5sW0FaMbRiO0Tv2WFfGbO2eIKrfkFiO3HPQtMJboimaLCN4p/zL81clLbG4w==" + }, + "node_modules/watchpack": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", + "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" + }, + "optionalDependencies": { + "chokidar": "^3.4.1", + "watchpack-chokidar2": "^2.0.1" + } + }, + "node_modules/watchpack-chokidar2": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", + "dev": true, + "optional": true, + "dependencies": { + "chokidar": "^2.1.8" + } + }, + "node_modules/watchpack-chokidar2/node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "optional": true, + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dev": true, + "optional": true, + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "dev": true, + "optional": true, + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + }, + "optionalDependencies": { + "fsevents": "^1.2.7" + } + }, + "node_modules/watchpack-chokidar2/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dev": true, + "optional": true, + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "optional": true, + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webpack": { + "version": "4.47.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", + "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.5.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + }, + "webpack-command": { + "optional": true + } + } + }, + "node_modules/webpack-bundle-analyzer": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz", + "integrity": "sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==", + "dev": true, + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1", + "bfj": "^6.1.1", + "chalk": "^2.4.1", + "commander": "^2.18.0", + "ejs": "^2.6.1", + "express": "^4.16.3", + "filesize": "^3.6.1", + "gzip-size": "^5.0.0", + "lodash": "^4.17.19", + "mkdirp": "^0.5.1", + "opener": "^1.5.1", + "ws": "^6.0.0" + }, + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 6.14.4" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/webpack-chain": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.5.1.tgz", + "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==", + "dev": true, + "dependencies": { + "deepmerge": "^1.5.2", + "javascript-stringify": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-chain/node_modules/deepmerge": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-1.5.2.tgz", + "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-middleware": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", + "dev": true, + "dependencies": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-server": { + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz", + "integrity": "sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==", + "dev": true, + "dependencies": { + "ansi-html-community": "0.0.8", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.3.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.8", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.26", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.8", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "^0.3.21", + "sockjs-client": "^1.5.0", + "spdy": "^4.0.2", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "^13.3.2" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 6.11.5" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dev": true, + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "dev": true, + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + }, + "optionalDependencies": { + "fsevents": "^1.2.7" + } + }, + "node_modules/webpack-dev-server/node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/webpack-dev-server/node_modules/cliui/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/cliui/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/webpack-dev-server/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "dev": true, + "dependencies": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/webpack-dev-server/node_modules/is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-dev-server/node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dev": true, + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/webpack-dev-server/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/webpack-dev-server/node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/webpack-dev-server/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/string-width/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/string-width/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/webpack-dev-server/node_modules/yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "dev": true, + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + } + }, + "node_modules/webpack-dev-server/node_modules/yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "dev": true, + "dependencies": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/webpack-merge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", + "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", + "dev": true, + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "dependencies": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "node_modules/webpack/node_modules/acorn": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/webpack/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/webpack/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", + "dev": true + }, + "node_modules/which-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz", + "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.4", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/workbox-background-sync": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-4.3.1.tgz", + "integrity": "sha512-1uFkvU8JXi7L7fCHVBEEnc3asPpiAL33kO495UMcD5+arew9IbKW2rV5lpzhoWcm/qhGB89YfO4PmB/0hQwPRg==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-broadcast-update": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-4.3.1.tgz", + "integrity": "sha512-MTSfgzIljpKLTBPROo4IpKjESD86pPFlZwlvVG32Kb70hW+aob4Jxpblud8EhNb1/L5m43DUM4q7C+W6eQMMbA==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-build": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-4.3.1.tgz", + "integrity": "sha512-UHdwrN3FrDvicM3AqJS/J07X0KXj67R8Cg0waq1MKEOqzo89ap6zh6LmaLnRAjpB+bDIz+7OlPye9iii9KBnxw==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.3.4", + "@hapi/joi": "^15.0.0", + "common-tags": "^1.8.0", + "fs-extra": "^4.0.2", + "glob": "^7.1.3", + "lodash.template": "^4.4.0", + "pretty-bytes": "^5.1.0", + "stringify-object": "^3.3.0", + "strip-comments": "^1.0.2", + "workbox-background-sync": "^4.3.1", + "workbox-broadcast-update": "^4.3.1", + "workbox-cacheable-response": "^4.3.1", + "workbox-core": "^4.3.1", + "workbox-expiration": "^4.3.1", + "workbox-google-analytics": "^4.3.1", + "workbox-navigation-preload": "^4.3.1", + "workbox-precaching": "^4.3.1", + "workbox-range-requests": "^4.3.1", + "workbox-routing": "^4.3.1", + "workbox-strategies": "^4.3.1", + "workbox-streams": "^4.3.1", + "workbox-sw": "^4.3.1", + "workbox-window": "^4.3.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/workbox-build/node_modules/fs-extra": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", + "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "node_modules/workbox-cacheable-response": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-4.3.1.tgz", + "integrity": "sha512-Rp5qlzm6z8IOvnQNkCdO9qrDgDpoPNguovs0H8C+wswLuPgSzSp9p2afb5maUt9R1uTIwOXrVQMmPfPypv+npw==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-core": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-4.3.1.tgz", + "integrity": "sha512-I3C9jlLmMKPxAC1t0ExCq+QoAMd0vAAHULEgRZ7kieCdUd919n53WC0AfvokHNwqRhGn+tIIj7vcb5duCjs2Kg==", + "dev": true + }, + "node_modules/workbox-expiration": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-4.3.1.tgz", + "integrity": "sha512-vsJLhgQsQouv9m0rpbXubT5jw0jMQdjpkum0uT+d9tTwhXcEZks7qLfQ9dGSaufTD2eimxbUOJfWLbNQpIDMPw==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-google-analytics": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-4.3.1.tgz", + "integrity": "sha512-xzCjAoKuOb55CBSwQrbyWBKqp35yg1vw9ohIlU2wTy06ZrYfJ8rKochb1MSGlnoBfXGWss3UPzxR5QL5guIFdg==", + "dev": true, + "dependencies": { + "workbox-background-sync": "^4.3.1", + "workbox-core": "^4.3.1", + "workbox-routing": "^4.3.1", + "workbox-strategies": "^4.3.1" + } + }, + "node_modules/workbox-navigation-preload": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-4.3.1.tgz", + "integrity": "sha512-K076n3oFHYp16/C+F8CwrRqD25GitA6Rkd6+qAmLmMv1QHPI2jfDwYqrytOfKfYq42bYtW8Pr21ejZX7GvALOw==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-precaching": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-4.3.1.tgz", + "integrity": "sha512-piSg/2csPoIi/vPpp48t1q5JLYjMkmg5gsXBQkh/QYapCdVwwmKlU9mHdmy52KsDGIjVaqEUMFvEzn2LRaigqQ==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-range-requests": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-4.3.1.tgz", + "integrity": "sha512-S+HhL9+iTFypJZ/yQSl/x2Bf5pWnbXdd3j57xnb0V60FW1LVn9LRZkPtneODklzYuFZv7qK6riZ5BNyc0R0jZA==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-routing": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-4.3.1.tgz", + "integrity": "sha512-FkbtrODA4Imsi0p7TW9u9MXuQ5P4pVs1sWHK4dJMMChVROsbEltuE79fBoIk/BCztvOJ7yUpErMKa4z3uQLX+g==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-strategies": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-4.3.1.tgz", + "integrity": "sha512-F/+E57BmVG8dX6dCCopBlkDvvhg/zj6VDs0PigYwSN23L8hseSRwljrceU2WzTvk/+BSYICsWmRq5qHS2UYzhw==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-streams": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-4.3.1.tgz", + "integrity": "sha512-4Kisis1f/y0ihf4l3u/+ndMkJkIT4/6UOacU3A4BwZSAC9pQ9vSvJpIi/WFGQRH/uPXvuVjF5c2RfIPQFSS2uA==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/workbox-sw": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-4.3.1.tgz", + "integrity": "sha512-0jXdusCL2uC5gM3yYFT6QMBzKfBr2XTk0g5TPAV4y8IZDyVNDyj1a8uSXy3/XrvkVTmQvLN4O5k3JawGReXr9w==", + "dev": true + }, + "node_modules/workbox-webpack-plugin": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-4.3.1.tgz", + "integrity": "sha512-gJ9jd8Mb8wHLbRz9ZvGN57IAmknOipD3W4XNE/Lk/4lqs5Htw4WOQgakQy/o/4CoXQlMCYldaqUg+EJ35l9MEQ==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.0.0", + "json-stable-stringify": "^1.0.1", + "workbox-build": "^4.3.1" + }, + "engines": { + "node": ">=4.0.0" + }, + "peerDependencies": { + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + } + }, + "node_modules/workbox-window": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-4.3.1.tgz", + "integrity": "sha512-C5gWKh6I58w3GeSc0wp2Ne+rqVw8qwcmZnQGpjiek8A2wpbxSJb1FdCoQVO+jDJs35bFgo/WETgl1fqgsxN0Hg==", + "dev": true, + "dependencies": { + "workbox-core": "^4.3.1" + } + }, + "node_modules/worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "dev": true, + "dependencies": { + "errno": "~0.1.7" + } + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/write": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", + "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", + "peer": true, + "dependencies": { + "mkdirp": "^0.5.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ws": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", + "dev": true, + "dependencies": { + "async-limiter": "~1.0.0" + } + }, + "node_modules/xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/yargs/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/yargs/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/yargs/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/yargs/node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yorkie": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yorkie/-/yorkie-2.0.0.tgz", + "integrity": "sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "execa": "^0.8.0", + "is-ci": "^1.0.10", + "normalize-path": "^1.0.0", + "strip-indent": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/yorkie/node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/yorkie/node_modules/execa": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", + "integrity": "sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==", + "dev": true, + "dependencies": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/yorkie/node_modules/get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/yorkie/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/yorkie/node_modules/normalize-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz", + "integrity": "sha512-7WyT0w8jhpDStXRq5836AMmihQwq2nrUVQrgjvUo/p/NZf9uy/MeJ246lBJVmWuYXMlJuG9BNZHF0hWjfTbQUA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/yorkie/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..7453e1c --- /dev/null +++ b/package.json @@ -0,0 +1,41 @@ +{ + "name": "vue-black-dashboard", + "version": "1.1.2", + "private": true, + "description": "A sample admin dashboard based on black dashboard UI template", + "author": "cristian.jora ", + "scripts": { + "serve": "vue-cli-service serve --open", + "build": "vue-cli-service build", + "e2e": "node test/e2e/runner.js", + "lint": "vue-cli-service lint", + "dev": "vue-cli-service serve --open", + "lint-fix": "vue-cli-service lint --fix" + }, + "dependencies": { + "chart.js": "^2.9.3", + "eslint-plugin-vue": "^9.8.0", + "register-service-worker": "^1.7.2", + "vue": "^2.7.14", + "vue-chartjs": "3.5.1", + "vue-i18n": "^8.18.2", + "vue-router": "3.6.5", + "vue-router-prefetch": "^1.6.3", + "vue2-transitions": "^0.3.0" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "4.5.19", + "@vue/cli-plugin-eslint": "4.5.19", + "@vue/cli-plugin-pwa": "4.5.19", + "@vue/cli-service": "4.5.19", + "sass": "1.56.2", + "sass-loader": "10.2.0", + "vue-cli-plugin-i18n": "2.3.1", + "vue-template-compiler": "2.7.14" + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not ie <= 11" + ] +} diff --git a/public/apple-icon.png b/public/apple-icon.png new file mode 100644 index 0000000..a20470f Binary files /dev/null and b/public/apple-icon.png differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..7d8b7d0 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/img/anime3.png b/public/img/anime3.png new file mode 100644 index 0000000..d2693ea Binary files /dev/null and b/public/img/anime3.png differ diff --git a/public/img/anime6.png b/public/img/anime6.png new file mode 100644 index 0000000..f2c7e2c Binary files /dev/null and b/public/img/anime6.png differ diff --git a/public/img/apple-icon.png b/public/img/apple-icon.png new file mode 100644 index 0000000..0577a33 Binary files /dev/null and b/public/img/apple-icon.png differ diff --git a/public/img/bg5.jpg b/public/img/bg5.jpg new file mode 100644 index 0000000..d6f955b Binary files /dev/null and b/public/img/bg5.jpg differ diff --git a/public/img/default-avatar.png b/public/img/default-avatar.png new file mode 100644 index 0000000..4d461b2 Binary files /dev/null and b/public/img/default-avatar.png differ diff --git a/public/img/emilyz.jpg b/public/img/emilyz.jpg new file mode 100644 index 0000000..dbb8873 Binary files /dev/null and b/public/img/emilyz.jpg differ diff --git a/public/img/favicon.png b/public/img/favicon.png new file mode 100644 index 0000000..ec65f8e Binary files /dev/null and b/public/img/favicon.png differ diff --git a/public/img/icons/android-chrome-192x192.png b/public/img/icons/android-chrome-192x192.png new file mode 100644 index 0000000..b02aa64 Binary files /dev/null and b/public/img/icons/android-chrome-192x192.png differ diff --git a/public/img/icons/android-chrome-512x512.png b/public/img/icons/android-chrome-512x512.png new file mode 100644 index 0000000..06088b0 Binary files /dev/null and b/public/img/icons/android-chrome-512x512.png differ diff --git a/public/img/icons/apple-touch-icon-120x120.png b/public/img/icons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..1427cf6 Binary files /dev/null and b/public/img/icons/apple-touch-icon-120x120.png differ diff --git a/public/img/icons/apple-touch-icon-152x152.png b/public/img/icons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..f24d454 Binary files /dev/null and b/public/img/icons/apple-touch-icon-152x152.png differ diff --git a/public/img/icons/apple-touch-icon-180x180.png b/public/img/icons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..404e192 Binary files /dev/null and b/public/img/icons/apple-touch-icon-180x180.png differ diff --git a/public/img/icons/apple-touch-icon-60x60.png b/public/img/icons/apple-touch-icon-60x60.png new file mode 100644 index 0000000..cf10a56 Binary files /dev/null and b/public/img/icons/apple-touch-icon-60x60.png differ diff --git a/public/img/icons/apple-touch-icon-76x76.png b/public/img/icons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..c500769 Binary files /dev/null and b/public/img/icons/apple-touch-icon-76x76.png differ diff --git a/public/img/icons/apple-touch-icon.png b/public/img/icons/apple-touch-icon.png new file mode 100644 index 0000000..03c0c5d Binary files /dev/null and b/public/img/icons/apple-touch-icon.png differ diff --git a/public/img/icons/favicon-16x16.png b/public/img/icons/favicon-16x16.png new file mode 100644 index 0000000..42af009 Binary files /dev/null and b/public/img/icons/favicon-16x16.png differ diff --git a/public/img/icons/favicon-32x32.png b/public/img/icons/favicon-32x32.png new file mode 100644 index 0000000..46ca04d Binary files /dev/null and b/public/img/icons/favicon-32x32.png differ diff --git a/public/img/icons/msapplication-icon-144x144.png b/public/img/icons/msapplication-icon-144x144.png new file mode 100644 index 0000000..7808237 Binary files /dev/null and b/public/img/icons/msapplication-icon-144x144.png differ diff --git a/public/img/icons/mstile-150x150.png b/public/img/icons/mstile-150x150.png new file mode 100644 index 0000000..3b37a43 Binary files /dev/null and b/public/img/icons/mstile-150x150.png differ diff --git a/public/img/icons/safari-pinned-tab.svg b/public/img/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..732afd8 --- /dev/null +++ b/public/img/icons/safari-pinned-tab.svg @@ -0,0 +1,149 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/public/img/img_3115.jpg b/public/img/img_3115.jpg new file mode 100644 index 0000000..1f8a73e Binary files /dev/null and b/public/img/img_3115.jpg differ diff --git a/public/img/james.jpg b/public/img/james.jpg new file mode 100644 index 0000000..ee28de6 Binary files /dev/null and b/public/img/james.jpg differ diff --git a/public/img/mike.jpg b/public/img/mike.jpg new file mode 100644 index 0000000..4b2d290 Binary files /dev/null and b/public/img/mike.jpg differ diff --git a/public/img/ser_logo.png b/public/img/ser_logo.png new file mode 100644 index 0000000..d733ee9 Binary files /dev/null and b/public/img/ser_logo.png differ diff --git a/public/img/smaple_image01.png b/public/img/smaple_image01.png new file mode 100644 index 0000000..8ef7f29 Binary files /dev/null and b/public/img/smaple_image01.png differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..4e558fc --- /dev/null +++ b/public/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + Vue Black Dashboard Free + + + + + + + + + + + + +
+ +
+ + + + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..c4de93e --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "vue-black-dashboard", + "short_name": "vue-black-dashboard", + "icons": [ + { + "src": "./img/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./img/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": "./index.html", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#4DBA87" +} diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..b3813b3 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/src/assets/css/nucleo-icons.css b/src/assets/css/nucleo-icons.css new file mode 100644 index 0000000..7e9898f --- /dev/null +++ b/src/assets/css/nucleo-icons.css @@ -0,0 +1,546 @@ +/* -------------------------------- + +Nucleo Outline Web Font - nucleoapp.com/ +License - nucleoapp.com/license/ +Created using IcoMoon - icomoon.io + +-------------------------------- */ + +@font-face { + font-family: 'Nucleo'; + src: url('../fonts/nucleo.eot'); + src: url('../fonts/nucleo.eot') format('embedded-opentype'), + url('../fonts/nucleo.woff2') format('woff2'), + url('../fonts/nucleo.woff') format('woff'), + url('../fonts/nucleo.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +/*------------------------ + base class definition +-------------------------*/ + +.tim-icons { + display: inline-block; + font: normal normal normal 1em/1 'Nucleo'; + vertical-align: middle; + speak: none; + text-transform: none; + /* Better Font Rendering */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.font-icon-detail { + text-align: center; + padding: 45px 0 30px; + border: 1px solid #e44cc4; + border-radius: .1875rem; + margin: 15px 0; + min-height: 168px; +} + +.font-icon-detail i { + color: #FFFFFF; + font-size: 1.5em; +} + +.font-icon-detail p { + color: #e44cc4 !important; + margin-top: 30px; + padding: 0 10px; + font-size: .7142em; +} + +/*------------------------ + change icon size +-------------------------*/ + +.tim-icons-sm { + font-size: 0.8em; +} + +.tim-icons-lg { + font-size: 1.2em; +} + +/* absolute units */ + +.tim-icons-16 { + font-size: 16px; +} + +.tim-icons-32 { + font-size: 32px; +} + +/*---------------------------------- + add a square/circle background +-----------------------------------*/ + +.tim-icons-bg-square, +.tim-icons-bg-circle { + padding: 0.35em; +} + +.tim-icons-bg-circle { + border-radius: 50%; +} + +/*------------------------ + list icons +-------------------------*/ + +/*------------------------ + spinning icons +-------------------------*/ + +.tim-icons-is-spinning { + -webkit-animation: tim-icons-spin 2s infinite linear; + -moz-animation: tim-icons-spin 2s infinite linear; + animation: tim-icons-spin 2s infinite linear; +} + +@-webkit-keyframes tim-icons-spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + } +} + +@-moz-keyframes tim-icons-spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(360deg); + } +} + +@keyframes tim-icons-spin { + 0% { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -ms-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +/*------------------------ + rotated/flipped icons +-------------------------*/ + +/*------------------------ + icons +-------------------------*/ + +.icon-alert-circle-exc::before { + content: "\ea02"; +} + +.icon-align-center::before { + content: "\ea03"; +} + +.icon-align-left-2::before { + content: "\ea04"; +} + +.icon-app::before { + content: "\ea05"; +} + +.icon-atom::before { + content: "\ea06"; +} + +.icon-attach-87::before { + content: "\ea07"; +} + +.icon-badge::before { + content: "\ea08"; +} + +.icon-bag-16::before { + content: "\ea09"; +} + +.icon-bank::before { + content: "\ea0a"; +} + +.icon-basket-simple::before { + content: "\ea0b"; +} + +.icon-bell-55::before { + content: "\ea0c"; +} + +.icon-bold::before { + content: "\ea0d"; +} + +.icon-book-bookmark::before { + content: "\ea0e"; +} + +.icon-bulb-63::before { + content: "\ea0f"; +} + +.icon-bullet-list-67::before { + content: "\ea10"; +} + +.icon-bus-front-12::before { + content: "\ea11"; +} + +.icon-button-pause::before { + content: "\ea12"; +} + +.icon-button-power::before { + content: "\ea13"; +} + +.icon-calendar-60::before { + content: "\ea14"; +} + +.icon-camera-18::before { + content: "\ea15"; +} + +.icon-caps-small::before { + content: "\ea16"; +} + +.icon-cart::before { + content: "\ea17"; +} + +.icon-chart-bar-32::before { + content: "\ea18"; +} + +.icon-chart-pie-36::before { + content: "\ea19"; +} + +.icon-chat-33::before { + content: "\ea1a"; +} + +.icon-check-2::before { + content: "\ea1b"; +} + +.icon-cloud-download-93::before { + content: "\ea1c"; +} + +.icon-cloud-upload-94::before { + content: "\ea1d"; +} + +.icon-coins::before { + content: "\ea1e"; +} + +.icon-compass-05::before { + content: "\ea1f"; +} + +.icon-controller::before { + content: "\ea20"; +} + +.icon-credit-card::before { + content: "\ea21"; +} + +.icon-delivery-fast::before { + content: "\ea22"; +} + +.icon-double-left::before { + content: "\ea23"; +} + +.icon-double-right::before { + content: "\ea24"; +} + +.icon-email-85::before { + content: "\ea25"; +} + +.icon-gift-2::before { + content: "\ea26"; +} + +.icon-globe-2::before { + content: "\ea27"; +} + +.icon-headphones::before { + content: "\ea28"; +} + +.icon-heart-2::before { + content: "\ea29"; +} + +.icon-html5::before { + content: "\ea2a"; +} + +.icon-image-02::before { + content: "\ea2b"; +} + +.icon-istanbul::before { + content: "\ea2c"; +} + +.icon-key-25::before { + content: "\ea2d"; +} + +.icon-laptop::before { + content: "\ea2e"; +} + +.icon-light-3::before { + content: "\ea2f"; +} + +.icon-link-72::before { + content: "\ea30"; +} + +.icon-lock-circle::before { + content: "\ea31"; +} + +.icon-map-big::before { + content: "\ea32"; +} + +.icon-minimal-down::before { + content: "\ea33"; +} + +.icon-minimal-left::before { + content: "\ea34"; +} + +.icon-minimal-right::before { + content: "\ea35"; +} + +.icon-minimal-up::before { + content: "\ea36"; +} + +.icon-mobile::before { + content: "\ea37"; +} + +.icon-molecule-40::before { + content: "\ea38"; +} + +.icon-money-coins::before { + content: "\ea39"; +} + +.icon-notes::before { + content: "\ea3a"; +} + +.icon-palette::before { + content: "\ea3b"; +} + +.icon-paper::before { + content: "\ea3c"; +} + +.icon-pencil::before { + content: "\ea3d"; +} + +.icon-pin::before { + content: "\ea3e"; +} + +.icon-planet::before { + content: "\ea3f"; +} + +.icon-puzzle-10::before { + content: "\ea40"; +} + +.icon-satisfied::before { + content: "\ea41"; +} + +.icon-scissors::before { + content: "\ea42"; +} + +.icon-send::before { + content: "\ea43"; +} + +.icon-settings-gear-63::before { + content: "\ea44"; +} + +.icon-settings::before { + content: "\ea45"; +} + +.icon-simple-add::before { + content: "\ea46"; +} + +.icon-simple-delete::before { + content: "\ea47"; +} + +.icon-simple-remove::before { + content: "\ea48"; +} + +.icon-single-02::before { + content: "\ea49"; +} + +.icon-single-copy-04::before { + content: "\ea4a"; +} + +.icon-sound-wave::before { + content: "\ea4b"; +} + +.icon-spaceship::before { + content: "\ea4c"; +} + +.icon-square-pin::before { + content: "\ea4d"; +} + +.icon-support-17::before { + content: "\ea4e"; +} + +.icon-tablet-2::before { + content: "\ea4f"; +} + +.icon-tag::before { + content: "\ea50"; +} + +.icon-tap-02::before { + content: "\ea51"; +} + +.icon-tie-bow::before { + content: "\ea52"; +} + +.icon-time-alarm::before { + content: "\ea53"; +} + +.icon-trash-simple::before { + content: "\ea54"; +} + +.icon-triangle-right-17::before { + content: "\ea55"; +} + +.icon-trophy::before { + content: "\ea56"; +} + +.icon-tv-2::before { + content: "\ea57"; +} + +.icon-upload::before { + content: "\ea58"; +} + +.icon-user-run::before { + content: "\ea59"; +} + +.icon-vector::before { + content: "\ea5a"; +} + +.icon-video-66::before { + content: "\ea5b"; +} + +.icon-volume-98::before { + content: "\ea5c"; +} + +.icon-wallet-43::before { + content: "\ea5d"; +} + +.icon-watch-time::before { + content: "\ea5e"; +} + +.icon-wifi::before { + content: "\ea5f"; +} + +.icon-world::before { + content: "\ea60"; +} + +.icon-zoom-split::before { + content: "\ea61"; +} + +.icon-refresh-01::before { + content: "\ea62"; +} + +.icon-refresh-02::before { + content: "\ea63"; +} + +.icon-shape-star::before { + content: "\ea64"; +} + +.icon-components::before { + content: "\ea65"; +} diff --git a/src/assets/data/sample_weather_data.json b/src/assets/data/sample_weather_data.json new file mode 100644 index 0000000..a7f91ec --- /dev/null +++ b/src/assets/data/sample_weather_data.json @@ -0,0 +1,105175 @@ +[ + { + "date": 181231, + "mean_temp": -5.4, + "min_temp": -10.5, + "max_temp": -0.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.2, + "min_hum": 16, + "mean_hum": 39.6, + "sun": 8.3, + "cloud": 1.6, + "ground_temp": -4.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 86083, + "power": 74652 + }, + { + "date": 181230, + "mean_temp": -6.8, + "min_temp": -11.3, + "max_temp": -0.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.2, + "min_hum": 23, + "mean_hum": 35.9, + "sun": 8.7, + "cloud": 0.8, + "ground_temp": -4.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67295, + "power": 67295 + }, + { + "date": 181229, + "mean_temp": -7.6, + "min_temp": -10.5, + "max_temp": -3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 18, + "mean_hum": 29, + "sun": 8.7, + "cloud": 0, + "ground_temp": -4.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71171, + "power": 71171 + }, + { + "date": 181228, + "mean_temp": -10.5, + "min_temp": -14.4, + "max_temp": -6.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 33, + "sun": 8.7, + "cloud": 0.6, + "ground_temp": -5.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 86083, + "power": 86083 + }, + { + "date": 181227, + "mean_temp": -10.1, + "min_temp": -12.5, + "max_temp": -6.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 16, + "mean_hum": 28.3, + "sun": 8.7, + "cloud": 0.5, + "ground_temp": -4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 84377, + "power": 84377 + }, + { + "date": 181226, + "mean_temp": -1.5, + "min_temp": -7.1, + "max_temp": 3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 40.8, + "sun": 8.3, + "cloud": 4.4, + "ground_temp": 1.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 79897, + "power": 79897 + }, + { + "date": 181225, + "mean_temp": 0.6, + "min_temp": -4, + "max_temp": 5.2, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.2, + "min_hum": 33, + "mean_hum": 53.4, + "sun": 3.1, + "cloud": 7.4, + "ground_temp": -0.3, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 62145, + "power": 67836 + }, + { + "date": 181224, + "mean_temp": -2.3, + "min_temp": -5.9, + "max_temp": 3.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 16, + "mean_hum": 35.9, + "sun": 8.8, + "cloud": 0.3, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 80609, + "power": 77453 + }, + { + "date": 181223, + "mean_temp": 2.4, + "min_temp": -3.4, + "max_temp": 7.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 43, + "sun": 8.3, + "cloud": 2.6, + "ground_temp": 3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63817, + "power": 63817 + }, + { + "date": 181222, + "mean_temp": 6.9, + "min_temp": 2.9, + "max_temp": 12.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 48.9, + "sun": 7.8, + "cloud": 4.3, + "ground_temp": 5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65656, + "power": 65656 + }, + { + "date": 181221, + "mean_temp": 5.6, + "min_temp": 0.4, + "max_temp": 9.8, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.1, + "min_hum": 28, + "mean_hum": 40.1, + "sun": 3.2, + "cloud": 8.5, + "ground_temp": 2.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79490, + "power": 79490 + }, + { + "date": 181220, + "mean_temp": 3.4, + "min_temp": -1.1, + "max_temp": 10.4, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 0.9, + "min_hum": 27, + "mean_hum": 45.5, + "sun": 7.5, + "cloud": 3.1, + "ground_temp": 2.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81081, + "power": 81081 + }, + { + "date": 181219, + "mean_temp": 4, + "min_temp": 1.3, + "max_temp": 9.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 17, + "mean_hum": 53.4, + "sun": 7.8, + "cloud": 2.9, + "ground_temp": 2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80550, + "power": 80550 + }, + { + "date": 181218, + "mean_temp": 2.6, + "min_temp": -2.8, + "max_temp": 7.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 56.3, + "sun": 7.2, + "cloud": 3, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 81939, + "power": 81939 + }, + { + "date": 181217, + "mean_temp": 1.6, + "min_temp": -1.5, + "max_temp": 5.9, + "rain": 0.3, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 60.1, + "sun": 8.3, + "cloud": 1.3, + "ground_temp": 0.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76287, + "power": 81991 + }, + { + "date": 181216, + "mean_temp": 0, + "min_temp": -2.6, + "max_temp": 2.1, + "rain": 0.3, + "max_wind": 1.7, + "mean_wind": 0.9, + "min_hum": 53, + "mean_hum": 63.8, + "sun": 1.1, + "cloud": 9.3, + "ground_temp": -0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 65711, + "power": 65711 + }, + { + "date": 181215, + "mean_temp": -2.4, + "min_temp": -7.8, + "max_temp": 3.2, + "rain": 0, + "max_wind": 2.1, + "mean_wind": 1, + "min_hum": 28, + "mean_hum": 46.8, + "sun": 8, + "cloud": 3.6, + "ground_temp": -1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 70400, + "power": 70400 + }, + { + "date": 181214, + "mean_temp": -4.4, + "min_temp": -7.8, + "max_temp": 0.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 44.3, + "sun": 8.7, + "cloud": 0, + "ground_temp": -2.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 83871, + "power": 83871 + }, + { + "date": 181213, + "mean_temp": -2.2, + "min_temp": -5.9, + "max_temp": 2.1, + "rain": 1.3, + "max_wind": 5.8, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 57.4, + "sun": 4.8, + "cloud": 5, + "ground_temp": -0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83702, + "power": 83702 + }, + { + "date": 181212, + "mean_temp": -1.9, + "min_temp": -5, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 20, + "mean_hum": 39, + "sun": 8.7, + "cloud": 0, + "ground_temp": -1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83447, + "power": 83447 + }, + { + "date": 181211, + "mean_temp": 0.2, + "min_temp": -2.4, + "max_temp": 2.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.2, + "min_hum": 24, + "mean_hum": 44.8, + "sun": 0.1, + "cloud": 7.9, + "ground_temp": -0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 85260, + "power": 85463 + }, + { + "date": 181210, + "mean_temp": -2.5, + "min_temp": -8.1, + "max_temp": 4.6, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 0.9, + "min_hum": 18, + "mean_hum": 33.3, + "sun": 8, + "cloud": 3, + "ground_temp": -2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83776, + "power": 83776 + }, + { + "date": 181209, + "mean_temp": -7.2, + "min_temp": -11.8, + "max_temp": -2.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 16, + "mean_hum": 27, + "sun": 7.8, + "cloud": 2, + "ground_temp": -4.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67263, + "power": 67263 + }, + { + "date": 181208, + "mean_temp": -8.3, + "min_temp": -11.4, + "max_temp": -4.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 37.1, + "sun": 8.7, + "cloud": 1.4, + "ground_temp": -5.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69510, + "power": 69510 + }, + { + "date": 181207, + "mean_temp": -7.3, + "min_temp": -9.6, + "max_temp": -1.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.8, + "min_hum": 20, + "mean_hum": 37.1, + "sun": 8.7, + "cloud": 1.1, + "ground_temp": -3.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 87513, + "power": 82072 + }, + { + "date": 181206, + "mean_temp": 2.4, + "min_temp": -1, + "max_temp": 6.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 31, + "mean_hum": 50.5, + "sun": 6.2, + "cloud": 8.1, + "ground_temp": 2.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79069, + "power": 78157 + }, + { + "date": 181205, + "mean_temp": 0, + "min_temp": -4.3, + "max_temp": 3.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 25, + "mean_hum": 39.5, + "sun": 3.1, + "cloud": 6.4, + "ground_temp": 0.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76287, + "power": 76287 + }, + { + "date": 181204, + "mean_temp": 6.7, + "min_temp": -0.3, + "max_temp": 11.8, + "rain": 5, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 42, + "mean_hum": 74.9, + "sun": 2.1, + "cloud": 7.8, + "ground_temp": 7.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69129, + "power": 73600 + }, + { + "date": 181203, + "mean_temp": 11.5, + "min_temp": 9.3, + "max_temp": 13.5, + "rain": 9.5, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 47, + "mean_hum": 87.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 9.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68200, + "power": 73728 + }, + { + "date": 181202, + "mean_temp": 8.2, + "min_temp": 2.8, + "max_temp": 11.8, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.3, + "min_hum": 44, + "mean_hum": 50.1, + "sun": 2.7, + "cloud": 6.5, + "ground_temp": 5.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60232, + "power": 60232 + }, + { + "date": 181201, + "mean_temp": 5.5, + "min_temp": 0.8, + "max_temp": 12.4, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1, + "min_hum": 24, + "mean_hum": 42.3, + "sun": 7.8, + "cloud": 3.6, + "ground_temp": 3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65656, + "power": 63484 + }, + { + "date": 181130, + "mean_temp": 2.7, + "min_temp": -1.5, + "max_temp": 8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 16, + "mean_hum": 46.1, + "sun": 8.6, + "cloud": 1, + "ground_temp": 2.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74676, + "power": 74676 + }, + { + "date": 181129, + "mean_temp": 3.5, + "min_temp": 0.6, + "max_temp": 6.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.3, + "min_hum": 26, + "mean_hum": 41.4, + "sun": 0.2, + "cloud": 5.8, + "ground_temp": 1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79490, + "power": 75914 + }, + { + "date": 181128, + "mean_temp": 5, + "min_temp": 2.1, + "max_temp": 11.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 12, + "mean_hum": 27.1, + "sun": 6.8, + "cloud": 3.8, + "ground_temp": 3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74495, + "power": 74495 + }, + { + "date": 181127, + "mean_temp": 7.1, + "min_temp": 3.1, + "max_temp": 12.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 65, + "sun": 1.1, + "cloud": 6.1, + "ground_temp": 5.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74408, + "power": 74408 + }, + { + "date": 181126, + "mean_temp": 6.3, + "min_temp": 1.6, + "max_temp": 13.6, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 1, + "min_hum": 41, + "mean_hum": 70.1, + "sun": 8.6, + "cloud": 0.6, + "ground_temp": 4.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74483, + "power": 74483 + }, + { + "date": 181125, + "mean_temp": 4.8, + "min_temp": 1.3, + "max_temp": 9.8, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 1, + "min_hum": 49, + "mean_hum": 77.8, + "sun": 6.9, + "cloud": 3.8, + "ground_temp": 3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57618, + "power": 60418 + }, + { + "date": 181124, + "mean_temp": 2.6, + "min_temp": 0.3, + "max_temp": 3.8, + "rain": 10.9, + "max_wind": 3.3, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 71.1, + "sun": 1.6, + "cloud": 9, + "ground_temp": 0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66363, + "power": 66363 + }, + { + "date": 181123, + "mean_temp": 1.9, + "min_temp": -3.1, + "max_temp": 7.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 15, + "mean_hum": 29.6, + "sun": 8.6, + "cloud": 3.1, + "ground_temp": 1.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74676, + "power": 74515 + }, + { + "date": 181122, + "mean_temp": 2.3, + "min_temp": -1.3, + "max_temp": 7.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 19, + "mean_hum": 35, + "sun": 8.6, + "cloud": 0.8, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76656, + "power": 73930 + }, + { + "date": 181121, + "mean_temp": 5.8, + "min_temp": 3.1, + "max_temp": 8.2, + "rain": 1, + "max_wind": 4.5, + "mean_wind": 1.2, + "min_hum": 27, + "mean_hum": 57.1, + "sun": 0, + "cloud": 8.4, + "ground_temp": 6.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74205, + "power": 74205 + }, + { + "date": 181120, + "mean_temp": 6.5, + "min_temp": 0, + "max_temp": 12.7, + "rain": 0.2, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 16, + "mean_hum": 39.9, + "sun": 8.8, + "cloud": 2, + "ground_temp": 5.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70501, + "power": 72086 + }, + { + "date": 181119, + "mean_temp": 6.5, + "min_temp": 3.3, + "max_temp": 11.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 50.4, + "sun": 5.8, + "cloud": 1.9, + "ground_temp": 5.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71325, + "power": 71325 + }, + { + "date": 181118, + "mean_temp": 6.1, + "min_temp": 1.9, + "max_temp": 10.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.1, + "min_hum": 33, + "mean_hum": 48.8, + "sun": 2.4, + "cloud": 6.9, + "ground_temp": 5.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56809, + "power": 59566 + }, + { + "date": 181117, + "mean_temp": 4.9, + "min_temp": 0.6, + "max_temp": 11.4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 29, + "mean_hum": 50.8, + "sun": 5.2, + "cloud": 4.6, + "ground_temp": 3.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60668, + "power": 60668 + }, + { + "date": 181116, + "mean_temp": 8.8, + "min_temp": 4.2, + "max_temp": 14.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 65.1, + "sun": 5.2, + "cloud": 6.5, + "ground_temp": 8.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68148, + "power": 71160 + }, + { + "date": 181115, + "mean_temp": 9.7, + "min_temp": 4.7, + "max_temp": 16.2, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1, + "min_hum": 29, + "mean_hum": 55.4, + "sun": 7.8, + "cloud": 4.8, + "ground_temp": 8.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68148, + "power": 69041 + }, + { + "date": 181114, + "mean_temp": 9.8, + "min_temp": 4.8, + "max_temp": 16.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.1, + "min_hum": 27, + "mean_hum": 55.5, + "sun": 8.7, + "cloud": 0.1, + "ground_temp": 8.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69403, + "power": 69403 + }, + { + "date": 181113, + "mean_temp": 8.8, + "min_temp": 4.1, + "max_temp": 15.4, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 33, + "mean_hum": 51.6, + "sun": 8.8, + "cloud": 0.4, + "ground_temp": 7.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67931, + "power": 69176 + }, + { + "date": 181112, + "mean_temp": 8.1, + "min_temp": 3.1, + "max_temp": 15.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.2, + "min_hum": 31, + "mean_hum": 52.3, + "sun": 8.9, + "cloud": 0, + "ground_temp": 7.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67888, + "power": 67888 + }, + { + "date": 181111, + "mean_temp": 8.1, + "min_temp": 5.4, + "max_temp": 10.9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.1, + "min_hum": 47, + "mean_hum": 67.6, + "sun": 1.4, + "cloud": 6.4, + "ground_temp": 8.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58243, + "power": 58243 + }, + { + "date": 181110, + "mean_temp": 11.9, + "min_temp": 8.8, + "max_temp": 17.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 69.1, + "sun": 8.1, + "cloud": 3.1, + "ground_temp": 11.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59583, + "power": 59583 + }, + { + "date": 181109, + "mean_temp": 12.1, + "min_temp": 9.5, + "max_temp": 15.4, + "rain": 1, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 46, + "mean_hum": 69, + "sun": 6.5, + "cloud": 7.9, + "ground_temp": 12.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71046, + "power": 69575 + }, + { + "date": 181108, + "mean_temp": 11.8, + "min_temp": 10.5, + "max_temp": 14.7, + "rain": 64, + "max_wind": 5, + "mean_wind": 1.8, + "min_hum": 70, + "mean_hum": 93.8, + "sun": 0, + "cloud": 10, + "ground_temp": 13.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71046, + "power": 71046 + }, + { + "date": 181107, + "mean_temp": 12.8, + "min_temp": 10.3, + "max_temp": 15.7, + "rain": 2, + "max_wind": 2.8, + "mean_wind": 1.1, + "min_hum": 67, + "mean_hum": 79.5, + "sun": 0.5, + "cloud": 9.9, + "ground_temp": 13.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66445, + "power": 70063 + }, + { + "date": 181106, + "mean_temp": 12.2, + "min_temp": 8, + "max_temp": 17.5, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 0.9, + "min_hum": 49, + "mean_hum": 70.5, + "sun": 4.1, + "cloud": 6.9, + "ground_temp": 12, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68452, + "power": 68452 + }, + { + "date": 181105, + "mean_temp": 11.9, + "min_temp": 6.6, + "max_temp": 18.3, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.1, + "min_hum": 35, + "mean_hum": 65.5, + "sun": 7.9, + "cloud": 5.3, + "ground_temp": 11.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68082, + "power": 68082 + }, + { + "date": 181104, + "mean_temp": 11.6, + "min_temp": 5.3, + "max_temp": 19.4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 23, + "mean_hum": 55, + "sun": 9, + "cloud": 2.1, + "ground_temp": 11, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58032, + "power": 58032 + }, + { + "date": 181103, + "mean_temp": 11.2, + "min_temp": 5, + "max_temp": 19.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.3, + "min_hum": 21, + "mean_hum": 56, + "sun": 9.1, + "cloud": 0, + "ground_temp": 10.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59055, + "power": 59940 + }, + { + "date": 181102, + "mean_temp": 10.6, + "min_temp": 4, + "max_temp": 19, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.1, + "min_hum": 29, + "mean_hum": 54.9, + "sun": 9.2, + "cloud": 0, + "ground_temp": 9.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69302, + "power": 68213 + }, + { + "date": 181101, + "mean_temp": 8.4, + "min_temp": 2.5, + "max_temp": 15.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.3, + "min_hum": 28, + "mean_hum": 53.4, + "sun": 9.2, + "cloud": 0, + "ground_temp": 8.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69302, + "power": 69302 + }, + { + "date": 181031, + "mean_temp": 7.4, + "min_temp": 3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 55.4, + "sun": 9.3, + "cloud": 0.8, + "ground_temp": 8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69211, + "power": 69211 + }, + { + "date": 181030, + "mean_temp": 6.1, + "min_temp": 0.7, + "max_temp": 11.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 51.3, + "sun": 9.1, + "cloud": 3.3, + "ground_temp": 6.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70329, + "power": 70329 + }, + { + "date": 181029, + "mean_temp": 7.2, + "min_temp": 3.4, + "max_temp": 11.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 57.3, + "sun": 6.5, + "cloud": 5.9, + "ground_temp": 7.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69629, + "power": 69629 + }, + { + "date": 181028, + "mean_temp": 8.3, + "min_temp": 5.2, + "max_temp": 13.5, + "rain": 5.5, + "max_wind": 5.9, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 77.1, + "sun": 2.8, + "cloud": 7.3, + "ground_temp": 8.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57363, + "power": 57363 + }, + { + "date": 181027, + "mean_temp": 8.7, + "min_temp": 6.2, + "max_temp": 11.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 30, + "mean_hum": 49.6, + "sun": 8, + "cloud": 1.6, + "ground_temp": 8.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59055, + "power": 59055 + }, + { + "date": 181026, + "mean_temp": 12.2, + "min_temp": 9.9, + "max_temp": 14.7, + "rain": 11, + "max_wind": 5.4, + "mean_wind": 1.6, + "min_hum": 55, + "mean_hum": 74.1, + "sun": 2.4, + "cloud": 7.5, + "ground_temp": 12.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71046, + "power": 68352 + }, + { + "date": 181025, + "mean_temp": 13.8, + "min_temp": 7, + "max_temp": 21.2, + "rain": 0, + "max_wind": 1.6, + "mean_wind": 0.9, + "min_hum": 28, + "mean_hum": 55.5, + "sun": 8.7, + "cloud": 4, + "ground_temp": 12.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68029, + "power": 68029 + }, + { + "date": 181024, + "mean_temp": 12.5, + "min_temp": 7.6, + "max_temp": 18.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 37, + "mean_hum": 66, + "sun": 9.6, + "cloud": 0.5, + "ground_temp": 12.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67241, + "power": 67241 + }, + { + "date": 181023, + "mean_temp": 12.2, + "min_temp": 9.8, + "max_temp": 16.9, + "rain": 5, + "max_wind": 5, + "mean_wind": 1.1, + "min_hum": 61, + "mean_hum": 75.1, + "sun": 5.3, + "cloud": 5.4, + "ground_temp": 13.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67751, + "power": 68261 + }, + { + "date": 181022, + "mean_temp": 14, + "min_temp": 8.8, + "max_temp": 20.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1, + "min_hum": 29, + "mean_hum": 50, + "sun": 7.6, + "cloud": 5.3, + "ground_temp": 15.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67942, + "power": 67942 + }, + { + "date": 181021, + "mean_temp": 13.4, + "min_temp": 7.2, + "max_temp": 21.1, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.1, + "min_hum": 21, + "mean_hum": 49.5, + "sun": 9.6, + "cloud": 2.4, + "ground_temp": 14.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57268, + "power": 57268 + }, + { + "date": 181020, + "mean_temp": 13.4, + "min_temp": 6.9, + "max_temp": 21.4, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.2, + "min_hum": 19, + "mean_hum": 53.9, + "sun": 9.7, + "cloud": 1.1, + "ground_temp": 15.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58171, + "power": 58460 + }, + { + "date": 181019, + "mean_temp": 13.1, + "min_temp": 7.2, + "max_temp": 20.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 28, + "mean_hum": 54.3, + "sun": 9.9, + "cloud": 0, + "ground_temp": 14.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66908, + "power": 66699 + }, + { + "date": 181018, + "mean_temp": 12.7, + "min_temp": 7.5, + "max_temp": 19, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.1, + "min_hum": 37, + "mean_hum": 59.5, + "sun": 8.1, + "cloud": 3.1, + "ground_temp": 14.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67241, + "power": 68273 + }, + { + "date": 181017, + "mean_temp": 12.4, + "min_temp": 8.4, + "max_temp": 18.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.3, + "min_hum": 16, + "mean_hum": 53.3, + "sun": 10, + "cloud": 0, + "ground_temp": 14.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67428, + "power": 67428 + }, + { + "date": 181016, + "mean_temp": 14.5, + "min_temp": 9.9, + "max_temp": 20.3, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 27, + "mean_hum": 55.9, + "sun": 8.2, + "cloud": 5.6, + "ground_temp": 15.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67701, + "power": 68140 + }, + { + "date": 181015, + "mean_temp": 15.2, + "min_temp": 10.9, + "max_temp": 21, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 40, + "mean_hum": 69.9, + "sun": 6.8, + "cloud": 4, + "ground_temp": 15.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67783, + "power": 67919 + }, + { + "date": 181014, + "mean_temp": 13.2, + "min_temp": 6.8, + "max_temp": 20.3, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 60, + "sun": 9.9, + "cloud": 3.4, + "ground_temp": 14.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57197, + "power": 57197 + }, + { + "date": 181013, + "mean_temp": 12.5, + "min_temp": 6.1, + "max_temp": 19.8, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1, + "min_hum": 26, + "mean_hum": 54, + "sun": 10, + "cloud": 0, + "ground_temp": 13.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58171, + "power": 58171 + }, + { + "date": 181012, + "mean_temp": 10.9, + "min_temp": 5.2, + "max_temp": 17.4, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.3, + "min_hum": 32, + "mean_hum": 54, + "sun": 10.1, + "cloud": 0, + "ground_temp": 12.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66908, + "power": 66908 + }, + { + "date": 181011, + "mean_temp": 9.7, + "min_temp": 6.1, + "max_temp": 13.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 31, + "mean_hum": 51, + "sun": 9.3, + "cloud": 1.4, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67931, + "power": 67931 + }, + { + "date": 181010, + "mean_temp": 12, + "min_temp": 7.9, + "max_temp": 16.7, + "rain": 7, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 61, + "sun": 6.5, + "cloud": 6.8, + "ground_temp": 13.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67751, + "power": 67212 + }, + { + "date": 181009, + "mean_temp": 15.3, + "min_temp": 10.7, + "max_temp": 19.8, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.1, + "min_hum": 33, + "mean_hum": 52.5, + "sun": 2.3, + "cloud": 9, + "ground_temp": 14.3, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 63339, + "power": 63339 + }, + { + "date": 181008, + "mean_temp": 14.8, + "min_temp": 9.2, + "max_temp": 20.9, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.1, + "min_hum": 21, + "mean_hum": 47, + "sun": 10.5, + "cloud": 4.4, + "ground_temp": 14.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66445, + "power": 66445 + }, + { + "date": 181007, + "mean_temp": 16.4, + "min_temp": 12.3, + "max_temp": 21.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 53.5, + "sun": 10.5, + "cloud": 2.9, + "ground_temp": 16.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56947, + "power": 56947 + }, + { + "date": 181006, + "mean_temp": 18, + "min_temp": 16.3, + "max_temp": 21.7, + "rain": 55.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 56, + "mean_hum": 84, + "sun": 3, + "cloud": 7.5, + "ground_temp": 18.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60380, + "power": 60380 + }, + { + "date": 181005, + "mean_temp": 16.9, + "min_temp": 15.7, + "max_temp": 19, + "rain": 36.5, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 84.1, + "sun": 0, + "cloud": 9.8, + "ground_temp": 17, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66291, + "power": 68545 + }, + { + "date": 181004, + "mean_temp": 19.3, + "min_temp": 13, + "max_temp": 25.6, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.3, + "min_hum": 34, + "mean_hum": 56.5, + "sun": 8.9, + "cloud": 6.5, + "ground_temp": 20.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68210, + "power": 68210 + }, + { + "date": 181003, + "mean_temp": 17.3, + "min_temp": 11.2, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.3, + "min_hum": 33, + "mean_hum": 58, + "sun": 10.6, + "cloud": 0, + "ground_temp": 19.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 63204, + "power": 63204 + }, + { + "date": 181002, + "mean_temp": 15.9, + "min_temp": 10.3, + "max_temp": 22, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 61.4, + "sun": 10.8, + "cloud": 0.5, + "ground_temp": 19.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66291, + "power": 66291 + }, + { + "date": 181001, + "mean_temp": 15.4, + "min_temp": 13, + "max_temp": 19.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 55.1, + "sun": 7.9, + "cloud": 4.5, + "ground_temp": 19, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66789, + "power": 66789 + }, + { + "date": 180930, + "mean_temp": 17.6, + "min_temp": 14, + "max_temp": 21.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 52.5, + "sun": 10.4, + "cloud": 0.6, + "ground_temp": 21.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56295, + "power": 57311 + }, + { + "date": 180929, + "mean_temp": 20.2, + "min_temp": 14.6, + "max_temp": 27, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1, + "min_hum": 31, + "mean_hum": 55.5, + "sun": 10.8, + "cloud": 0.4, + "ground_temp": 21.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59632, + "power": 59632 + }, + { + "date": 180928, + "mean_temp": 17.5, + "min_temp": 14.3, + "max_temp": 22.2, + "rain": 0, + "max_wind": 2.1, + "mean_wind": 1.2, + "min_hum": 45, + "mean_hum": 58.1, + "sun": 3.5, + "cloud": 6.1, + "ground_temp": 18.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66524, + "power": 66524 + }, + { + "date": 180927, + "mean_temp": 18.9, + "min_temp": 13.2, + "max_temp": 25, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.3, + "min_hum": 28, + "mean_hum": 47.6, + "sun": 10.3, + "cloud": 0.9, + "ground_temp": 20, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65404, + "power": 65404 + }, + { + "date": 180926, + "mean_temp": 19.4, + "min_temp": 16.2, + "max_temp": 24.8, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 47.9, + "sun": 8.4, + "cloud": 5, + "ground_temp": 21.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 55992, + "power": 55992 + }, + { + "date": 180925, + "mean_temp": 17.8, + "min_temp": 10.8, + "max_temp": 24.3, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.1, + "min_hum": 23, + "mean_hum": 48, + "sun": 10, + "cloud": 2.1, + "ground_temp": 19.8, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 51414, + "power": 51414 + }, + { + "date": 180924, + "mean_temp": 17.6, + "min_temp": 14.2, + "max_temp": 22.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 48.3, + "sun": 11, + "cloud": 1.1, + "ground_temp": 19.3, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 51414, + "power": 47981 + }, + { + "date": 180923, + "mean_temp": 19.4, + "min_temp": 15.6, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 27, + "mean_hum": 52.9, + "sun": 7.4, + "cloud": 4.4, + "ground_temp": 19.9, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 51604, + "power": 51604 + }, + { + "date": 180922, + "mean_temp": 20.8, + "min_temp": 17.2, + "max_temp": 25.5, + "rain": 6.5, + "max_wind": 5.3, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 62.3, + "sun": 10.8, + "cloud": 2.1, + "ground_temp": 21.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57029, + "power": 57029 + }, + { + "date": 180921, + "mean_temp": 19.4, + "min_temp": 17.6, + "max_temp": 21.9, + "rain": 18, + "max_wind": 2.3, + "mean_wind": 1.3, + "min_hum": 72, + "mean_hum": 85.8, + "sun": 0.6, + "cloud": 9.3, + "ground_temp": 20.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69729, + "power": 69729 + }, + { + "date": 180920, + "mean_temp": 19, + "min_temp": 17.8, + "max_temp": 20.1, + "rain": 5, + "max_wind": 2.9, + "mean_wind": 1.8, + "min_hum": 57, + "mean_hum": 82.4, + "sun": 0, + "cloud": 10, + "ground_temp": 19.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71784, + "power": 71784 + }, + { + "date": 180919, + "mean_temp": 22.1, + "min_temp": 18.9, + "max_temp": 26.6, + "rain": 0.2, + "max_wind": 2.9, + "mean_wind": 1, + "min_hum": 34, + "mean_hum": 59.1, + "sun": 2.1, + "cloud": 9.5, + "ground_temp": 24.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72654, + "power": 72654 + }, + { + "date": 180918, + "mean_temp": 22, + "min_temp": 17.7, + "max_temp": 26.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.2, + "min_hum": 33, + "mean_hum": 59.8, + "sun": 7.9, + "cloud": 8.3, + "ground_temp": 25.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72897, + "power": 72897 + }, + { + "date": 180917, + "mean_temp": 22.3, + "min_temp": 18.5, + "max_temp": 27.7, + "rain": 0.1, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 64.3, + "sun": 10.8, + "cloud": 5.3, + "ground_temp": 25.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72551, + "power": 73080 + }, + { + "date": 180916, + "mean_temp": 22.2, + "min_temp": 21, + "max_temp": 23.9, + "rain": 2, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 58, + "mean_hum": 83.6, + "sun": 0, + "cloud": 10, + "ground_temp": 23.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55217, + "power": 61788 + }, + { + "date": 180915, + "mean_temp": 23.3, + "min_temp": 21, + "max_temp": 26, + "rain": 0.2, + "max_wind": 2.4, + "mean_wind": 1, + "min_hum": 61, + "mean_hum": 76, + "sun": 0.8, + "cloud": 9.8, + "ground_temp": 24, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62793, + "power": 64896 + }, + { + "date": 180914, + "mean_temp": 23.5, + "min_temp": 20.3, + "max_temp": 26.8, + "rain": 0.5, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 51, + "mean_hum": 66.9, + "sun": 1.6, + "cloud": 8.3, + "ground_temp": 25.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73530, + "power": 73530 + }, + { + "date": 180913, + "mean_temp": 23.5, + "min_temp": 20.3, + "max_temp": 28.3, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.2, + "min_hum": 45, + "mean_hum": 63.5, + "sun": 5, + "cloud": 7.9, + "ground_temp": 27.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73607, + "power": 73607 + }, + { + "date": 180912, + "mean_temp": 22.8, + "min_temp": 16.8, + "max_temp": 28.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 39, + "mean_hum": 52, + "sun": 11.3, + "cloud": 4.1, + "ground_temp": 26.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72897, + "power": 73004 + }, + { + "date": 180911, + "mean_temp": 21.6, + "min_temp": 16.8, + "max_temp": 26.1, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.5, + "min_hum": 37, + "mean_hum": 48.1, + "sun": 8.4, + "cloud": 7.5, + "ground_temp": 24.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71320, + "power": 71320 + }, + { + "date": 180910, + "mean_temp": 22.9, + "min_temp": 18.6, + "max_temp": 28.4, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 49.5, + "sun": 10.3, + "cloud": 2.4, + "ground_temp": 26.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73210, + "power": 72230 + }, + { + "date": 180909, + "mean_temp": 22.2, + "min_temp": 15.6, + "max_temp": 28.9, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.2, + "min_hum": 26, + "mean_hum": 49, + "sun": 9.9, + "cloud": 1.4, + "ground_temp": 26.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59747, + "power": 59747 + }, + { + "date": 180908, + "mean_temp": 21.7, + "min_temp": 15.9, + "max_temp": 27.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 48.8, + "sun": 11.7, + "cloud": 0.3, + "ground_temp": 24.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53271, + "power": 61542 + }, + { + "date": 180907, + "mean_temp": 22, + "min_temp": 19.1, + "max_temp": 25.5, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 54.6, + "sun": 10.9, + "cloud": 4.9, + "ground_temp": 23.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73304, + "power": 73304 + }, + { + "date": 180906, + "mean_temp": 24.1, + "min_temp": 20.9, + "max_temp": 28.2, + "rain": 1, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 69.9, + "sun": 2.2, + "cloud": 7.9, + "ground_temp": 24.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76604, + "power": 76604 + }, + { + "date": 180905, + "mean_temp": 24, + "min_temp": 19.6, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 63.5, + "sun": 11.8, + "cloud": 1.9, + "ground_temp": 24.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72551, + "power": 75416 + }, + { + "date": 180904, + "mean_temp": 23.2, + "min_temp": 20, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 69.4, + "sun": 11, + "cloud": 5.1, + "ground_temp": 24, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76268, + "power": 76268 + }, + { + "date": 180903, + "mean_temp": 23.3, + "min_temp": 21.4, + "max_temp": 25.8, + "rain": 34.5, + "max_wind": 5.5, + "mean_wind": 1, + "min_hum": 67, + "mean_hum": 85.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 24.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78441, + "power": 78405 + }, + { + "date": 180902, + "mean_temp": 25.1, + "min_temp": 20.1, + "max_temp": 29.6, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 38, + "mean_hum": 55.8, + "sun": 9.2, + "cloud": 5.5, + "ground_temp": 28.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58944, + "power": 62574 + }, + { + "date": 180901, + "mean_temp": 25.5, + "min_temp": 20.8, + "max_temp": 30.9, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.3, + "min_hum": 38, + "mean_hum": 59.4, + "sun": 10.6, + "cloud": 1.5, + "ground_temp": 26.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65117, + "power": 65117 + }, + { + "date": 180831, + "mean_temp": 25.6, + "min_temp": 22.8, + "max_temp": 30.3, + "rain": 0.1, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 67.4, + "sun": 10.1, + "cloud": 4.5, + "ground_temp": 27.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77420, + "power": 77420 + }, + { + "date": 180830, + "mean_temp": 25.3, + "min_temp": 23.9, + "max_temp": 28.2, + "rain": 9.5, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 62, + "mean_hum": 80.9, + "sun": 1.9, + "cloud": 9.4, + "ground_temp": 25.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81281, + "power": 81281 + }, + { + "date": 180829, + "mean_temp": 25.2, + "min_temp": 22.7, + "max_temp": 27.4, + "rain": 42, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 72, + "mean_hum": 86, + "sun": 0.1, + "cloud": 10, + "ground_temp": 24.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80284, + "power": 80284 + }, + { + "date": 180828, + "mean_temp": 23.7, + "min_temp": 22.5, + "max_temp": 26.1, + "rain": 96.5, + "max_wind": 3.7, + "mean_wind": 0.9, + "min_hum": 72, + "mean_hum": 92.4, + "sun": 0, + "cloud": 9, + "ground_temp": 24.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79359, + "power": 79359 + }, + { + "date": 180827, + "mean_temp": 22.7, + "min_temp": 20.2, + "max_temp": 24.9, + "rain": 19.5, + "max_wind": 2.1, + "mean_wind": 0.8, + "min_hum": 82, + "mean_hum": 91, + "sun": 0, + "cloud": 8.9, + "ground_temp": 24.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 77224, + "power": 77224 + }, + { + "date": 180826, + "mean_temp": 23.2, + "min_temp": 20.3, + "max_temp": 29, + "rain": 2, + "max_wind": 3.8, + "mean_wind": 1.2, + "min_hum": 41, + "mean_hum": 70, + "sun": 5.1, + "cloud": 6.4, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61434, + "power": 61434 + }, + { + "date": 180825, + "mean_temp": 25.2, + "min_temp": 22.7, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 50, + "mean_hum": 68, + "sun": 7.2, + "cloud": 7, + "ground_temp": 25.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 68483, + "power": 68483 + }, + { + "date": 180824, + "mean_temp": 24.4, + "min_temp": 23.2, + "max_temp": 26.3, + "rain": 7.5, + "max_wind": 4.2, + "mean_wind": 2.5, + "min_hum": 73, + "mean_hum": 86.3, + "sun": 0, + "cloud": 9.6, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79844, + "power": 79844 + }, + { + "date": 180823, + "mean_temp": 29.4, + "min_temp": 25.7, + "max_temp": 32.2, + "rain": 3, + "max_wind": 2.8, + "mean_wind": 1.7, + "min_hum": 48, + "mean_hum": 59.1, + "sun": 1.7, + "cloud": 9.5, + "ground_temp": 31.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83123, + "power": 84786 + }, + { + "date": 180822, + "mean_temp": 30.7, + "min_temp": 23.4, + "max_temp": 37.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.1, + "min_hum": 34, + "mean_hum": 54.1, + "sun": 10.5, + "cloud": 4.5, + "ground_temp": 34.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83123, + "power": 87911 + }, + { + "date": 180821, + "mean_temp": 26.6, + "min_temp": 23.4, + "max_temp": 31, + "rain": 5, + "max_wind": 7.1, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 71.4, + "sun": 6.8, + "cloud": 6.3, + "ground_temp": 27, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 84025, + "power": 84025 + }, + { + "date": 180820, + "mean_temp": 29.1, + "min_temp": 25.1, + "max_temp": 33.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 55.6, + "sun": 6, + "cloud": 8.4, + "ground_temp": 32.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83917, + "power": 83917 + }, + { + "date": 180819, + "mean_temp": 28.2, + "min_temp": 23, + "max_temp": 34.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.2, + "min_hum": 29, + "mean_hum": 50.6, + "sun": 7.9, + "cloud": 7.9, + "ground_temp": 34.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 66730, + "power": 66730 + }, + { + "date": 180818, + "mean_temp": 26.7, + "min_temp": 21.5, + "max_temp": 32.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 28, + "mean_hum": 44.6, + "sun": 10.9, + "cloud": 5, + "ground_temp": 34.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67131, + "power": 67131 + }, + { + "date": 180817, + "mean_temp": 27.2, + "min_temp": 21.7, + "max_temp": 33.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 39.8, + "sun": 12.4, + "cloud": 0, + "ground_temp": 34.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 80289, + "power": 80289 + }, + { + "date": 180816, + "mean_temp": 29.9, + "min_temp": 24.1, + "max_temp": 35.6, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 51, + "sun": 11, + "cloud": 3.3, + "ground_temp": 35.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83296, + "power": 88720 + }, + { + "date": 180815, + "mean_temp": 31.7, + "min_temp": 28.3, + "max_temp": 38, + "rain": 1, + "max_wind": 5.8, + "mean_wind": 1.2, + "min_hum": 34, + "mean_hum": 59.5, + "sun": 9.5, + "cloud": 6.4, + "ground_temp": 34, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 83275, + "power": 83275 + }, + { + "date": 180814, + "mean_temp": 31.7, + "min_temp": 27.7, + "max_temp": 37.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.3, + "min_hum": 34, + "mean_hum": 58.3, + "sun": 9.5, + "cloud": 6.9, + "ground_temp": 34.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 91548, + "power": 91548 + }, + { + "date": 180813, + "mean_temp": 30.5, + "min_temp": 26.7, + "max_temp": 34.4, + "rain": 1, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 47, + "mean_hum": 68.6, + "sun": 6.3, + "cloud": 7.3, + "ground_temp": 29.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 91405, + "power": 91405 + }, + { + "date": 180812, + "mean_temp": 30.6, + "min_temp": 27.2, + "max_temp": 35.3, + "rain": 5, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 39, + "mean_hum": 61.3, + "sun": 8.4, + "cloud": 6.5, + "ground_temp": 34.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 73509, + "power": 73509 + }, + { + "date": 180811, + "mean_temp": 31, + "min_temp": 26.4, + "max_temp": 36, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 55.8, + "sun": 11.5, + "cloud": 2.9, + "ground_temp": 36.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 75167, + "power": 75167 + }, + { + "date": 180810, + "mean_temp": 30.7, + "min_temp": 25.7, + "max_temp": 36.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 37, + "mean_hum": 60.9, + "sun": 11.4, + "cloud": 3.5, + "ground_temp": 32.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 87807, + "power": 87807 + }, + { + "date": 180809, + "mean_temp": 28.8, + "min_temp": 27.1, + "max_temp": 32.5, + "rain": 2, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 58, + "mean_hum": 76.3, + "sun": 2.6, + "cloud": 7.3, + "ground_temp": 32.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81393, + "power": 88582 + }, + { + "date": 180808, + "mean_temp": 31, + "min_temp": 27.6, + "max_temp": 35.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 64.8, + "sun": 10.8, + "cloud": 3, + "ground_temp": 35.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 88955, + "power": 88955 + }, + { + "date": 180807, + "mean_temp": 30.5, + "min_temp": 26.8, + "max_temp": 35.9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 63.4, + "sun": 8.5, + "cloud": 3.6, + "ground_temp": 29.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 88955, + "power": 88893 + }, + { + "date": 180806, + "mean_temp": 30.5, + "min_temp": 28.3, + "max_temp": 35.3, + "rain": 6.5, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 71.6, + "sun": 7.3, + "cloud": 7.6, + "ground_temp": 31.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 88816, + "power": 88816 + }, + { + "date": 180805, + "mean_temp": 30, + "min_temp": 27.2, + "max_temp": 33.9, + "rain": 2, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 50, + "mean_hum": 71.8, + "sun": 10.1, + "cloud": 6.5, + "ground_temp": 34.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 69798, + "power": 74791 + }, + { + "date": 180804, + "mean_temp": 31.1, + "min_temp": 28, + "max_temp": 34.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 46, + "mean_hum": 60.6, + "sun": 12.1, + "cloud": 3.4, + "ground_temp": 37.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 74087, + "power": 74087 + }, + { + "date": 180803, + "mean_temp": 33.1, + "min_temp": 30, + "max_temp": 37.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 55.3, + "sun": 10.5, + "cloud": 1, + "ground_temp": 39.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81589, + "power": 81589 + }, + { + "date": 180802, + "mean_temp": 33.7, + "min_temp": 30.3, + "max_temp": 37.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 54.4, + "sun": 9.8, + "cloud": 4, + "ground_temp": 36.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 82283, + "power": 82283 + }, + { + "date": 180801, + "mean_temp": 33.6, + "min_temp": 27.8, + "max_temp": 39.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 55.5, + "sun": 12.6, + "cloud": 0.8, + "ground_temp": 40.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 82486, + "power": 82486 + }, + { + "date": 180731, + "mean_temp": 32.6, + "min_temp": 27.8, + "max_temp": 38.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 32, + "mean_hum": 50.5, + "sun": 12, + "cloud": 2.8, + "ground_temp": 38.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83275, + "power": 83087 + }, + { + "date": 180730, + "mean_temp": 31.7, + "min_temp": 26.2, + "max_temp": 36.9, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.2, + "min_hum": 35, + "mean_hum": 50.9, + "sun": 11, + "cloud": 3.1, + "ground_temp": 34, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 82882, + "power": 82882 + }, + { + "date": 180729, + "mean_temp": 31.3, + "min_temp": 26.4, + "max_temp": 36.7, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 32, + "mean_hum": 52.4, + "sun": 12.3, + "cloud": 2.4, + "ground_temp": 32.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 72063, + "power": 72063 + }, + { + "date": 180728, + "mean_temp": 29.5, + "min_temp": 28, + "max_temp": 35.2, + "rain": 7.5, + "max_wind": 3.6, + "mean_wind": 1.2, + "min_hum": 53, + "mean_hum": 77.1, + "sun": 3.4, + "cloud": 5.5, + "ground_temp": 30.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 77487, + "power": 77487 + }, + { + "date": 180727, + "mean_temp": 30.9, + "min_temp": 27.2, + "max_temp": 35.4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 69.3, + "sun": 9.3, + "cloud": 2.3, + "ground_temp": 36.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 90678, + "power": 90678 + }, + { + "date": 180726, + "mean_temp": 30.1, + "min_temp": 27.3, + "max_temp": 33.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 51, + "mean_hum": 68.8, + "sun": 4.4, + "cloud": 5.8, + "ground_temp": 32.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 90682, + "power": 90682 + }, + { + "date": 180725, + "mean_temp": 30.1, + "min_temp": 27.7, + "max_temp": 34.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.4, + "min_hum": 50, + "mean_hum": 66.3, + "sun": 5.2, + "cloud": 6.3, + "ground_temp": 36.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 90682, + "power": 90399 + }, + { + "date": 180724, + "mean_temp": 31.4, + "min_temp": 27.2, + "max_temp": 36.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 59.5, + "sun": 10.2, + "cloud": 4.4, + "ground_temp": 35.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 92478, + "power": 92478 + }, + { + "date": 180723, + "mean_temp": 31.7, + "min_temp": 29.2, + "max_temp": 35.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 41, + "mean_hum": 53.8, + "sun": 8, + "cloud": 7.9, + "ground_temp": 37.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 90695, + "power": 90695 + }, + { + "date": 180722, + "mean_temp": 31.8, + "min_temp": 25.3, + "max_temp": 38, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 49.6, + "sun": 12.2, + "cloud": 3.5, + "ground_temp": 37.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 72063, + "power": 73794 + }, + { + "date": 180721, + "mean_temp": 30.6, + "min_temp": 24.9, + "max_temp": 36.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 53.6, + "sun": 12.9, + "cloud": 0.3, + "ground_temp": 36.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 76999, + "power": 76999 + }, + { + "date": 180720, + "mean_temp": 29.5, + "min_temp": 24.6, + "max_temp": 34.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 62.6, + "sun": 12.9, + "cloud": 0.4, + "ground_temp": 35.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 88080, + "power": 88080 + }, + { + "date": 180719, + "mean_temp": 28.7, + "min_temp": 23.2, + "max_temp": 34.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 64.1, + "sun": 12.9, + "cloud": 0.1, + "ground_temp": 35.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 86306, + "power": 87591 + }, + { + "date": 180718, + "mean_temp": 28.2, + "min_temp": 23.7, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 41, + "mean_hum": 64.8, + "sun": 13, + "cloud": 0.8, + "ground_temp": 34.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 86306, + "power": 86710 + }, + { + "date": 180717, + "mean_temp": 28.1, + "min_temp": 23.9, + "max_temp": 32.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 66.5, + "sun": 13, + "cloud": 1.3, + "ground_temp": 34.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 86286, + "power": 86286 + }, + { + "date": 180716, + "mean_temp": 28.7, + "min_temp": 24, + "max_temp": 34, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 64.3, + "sun": 12.9, + "cloud": 0.4, + "ground_temp": 33.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 86306, + "power": 86306 + }, + { + "date": 180715, + "mean_temp": 28.3, + "min_temp": 24.5, + "max_temp": 33.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 69.6, + "sun": 11, + "cloud": 2.6, + "ground_temp": 32.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 69798, + "power": 69798 + }, + { + "date": 180714, + "mean_temp": 27.9, + "min_temp": 24.6, + "max_temp": 31.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 69.6, + "sun": 11.3, + "cloud": 5, + "ground_temp": 30.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 70700, + "power": 70700 + }, + { + "date": 180713, + "mean_temp": 27.3, + "min_temp": 24.7, + "max_temp": 30.9, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 58, + "mean_hum": 74.8, + "sun": 7, + "cloud": 6.4, + "ground_temp": 28.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 82076, + "power": 82076 + }, + { + "date": 180712, + "mean_temp": 26.6, + "min_temp": 25.1, + "max_temp": 28.2, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 73, + "mean_hum": 82.4, + "sun": 1.1, + "cloud": 7.5, + "ground_temp": 27, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81393, + "power": 81393 + }, + { + "date": 180711, + "mean_temp": 26.8, + "min_temp": 24.4, + "max_temp": 29.5, + "rain": 3, + "max_wind": 3.9, + "mean_wind": 1.3, + "min_hum": 66, + "mean_hum": 82.9, + "sun": 0.1, + "cloud": 9.6, + "ground_temp": 26.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 79406, + "power": 79406 + }, + { + "date": 180710, + "mean_temp": 23.7, + "min_temp": 20.4, + "max_temp": 26.5, + "rain": 16.5, + "max_wind": 1.6, + "mean_wind": 0.7, + "min_hum": 74, + "mean_hum": 87.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77224, + "power": 76258 + }, + { + "date": 180709, + "mean_temp": 20.8, + "min_temp": 20.1, + "max_temp": 24.2, + "rain": 14, + "max_wind": 1.8, + "mean_wind": 1.1, + "min_hum": 61, + "mean_hum": 82.3, + "sun": 0, + "cloud": 9.9, + "ground_temp": 22.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71880, + "power": 70920 + }, + { + "date": 180708, + "mean_temp": 23.3, + "min_temp": 17.7, + "max_temp": 28.1, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 36, + "mean_hum": 51.5, + "sun": 9.5, + "cloud": 7, + "ground_temp": 29.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58944, + "power": 58944 + }, + { + "date": 180707, + "mean_temp": 23.7, + "min_temp": 19.5, + "max_temp": 29.2, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 51.4, + "cloud": 3.6, + "ground_temp": 30.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61832, + "power": 60855 + }, + { + "date": 180706, + "mean_temp": 23.9, + "min_temp": 21.5, + "max_temp": 27.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 57.8, + "sun": 2.6, + "cloud": 8.5, + "ground_temp": 27, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73639, + "power": 73639 + }, + { + "date": 180705, + "mean_temp": 25.3, + "min_temp": 23.4, + "max_temp": 29, + "rain": 0.5, + "max_wind": 3, + "mean_wind": 1.2, + "min_hum": 58, + "mean_hum": 72.8, + "sun": 1.7, + "cloud": 8.6, + "ground_temp": 27, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77530, + "power": 77530 + }, + { + "date": 180704, + "mean_temp": 27.3, + "min_temp": 24, + "max_temp": 31.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 69.6, + "sun": 8.4, + "cloud": 7.1, + "ground_temp": 30, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78919, + "power": 78919 + }, + { + "date": 180703, + "mean_temp": 27.4, + "min_temp": 22.5, + "max_temp": 32.6, + "rain": 0.1, + "max_wind": 2.6, + "mean_wind": 0.8, + "min_hum": 47, + "mean_hum": 74.4, + "sun": 10.1, + "cloud": 6, + "ground_temp": 29.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74958, + "power": 77312 + }, + { + "date": 180702, + "mean_temp": 22.6, + "min_temp": 20.6, + "max_temp": 25.3, + "rain": 59.5, + "max_wind": 2.9, + "mean_wind": 0.7, + "min_hum": 84, + "mean_hum": 95.4, + "sun": 0.1, + "cloud": 9.6, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 77224, + "power": 75611 + }, + { + "date": 180701, + "mean_temp": 21.9, + "min_temp": 21, + "max_temp": 22.8, + "rain": 83.5, + "max_wind": 2.3, + "mean_wind": 0.8, + "min_hum": 84, + "mean_hum": 94.6, + "sun": 0, + "cloud": 9.9, + "ground_temp": 22.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55217, + "power": 60609 + }, + { + "date": 180630, + "mean_temp": 24.4, + "min_temp": 21.6, + "max_temp": 27.9, + "rain": 14.5, + "max_wind": 5.1, + "mean_wind": 0.9, + "min_hum": 65, + "mean_hum": 83.8, + "sun": 0.5, + "cloud": 9.1, + "ground_temp": 24.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65571, + "power": 65571 + }, + { + "date": 180629, + "mean_temp": 24.7, + "min_temp": 21.9, + "max_temp": 29.1, + "rain": 6.5, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 56, + "mean_hum": 78.5, + "sun": 8.4, + "cloud": 7.3, + "ground_temp": 26.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75049, + "power": 75049 + }, + { + "date": 180628, + "mean_temp": 23.3, + "min_temp": 20.6, + "max_temp": 27.3, + "rain": 26.5, + "max_wind": 4.3, + "mean_wind": 1.1, + "min_hum": 61, + "mean_hum": 85.1, + "sun": 1.9, + "cloud": 9.5, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74820, + "power": 74820 + }, + { + "date": 180627, + "mean_temp": 22.3, + "min_temp": 19.1, + "max_temp": 25.5, + "rain": 1, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 65, + "mean_hum": 81.9, + "sun": 2.9, + "cloud": 8.8, + "ground_temp": 23.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74803, + "power": 74803 + }, + { + "date": 180626, + "mean_temp": 22.3, + "min_temp": 20.2, + "max_temp": 26.9, + "rain": 71.5, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 88.3, + "sun": 0, + "cloud": 10, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75237, + "power": 75237 + }, + { + "date": 180625, + "mean_temp": 27.1, + "min_temp": 21.3, + "max_temp": 32.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 31, + "mean_hum": 57.1, + "sun": 7.8, + "cloud": 7.9, + "ground_temp": 31.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76606, + "power": 76606 + }, + { + "date": 180624, + "mean_temp": 25.2, + "min_temp": 20.1, + "max_temp": 32.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 62.8, + "sun": 11.1, + "cloud": 4, + "ground_temp": 32.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55864, + "power": 60899 + }, + { + "date": 180623, + "mean_temp": 24.5, + "min_temp": 20.9, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 50.6, + "sun": 8.5, + "cloud": 8, + "ground_temp": 30.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61832, + "power": 61832 + }, + { + "date": 180622, + "mean_temp": 25, + "min_temp": 18.2, + "max_temp": 32, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 45.1, + "sun": 12.4, + "cloud": 5.1, + "ground_temp": 30.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70127, + "power": 73832 + }, + { + "date": 180621, + "mean_temp": 23.7, + "min_temp": 19.4, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 60.1, + "sun": 12.6, + "cloud": 3, + "ground_temp": 32.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72656, + "power": 72656 + }, + { + "date": 180620, + "mean_temp": 22.7, + "min_temp": 19.1, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 68.1, + "sun": 10.2, + "cloud": 5.4, + "ground_temp": 28.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72551, + "power": 72551 + }, + { + "date": 180619, + "mean_temp": 22.4, + "min_temp": 19.1, + "max_temp": 27.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 41, + "mean_hum": 61.3, + "sun": 3.1, + "cloud": 8.1, + "ground_temp": 26.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72654, + "power": 72215 + }, + { + "date": 180618, + "mean_temp": 24.8, + "min_temp": 19.9, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 54.9, + "sun": 12.6, + "cloud": 3.6, + "ground_temp": 30.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73210, + "power": 73210 + }, + { + "date": 180617, + "mean_temp": 22.8, + "min_temp": 18.9, + "max_temp": 27.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.3, + "min_hum": 43, + "mean_hum": 66.9, + "sun": 2.4, + "cloud": 7.8, + "ground_temp": 25.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59509, + "power": 58275 + }, + { + "date": 180616, + "mean_temp": 22.5, + "min_temp": 16.3, + "max_temp": 28.7, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 36, + "mean_hum": 56.4, + "sun": 13, + "cloud": 0.8, + "ground_temp": 26.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58833, + "power": 58833 + }, + { + "date": 180615, + "mean_temp": 21.7, + "min_temp": 17.2, + "max_temp": 27, + "rain": 16.5, + "max_wind": 2.7, + "mean_wind": 1.4, + "min_hum": 38, + "mean_hum": 60.8, + "sun": 9.8, + "cloud": 6.1, + "ground_temp": 24, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68930, + "power": 68421 + }, + { + "date": 180614, + "mean_temp": 21.6, + "min_temp": 18.8, + "max_temp": 25.1, + "rain": 29, + "max_wind": 3.7, + "mean_wind": 1.1, + "min_hum": 55, + "mean_hum": 74.9, + "sun": 1.4, + "cloud": 9.5, + "ground_temp": 22.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68133, + "power": 68133 + }, + { + "date": 180613, + "mean_temp": 22, + "min_temp": 18.3, + "max_temp": 27, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.5, + "min_hum": 46, + "mean_hum": 64, + "sun": 4.9, + "cloud": 7.4, + "ground_temp": 25.3, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 65009, + "power": 65009 + }, + { + "date": 180612, + "mean_temp": 21.3, + "min_temp": 16.6, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 65.5, + "sun": 12.1, + "cloud": 4.5, + "ground_temp": 26.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68930, + "power": 68930 + }, + { + "date": 180611, + "mean_temp": 20.2, + "min_temp": 18, + "max_temp": 23.9, + "rain": 5, + "max_wind": 4.3, + "mean_wind": 1.4, + "min_hum": 45, + "mean_hum": 67.3, + "sun": 3.3, + "cloud": 8.5, + "ground_temp": 24.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68930, + "power": 68243 + }, + { + "date": 180610, + "mean_temp": 21.3, + "min_temp": 18.3, + "max_temp": 24.9, + "rain": 0.5, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 47, + "mean_hum": 59.9, + "sun": 1.4, + "cloud": 9.5, + "ground_temp": 23.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56753, + "power": 56753 + }, + { + "date": 180609, + "mean_temp": 23.7, + "min_temp": 18.9, + "max_temp": 30.1, + "rain": 0.5, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 60.6, + "sun": 7.9, + "cloud": 6.6, + "ground_temp": 29.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61116, + "power": 61116 + }, + { + "date": 180608, + "mean_temp": 21.9, + "min_temp": 18.5, + "max_temp": 27, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 68, + "sun": 7.1, + "cloud": 5.5, + "ground_temp": 31.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71187, + "power": 71187 + }, + { + "date": 180607, + "mean_temp": 22.2, + "min_temp": 17.8, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 69.3, + "sun": 9.4, + "cloud": 4.5, + "ground_temp": 30, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70127, + "power": 73379 + }, + { + "date": 180606, + "mean_temp": 23, + "min_temp": 18.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 44, + "mean_hum": 62.9, + "sun": 12.7, + "cloud": 1, + "ground_temp": 30.9, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 56195, + "power": 65117 + }, + { + "date": 180605, + "mean_temp": 23.7, + "min_temp": 17.7, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 52.5, + "sun": 11.4, + "cloud": 1.4, + "ground_temp": 30.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70127, + "power": 71221 + }, + { + "date": 180604, + "mean_temp": 22.6, + "min_temp": 18.9, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 50.1, + "sun": 9.2, + "cloud": 7.9, + "ground_temp": 27.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71429, + "power": 71429 + }, + { + "date": 180603, + "mean_temp": 24, + "min_temp": 16.9, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 19, + "mean_hum": 39.4, + "sun": 12.9, + "cloud": 4, + "ground_temp": 31, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58359, + "power": 58359 + }, + { + "date": 180602, + "mean_temp": 23.4, + "min_temp": 17.6, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 44.5, + "sun": 12.8, + "cloud": 1.4, + "ground_temp": 30.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59990, + "power": 59990 + }, + { + "date": 180601, + "mean_temp": 23.8, + "min_temp": 17.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 50.4, + "sun": 12.9, + "cloud": 0, + "ground_temp": 30.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70127, + "power": 70127 + }, + { + "date": 180531, + "mean_temp": 20.9, + "min_temp": 14.2, + "max_temp": 27.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 58.9, + "sun": 12.9, + "cloud": 0.9, + "ground_temp": 28.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69024, + "power": 69024 + }, + { + "date": 180530, + "mean_temp": 20.2, + "min_temp": 15.8, + "max_temp": 24.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 69.8, + "sun": 9.8, + "cloud": 4.6, + "ground_temp": 24.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68281, + "power": 70407 + }, + { + "date": 180529, + "mean_temp": 21.4, + "min_temp": 19.1, + "max_temp": 25.9, + "rain": 1, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 69.3, + "sun": 3.4, + "cloud": 9.4, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70664, + "power": 70664 + }, + { + "date": 180528, + "mean_temp": 22.3, + "min_temp": 16.2, + "max_temp": 29.1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 49.8, + "sun": 12.5, + "cloud": 3.8, + "ground_temp": 27.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70232, + "power": 70232 + }, + { + "date": 180527, + "mean_temp": 20.3, + "min_temp": 17.3, + "max_temp": 24.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 47.4, + "sun": 4.7, + "cloud": 7.3, + "ground_temp": 23.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56576, + "power": 56576 + }, + { + "date": 180526, + "mean_temp": 21.8, + "min_temp": 14, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 50.1, + "sun": 12.6, + "cloud": 1, + "ground_temp": 26.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58811, + "power": 58811 + }, + { + "date": 180525, + "mean_temp": 19.7, + "min_temp": 13.8, + "max_temp": 26.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 22, + "mean_hum": 47.4, + "sun": 12.1, + "cloud": 3.4, + "ground_temp": 23.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67071, + "power": 67071 + }, + { + "date": 180524, + "mean_temp": 18.3, + "min_temp": 11.2, + "max_temp": 23.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 47.4, + "sun": 12.5, + "cloud": 0.5, + "ground_temp": 22.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66977, + "power": 66977 + }, + { + "date": 180523, + "mean_temp": 17.3, + "min_temp": 13.6, + "max_temp": 23.3, + "rain": 6.5, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 57.1, + "sun": 12.7, + "cloud": 1.4, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65409, + "power": 65409 + }, + { + "date": 180522, + "mean_temp": 18.1, + "min_temp": 15.4, + "max_temp": 23.2, + "rain": 12.5, + "max_wind": 3.1, + "mean_wind": 1.1, + "min_hum": 48, + "mean_hum": 75.5, + "sun": 2.7, + "cloud": 9, + "ground_temp": 19, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 67072, + "power": 60900 + }, + { + "date": 180521, + "mean_temp": 17.8, + "min_temp": 11.3, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 24, + "mean_hum": 43.9, + "sun": 8.8, + "cloud": 3.9, + "ground_temp": 21.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64307, + "power": 64307 + }, + { + "date": 180520, + "mean_temp": 17, + "min_temp": 11.5, + "max_temp": 22.6, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 22, + "mean_hum": 32.1, + "sun": 4.2, + "cloud": 4.6, + "ground_temp": 16.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55326, + "power": 55326 + }, + { + "date": 180519, + "mean_temp": 17.6, + "min_temp": 10.3, + "max_temp": 24.7, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 47.5, + "sun": 12.7, + "cloud": 0, + "ground_temp": 21.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56424, + "power": 57867 + }, + { + "date": 180518, + "mean_temp": 16.3, + "min_temp": 12.2, + "max_temp": 19.3, + "rain": 6.5, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 66, + "mean_hum": 86.8, + "sun": 0.4, + "cloud": 8.3, + "ground_temp": 18.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70160, + "power": 70160 + }, + { + "date": 180517, + "mean_temp": 20.9, + "min_temp": 18.8, + "max_temp": 23.5, + "rain": 83, + "max_wind": 8, + "mean_wind": 1.4, + "min_hum": 80, + "mean_hum": 97, + "sun": 0, + "cloud": 10, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73173, + "power": 73173 + }, + { + "date": 180516, + "mean_temp": 22.3, + "min_temp": 21.8, + "max_temp": 24.4, + "rain": 45, + "max_wind": 6.1, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 93.8, + "sun": 0, + "cloud": 10, + "ground_temp": 21.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72229, + "power": 72229 + }, + { + "date": 180515, + "mean_temp": 23.2, + "min_temp": 15.4, + "max_temp": 29.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.1, + "min_hum": 31, + "mean_hum": 56.4, + "sun": 8.9, + "cloud": 8.5, + "ground_temp": 25.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70067, + "power": 70067 + }, + { + "date": 180514, + "mean_temp": 18.2, + "min_temp": 11.9, + "max_temp": 24.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 45, + "mean_hum": 71.4, + "sun": 7.2, + "cloud": 6.6, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66805, + "power": 66805 + }, + { + "date": 180513, + "mean_temp": 15.8, + "min_temp": 12.7, + "max_temp": 20, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 61, + "mean_hum": 82.5, + "sun": 6.9, + "cloud": 5.3, + "ground_temp": 18.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55959, + "power": 55959 + }, + { + "date": 180512, + "mean_temp": 14.2, + "min_temp": 11.8, + "max_temp": 16.1, + "rain": 32, + "max_wind": 2.9, + "mean_wind": 0.9, + "min_hum": 50, + "mean_hum": 89.3, + "sun": 0, + "cloud": 10, + "ground_temp": 14.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60553, + "power": 60553 + }, + { + "date": 180511, + "mean_temp": 16.1, + "min_temp": 11.9, + "max_temp": 21.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 59.8, + "sun": 5.3, + "cloud": 9.5, + "ground_temp": 21, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65425, + "power": 65425 + }, + { + "date": 180510, + "mean_temp": 15.4, + "min_temp": 11.3, + "max_temp": 21.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 67.4, + "sun": 12.3, + "cloud": 3.1, + "ground_temp": 22.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65752, + "power": 65752 + }, + { + "date": 180509, + "mean_temp": 15.7, + "min_temp": 9.2, + "max_temp": 21.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 50.4, + "sun": 12.6, + "cloud": 0.1, + "ground_temp": 21.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65350, + "power": 65350 + }, + { + "date": 180508, + "mean_temp": 17.5, + "min_temp": 11.6, + "max_temp": 22.9, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 50.9, + "sun": 11.3, + "cloud": 3, + "ground_temp": 21.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65600, + "power": 65600 + }, + { + "date": 180507, + "mean_temp": 19.2, + "min_temp": 14, + "max_temp": 25.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.2, + "min_hum": 26, + "mean_hum": 60.3, + "sun": 7.1, + "cloud": 6, + "ground_temp": 18.4, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 60354, + "power": 60354 + }, + { + "date": 180506, + "mean_temp": 16.6, + "min_temp": 15, + "max_temp": 20.7, + "rain": 22, + "max_wind": 3.9, + "mean_wind": 1.1, + "min_hum": 60, + "mean_hum": 86.4, + "sun": 3.2, + "cloud": 9.3, + "ground_temp": 17.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55321, + "power": 55321 + }, + { + "date": 180505, + "mean_temp": 18.3, + "min_temp": 11.6, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 46.8, + "sun": 11, + "cloud": 6, + "ground_temp": 20.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 56278, + "power": 56278 + }, + { + "date": 180504, + "mean_temp": 14.1, + "min_temp": 8.8, + "max_temp": 20, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 45.5, + "sun": 12.4, + "cloud": 1.4, + "ground_temp": 17.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63828, + "power": 63828 + }, + { + "date": 180503, + "mean_temp": 11.2, + "min_temp": 6.9, + "max_temp": 14.7, + "rain": 1, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 45, + "mean_hum": 62.4, + "sun": 8.2, + "cloud": 3.6, + "ground_temp": 11.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68200, + "power": 65747 + }, + { + "date": 180502, + "mean_temp": 15.1, + "min_temp": 8.7, + "max_temp": 19.7, + "rain": 12, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 75, + "mean_hum": 90.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 16, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67840, + "power": 67840 + }, + { + "date": 180501, + "mean_temp": 20.4, + "min_temp": 17.8, + "max_temp": 23.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 58, + "mean_hum": 72.8, + "sun": 3.2, + "cloud": 8.5, + "ground_temp": 23.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60435, + "power": 60435 + }, + { + "date": 180430, + "mean_temp": 19.2, + "min_temp": 14.1, + "max_temp": 25, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 61.6, + "sun": 9.2, + "cloud": 5.5, + "ground_temp": 23, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64781, + "power": 64781 + }, + { + "date": 180429, + "mean_temp": 16.2, + "min_temp": 9.4, + "max_temp": 22.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 43.1, + "sun": 11.6, + "cloud": 2.4, + "ground_temp": 20.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55893, + "power": 55893 + }, + { + "date": 180428, + "mean_temp": 15.4, + "min_temp": 10.5, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 49, + "sun": 12.4, + "cloud": 0, + "ground_temp": 20, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56946, + "power": 56946 + }, + { + "date": 180427, + "mean_temp": 15.7, + "min_temp": 9.7, + "max_temp": 23.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 52.9, + "sun": 11.3, + "cloud": 0.1, + "ground_temp": 19.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65637, + "power": 64547 + }, + { + "date": 180426, + "mean_temp": 14.9, + "min_temp": 10, + "max_temp": 22.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 22, + "mean_hum": 51.9, + "sun": 11.7, + "cloud": 3.9, + "ground_temp": 17.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65403, + "power": 65403 + }, + { + "date": 180425, + "mean_temp": 14.6, + "min_temp": 5.7, + "max_temp": 23.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 18, + "mean_hum": 37.8, + "sun": 12.4, + "cloud": 0.8, + "ground_temp": 16.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64939, + "power": 64939 + }, + { + "date": 180424, + "mean_temp": 12.1, + "min_temp": 8.9, + "max_temp": 16.1, + "rain": 3, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 36, + "mean_hum": 63.3, + "sun": 0, + "cloud": 8, + "ground_temp": 12.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68449, + "power": 68449 + }, + { + "date": 180423, + "mean_temp": 9.3, + "min_temp": 8.4, + "max_temp": 10.7, + "rain": 59, + "max_wind": 3, + "mean_wind": 2.2, + "min_hum": 85, + "mean_hum": 93.9, + "sun": 0, + "cloud": 10, + "ground_temp": 9.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69692, + "power": 69692 + }, + { + "date": 180422, + "mean_temp": 15.5, + "min_temp": 10.7, + "max_temp": 21, + "rain": 15.5, + "max_wind": 2.9, + "mean_wind": 1.1, + "min_hum": 29, + "mean_hum": 57.4, + "sun": 0, + "cloud": 9.5, + "ground_temp": 14.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56420, + "power": 56420 + }, + { + "date": 180421, + "mean_temp": 18.7, + "min_temp": 12.3, + "max_temp": 25.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 8, + "mean_hum": 32, + "sun": 12.4, + "cloud": 3.4, + "ground_temp": 21.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56424, + "power": 57277 + }, + { + "date": 180420, + "mean_temp": 18.4, + "min_temp": 11, + "max_temp": 26.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.3, + "min_hum": 26, + "mean_hum": 46, + "sun": 11.3, + "cloud": 0.5, + "ground_temp": 20.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64307, + "power": 65575 + }, + { + "date": 180419, + "mean_temp": 14, + "min_temp": 7.4, + "max_temp": 20.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 15, + "mean_hum": 38.8, + "sun": 11.4, + "cloud": 0, + "ground_temp": 17.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64939, + "power": 66264 + }, + { + "date": 180418, + "mean_temp": 12.4, + "min_temp": 6.2, + "max_temp": 19.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 14, + "mean_hum": 35.4, + "sun": 12, + "cloud": 0.4, + "ground_temp": 16.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64939, + "power": 65506 + }, + { + "date": 180417, + "mean_temp": 12.9, + "min_temp": 6.8, + "max_temp": 20.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 37.9, + "sun": 12.2, + "cloud": 0.9, + "ground_temp": 14.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66456, + "power": 66456 + }, + { + "date": 180416, + "mean_temp": 11.6, + "min_temp": 4.9, + "max_temp": 18.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.6, + "min_hum": 20, + "mean_hum": 41.9, + "sun": 12.3, + "cloud": 1, + "ground_temp": 13.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66456, + "power": 65800 + }, + { + "date": 180415, + "mean_temp": 9.5, + "min_temp": 5.6, + "max_temp": 14.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 46, + "mean_hum": 65.5, + "sun": 8.6, + "cloud": 3.1, + "ground_temp": 11.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56623, + "power": 56623 + }, + { + "date": 180414, + "mean_temp": 9, + "min_temp": 7.5, + "max_temp": 14.8, + "rain": 9, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 78.8, + "sun": 0.3, + "cloud": 8.9, + "ground_temp": 9.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62481, + "power": 62481 + }, + { + "date": 180413, + "mean_temp": 14.6, + "min_temp": 8.3, + "max_temp": 19.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.3, + "min_hum": 13, + "mean_hum": 22.9, + "sun": 2.7, + "cloud": 8.9, + "ground_temp": 12.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66251, + "power": 66251 + }, + { + "date": 180412, + "mean_temp": 13.3, + "min_temp": 6.8, + "max_temp": 19.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 12, + "mean_hum": 30.5, + "sun": 12, + "cloud": 1.3, + "ground_temp": 13.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66456, + "power": 66438 + }, + { + "date": 180411, + "mean_temp": 12.6, + "min_temp": 8.7, + "max_temp": 17.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3, + "min_hum": 20, + "mean_hum": 49.4, + "sun": 11.8, + "cloud": 2.6, + "ground_temp": 15.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65533, + "power": 65533 + }, + { + "date": 180410, + "mean_temp": 15.1, + "min_temp": 6.9, + "max_temp": 21.9, + "rain": 5, + "max_wind": 8.8, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 51, + "sun": 6.3, + "cloud": 6.3, + "ground_temp": 13, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66523, + "power": 66523 + }, + { + "date": 180409, + "mean_temp": 7.9, + "min_temp": 0.1, + "max_temp": 15.4, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.1, + "min_hum": 21, + "mean_hum": 57.9, + "sun": 9.5, + "cloud": 2.6, + "ground_temp": 10, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68149, + "power": 68149 + }, + { + "date": 180408, + "mean_temp": 3.9, + "min_temp": 0.6, + "max_temp": 7.9, + "rain": 3, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 59.6, + "sun": 3.3, + "cloud": 6.1, + "ground_temp": 5.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58110, + "power": 58110 + }, + { + "date": 180407, + "mean_temp": 4.2, + "min_temp": 1.4, + "max_temp": 8.6, + "rain": 0.2, + "max_wind": 6, + "mean_wind": 4.1, + "min_hum": 17, + "mean_hum": 45.5, + "sun": 9, + "cloud": 5.1, + "ground_temp": 6.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60912, + "power": 60912 + }, + { + "date": 180406, + "mean_temp": 5.8, + "min_temp": 3, + "max_temp": 8.6, + "rain": 6.5, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 40, + "mean_hum": 71.6, + "sun": 4, + "cloud": 8.9, + "ground_temp": 8.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69296, + "power": 69296 + }, + { + "date": 180405, + "mean_temp": 7.6, + "min_temp": 6.7, + "max_temp": 9.5, + "rain": 10.5, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 61, + "mean_hum": 90.6, + "sun": 0, + "cloud": 9.9, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70520, + "power": 70520 + }, + { + "date": 180404, + "mean_temp": 13.4, + "min_temp": 9.5, + "max_temp": 18.2, + "rain": 18.5, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 67, + "sun": 8, + "cloud": 6.1, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68281, + "power": 68281 + }, + { + "date": 180403, + "mean_temp": 17.8, + "min_temp": 14.9, + "max_temp": 21.2, + "rain": 0.1, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 50, + "mean_hum": 72.9, + "sun": 0.8, + "cloud": 9.1, + "ground_temp": 17.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66335, + "power": 66335 + }, + { + "date": 180402, + "mean_temp": 18.4, + "min_temp": 14.9, + "max_temp": 23.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 41, + "mean_hum": 64, + "sun": 5.6, + "cloud": 6.1, + "ground_temp": 17.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65846, + "power": 65846 + }, + { + "date": 180401, + "mean_temp": 15.6, + "min_temp": 11.7, + "max_temp": 18.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 50, + "mean_hum": 68.8, + "sun": 1.3, + "cloud": 9.1, + "ground_temp": 14.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56397, + "power": 56397 + }, + { + "date": 180331, + "mean_temp": 14, + "min_temp": 9.3, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 52.9, + "sun": 7.9, + "cloud": 4.4, + "ground_temp": 14.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57558, + "power": 57558 + }, + { + "date": 180330, + "mean_temp": 14.8, + "min_temp": 9.8, + "max_temp": 21.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 55.6, + "sun": 9.9, + "cloud": 0.5, + "ground_temp": 14.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65637, + "power": 65637 + }, + { + "date": 180329, + "mean_temp": 15.4, + "min_temp": 11.8, + "max_temp": 21.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 66.3, + "sun": 7.5, + "cloud": 4.9, + "ground_temp": 15.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67110, + "power": 67110 + }, + { + "date": 180328, + "mean_temp": 14, + "min_temp": 9.4, + "max_temp": 19, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 42, + "mean_hum": 66.4, + "sun": 5.2, + "cloud": 4.3, + "ground_temp": 13.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65752, + "power": 66068 + }, + { + "date": 180327, + "mean_temp": 13.3, + "min_temp": 7.7, + "max_temp": 20, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 61.1, + "sun": 7.9, + "cloud": 2.6, + "ground_temp": 12.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67622, + "power": 67622 + }, + { + "date": 180326, + "mean_temp": 11, + "min_temp": 5.3, + "max_temp": 18.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 64.5, + "sun": 9.1, + "cloud": 3.6, + "ground_temp": 12.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69467, + "power": 69467 + }, + { + "date": 180325, + "mean_temp": 9.6, + "min_temp": 4.6, + "max_temp": 16.9, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 65.6, + "sun": 9.5, + "cloud": 3.4, + "ground_temp": 11.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57513, + "power": 57513 + }, + { + "date": 180324, + "mean_temp": 7.6, + "min_temp": 4, + "max_temp": 13.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 61.9, + "sun": 7.2, + "cloud": 6.3, + "ground_temp": 9.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61698, + "power": 61698 + }, + { + "date": 180323, + "mean_temp": 6.1, + "min_temp": 1.8, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 55.3, + "sun": 8.7, + "cloud": 4.6, + "ground_temp": 7.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72231, + "power": 72231 + }, + { + "date": 180322, + "mean_temp": 4.9, + "min_temp": 0.6, + "max_temp": 11.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 61.5, + "sun": 10.7, + "cloud": 1.5, + "ground_temp": 7.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73423, + "power": 73423 + }, + { + "date": 180321, + "mean_temp": 2.1, + "min_temp": 1.1, + "max_temp": 5.3, + "rain": 1, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 64.1, + "sun": 0.4, + "cloud": 9.9, + "ground_temp": 3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78017, + "power": 78017 + }, + { + "date": 180320, + "mean_temp": 4.7, + "min_temp": 1.6, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3.4, + "min_hum": 32, + "mean_hum": 39.9, + "sun": 5.4, + "cloud": 6.9, + "ground_temp": 5.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72583, + "power": 72583 + }, + { + "date": 180319, + "mean_temp": 8, + "min_temp": 6.2, + "max_temp": 10.4, + "rain": 1, + "max_wind": 4.2, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 64.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 7.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69809, + "power": 72795 + }, + { + "date": 180318, + "mean_temp": 8.2, + "min_temp": 5.4, + "max_temp": 12.5, + "rain": 0.5, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 28, + "mean_hum": 55.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 8.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58032, + "power": 58324 + }, + { + "date": 180317, + "mean_temp": 6.6, + "min_temp": 0.5, + "max_temp": 14, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 22, + "mean_hum": 48, + "sun": 9.1, + "cloud": 4.4, + "ground_temp": 7.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61946, + "power": 61946 + }, + { + "date": 180316, + "mean_temp": 7.1, + "min_temp": 3.6, + "max_temp": 12.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 46.9, + "sun": 11, + "cloud": 1.4, + "ground_temp": 9.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72510, + "power": 72510 + }, + { + "date": 180315, + "mean_temp": 12.4, + "min_temp": 8.4, + "max_temp": 16.6, + "rain": 27, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 67, + "mean_hum": 92.1, + "sun": 0, + "cloud": 9.8, + "ground_temp": 12.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71174, + "power": 71174 + }, + { + "date": 180314, + "mean_temp": 17, + "min_temp": 13.6, + "max_temp": 22.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 58.8, + "sun": 7.9, + "cloud": 6, + "ground_temp": 14.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68060, + "power": 68060 + }, + { + "date": 180313, + "mean_temp": 12.4, + "min_temp": 5.2, + "max_temp": 18.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 60.5, + "sun": 6.6, + "cloud": 5.9, + "ground_temp": 10.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71017, + "power": 71017 + }, + { + "date": 180312, + "mean_temp": 8, + "min_temp": 2.2, + "max_temp": 15.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 45.8, + "sun": 7.5, + "cloud": 3.3, + "ground_temp": 6.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75090, + "power": 73285 + }, + { + "date": 180311, + "mean_temp": 6.4, + "min_temp": 2.7, + "max_temp": 12.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 51.3, + "sun": 9.8, + "cloud": 2.8, + "ground_temp": 7.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59781, + "power": 59781 + }, + { + "date": 180310, + "mean_temp": 4.6, + "min_temp": 0.7, + "max_temp": 9.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 65.8, + "sun": 7.9, + "cloud": 4.6, + "ground_temp": 5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64427, + "power": 64427 + }, + { + "date": 180309, + "mean_temp": 4.5, + "min_temp": 1.4, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 37, + "mean_hum": 63.3, + "sun": 5.1, + "cloud": 5.9, + "ground_temp": 4.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75922, + "power": 75922 + }, + { + "date": 180308, + "mean_temp": 4.6, + "min_temp": 2.7, + "max_temp": 9.7, + "rain": 4, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 50, + "mean_hum": 76, + "sun": 5.1, + "cloud": 8.1, + "ground_temp": 6.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78855, + "power": 78855 + }, + { + "date": 180307, + "mean_temp": 6.4, + "min_temp": 2.2, + "max_temp": 10.7, + "rain": 0.5, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 54, + "sun": 3, + "cloud": 8.6, + "ground_temp": 4.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75974, + "power": 75974 + }, + { + "date": 180306, + "mean_temp": 4.5, + "min_temp": -1.1, + "max_temp": 10.9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 46.8, + "sun": 10.6, + "cloud": 2.1, + "ground_temp": 4.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74384, + "power": 74384 + }, + { + "date": 180305, + "mean_temp": 5.5, + "min_temp": 1.3, + "max_temp": 11.4, + "rain": 3.5, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 67.5, + "sun": 7, + "cloud": 5.4, + "ground_temp": 6.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72231, + "power": 77198 + }, + { + "date": 180304, + "mean_temp": 9.8, + "min_temp": 7.6, + "max_temp": 11.9, + "rain": 11.5, + "max_wind": 3.5, + "mean_wind": 1.2, + "min_hum": 79, + "mean_hum": 89.1, + "sun": 0, + "cloud": 10, + "ground_temp": 7.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57513, + "power": 58887 + }, + { + "date": 180303, + "mean_temp": 7.9, + "min_temp": -0.1, + "max_temp": 16.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 13, + "mean_hum": 38.1, + "sun": 10.1, + "cloud": 4.1, + "ground_temp": 5.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71240, + "power": 64571 + }, + { + "date": 180302, + "mean_temp": -0.7, + "min_temp": -6.7, + "max_temp": 5.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 18, + "mean_hum": 34, + "sun": 10.3, + "cloud": 2.4, + "ground_temp": 1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76433, + "power": 76433 + }, + { + "date": 180301, + "mean_temp": -0.2, + "min_temp": -4.3, + "max_temp": 3, + "rain": 0.5, + "max_wind": 6.9, + "mean_wind": 3.8, + "min_hum": 33, + "mean_hum": 61.9, + "sun": 8.7, + "cloud": 4.4, + "ground_temp": 2.5, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 68728, + "power": 68728 + }, + { + "date": 180228, + "mean_temp": 4.6, + "min_temp": 1.8, + "max_temp": 7.8, + "rain": 25, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 73.3, + "sun": 0, + "cloud": 10, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78122, + "power": 78122 + }, + { + "date": 180227, + "mean_temp": 4.2, + "min_temp": 0.6, + "max_temp": 6.9, + "rain": 0, + "max_wind": 1.8, + "mean_wind": 0.9, + "min_hum": 36, + "mean_hum": 48.8, + "sun": 0, + "cloud": 8.5, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 80609, + "power": 77133 + }, + { + "date": 180226, + "mean_temp": 3.1, + "min_temp": -3.2, + "max_temp": 10.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 23, + "mean_hum": 43.1, + "sun": 10.2, + "cloud": 1.3, + "ground_temp": 2.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76656, + "power": 76656 + }, + { + "date": 180225, + "mean_temp": 1.9, + "min_temp": -1.6, + "max_temp": 7.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 16, + "mean_hum": 40.6, + "sun": 9.2, + "cloud": 2.4, + "ground_temp": 2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63005, + "power": 63005 + }, + { + "date": 180224, + "mean_temp": 2.4, + "min_temp": -1.1, + "max_temp": 7.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 49.4, + "sun": 7.6, + "cloud": 6.1, + "ground_temp": 2.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65024, + "power": 66278 + }, + { + "date": 180223, + "mean_temp": 4.2, + "min_temp": -0.3, + "max_temp": 8.6, + "rain": 3.7, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 52, + "mean_hum": 81.1, + "sun": 4.8, + "cloud": 7, + "ground_temp": 2.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79069, + "power": 79069 + }, + { + "date": 180222, + "mean_temp": 1.3, + "min_temp": -3.9, + "max_temp": 5.4, + "rain": 0.4, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 59, + "sun": 6.4, + "cloud": 5.8, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80609, + "power": 79662 + }, + { + "date": 180221, + "mean_temp": -0.9, + "min_temp": -4.5, + "max_temp": 4.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 13, + "mean_hum": 31.5, + "sun": 9.8, + "cloud": 1.6, + "ground_temp": 0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80609, + "power": 80128 + }, + { + "date": 180220, + "mean_temp": 0.9, + "min_temp": -2.4, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 41, + "sun": 8.3, + "cloud": 5, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79383, + "power": 79383 + }, + { + "date": 180219, + "mean_temp": 1.8, + "min_temp": -1.9, + "max_temp": 6.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 48.6, + "sun": 4.8, + "cloud": 6.1, + "ground_temp": 1.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76438, + "power": 76438 + }, + { + "date": 180218, + "mean_temp": -0.4, + "min_temp": -4.9, + "max_temp": 5.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 15, + "mean_hum": 26.9, + "sun": 7.2, + "cloud": 7.4, + "ground_temp": -0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61172, + "power": 61172 + }, + { + "date": 180217, + "mean_temp": -3, + "min_temp": -7.1, + "max_temp": 1.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 14, + "mean_hum": 25.6, + "sun": 9, + "cloud": 1.9, + "ground_temp": -0.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59867, + "power": 59867 + }, + { + "date": 180216, + "mean_temp": -1.1, + "min_temp": -5.5, + "max_temp": 4.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 40.1, + "sun": 9.7, + "cloud": 3.3, + "ground_temp": -0.1, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 62145, + "power": 57733 + }, + { + "date": 180215, + "mean_temp": -0.7, + "min_temp": -3.7, + "max_temp": 4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 14, + "mean_hum": 28, + "cloud": 3.8, + "ground_temp": 0.9, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 58442, + "power": 63182 + }, + { + "date": 180214, + "mean_temp": 3.5, + "min_temp": -0.7, + "max_temp": 8.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 51, + "sun": 3.3, + "cloud": 7.4, + "ground_temp": 1.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77843, + "power": 77843 + }, + { + "date": 180213, + "mean_temp": -0.8, + "min_temp": -7.4, + "max_temp": 4.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 54.5, + "sun": 8.3, + "cloud": 3.1, + "ground_temp": -1.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83809, + "power": 83809 + }, + { + "date": 180212, + "mean_temp": -5.8, + "min_temp": -9.6, + "max_temp": -1.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 23, + "mean_hum": 40.8, + "sun": 8.7, + "cloud": 4.1, + "ground_temp": -3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 86637, + "power": 86637 + }, + { + "date": 180211, + "mean_temp": -6.1, + "min_temp": -9.5, + "max_temp": -2.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 20, + "mean_hum": 42.5, + "sun": 6.6, + "cloud": 3.5, + "ground_temp": -3.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 68538, + "power": 68538 + }, + { + "date": 180210, + "mean_temp": -0.5, + "min_temp": -6.9, + "max_temp": 3.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 13, + "mean_hum": 47.4, + "sun": 5.3, + "cloud": 6.5, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71240, + "power": 71240 + }, + { + "date": 180209, + "mean_temp": 0.4, + "min_temp": -5.3, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 23, + "mean_hum": 43.9, + "sun": 2.2, + "cloud": 9.1, + "ground_temp": -1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 84660, + "power": 84660 + }, + { + "date": 180208, + "mean_temp": -4.4, + "min_temp": -9.7, + "max_temp": 2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.2, + "min_hum": 23, + "mean_hum": 43.3, + "sun": 9.2, + "cloud": 0.3, + "ground_temp": -3.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 87277, + "power": 87277 + }, + { + "date": 180207, + "mean_temp": -8, + "min_temp": -13.4, + "max_temp": -1.6, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 17, + "mean_hum": 39.8, + "sun": 9.2, + "cloud": 1, + "ground_temp": -6.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 87513, + "power": 87513 + }, + { + "date": 180206, + "mean_temp": -10.1, + "min_temp": -12.8, + "max_temp": -5.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 23, + "mean_hum": 36.5, + "sun": 9, + "cloud": 1.1, + "ground_temp": -6.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 88238, + "power": 88238 + }, + { + "date": 180205, + "mean_temp": -9.4, + "min_temp": -11.8, + "max_temp": -5.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 23, + "mean_hum": 37.8, + "sun": 9.3, + "cloud": 0.1, + "ground_temp": -6.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 87623, + "power": 87623 + }, + { + "date": 180204, + "mean_temp": -9.5, + "min_temp": -12.8, + "max_temp": -5.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 40.9, + "sun": 9.1, + "cloud": 0, + "ground_temp": -6.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 69711, + "power": 69711 + }, + { + "date": 180203, + "mean_temp": -7.3, + "min_temp": -10.4, + "max_temp": -2.1, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 3.8, + "min_hum": 29, + "mean_hum": 47, + "sun": 9.1, + "cloud": 1.3, + "ground_temp": -3.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 72685, + "power": 72685 + }, + { + "date": 180202, + "mean_temp": -2.4, + "min_temp": -7.6, + "max_temp": 3.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 51.1, + "sun": 8.8, + "cloud": 1.9, + "ground_temp": -2.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79331, + "power": 84653 + }, + { + "date": 180201, + "mean_temp": -4, + "min_temp": -8.8, + "max_temp": 1.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 22, + "mean_hum": 44.1, + "sun": 9.1, + "cloud": 0, + "ground_temp": -3.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79331, + "power": 83904 + }, + { + "date": 180131, + "mean_temp": -2.6, + "min_temp": -5.2, + "max_temp": 0, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 54.5, + "sun": 1.8, + "cloud": 7.4, + "ground_temp": -1.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 85260, + "power": 85260 + }, + { + "date": 180130, + "mean_temp": -5.3, + "min_temp": -11.4, + "max_temp": -0.8, + "rain": 2.9, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 26, + "mean_hum": 62, + "sun": 5.6, + "cloud": 5.8, + "ground_temp": -4.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 86754, + "power": 86754 + }, + { + "date": 180129, + "mean_temp": -8.5, + "min_temp": -11.6, + "max_temp": -4.7, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 35, + "sun": 8.9, + "cloud": 0.1, + "ground_temp": -6.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 86637, + "power": 86561 + }, + { + "date": 180128, + "mean_temp": -6.3, + "min_temp": -9.3, + "max_temp": -1.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 19, + "mean_hum": 36, + "sun": 7.6, + "cloud": 3.3, + "ground_temp": -4.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 68496, + "power": 68496 + }, + { + "date": 180127, + "mean_temp": -9.9, + "min_temp": -15.9, + "max_temp": -3.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 23, + "mean_hum": 37.4, + "sun": 9, + "cloud": 1.8, + "ground_temp": -7.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71171, + "power": 74418 + }, + { + "date": 180126, + "mean_temp": -14.8, + "min_temp": -17.8, + "max_temp": -10.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 34.9, + "cloud": 0, + "ground_temp": -9.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 87063, + "power": 87063 + }, + { + "date": 180125, + "mean_temp": -14, + "min_temp": -16.4, + "max_temp": -9.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 22, + "mean_hum": 32.6, + "sun": 8.3, + "cloud": 3.6, + "ground_temp": -8.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 85497, + "power": 87247 + }, + { + "date": 180124, + "mean_temp": -14.2, + "min_temp": -16.3, + "max_temp": -10.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.4, + "min_hum": 23, + "mean_hum": 31.6, + "sun": 8.9, + "cloud": 0, + "ground_temp": -8.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 86277, + "power": 86277 + }, + { + "date": 180123, + "mean_temp": -11.7, + "min_temp": -14.6, + "max_temp": -5.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 42, + "sun": 9.1, + "cloud": 0.3, + "ground_temp": -4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 85442, + "power": 85442 + }, + { + "date": 180122, + "mean_temp": 0.2, + "min_temp": -5.3, + "max_temp": 4, + "rain": 3.3, + "max_wind": 5.1, + "mean_wind": 1.5, + "min_hum": 25, + "mean_hum": 56.5, + "sun": 0.7, + "cloud": 9.4, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 80609, + "power": 80609 + }, + { + "date": 180121, + "mean_temp": 0.4, + "min_temp": -3.7, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1, + "min_hum": 16, + "mean_hum": 36.6, + "sun": 8.2, + "cloud": 2, + "ground_temp": -0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63917, + "power": 63917 + }, + { + "date": 180120, + "mean_temp": 2.2, + "min_temp": -1, + "max_temp": 6.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 57.6, + "sun": 5.3, + "cloud": 5.1, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67813, + "power": 67813 + }, + { + "date": 180119, + "mean_temp": 1, + "min_temp": -2.5, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 20, + "mean_hum": 43, + "sun": 8.7, + "cloud": 3.8, + "ground_temp": 0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81939, + "power": 79633 + }, + { + "date": 180118, + "mean_temp": 2.1, + "min_temp": 0.3, + "max_temp": 4.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 33, + "mean_hum": 59.6, + "cloud": 8.6, + "ground_temp": 1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79748, + "power": 79748 + }, + { + "date": 180117, + "mean_temp": 4.5, + "min_temp": 2.4, + "max_temp": 8.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.2, + "min_hum": 49, + "mean_hum": 64.1, + "sun": 4.8, + "cloud": 7.4, + "ground_temp": 1.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80766, + "power": 80766 + }, + { + "date": 180116, + "mean_temp": 3.5, + "min_temp": 0.1, + "max_temp": 6.8, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 0.7, + "min_hum": 35, + "mean_hum": 59.1, + "sun": 0.5, + "cloud": 9.8, + "ground_temp": 0.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76287, + "power": 82564 + }, + { + "date": 180115, + "mean_temp": 4.7, + "min_temp": 1.8, + "max_temp": 7.7, + "rain": 0.2, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 33, + "mean_hum": 63.9, + "sun": 6.5, + "cloud": 7.6, + "ground_temp": 1.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 80495, + "power": 80495 + }, + { + "date": 180114, + "mean_temp": 0.6, + "min_temp": -4.4, + "max_temp": 5.4, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.2, + "min_hum": 48, + "mean_hum": 64.1, + "sun": 5.6, + "cloud": 7, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 66286, + "power": 66286 + }, + { + "date": 180113, + "mean_temp": -4.4, + "min_temp": -6.6, + "max_temp": -1.2, + "rain": 0.4, + "max_wind": 1.7, + "mean_wind": 0.8, + "min_hum": 39, + "mean_hum": 67.3, + "sun": 0.9, + "cloud": 8.3, + "ground_temp": -2.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 72843, + "power": 72843 + }, + { + "date": 180112, + "mean_temp": -10.2, + "min_temp": -15.3, + "max_temp": -5.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 35.4, + "sun": 8.8, + "cloud": 2.3, + "ground_temp": -6.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 85497, + "power": 85497 + }, + { + "date": 180111, + "mean_temp": -11.1, + "min_temp": -13.6, + "max_temp": -7.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 37, + "mean_hum": 49.8, + "sun": 8.7, + "cloud": 0.4, + "ground_temp": -5.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 85612, + "power": 85612 + }, + { + "date": 180110, + "mean_temp": -7.5, + "min_temp": -10.3, + "max_temp": -4.8, + "rain": 0.3, + "max_wind": 6.1, + "mean_wind": 3, + "min_hum": 29, + "mean_hum": 52, + "sun": 8.8, + "cloud": 0.9, + "ground_temp": -2.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 84021, + "power": 84978 + }, + { + "date": 180109, + "mean_temp": -4.2, + "min_temp": -6.1, + "max_temp": -1.2, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 59.4, + "sun": 8.4, + "cloud": 3.5, + "ground_temp": -1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 84021, + "power": 84021 + }, + { + "date": 180108, + "mean_temp": 1.3, + "min_temp": -1.2, + "max_temp": 4, + "rain": 0.9, + "max_wind": 7.1, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 51.9, + "sun": 0.5, + "cloud": 9, + "ground_temp": 0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83012, + "power": 83012 + }, + { + "date": 180107, + "mean_temp": -0.8, + "min_temp": -5.7, + "max_temp": 2.8, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 0.8, + "min_hum": 30, + "mean_hum": 42.1, + "sun": 3.1, + "cloud": 7.5, + "ground_temp": -2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61172, + "power": 64428 + }, + { + "date": 180106, + "mean_temp": -2.8, + "min_temp": -6.8, + "max_temp": 2.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 45.8, + "sun": 8.8, + "cloud": 0, + "ground_temp": -3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 68502, + "power": 68502 + }, + { + "date": 180105, + "mean_temp": -3, + "min_temp": -5.6, + "max_temp": 1.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 48.4, + "sun": 8.2, + "cloud": 3.6, + "ground_temp": -2.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 83871, + "power": 82551 + }, + { + "date": 180104, + "mean_temp": -4.7, + "min_temp": -8.7, + "max_temp": -0.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 31, + "mean_hum": 43, + "sun": 6.2, + "cloud": 6.5, + "ground_temp": -3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 84027, + "power": 84027 + }, + { + "date": 180103, + "mean_temp": -4.7, + "min_temp": -7.1, + "max_temp": -0.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 42.3, + "sun": 8.6, + "cloud": 3.6, + "ground_temp": -3.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 81596, + "power": 81596 + }, + { + "date": 180102, + "mean_temp": -1.8, + "min_temp": -4.3, + "max_temp": 1.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 19, + "mean_hum": 42, + "sun": 7.9, + "cloud": 2.3, + "ground_temp": -2.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79331, + "power": 79331 + }, + { + "date": 180101, + "mean_temp": -1.3, + "min_temp": -5.1, + "max_temp": 3.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 19, + "mean_hum": 39.1, + "sun": 8.3, + "cloud": 1, + "ground_temp": -1.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 62145, + "power": 62145 + }, + { + "date": 171231, + "mean_temp": -0.3, + "min_temp": -3.2, + "max_temp": 3.3, + "rain": 1, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 54.4, + "sun": 8.5, + "cloud": 1.9, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62446, + "power": 62446 + }, + { + "date": 171230, + "mean_temp": 1.4, + "min_temp": -1.2, + "max_temp": 4.5, + "rain": 0.7, + "max_wind": 2, + "mean_wind": 0.9, + "min_hum": 59, + "mean_hum": 79.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": -0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67211, + "power": 64779 + }, + { + "date": 171229, + "mean_temp": 2.1, + "min_temp": -0.4, + "max_temp": 6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.1, + "min_hum": 51, + "mean_hum": 67, + "sun": 4.1, + "cloud": 4.6, + "ground_temp": 0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 78857, + "power": 78857 + }, + { + "date": 171228, + "mean_temp": -2.1, + "min_temp": -6.8, + "max_temp": 0.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 21, + "mean_hum": 47, + "sun": 3.3, + "cloud": 8.5, + "ground_temp": -1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83478, + "power": 83478 + }, + { + "date": 171227, + "mean_temp": -6.9, + "min_temp": -10.3, + "max_temp": -2.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 16, + "mean_hum": 31.4, + "sun": 8.9, + "cloud": 0, + "ground_temp": -4.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83589, + "power": 83589 + }, + { + "date": 171226, + "mean_temp": -3.8, + "min_temp": -7.9, + "max_temp": -1.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 14, + "mean_hum": 41.8, + "sun": 8.6, + "cloud": 0.3, + "ground_temp": -2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 81374, + "power": 81374 + }, + { + "date": 171225, + "mean_temp": -2.1, + "min_temp": -4.9, + "max_temp": 0.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 26, + "mean_hum": 43.1, + "sun": 8.9, + "cloud": 2.1, + "ground_temp": -1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 62145, + "power": 66498 + }, + { + "date": 171224, + "mean_temp": 2.9, + "min_temp": -0.6, + "max_temp": 5.7, + "rain": 20, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 82, + "sun": 0, + "cloud": 6.6, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63302, + "power": 63302 + }, + { + "date": 171223, + "mean_temp": 6.1, + "min_temp": 5, + "max_temp": 8.7, + "rain": 0, + "max_wind": 2, + "mean_wind": 1.1, + "min_hum": 62, + "mean_hum": 75.8, + "sun": 3.9, + "cloud": 8, + "ground_temp": 1.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67211, + "power": 67211 + }, + { + "date": 171222, + "mean_temp": 3.4, + "min_temp": -1.9, + "max_temp": 6.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.1, + "min_hum": 53, + "mean_hum": 66.6, + "sun": 3.1, + "cloud": 8.4, + "ground_temp": 0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81852, + "power": 81852 + }, + { + "date": 171221, + "mean_temp": -0.9, + "min_temp": -5.6, + "max_temp": 4.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.2, + "min_hum": 36, + "mean_hum": 71.4, + "sun": 8.6, + "cloud": 0.4, + "ground_temp": -2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83450, + "power": 83450 + }, + { + "date": 171220, + "mean_temp": -3.9, + "min_temp": -8.5, + "max_temp": -0.1, + "rain": 0.2, + "max_wind": 3.5, + "mean_wind": 1.1, + "min_hum": 41, + "mean_hum": 68, + "sun": 1.3, + "cloud": 7.1, + "ground_temp": -2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83664, + "power": 83664 + }, + { + "date": 171219, + "mean_temp": -3.9, + "min_temp": -6.5, + "max_temp": -1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 22, + "mean_hum": 49.4, + "sun": 8.6, + "cloud": 1, + "ground_temp": -2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83873, + "power": 83873 + }, + { + "date": 171218, + "mean_temp": -1.6, + "min_temp": -5.9, + "max_temp": 3.3, + "rain": 3.4, + "max_wind": 3.9, + "mean_wind": 1.2, + "min_hum": 47, + "mean_hum": 80, + "sun": 2.7, + "cloud": 6.8, + "ground_temp": -1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 84115, + "power": 84640 + }, + { + "date": 171217, + "mean_temp": -6.7, + "min_temp": -10.8, + "max_temp": -2.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 38.1, + "sun": 8.6, + "cloud": 1.1, + "ground_temp": -5.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67295, + "power": 66825 + }, + { + "date": 171216, + "mean_temp": -5.7, + "min_temp": -8.1, + "max_temp": -2.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 21, + "mean_hum": 43.1, + "sun": 8.6, + "cloud": 0, + "ground_temp": -4.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 70890, + "power": 70890 + }, + { + "date": 171215, + "mean_temp": -3, + "min_temp": -7.5, + "max_temp": 0.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1, + "min_hum": 34, + "mean_hum": 52.6, + "sun": 0.6, + "cloud": 7.3, + "ground_temp": -3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 84115, + "power": 84115 + }, + { + "date": 171214, + "mean_temp": -6.6, + "min_temp": -11.2, + "max_temp": -1.9, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 0.9, + "min_hum": 28, + "mean_hum": 42.9, + "sun": 3.2, + "cloud": 5.9, + "ground_temp": -5.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 84968, + "power": 84968 + }, + { + "date": 171213, + "mean_temp": -8.7, + "min_temp": -12, + "max_temp": -4.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 42, + "sun": 8.6, + "cloud": 0, + "ground_temp": -6.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 84012, + "power": 84012 + }, + { + "date": 171212, + "mean_temp": -9.4, + "min_temp": -12.3, + "max_temp": -5.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 41.9, + "sun": 8.6, + "cloud": 0, + "ground_temp": -6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 85133, + "power": 85133 + }, + { + "date": 171211, + "mean_temp": -7, + "min_temp": -11, + "max_temp": -2.5, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 29, + "mean_hum": 40.5, + "sun": 8.6, + "cloud": 0.3, + "ground_temp": -3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83927, + "power": 83927 + }, + { + "date": 171210, + "mean_temp": 1.1, + "min_temp": -2.5, + "max_temp": 6.7, + "rain": 4.1, + "max_wind": 6.3, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 67.9, + "sun": 2.6, + "cloud": 7, + "ground_temp": -0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64000, + "power": 64000 + }, + { + "date": 171209, + "mean_temp": -0.5, + "min_temp": -5.6, + "max_temp": 5.4, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1, + "min_hum": 29, + "mean_hum": 46.1, + "sun": 7.4, + "cloud": 2.8, + "ground_temp": -1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65024, + "power": 68767 + }, + { + "date": 171208, + "mean_temp": -3.8, + "min_temp": -7.1, + "max_temp": -0.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 41.3, + "sun": 8.5, + "cloud": 2.1, + "ground_temp": -1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81361, + "power": 81361 + }, + { + "date": 171207, + "mean_temp": 0.7, + "min_temp": -3.5, + "max_temp": 4.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 64.5, + "sun": 7.4, + "cloud": 3.5, + "ground_temp": 1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77327, + "power": 80127 + }, + { + "date": 171206, + "mean_temp": 0.2, + "min_temp": -4.5, + "max_temp": 6, + "rain": 1.2, + "max_wind": 3.5, + "min_hum": 28, + "mean_hum": 72.6, + "sun": 7.7, + "cloud": 7, + "ground_temp": 0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80911, + "power": 80911 + }, + { + "date": 171205, + "mean_temp": -4.2, + "min_temp": -8.2, + "max_temp": -0.4, + "rain": 0.1, + "min_hum": 24, + "mean_hum": 40.1, + "sun": 2.1, + "cloud": 1.6, + "ground_temp": -2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 80788, + "power": 80788 + }, + { + "date": 171204, + "mean_temp": -1.2, + "min_temp": -6.1, + "max_temp": 4.5, + "rain": 0.1, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 22, + "mean_hum": 48.1, + "sun": 8.4, + "cloud": 1.4, + "ground_temp": 1.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79221, + "power": 79221 + }, + { + "date": 171203, + "mean_temp": 4.9, + "min_temp": 3.1, + "max_temp": 8.1, + "rain": 4, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 57, + "mean_hum": 83.1, + "sun": 1.9, + "cloud": 9, + "ground_temp": 4.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61218, + "power": 61218 + }, + { + "date": 171202, + "mean_temp": 1.9, + "min_temp": -4.6, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 59.9, + "sun": 6.7, + "cloud": 3.8, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66179, + "power": 66179 + }, + { + "date": 171201, + "mean_temp": -2.2, + "min_temp": -7.6, + "max_temp": 3.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 49.4, + "sun": 6.1, + "cloud": 2.3, + "ground_temp": -1.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77668, + "power": 77668 + }, + { + "date": 171130, + "mean_temp": -2.4, + "min_temp": -5.2, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 13, + "mean_hum": 26.8, + "cloud": 2, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77048, + "power": 77048 + }, + { + "date": 171129, + "mean_temp": 3.2, + "min_temp": -1.8, + "max_temp": 8.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 48.3, + "sun": 8.4, + "cloud": 5.4, + "ground_temp": 4.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74378, + "power": 74378 + }, + { + "date": 171128, + "mean_temp": 6.4, + "min_temp": 1.3, + "max_temp": 11.2, + "rain": 0.5, + "max_wind": 2.8, + "mean_wind": 1.1, + "min_hum": 39, + "mean_hum": 64.1, + "sun": 3.4, + "cloud": 8.4, + "ground_temp": 3.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76519, + "power": 76519 + }, + { + "date": 171127, + "mean_temp": 2.5, + "min_temp": -2.9, + "max_temp": 9.5, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.3, + "min_hum": 32, + "mean_hum": 53, + "cloud": 0.9, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76318, + "power": 76318 + }, + { + "date": 171126, + "mean_temp": 3.3, + "min_temp": -0.3, + "max_temp": 7.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 71.6, + "sun": 6.8, + "cloud": 4.3, + "ground_temp": 3.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61257, + "power": 61257 + }, + { + "date": 171125, + "mean_temp": 3, + "min_temp": -3.3, + "max_temp": 7.3, + "rain": 24, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 77.6, + "sun": 2.4, + "cloud": 7.5, + "ground_temp": 1.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66363, + "power": 65980 + }, + { + "date": 171124, + "mean_temp": -0.4, + "min_temp": -2.5, + "max_temp": 2.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 62.5, + "sun": 7.9, + "cloud": 3.3, + "ground_temp": 1.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77327, + "power": 77605 + }, + { + "date": 171123, + "mean_temp": 0.9, + "min_temp": -2.5, + "max_temp": 4.7, + "rain": 1.2, + "max_wind": 6.3, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 49.3, + "sun": 6.8, + "cloud": 4.8, + "ground_temp": 0.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78279, + "power": 77003 + }, + { + "date": 171122, + "mean_temp": 4.3, + "min_temp": 0.6, + "max_temp": 10.8, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 54.8, + "sun": 5.5, + "cloud": 5.1, + "ground_temp": 2.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77349, + "power": 77349 + }, + { + "date": 171121, + "mean_temp": 1.3, + "min_temp": -4.2, + "max_temp": 8.1, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.4, + "min_hum": 29, + "mean_hum": 55.6, + "sun": 8.5, + "cloud": 1.1, + "ground_temp": 0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77327, + "power": 77327 + }, + { + "date": 171120, + "mean_temp": -0.4, + "min_temp": -3.9, + "max_temp": 4.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 29, + "mean_hum": 55.3, + "cloud": 3.5, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79050, + "power": 76794 + }, + { + "date": 171119, + "mean_temp": -1.6, + "min_temp": -6.6, + "max_temp": 3.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 20, + "mean_hum": 37.8, + "sun": 8, + "cloud": 2.8, + "ground_temp": -0.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61715, + "power": 61715 + }, + { + "date": 171118, + "mean_temp": -2.1, + "min_temp": -4.8, + "max_temp": 2.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.4, + "min_hum": 18, + "mean_hum": 38.5, + "sun": 8.6, + "cloud": 0, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64400, + "power": 64400 + }, + { + "date": 171117, + "mean_temp": 3, + "min_temp": -1.6, + "max_temp": 5.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 39.4, + "sun": 0, + "cloud": 8.5, + "ground_temp": 1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74345, + "power": 74345 + }, + { + "date": 171116, + "mean_temp": 1, + "min_temp": -3.4, + "max_temp": 6.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 15, + "mean_hum": 30.3, + "sun": 8.6, + "cloud": 0, + "ground_temp": 1.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76756, + "power": 72971 + }, + { + "date": 171115, + "mean_temp": 3.2, + "min_temp": -1.1, + "max_temp": 6.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.8, + "min_hum": 26, + "mean_hum": 38.3, + "sun": 8.6, + "cloud": 4.1, + "ground_temp": 2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72590, + "power": 72590 + }, + { + "date": 171114, + "mean_temp": 7.5, + "min_temp": 2.9, + "max_temp": 11.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 42.5, + "sun": 8.5, + "cloud": 1.9, + "ground_temp": 6.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70501, + "power": 70501 + }, + { + "date": 171113, + "mean_temp": 8.4, + "min_temp": 3.1, + "max_temp": 11.8, + "rain": 4.5, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 64.4, + "sun": 1.5, + "cloud": 7.9, + "ground_temp": 6.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70689, + "power": 70689 + }, + { + "date": 171112, + "mean_temp": 5.3, + "min_temp": 0.3, + "max_temp": 11.4, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 57.1, + "sun": 8.6, + "cloud": 1.5, + "ground_temp": 3.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57618, + "power": 57618 + }, + { + "date": 171111, + "mean_temp": 5.9, + "min_temp": 2.7, + "max_temp": 10.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 42.9, + "sun": 8.6, + "cloud": 0, + "ground_temp": 5.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64427, + "power": 59621 + }, + { + "date": 171110, + "mean_temp": 9.8, + "min_temp": 5.3, + "max_temp": 15.9, + "rain": 7.5, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 38, + "mean_hum": 56.3, + "sun": 1.5, + "cloud": 4.4, + "ground_temp": 8.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63626, + "power": 68299 + }, + { + "date": 171109, + "mean_temp": 9.4, + "min_temp": 3.7, + "max_temp": 16.8, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.2, + "min_hum": 18, + "mean_hum": 39.6, + "sun": 9.3, + "cloud": 0, + "ground_temp": 8.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67500, + "power": 67500 + }, + { + "date": 171108, + "mean_temp": 13.1, + "min_temp": 6.9, + "max_temp": 17.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 19, + "mean_hum": 53.3, + "sun": 8, + "cloud": 3.9, + "ground_temp": 13.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66862, + "power": 66862 + }, + { + "date": 171107, + "mean_temp": 14.4, + "min_temp": 9.2, + "max_temp": 18.4, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 42, + "mean_hum": 61.4, + "sun": 3.3, + "cloud": 9.1, + "ground_temp": 14.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66291, + "power": 67851 + }, + { + "date": 171106, + "mean_temp": 11.4, + "min_temp": 8, + "max_temp": 16.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 64.5, + "sun": 5.9, + "cloud": 5.5, + "ground_temp": 11.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68148, + "power": 68148 + }, + { + "date": 171105, + "mean_temp": 8.4, + "min_temp": 2.6, + "max_temp": 15.4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 52.5, + "sun": 6.5, + "cloud": 3.3, + "ground_temp": 7.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56809, + "power": 56809 + }, + { + "date": 171104, + "mean_temp": 7.8, + "min_temp": 4.5, + "max_temp": 13.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 47.9, + "sun": 9.6, + "cloud": 2.4, + "ground_temp": 8.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58933, + "power": 58933 + }, + { + "date": 171103, + "mean_temp": 12.3, + "min_temp": 6.1, + "max_temp": 16.6, + "rain": 1.5, + "max_wind": 5.5, + "mean_wind": 3.2, + "min_hum": 41, + "mean_hum": 66, + "sun": 5.9, + "cloud": 5.6, + "ground_temp": 12.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66731, + "power": 66731 + }, + { + "date": 171102, + "mean_temp": 15.5, + "min_temp": 14, + "max_temp": 18, + "rain": 1, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 62, + "mean_hum": 78.8, + "sun": 1.2, + "cloud": 8.8, + "ground_temp": 14.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66291, + "power": 67063 + }, + { + "date": 171101, + "mean_temp": 14.4, + "min_temp": 11.5, + "max_temp": 18.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 72.4, + "sun": 2, + "cloud": 8.5, + "ground_temp": 14.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66262, + "power": 66262 + }, + { + "date": 171031, + "mean_temp": 10.4, + "min_temp": 3.6, + "max_temp": 16, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 54.3, + "sun": 9.5, + "cloud": 1.8, + "ground_temp": 11.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67675, + "power": 67675 + }, + { + "date": 171030, + "mean_temp": 7.7, + "min_temp": 2.5, + "max_temp": 13.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 16, + "mean_hum": 27.4, + "sun": 9.8, + "cloud": 0, + "ground_temp": 10.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68265, + "power": 68265 + }, + { + "date": 171029, + "mean_temp": 11.5, + "min_temp": 6.3, + "max_temp": 17.2, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.3, + "min_hum": 25, + "mean_hum": 45.6, + "sun": 7.3, + "cloud": 0, + "ground_temp": 12.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56295, + "power": 56295 + }, + { + "date": 171028, + "mean_temp": 17.2, + "min_temp": 10.6, + "max_temp": 24.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 51.9, + "sun": 9.8, + "cloud": 0.1, + "ground_temp": 16.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58510, + "power": 58510 + }, + { + "date": 171027, + "mean_temp": 16.9, + "min_temp": 11.9, + "max_temp": 24.2, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 32, + "mean_hum": 54.4, + "sun": 9.7, + "cloud": 1.9, + "ground_temp": 16.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66524, + "power": 66589 + }, + { + "date": 171026, + "mean_temp": 14.5, + "min_temp": 10.7, + "max_temp": 18.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 31, + "mean_hum": 56.5, + "sun": 1.8, + "cloud": 8.6, + "ground_temp": 14.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67751, + "power": 67751 + }, + { + "date": 171025, + "mean_temp": 14.4, + "min_temp": 9.5, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 59, + "sun": 9.5, + "cloud": 2.9, + "ground_temp": 14.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67111, + "power": 67111 + }, + { + "date": 171024, + "mean_temp": 14.4, + "min_temp": 9.9, + "max_temp": 20.9, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 54.3, + "sun": 8.2, + "cloud": 3, + "ground_temp": 14.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67111, + "power": 67971 + }, + { + "date": 171023, + "mean_temp": 13.7, + "min_temp": 8.6, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 47, + "sun": 10.1, + "cloud": 0, + "ground_temp": 14.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67501, + "power": 67501 + }, + { + "date": 171022, + "mean_temp": 16.3, + "min_temp": 11, + "max_temp": 23.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.1, + "min_hum": 33, + "mean_hum": 50.4, + "sun": 9.6, + "cloud": 1.8, + "ground_temp": 15.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56047, + "power": 56047 + }, + { + "date": 171021, + "mean_temp": 17.6, + "min_temp": 11, + "max_temp": 25.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 25, + "mean_hum": 52.8, + "sun": 10.1, + "cloud": 0, + "ground_temp": 16.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58896, + "power": 58896 + }, + { + "date": 171020, + "mean_temp": 17, + "min_temp": 11.1, + "max_temp": 24.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 30, + "mean_hum": 58.6, + "sun": 10.1, + "cloud": 0.1, + "ground_temp": 16.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66908, + "power": 66981 + }, + { + "date": 171019, + "mean_temp": 17, + "min_temp": 11.9, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 58.3, + "sun": 9.2, + "cloud": 3.8, + "ground_temp": 16.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68021, + "power": 68224 + }, + { + "date": 171018, + "mean_temp": 16.5, + "min_temp": 14.2, + "max_temp": 19.1, + "rain": 0.1, + "max_wind": 3.8, + "mean_wind": 2.4, + "min_hum": 43, + "mean_hum": 58.8, + "sun": 0.3, + "cloud": 9.3, + "ground_temp": 15.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67701, + "power": 67701 + }, + { + "date": 171017, + "mean_temp": 16.2, + "min_temp": 9.2, + "max_temp": 23.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 26, + "mean_hum": 47.1, + "sun": 10.3, + "cloud": 0.4, + "ground_temp": 16.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68021, + "power": 68021 + }, + { + "date": 171016, + "mean_temp": 16.6, + "min_temp": 13.6, + "max_temp": 22, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 25, + "mean_hum": 47.6, + "sun": 5.3, + "cloud": 7.9, + "ground_temp": 17.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67783, + "power": 67783 + }, + { + "date": 171015, + "mean_temp": 15.8, + "min_temp": 9, + "max_temp": 23, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 22, + "mean_hum": 42.5, + "sun": 9.3, + "cloud": 5.4, + "ground_temp": 15.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56499, + "power": 56499 + }, + { + "date": 171014, + "mean_temp": 14.4, + "min_temp": 9, + "max_temp": 20.5, + "rain": 0, + "min_hum": 21, + "mean_hum": 42.8, + "sun": 10.6, + "cloud": 4.9, + "ground_temp": 13.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58848, + "power": 58848 + }, + { + "date": 171013, + "mean_temp": 12.8, + "min_temp": 6.1, + "max_temp": 18.9, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.2, + "min_hum": 31, + "mean_hum": 51, + "sun": 9.6, + "cloud": 3.4, + "ground_temp": 12.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66400, + "power": 66400 + }, + { + "date": 171012, + "mean_temp": 11.4, + "min_temp": 8.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "mean_hum": 71, + "cloud": 7.1, + "ground_temp": 11.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67158, + "power": 67158 + }, + { + "date": 171011, + "mean_temp": 15.5, + "min_temp": 12.2, + "max_temp": 21.7, + "rain": 20, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 55, + "mean_hum": 77.1, + "sun": 1.9, + "cloud": 9.3, + "ground_temp": 17.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68423, + "power": 68423 + }, + { + "date": 171010, + "mean_temp": 21.4, + "min_temp": 18.6, + "max_temp": 24.8, + "rain": 0.4, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 56, + "mean_hum": 76.9, + "sun": 1, + "cloud": 9.3, + "ground_temp": 22.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70113, + "power": 70113 + }, + { + "date": 171009, + "mean_temp": 22.5, + "min_temp": 19.8, + "max_temp": 27.6, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 66, + "sun": 6.5, + "cloud": 6.5, + "ground_temp": 24.9, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 51254, + "power": 62781 + }, + { + "date": 171008, + "mean_temp": 23, + "min_temp": 19.3, + "max_temp": 28.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 66.9, + "sun": 10, + "cloud": 4.8, + "ground_temp": 25.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59747, + "power": 56165 + }, + { + "date": 171007, + "mean_temp": 21.9, + "min_temp": 16.9, + "max_temp": 28.8, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 42, + "mean_hum": 67.6, + "sun": 6.2, + "cloud": 7.5, + "ground_temp": 23.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54716, + "power": 54716 + }, + { + "date": 171006, + "mean_temp": 18.9, + "min_temp": 16.2, + "max_temp": 23.3, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 66.4, + "sun": 4.6, + "cloud": 8.5, + "ground_temp": 19.4, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 52312, + "power": 52312 + }, + { + "date": 171005, + "mean_temp": 18.7, + "min_temp": 13.9, + "max_temp": 23.4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 56.4, + "sun": 6.4, + "cloud": 8, + "ground_temp": 18.7, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 48919, + "power": 48919 + }, + { + "date": 171004, + "mean_temp": 16.7, + "min_temp": 10.7, + "max_temp": 24.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 48.5, + "sun": 8.5, + "cloud": 6.6, + "ground_temp": 17.5, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 46004, + "power": 46004 + }, + { + "date": 171003, + "mean_temp": 17.6, + "min_temp": 13.4, + "max_temp": 23.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 49.8, + "sun": 6.7, + "cloud": 5.8, + "ground_temp": 18.2, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 63204, + "power": 48934 + }, + { + "date": 171002, + "mean_temp": 22, + "min_temp": 15.6, + "max_temp": 29.4, + "rain": 1.5, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 62.3, + "sun": 10.2, + "cloud": 2.6, + "ground_temp": 21.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 55447, + "power": 55447 + }, + { + "date": 171001, + "mean_temp": 18.2, + "min_temp": 15.5, + "max_temp": 21.2, + "rain": 4, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 50, + "mean_hum": 74.8, + "sun": 0.6, + "cloud": 8.9, + "ground_temp": 18.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56530, + "power": 56530 + }, + { + "date": 170930, + "mean_temp": 20, + "min_temp": 14.7, + "max_temp": 25.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 49, + "mean_hum": 64.9, + "sun": 5.8, + "cloud": 3.5, + "ground_temp": 21.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56484, + "power": 58351 + }, + { + "date": 170929, + "mean_temp": 17.4, + "min_temp": 11.2, + "max_temp": 23.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 20, + "mean_hum": 39.3, + "sun": 10.5, + "cloud": 3.1, + "ground_temp": 20, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64707, + "power": 64707 + }, + { + "date": 170928, + "mean_temp": 19.2, + "min_temp": 14.2, + "max_temp": 25.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.8, + "min_hum": 20, + "mean_hum": 49.1, + "cloud": 2.5, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68330, + "power": 68330 + }, + { + "date": 170927, + "mean_temp": 22.7, + "min_temp": 19.9, + "max_temp": 27.3, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 53, + "mean_hum": 66.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 24, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70978, + "power": 70978 + }, + { + "date": 170926, + "mean_temp": 25.1, + "min_temp": 19.4, + "max_temp": 31.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 57, + "sun": 8.7, + "cloud": 4.9, + "ground_temp": 27, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72947, + "power": 72947 + }, + { + "date": 170925, + "mean_temp": 23.4, + "min_temp": 17.4, + "max_temp": 30.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 58, + "sun": 10.4, + "cloud": 2.5, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72897, + "power": 72798 + }, + { + "date": 170924, + "mean_temp": 22.4, + "min_temp": 18.8, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 71.5, + "sun": 5.4, + "cloud": 6.9, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59195, + "power": 59195 + }, + { + "date": 170923, + "mean_temp": 21.8, + "min_temp": 17.6, + "max_temp": 27.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 69.8, + "sun": 7.3, + "cloud": 6.6, + "ground_temp": 23.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54716, + "power": 61791 + }, + { + "date": 170922, + "mean_temp": 20.6, + "min_temp": 15.4, + "max_temp": 26.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 60.8, + "sun": 11, + "cloud": 3.5, + "ground_temp": 22.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69987, + "power": 69987 + }, + { + "date": 170921, + "mean_temp": 20.3, + "min_temp": 14.2, + "max_temp": 27, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 57.3, + "sun": 11.5, + "cloud": 0.5, + "ground_temp": 21.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70373, + "power": 69362 + }, + { + "date": 170920, + "mean_temp": 19.5, + "min_temp": 14.1, + "max_temp": 24.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 29, + "mean_hum": 48.9, + "sun": 11.6, + "cloud": 0.8, + "ground_temp": 20.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68210, + "power": 68979 + }, + { + "date": 170919, + "mean_temp": 22.6, + "min_temp": 20.1, + "max_temp": 25.8, + "rain": 8, + "max_wind": 6.8, + "mean_wind": 3, + "min_hum": 66, + "mean_hum": 79.1, + "sun": 2.1, + "cloud": 7.9, + "ground_temp": 24.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73115, + "power": 73115 + }, + { + "date": 170918, + "mean_temp": 21.9, + "min_temp": 16.4, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 62.8, + "sun": 11.4, + "cloud": 1.8, + "ground_temp": 25.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71299, + "power": 71299 + }, + { + "date": 170917, + "mean_temp": 23.1, + "min_temp": 19, + "max_temp": 29.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 34, + "mean_hum": 51.3, + "sun": 10, + "cloud": 3.5, + "ground_temp": 26.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58088, + "power": 58088 + }, + { + "date": 170916, + "mean_temp": 22, + "min_temp": 16.7, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.6, + "min_hum": 39, + "mean_hum": 50.9, + "sun": 11, + "cloud": 3.1, + "ground_temp": 25.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60602, + "power": 60602 + }, + { + "date": 170915, + "mean_temp": 22.6, + "min_temp": 17.8, + "max_temp": 27.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 33, + "mean_hum": 48.4, + "sun": 11.3, + "cloud": 3.9, + "ground_temp": 25, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69521, + "power": 69521 + }, + { + "date": 170914, + "mean_temp": 22.4, + "min_temp": 14.8, + "max_temp": 29.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 48.8, + "sun": 11.5, + "cloud": 1.5, + "ground_temp": 23.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70373, + "power": 71099 + }, + { + "date": 170913, + "mean_temp": 21.4, + "min_temp": 15.9, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 49.3, + "sun": 11.9, + "cloud": 0, + "ground_temp": 23, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70373, + "power": 70373 + }, + { + "date": 170912, + "mean_temp": 22.1, + "min_temp": 17.7, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 58.6, + "sun": 11.6, + "cloud": 0.6, + "ground_temp": 23.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72897, + "power": 72229 + }, + { + "date": 170911, + "mean_temp": 21.2, + "min_temp": 18.6, + "max_temp": 24.6, + "rain": 24, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 79.8, + "sun": 1.9, + "cloud": 7.6, + "ground_temp": 22.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70946, + "power": 70946 + }, + { + "date": 170910, + "mean_temp": 23, + "min_temp": 19.9, + "max_temp": 26.1, + "rain": 0.5, + "max_wind": 2.7, + "mean_wind": 1.4, + "min_hum": 56, + "mean_hum": 74.3, + "sun": 0, + "cloud": 9.3, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59509, + "power": 59509 + }, + { + "date": 170909, + "mean_temp": 23.8, + "min_temp": 19.2, + "max_temp": 28.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 43, + "mean_hum": 70.1, + "sun": 11.1, + "cloud": 2.8, + "ground_temp": 26.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61226, + "power": 64087 + }, + { + "date": 170908, + "mean_temp": 24.3, + "min_temp": 20.4, + "max_temp": 29.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 67.5, + "sun": 9.7, + "cloud": 3.8, + "ground_temp": 27.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73038, + "power": 73038 + }, + { + "date": 170907, + "mean_temp": 22.4, + "min_temp": 17.8, + "max_temp": 27.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 52, + "mean_hum": 73.3, + "sun": 7.6, + "cloud": 5.6, + "ground_temp": 24.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72897, + "power": 71699 + }, + { + "date": 170906, + "mean_temp": 20.6, + "min_temp": 18.5, + "max_temp": 24, + "rain": 2, + "max_wind": 2.8, + "mean_wind": 1.2, + "min_hum": 61, + "mean_hum": 75.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 21.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71880, + "power": 71880 + }, + { + "date": 170905, + "mean_temp": 21.9, + "min_temp": 20.4, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 62.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 22.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71944, + "power": 71944 + }, + { + "date": 170904, + "mean_temp": 24.6, + "min_temp": 19.7, + "max_temp": 30.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 28, + "mean_hum": 53.8, + "sun": 8.8, + "cloud": 6.1, + "ground_temp": 28.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72688, + "power": 72688 + }, + { + "date": 170903, + "mean_temp": 23.7, + "min_temp": 19, + "max_temp": 29.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 64, + "sun": 8.5, + "cloud": 3, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59747, + "power": 58814 + }, + { + "date": 170902, + "mean_temp": 23.8, + "min_temp": 18.6, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 59, + "sun": 10.7, + "cloud": 2.9, + "ground_temp": 27.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59413, + "power": 61591 + }, + { + "date": 170901, + "mean_temp": 23.3, + "min_temp": 17.1, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 56, + "sun": 12.4, + "cloud": 0.4, + "ground_temp": 26.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70931, + "power": 70931 + }, + { + "date": 170831, + "mean_temp": 22.2, + "min_temp": 16.6, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 62.4, + "sun": 11.8, + "cloud": 0.9, + "ground_temp": 24.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72897, + "power": 70229 + }, + { + "date": 170830, + "mean_temp": 19.8, + "min_temp": 16.1, + "max_temp": 23.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 55.8, + "sun": 3.4, + "cloud": 7.1, + "ground_temp": 19.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68797, + "power": 68797 + }, + { + "date": 170829, + "mean_temp": 19.5, + "min_temp": 17, + "max_temp": 24, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 32, + "mean_hum": 51.4, + "sun": 11.3, + "cloud": 6.5, + "ground_temp": 22.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71234, + "power": 71234 + }, + { + "date": 170828, + "mean_temp": 21.5, + "min_temp": 18.3, + "max_temp": 26.5, + "rain": 9, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 73.1, + "sun": 1.3, + "cloud": 9.1, + "ground_temp": 22.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75454, + "power": 75454 + }, + { + "date": 170827, + "mean_temp": 22.7, + "min_temp": 19, + "max_temp": 26.7, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 44, + "mean_hum": 62, + "sun": 3.3, + "cloud": 8.3, + "ground_temp": 24.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59950, + "power": 59950 + }, + { + "date": 170826, + "mean_temp": 24.2, + "min_temp": 19, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 54.5, + "sun": 12.5, + "cloud": 1.9, + "ground_temp": 27.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63547, + "power": 63547 + }, + { + "date": 170825, + "mean_temp": 25.3, + "min_temp": 22.2, + "max_temp": 30.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.7, + "min_hum": 19, + "mean_hum": 61.9, + "sun": 8.5, + "cloud": 6, + "ground_temp": 25.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79071, + "power": 79071 + }, + { + "date": 170824, + "mean_temp": 26.5, + "min_temp": 23.9, + "max_temp": 28.1, + "rain": 14, + "max_wind": 7.7, + "mean_wind": 4, + "min_hum": 79, + "mean_hum": 85.3, + "sun": 0.8, + "cloud": 7.9, + "ground_temp": 25.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 83432, + "power": 83432 + }, + { + "date": 170823, + "mean_temp": 27.2, + "min_temp": 24.6, + "max_temp": 30.2, + "rain": 31.5, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 73, + "mean_hum": 84.1, + "sun": 2.4, + "cloud": 9.4, + "ground_temp": 27.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83840, + "power": 83840 + }, + { + "date": 170822, + "mean_temp": 27.3, + "min_temp": 23.4, + "max_temp": 31.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 70.6, + "sun": 9.5, + "cloud": 4.4, + "ground_temp": 29, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 80629, + "power": 80879 + }, + { + "date": 170821, + "mean_temp": 25.8, + "min_temp": 23.7, + "max_temp": 29.2, + "rain": 5, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 65, + "mean_hum": 81.5, + "sun": 5.2, + "cloud": 7.6, + "ground_temp": 26.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 84025, + "power": 79104 + }, + { + "date": 170820, + "mean_temp": 23.2, + "min_temp": 22, + "max_temp": 25.8, + "rain": 124.5, + "max_wind": 4.7, + "mean_wind": 2.9, + "min_hum": 79, + "mean_hum": 95.6, + "sun": 0, + "cloud": 10, + "ground_temp": 23.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57401, + "power": 62497 + }, + { + "date": 170819, + "mean_temp": 26.1, + "min_temp": 23.1, + "max_temp": 28.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 2, + "min_hum": 64, + "mean_hum": 75.8, + "sun": 1.2, + "cloud": 8.1, + "ground_temp": 26.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67973, + "power": 67973 + }, + { + "date": 170818, + "mean_temp": 26.3, + "min_temp": 23.9, + "max_temp": 30.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.3, + "min_hum": 54, + "mean_hum": 75.6, + "sun": 5, + "cloud": 8.3, + "ground_temp": 26.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77648, + "power": 77648 + }, + { + "date": 170817, + "mean_temp": 24.8, + "min_temp": 21.2, + "max_temp": 27.7, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 65, + "mean_hum": 77.1, + "sun": 1.8, + "cloud": 8.1, + "ground_temp": 26.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77288, + "power": 77288 + }, + { + "date": 170816, + "mean_temp": 23.3, + "min_temp": 20.5, + "max_temp": 26.8, + "rain": 2, + "max_wind": 5.1, + "mean_wind": 3.7, + "min_hum": 67, + "mean_hum": 80.5, + "sun": 1.6, + "cloud": 9.6, + "ground_temp": 24.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70325, + "power": 75902 + }, + { + "date": 170815, + "mean_temp": 21.9, + "min_temp": 20.8, + "max_temp": 24, + "rain": 93.5, + "max_wind": 5.5, + "mean_wind": 3.6, + "min_hum": 68, + "mean_hum": 93.8, + "sun": 0, + "cloud": 10, + "ground_temp": 22.9, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 67072, + "power": 67072 + }, + { + "date": 170814, + "mean_temp": 24.6, + "min_temp": 23.1, + "max_temp": 27.1, + "rain": 1.5, + "max_wind": 5.7, + "mean_wind": 3.6, + "min_hum": 60, + "mean_hum": 67.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 25.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 84025, + "power": 72855 + }, + { + "date": 170813, + "mean_temp": 26.3, + "min_temp": 24.2, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 53, + "mean_hum": 62.1, + "sun": 1.4, + "cloud": 8.9, + "ground_temp": 27.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61500, + "power": 61500 + }, + { + "date": 170812, + "mean_temp": 27.8, + "min_temp": 23.2, + "max_temp": 32.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 60.3, + "sun": 9.6, + "cloud": 5.6, + "ground_temp": 29.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69570, + "power": 69570 + }, + { + "date": 170811, + "mean_temp": 27, + "min_temp": 23.9, + "max_temp": 32.4, + "rain": 0.5, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 72.5, + "sun": 7.3, + "cloud": 5.9, + "ground_temp": 29.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 80629, + "power": 80629 + }, + { + "date": 170810, + "mean_temp": 24.8, + "min_temp": 23.9, + "max_temp": 26.3, + "rain": 5.5, + "max_wind": 3.4, + "mean_wind": 2, + "min_hum": 83, + "mean_hum": 89.9, + "sun": 0, + "cloud": 9.9, + "ground_temp": 27.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79844, + "power": 79807 + }, + { + "date": 170809, + "mean_temp": 27.6, + "min_temp": 24.6, + "max_temp": 32, + "rain": 2.5, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 42, + "mean_hum": 66.4, + "sun": 4, + "cloud": 9.1, + "ground_temp": 32, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80418, + "power": 80418 + }, + { + "date": 170808, + "mean_temp": 28.2, + "min_temp": 25.5, + "max_temp": 31, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 67.1, + "sun": 5.6, + "cloud": 8, + "ground_temp": 30.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83775, + "power": 83775 + }, + { + "date": 170807, + "mean_temp": 29.2, + "min_temp": 26.4, + "max_temp": 34.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 68.1, + "sun": 10.7, + "cloud": 3.3, + "ground_temp": 33.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 84489, + "power": 84489 + }, + { + "date": 170806, + "mean_temp": 29.8, + "min_temp": 28.2, + "max_temp": 34, + "rain": 5, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 54, + "mean_hum": 71.9, + "sun": 3.7, + "cloud": 6.9, + "ground_temp": 32.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 70906, + "power": 70906 + }, + { + "date": 170805, + "mean_temp": 31.4, + "min_temp": 27.6, + "max_temp": 34.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 52, + "mean_hum": 63, + "sun": 9.4, + "cloud": 4.1, + "ground_temp": 35.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 72300, + "power": 72300 + }, + { + "date": 170804, + "mean_temp": 30.3, + "min_temp": 25.9, + "max_temp": 35.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 60.1, + "sun": 11.8, + "cloud": 6.3, + "ground_temp": 34.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76990, + "power": 76990 + }, + { + "date": 170803, + "mean_temp": 30.2, + "min_temp": 27.2, + "max_temp": 33.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 60.6, + "sun": 10.4, + "cloud": 5.6, + "ground_temp": 32.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74343, + "power": 74343 + }, + { + "date": 170802, + "mean_temp": 30, + "min_temp": 26.6, + "max_temp": 33, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.3, + "min_hum": 55, + "mean_hum": 71.9, + "sun": 3.9, + "cloud": 5.1, + "ground_temp": 30.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76990, + "power": 73103 + }, + { + "date": 170801, + "mean_temp": 28.6, + "min_temp": 24.1, + "max_temp": 33, + "rain": 2, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 73, + "sun": 8.8, + "cloud": 7, + "ground_temp": 29.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71974, + "power": 71974 + }, + { + "date": 170731, + "mean_temp": 25.7, + "min_temp": 24.8, + "max_temp": 27.1, + "rain": 3.5, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 72, + "mean_hum": 82.3, + "sun": 0, + "cloud": 9.6, + "ground_temp": 26.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79406, + "power": 69467 + }, + { + "date": 170730, + "mean_temp": 27.9, + "min_temp": 24.7, + "max_temp": 32.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 64.4, + "sun": 6.9, + "cloud": 7.9, + "ground_temp": 29.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 66730, + "power": 63971 + }, + { + "date": 170729, + "mean_temp": 27.2, + "min_temp": 25, + "max_temp": 30.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 60, + "mean_hum": 72.3, + "sun": 2.5, + "cloud": 7.5, + "ground_temp": 27.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67973, + "power": 66214 + }, + { + "date": 170728, + "mean_temp": 25.5, + "min_temp": 24.8, + "max_temp": 26.9, + "rain": 8.5, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 86, + "mean_hum": 92.1, + "sun": 0, + "cloud": 9.6, + "ground_temp": 25.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 78700, + "power": 78700 + }, + { + "date": 170727, + "mean_temp": 27.1, + "min_temp": 24.9, + "max_temp": 29.7, + "rain": 3.5, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 62.5, + "sun": 1.2, + "cloud": 9.4, + "ground_temp": 29, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79180, + "power": 79180 + }, + { + "date": 170726, + "mean_temp": 28.7, + "min_temp": 24.2, + "max_temp": 32.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 43, + "mean_hum": 55.6, + "sun": 11.4, + "cloud": 3.5, + "ground_temp": 32.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80610, + "power": 80610 + }, + { + "date": 170725, + "mean_temp": 29.4, + "min_temp": 24.6, + "max_temp": 35.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 64.1, + "sun": 10.7, + "cloud": 4.3, + "ground_temp": 31.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83321, + "power": 83321 + }, + { + "date": 170724, + "mean_temp": 26.2, + "min_temp": 25.6, + "max_temp": 27.3, + "rain": 3, + "max_wind": 2.7, + "mean_wind": 1.2, + "min_hum": 71, + "mean_hum": 82.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 26.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 82052, + "power": 82052 + }, + { + "date": 170723, + "mean_temp": 27, + "min_temp": 26.1, + "max_temp": 28.1, + "rain": 133.5, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 80, + "mean_hum": 89.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 26.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 68319, + "power": 68319 + }, + { + "date": 170722, + "mean_temp": 29.3, + "min_temp": 27.5, + "max_temp": 32.5, + "rain": 0.5, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 59, + "mean_hum": 75.8, + "sun": 2.3, + "cloud": 9.5, + "ground_temp": 30.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66515, + "power": 75408 + }, + { + "date": 170721, + "mean_temp": 29.8, + "min_temp": 27.3, + "max_temp": 32.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 61, + "mean_hum": 73.1, + "sun": 2.1, + "cloud": 8.6, + "ground_temp": 30.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 90695, + "power": 84586 + }, + { + "date": 170720, + "mean_temp": 29.9, + "min_temp": 26, + "max_temp": 34.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 66.1, + "sun": 10.3, + "cloud": 2.4, + "ground_temp": 33.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 84558, + "power": 84558 + }, + { + "date": 170719, + "mean_temp": 28.3, + "min_temp": 24.5, + "max_temp": 34.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 47, + "mean_hum": 71.4, + "sun": 7, + "cloud": 5.9, + "ground_temp": 29.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 82682, + "power": 82682 + }, + { + "date": 170718, + "mean_temp": 26.5, + "min_temp": 23.9, + "max_temp": 30.7, + "rain": 2.5, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 80.6, + "sun": 4.3, + "cloud": 7.4, + "ground_temp": 27.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79406, + "power": 80430 + }, + { + "date": 170717, + "mean_temp": 26.8, + "min_temp": 24, + "max_temp": 29, + "rain": 7.5, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 65, + "mean_hum": 77.3, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 28.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79180, + "power": 81042 + }, + { + "date": 170716, + "mean_temp": 26.2, + "min_temp": 23.4, + "max_temp": 28.8, + "rain": 22.5, + "max_wind": 4.3, + "mean_wind": 1.4, + "min_hum": 64, + "mean_hum": 83.4, + "sun": 0.9, + "cloud": 9.4, + "ground_temp": 27.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 65320, + "power": 65320 + }, + { + "date": 170715, + "mean_temp": 25, + "min_temp": 23.4, + "max_temp": 27.3, + "rain": 42.5, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 75, + "mean_hum": 89, + "sun": 0.5, + "cloud": 10, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69532, + "power": 69532 + }, + { + "date": 170714, + "mean_temp": 28.7, + "min_temp": 26.1, + "max_temp": 33, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.1, + "min_hum": 49, + "mean_hum": 68.4, + "sun": 6.6, + "cloud": 7, + "ground_temp": 30.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 82682, + "power": 83214 + }, + { + "date": 170713, + "mean_temp": 27.6, + "min_temp": 23.1, + "max_temp": 32.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 51, + "mean_hum": 71, + "sun": 9.2, + "cloud": 2.6, + "ground_temp": 29.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 79406, + "power": 81830 + }, + { + "date": 170712, + "mean_temp": 27.1, + "min_temp": 24.9, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 75.9, + "sun": 7.7, + "cloud": 6.1, + "ground_temp": 29.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83775, + "power": 80087 + }, + { + "date": 170711, + "mean_temp": 26, + "min_temp": 22.2, + "max_temp": 30.9, + "rain": 1, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 54, + "mean_hum": 81.4, + "sun": 5.6, + "cloud": 8.8, + "ground_temp": 27.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79685, + "power": 79685 + }, + { + "date": 170710, + "mean_temp": 24, + "min_temp": 22.6, + "max_temp": 25.4, + "rain": 144.5, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 88, + "mean_hum": 96.5, + "sun": 0, + "cloud": 10, + "ground_temp": 24.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78441, + "power": 78441 + }, + { + "date": 170709, + "mean_temp": 26.3, + "min_temp": 23.8, + "max_temp": 30.3, + "rain": 32.5, + "max_wind": 3.1, + "mean_wind": 1, + "min_hum": 66, + "mean_hum": 88, + "sun": 1.6, + "cloud": 9.6, + "ground_temp": 27.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64400, + "power": 64400 + }, + { + "date": 170708, + "mean_temp": 26, + "min_temp": 24.6, + "max_temp": 27.6, + "rain": 4.5, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 76, + "mean_hum": 83.3, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 25.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69570, + "power": 68187 + }, + { + "date": 170707, + "mean_temp": 26.4, + "min_temp": 24.4, + "max_temp": 28.4, + "rain": 16.5, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 70, + "mean_hum": 80.8, + "sun": 1, + "cloud": 9.5, + "ground_temp": 26.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 84025, + "power": 78640 + }, + { + "date": 170706, + "mean_temp": 27.6, + "min_temp": 23.9, + "max_temp": 34.6, + "rain": 34, + "max_wind": 5.3, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 72.3, + "sun": 8.3, + "cloud": 7.1, + "ground_temp": 31.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80673, + "power": 80673 + }, + { + "date": 170705, + "mean_temp": 27.4, + "min_temp": 23.3, + "max_temp": 32.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 66.9, + "sun": 7.8, + "cloud": 4.8, + "ground_temp": 27.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78494, + "power": 78494 + }, + { + "date": 170704, + "mean_temp": 26.7, + "min_temp": 23.8, + "max_temp": 31.6, + "rain": 0.5, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 51, + "mean_hum": 74.5, + "sun": 9.4, + "cloud": 6.5, + "ground_temp": 28.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 84025, + "power": 78325 + }, + { + "date": 170703, + "mean_temp": 24.7, + "min_temp": 21.9, + "max_temp": 27.4, + "rain": 67.5, + "max_wind": 6.2, + "mean_wind": 3.5, + "min_hum": 69, + "mean_hum": 87.6, + "sun": 2, + "cloud": 9.9, + "ground_temp": 25.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78441, + "power": 77051 + }, + { + "date": 170702, + "mean_temp": 24.3, + "min_temp": 21.9, + "max_temp": 26.8, + "rain": 92, + "max_wind": 7.3, + "mean_wind": 2.5, + "min_hum": 81, + "mean_hum": 90.5, + "sun": 0, + "cloud": 10, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56370, + "power": 61902 + }, + { + "date": 170701, + "mean_temp": 25.3, + "min_temp": 22.4, + "max_temp": 30.7, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 45, + "mean_hum": 73.6, + "sun": 3.4, + "cloud": 9.4, + "ground_temp": 30.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64637, + "power": 64637 + }, + { + "date": 170630, + "mean_temp": 25.9, + "min_temp": 22.2, + "max_temp": 30.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 65.9, + "sun": 7.7, + "cloud": 4.9, + "ground_temp": 31.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75413, + "power": 75413 + }, + { + "date": 170629, + "mean_temp": 26.2, + "min_temp": 21.9, + "max_temp": 31.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 64.8, + "sun": 9.5, + "cloud": 3.8, + "ground_temp": 29.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74958, + "power": 74958 + }, + { + "date": 170628, + "mean_temp": 26, + "min_temp": 22.5, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 63.5, + "sun": 6.9, + "cloud": 6.1, + "ground_temp": 27, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74442, + "power": 74442 + }, + { + "date": 170627, + "mean_temp": 25.2, + "min_temp": 20.8, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 44, + "mean_hum": 67.5, + "sun": 7.8, + "cloud": 6.4, + "ground_temp": 27.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73199, + "power": 73199 + }, + { + "date": 170626, + "mean_temp": 23.1, + "min_temp": 20.1, + "max_temp": 29.9, + "rain": 29, + "max_wind": 6.4, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 76.9, + "sun": 4.9, + "cloud": 8.8, + "ground_temp": 24.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73199, + "power": 73186 + }, + { + "date": 170625, + "mean_temp": 23.8, + "min_temp": 21, + "max_temp": 28.4, + "rain": 1.5, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 48, + "mean_hum": 75.4, + "sun": 4.6, + "cloud": 7.1, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61434, + "power": 58182 + }, + { + "date": 170624, + "mean_temp": 24.5, + "min_temp": 21.5, + "max_temp": 27.8, + "rain": 3.5, + "max_wind": 5.2, + "mean_wind": 1.2, + "min_hum": 40, + "mean_hum": 60.4, + "sun": 0.8, + "cloud": 9.5, + "ground_temp": 26.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63296, + "power": 63296 + }, + { + "date": 170623, + "mean_temp": 26.7, + "min_temp": 21.3, + "max_temp": 34.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 53, + "sun": 12.9, + "cloud": 4.1, + "ground_temp": 34.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75077, + "power": 75077 + }, + { + "date": 170622, + "mean_temp": 25.3, + "min_temp": 21.2, + "max_temp": 30.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 57.3, + "sun": 10.8, + "cloud": 3.9, + "ground_temp": 34.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74442, + "power": 73196 + }, + { + "date": 170621, + "mean_temp": 25.4, + "min_temp": 21.7, + "max_temp": 31.6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.9, + "min_hum": 30, + "mean_hum": 52.6, + "sun": 11.1, + "cloud": 3, + "ground_temp": 34, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75413, + "power": 73408 + }, + { + "date": 170620, + "mean_temp": 26, + "min_temp": 20, + "max_temp": 32.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 43.4, + "sun": 7.9, + "cloud": 6.6, + "ground_temp": 30.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73961, + "power": 73961 + }, + { + "date": 170619, + "mean_temp": 24.8, + "min_temp": 19.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 27, + "mean_hum": 50.9, + "sun": 11, + "cloud": 5.6, + "ground_temp": 30.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72473, + "power": 72473 + }, + { + "date": 170618, + "mean_temp": 24.3, + "min_temp": 18.6, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 52, + "sun": 13.2, + "cloud": 0.8, + "ground_temp": 32.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57785, + "power": 57785 + }, + { + "date": 170617, + "mean_temp": 24.2, + "min_temp": 20.6, + "max_temp": 29.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 52.3, + "sun": 12.7, + "cloud": 0, + "ground_temp": 32.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61261, + "power": 61261 + }, + { + "date": 170616, + "mean_temp": 25.5, + "min_temp": 20, + "max_temp": 32.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 55.8, + "sun": 11.9, + "cloud": 1.3, + "ground_temp": 32.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71332, + "power": 71332 + }, + { + "date": 170615, + "mean_temp": 23.1, + "min_temp": 18, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 62.4, + "sun": 11.4, + "cloud": 1.5, + "ground_temp": 30.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68179, + "power": 70246 + }, + { + "date": 170614, + "mean_temp": 21.8, + "min_temp": 17.8, + "max_temp": 26.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 38, + "mean_hum": 63, + "sun": 11.9, + "cloud": 1.6, + "ground_temp": 30.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68179, + "power": 68179 + }, + { + "date": 170613, + "mean_temp": 21.5, + "min_temp": 18.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 44, + "mean_hum": 63, + "sun": 10.3, + "cloud": 7, + "ground_temp": 28.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68006, + "power": 68006 + }, + { + "date": 170612, + "mean_temp": 22.1, + "min_temp": 17, + "max_temp": 28, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 45.5, + "sun": 12.2, + "cloud": 4.9, + "ground_temp": 27, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66895, + "power": 66895 + }, + { + "date": 170611, + "mean_temp": 22.8, + "min_temp": 14.8, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 33.8, + "sun": 13.7, + "cloud": 1, + "ground_temp": 26.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55277, + "power": 55233 + }, + { + "date": 170610, + "mean_temp": 21.5, + "min_temp": 16.7, + "max_temp": 27.5, + "rain": 4.5, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 14, + "mean_hum": 46.8, + "sun": 9.8, + "cloud": 6.9, + "ground_temp": 22.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55611, + "power": 58759 + }, + { + "date": 170609, + "mean_temp": 21.2, + "min_temp": 17.9, + "max_temp": 25.7, + "rain": 0.1, + "max_wind": 6.4, + "mean_wind": 3.3, + "min_hum": 50, + "mean_hum": 69.8, + "sun": 7.4, + "cloud": 6.9, + "ground_temp": 23.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67241, + "power": 67241 + }, + { + "date": 170608, + "mean_temp": 20.1, + "min_temp": 15.1, + "max_temp": 25.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 38, + "mean_hum": 67.3, + "sun": 11.8, + "cloud": 3.9, + "ground_temp": 23.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66753, + "power": 66753 + }, + { + "date": 170607, + "mean_temp": 17.6, + "min_temp": 15.1, + "max_temp": 19.2, + "rain": 12.5, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 78, + "mean_hum": 91.4, + "sun": 0.2, + "cloud": 8.8, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67008, + "power": 67008 + }, + { + "date": 170606, + "mean_temp": 19.4, + "min_temp": 14.5, + "max_temp": 23.9, + "rain": 15.5, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 60, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.6, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 61087, + "power": 61087 + }, + { + "date": 170605, + "mean_temp": 24.2, + "min_temp": 16.4, + "max_temp": 30.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 18, + "mean_hum": 33.3, + "sun": 12.9, + "cloud": 4.9, + "ground_temp": 32.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65530, + "power": 65530 + }, + { + "date": 170604, + "mean_temp": 21.7, + "min_temp": 15.1, + "max_temp": 28.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 19, + "mean_hum": 36.9, + "sun": 13.6, + "cloud": 1.8, + "ground_temp": 30.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55277, + "power": 54654 + }, + { + "date": 170603, + "mean_temp": 20.5, + "min_temp": 16.1, + "max_temp": 26.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3, + "min_hum": 24, + "mean_hum": 44, + "sun": 13.5, + "cloud": 1.9, + "ground_temp": 31.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58833, + "power": 56898 + }, + { + "date": 170602, + "mean_temp": 20.5, + "min_temp": 15.5, + "max_temp": 25.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 20, + "mean_hum": 37.4, + "sun": 12.2, + "cloud": 3.1, + "ground_temp": 29.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65633, + "power": 65633 + }, + { + "date": 170601, + "mean_temp": 23.3, + "min_temp": 20, + "max_temp": 27, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 24, + "mean_hum": 51.8, + "sun": 10.6, + "cloud": 4.3, + "ground_temp": 31.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68853, + "power": 68853 + }, + { + "date": 170531, + "mean_temp": 23.3, + "min_temp": 17.7, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 49.1, + "sun": 10.2, + "cloud": 5.4, + "ground_temp": 30.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69234, + "power": 69234 + }, + { + "date": 170530, + "mean_temp": 23.6, + "min_temp": 18.6, + "max_temp": 30.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 7, + "mean_hum": 43.5, + "sun": 11.1, + "cloud": 6, + "ground_temp": 29.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69887, + "power": 69887 + }, + { + "date": 170529, + "mean_temp": 22.9, + "min_temp": 18.1, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 61.8, + "sun": 9.7, + "cloud": 4.6, + "ground_temp": 29.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69854, + "power": 69854 + }, + { + "date": 170528, + "mean_temp": 21.2, + "min_temp": 14.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 50.6, + "sun": 11.2, + "cloud": 1, + "ground_temp": 28.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55277, + "power": 55277 + }, + { + "date": 170527, + "mean_temp": 19.5, + "min_temp": 13.7, + "max_temp": 26.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 46.1, + "sun": 13.5, + "cloud": 0.1, + "ground_temp": 28.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56633, + "power": 56633 + }, + { + "date": 170526, + "mean_temp": 17.7, + "min_temp": 12.4, + "max_temp": 23.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 41.5, + "sun": 11.3, + "cloud": 1.9, + "ground_temp": 26.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61770, + "power": 64402 + }, + { + "date": 170525, + "mean_temp": 19.2, + "min_temp": 14.4, + "max_temp": 24.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.4, + "min_hum": 14, + "mean_hum": 45.6, + "sun": 12.8, + "cloud": 0.9, + "ground_temp": 25.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67007, + "power": 67007 + }, + { + "date": 170524, + "mean_temp": 21.8, + "min_temp": 16.9, + "max_temp": 27.8, + "rain": 0.1, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 60.4, + "sun": 12.7, + "cloud": 2.9, + "ground_temp": 27, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69854, + "power": 67810 + }, + { + "date": 170523, + "mean_temp": 20, + "min_temp": 17.2, + "max_temp": 24.4, + "rain": 5, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 46, + "mean_hum": 68, + "sun": 2.4, + "cloud": 9.1, + "ground_temp": 23.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67772, + "power": 67772 + }, + { + "date": 170522, + "mean_temp": 21.8, + "min_temp": 15.9, + "max_temp": 28, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 53.6, + "sun": 11.8, + "cloud": 2.8, + "ground_temp": 29, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69854, + "power": 67482 + }, + { + "date": 170521, + "mean_temp": 21.5, + "min_temp": 16, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 19, + "mean_hum": 48.1, + "sun": 11.9, + "cloud": 2.8, + "ground_temp": 30.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55580, + "power": 55580 + }, + { + "date": 170520, + "mean_temp": 20.9, + "min_temp": 15.4, + "max_temp": 27.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 28, + "mean_hum": 44, + "sun": 13, + "cloud": 5.1, + "ground_temp": 27.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58028, + "power": 58028 + }, + { + "date": 170519, + "mean_temp": 21.1, + "min_temp": 15.1, + "max_temp": 27.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 42.6, + "sun": 13.3, + "cloud": 0, + "ground_temp": 28.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66619, + "power": 66619 + }, + { + "date": 170518, + "mean_temp": 20.4, + "min_temp": 13.9, + "max_temp": 26.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 41.9, + "sun": 12.9, + "cloud": 1.5, + "ground_temp": 27.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66176, + "power": 66176 + }, + { + "date": 170517, + "mean_temp": 18.6, + "min_temp": 12.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 51.5, + "sun": 13.2, + "cloud": 0.6, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65506, + "power": 65506 + }, + { + "date": 170516, + "mean_temp": 17.1, + "min_temp": 13.3, + "max_temp": 22.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 60.5, + "sun": 9.6, + "cloud": 6.4, + "ground_temp": 22, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64434, + "power": 64434 + }, + { + "date": 170515, + "mean_temp": 16, + "min_temp": 12.3, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 45, + "mean_hum": 61.4, + "sun": 8.1, + "cloud": 5.5, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64452, + "power": 64452 + }, + { + "date": 170514, + "mean_temp": 15.7, + "min_temp": 11, + "max_temp": 20.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.7, + "min_hum": 32, + "mean_hum": 58.3, + "sun": 13.1, + "cloud": 0.6, + "ground_temp": 19.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54246, + "power": 54246 + }, + { + "date": 170513, + "mean_temp": 16.4, + "min_temp": 12.4, + "max_temp": 22.6, + "rain": 6, + "max_wind": 8.5, + "mean_wind": 3.1, + "min_hum": 52, + "mean_hum": 77.8, + "sun": 2.2, + "cloud": 6.8, + "ground_temp": 17.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57892, + "power": 57892 + }, + { + "date": 170512, + "mean_temp": 19.1, + "min_temp": 16.8, + "max_temp": 21.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 63, + "mean_hum": 71.6, + "sun": 0, + "cloud": 8, + "ground_temp": 17.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66500, + "power": 66500 + }, + { + "date": 170511, + "mean_temp": 19.3, + "min_temp": 13.1, + "max_temp": 24.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 65.3, + "sun": 5.3, + "cloud": 7.6, + "ground_temp": 21.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65315, + "power": 65315 + }, + { + "date": 170510, + "mean_temp": 16.4, + "min_temp": 14.2, + "max_temp": 20.8, + "rain": 2.5, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 54, + "mean_hum": 73, + "sun": 7, + "cloud": 6.9, + "ground_temp": 18.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65137, + "power": 65137 + }, + { + "date": 170509, + "mean_temp": 17.1, + "min_temp": 15.3, + "max_temp": 22.6, + "rain": 2.5, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 62.6, + "sun": 1.3, + "cloud": 9.4, + "ground_temp": 19.7, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 61163, + "power": 61163 + }, + { + "date": 170508, + "mean_temp": 17.9, + "min_temp": 11.1, + "max_temp": 23.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 43.6, + "sun": 6.1, + "cloud": 7.3, + "ground_temp": 21.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64452, + "power": 63803 + }, + { + "date": 170507, + "mean_temp": 16.6, + "min_temp": 10.9, + "max_temp": 22.8, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.2, + "min_hum": 16, + "mean_hum": 42.6, + "sun": 12.6, + "cloud": 0.5, + "ground_temp": 23.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53449, + "power": 53449 + }, + { + "date": 170506, + "mean_temp": 14.9, + "min_temp": 10, + "max_temp": 19.3, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.8, + "min_hum": 16, + "mean_hum": 32, + "sun": 12.4, + "cloud": 0.9, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53271, + "power": 53271 + }, + { + "date": 170505, + "mean_temp": 20.9, + "min_temp": 15.5, + "max_temp": 27, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.2, + "min_hum": 35, + "mean_hum": 53.4, + "sun": 11.6, + "cloud": 5.1, + "ground_temp": 28.4, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 56195, + "power": 56195 + }, + { + "date": 170504, + "mean_temp": 21, + "min_temp": 14.8, + "max_temp": 27.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 43.6, + "sun": 8, + "cloud": 7.4, + "ground_temp": 25.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63579, + "power": 60366 + }, + { + "date": 170503, + "mean_temp": 21.5, + "min_temp": 14.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 2, + "min_hum": 16, + "mean_hum": 34.1, + "sun": 12.6, + "cloud": 0, + "ground_temp": 27.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58991, + "power": 58991 + }, + { + "date": 170502, + "mean_temp": 20.7, + "min_temp": 15.2, + "max_temp": 28, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 42, + "sun": 8.7, + "cloud": 3.1, + "ground_temp": 25.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62100, + "power": 62100 + }, + { + "date": 170501, + "mean_temp": 20.1, + "min_temp": 12.8, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 17, + "mean_hum": 50.8, + "sun": 11.9, + "cloud": 0, + "ground_temp": 25.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56790, + "power": 56790 + }, + { + "date": 170430, + "mean_temp": 19.3, + "min_temp": 13.7, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 28, + "mean_hum": 57.9, + "sun": 11.4, + "cloud": 0, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54163, + "power": 54163 + }, + { + "date": 170429, + "mean_temp": 17.1, + "min_temp": 9.6, + "max_temp": 23.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 44.3, + "sun": 12.5, + "cloud": 0, + "ground_temp": 22.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56424, + "power": 55507 + }, + { + "date": 170428, + "mean_temp": 14.4, + "min_temp": 8.9, + "max_temp": 21.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 57.3, + "sun": 12.2, + "cloud": 3.3, + "ground_temp": 19.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62861, + "power": 62861 + }, + { + "date": 170427, + "mean_temp": 13.6, + "min_temp": 7.9, + "max_temp": 19.8, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.3, + "min_hum": 18, + "mean_hum": 41.8, + "sun": 12.8, + "cloud": 0.4, + "ground_temp": 20.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63751, + "power": 63751 + }, + { + "date": 170426, + "mean_temp": 15.1, + "min_temp": 10.5, + "max_temp": 20.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.3, + "min_hum": 14, + "mean_hum": 36, + "sun": 12.6, + "cloud": 2, + "ground_temp": 21.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63329, + "power": 63329 + }, + { + "date": 170425, + "mean_temp": 16, + "min_temp": 12.9, + "max_temp": 20.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 44, + "mean_hum": 56.8, + "sun": 4.7, + "cloud": 7.9, + "ground_temp": 18.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64533, + "power": 64533 + }, + { + "date": 170424, + "mean_temp": 15.1, + "min_temp": 8.3, + "max_temp": 21.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 39.4, + "sun": 12.1, + "cloud": 4.8, + "ground_temp": 18.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65973, + "power": 63820 + }, + { + "date": 170423, + "mean_temp": 14.9, + "min_temp": 8.9, + "max_temp": 21.7, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 17, + "mean_hum": 40, + "sun": 12.6, + "cloud": 0.1, + "ground_temp": 19.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54420, + "power": 54420 + }, + { + "date": 170422, + "mean_temp": 14.8, + "min_temp": 8.5, + "max_temp": 22.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 48.4, + "sun": 12.4, + "cloud": 0.5, + "ground_temp": 19.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56424, + "power": 56424 + }, + { + "date": 170421, + "mean_temp": 13.1, + "min_temp": 7.6, + "max_temp": 19.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 56.5, + "sun": 8.5, + "cloud": 3.1, + "ground_temp": 15.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63284, + "power": 63284 + }, + { + "date": 170420, + "mean_temp": 12.9, + "min_temp": 9.9, + "max_temp": 18.2, + "rain": 0.1, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 45.4, + "sun": 2.6, + "cloud": 7.4, + "ground_temp": 13.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67807, + "power": 65335 + }, + { + "date": 170419, + "mean_temp": 12.6, + "min_temp": 7, + "max_temp": 18.4, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 43.1, + "sun": 12.3, + "cloud": 2, + "ground_temp": 15.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62985, + "power": 62985 + }, + { + "date": 170418, + "mean_temp": 11.7, + "min_temp": 9.4, + "max_temp": 17.4, + "rain": 7.5, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 54, + "mean_hum": 76.5, + "sun": 2.7, + "cloud": 5.3, + "ground_temp": 11.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68200, + "power": 65101 + }, + { + "date": 170417, + "mean_temp": 14.7, + "min_temp": 11.2, + "max_temp": 18, + "rain": 5.5, + "max_wind": 6.4, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 66.5, + "sun": 0.7, + "cloud": 8.3, + "ground_temp": 13.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66355, + "power": 66355 + }, + { + "date": 170416, + "mean_temp": 18.7, + "min_temp": 12.9, + "max_temp": 24.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 32, + "mean_hum": 52.9, + "sun": 6.5, + "cloud": 8.1, + "ground_temp": 19.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56397, + "power": 54282 + }, + { + "date": 170415, + "mean_temp": 16.8, + "min_temp": 10.9, + "max_temp": 24.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 59.4, + "sun": 9.8, + "cloud": 3.3, + "ground_temp": 18.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55961, + "power": 55961 + }, + { + "date": 170414, + "mean_temp": 13, + "min_temp": 10.1, + "max_temp": 17.7, + "rain": 6, + "max_wind": 8.1, + "mean_wind": 3.5, + "min_hum": 28, + "mean_hum": 57.9, + "sun": 4.6, + "cloud": 6.9, + "ground_temp": 12.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64493, + "power": 64493 + }, + { + "date": 170413, + "mean_temp": 12.7, + "min_temp": 6.3, + "max_temp": 19.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 15, + "mean_hum": 54, + "sun": 9.4, + "cloud": 3, + "ground_temp": 16.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64430, + "power": 64430 + }, + { + "date": 170412, + "mean_temp": 11.5, + "min_temp": 8.8, + "max_temp": 16.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.7, + "min_hum": 10, + "mean_hum": 21.8, + "sun": 11.2, + "cloud": 1.9, + "ground_temp": 16.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62985, + "power": 64262 + }, + { + "date": 170411, + "mean_temp": 15.3, + "min_temp": 11.5, + "max_temp": 20.2, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 20, + "mean_hum": 36.8, + "sun": 9, + "cloud": 5.3, + "ground_temp": 17.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65921, + "power": 65921 + }, + { + "date": 170410, + "mean_temp": 16.5, + "min_temp": 10.1, + "max_temp": 23.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 10, + "mean_hum": 25.8, + "sun": 11.7, + "cloud": 5.5, + "ground_temp": 19, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63629, + "power": 63993 + }, + { + "date": 170409, + "mean_temp": 14.8, + "min_temp": 10.6, + "max_temp": 20.5, + "rain": 0.5, + "max_wind": 5.8, + "mean_wind": 2.8, + "min_hum": 34, + "mean_hum": 59.6, + "sun": 6.7, + "cloud": 8, + "ground_temp": 17.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54617, + "power": 54617 + }, + { + "date": 170408, + "mean_temp": 13, + "min_temp": 8.6, + "max_temp": 19.9, + "rain": 0.5, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 47, + "mean_hum": 74.5, + "sun": 6.9, + "cloud": 8.3, + "ground_temp": 16.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56605, + "power": 56759 + }, + { + "date": 170407, + "mean_temp": 14.5, + "min_temp": 9, + "max_temp": 23.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 68.1, + "sun": 9, + "cloud": 6.8, + "ground_temp": 16.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65396, + "power": 65396 + }, + { + "date": 170406, + "mean_temp": 10.4, + "min_temp": 9.4, + "max_temp": 12.4, + "rain": 3, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 75, + "mean_hum": 90, + "sun": 0.3, + "cloud": 9.6, + "ground_temp": 11.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69129, + "power": 69129 + }, + { + "date": 170405, + "mean_temp": 12, + "min_temp": 10.8, + "max_temp": 14.2, + "rain": 37.5, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 28, + "mean_hum": 66, + "sun": 0, + "cloud": 9.9, + "ground_temp": 11, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68200, + "power": 68200 + }, + { + "date": 170404, + "mean_temp": 14.1, + "min_temp": 6.7, + "max_temp": 21.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 35.3, + "sun": 10.9, + "cloud": 4, + "ground_temp": 17.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65973, + "power": 65973 + }, + { + "date": 170403, + "mean_temp": 11.4, + "min_temp": 4.3, + "max_temp": 19.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 45.6, + "sun": 11.7, + "cloud": 0, + "ground_temp": 15.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63751, + "power": 65686 + }, + { + "date": 170402, + "mean_temp": 9, + "min_temp": 3.1, + "max_temp": 15.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 53.1, + "sun": 11.6, + "cloud": 0.9, + "ground_temp": 13.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57467, + "power": 56420 + }, + { + "date": 170401, + "mean_temp": 9, + "min_temp": 4.8, + "max_temp": 15.1, + "rain": 1, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 60.5, + "sun": 10.3, + "cloud": 4.8, + "ground_temp": 14.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56605, + "power": 59219 + }, + { + "date": 170331, + "mean_temp": 8.6, + "min_temp": 4.9, + "max_temp": 12.4, + "rain": 1.5, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 51, + "mean_hum": 70.6, + "sun": 0.2, + "cloud": 8.3, + "ground_temp": 8.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70135, + "power": 68976 + }, + { + "date": 170330, + "mean_temp": 10.6, + "min_temp": 4.1, + "max_temp": 17.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 50, + "sun": 9.1, + "cloud": 4.9, + "ground_temp": 13.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67807, + "power": 67807 + }, + { + "date": 170329, + "mean_temp": 8.8, + "min_temp": 4.7, + "max_temp": 14.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 54.9, + "sun": 10.8, + "cloud": 4.3, + "ground_temp": 13.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69891, + "power": 69891 + }, + { + "date": 170328, + "mean_temp": 7.1, + "min_temp": 2.5, + "max_temp": 12.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 59.8, + "sun": 6.9, + "cloud": 6.4, + "ground_temp": 10.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70060, + "power": 70060 + }, + { + "date": 170327, + "mean_temp": 6.1, + "min_temp": 4.4, + "max_temp": 10.9, + "rain": 0.4, + "max_wind": 8.5, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 67.4, + "sun": 3.5, + "cloud": 6, + "ground_temp": 7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70135, + "power": 70135 + }, + { + "date": 170326, + "mean_temp": 7.3, + "min_temp": 4.8, + "max_temp": 11.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 53.1, + "sun": 5.4, + "cloud": 7.1, + "ground_temp": 11.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57467, + "power": 57467 + }, + { + "date": 170325, + "mean_temp": 8.1, + "min_temp": 5, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 41.1, + "sun": 5.9, + "cloud": 6, + "ground_temp": 9.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61395, + "power": 61395 + }, + { + "date": 170324, + "mean_temp": 8.7, + "min_temp": 3.9, + "max_temp": 15.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 41.4, + "sun": 7.9, + "cloud": 6.8, + "ground_temp": 11.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69257, + "power": 69257 + }, + { + "date": 170323, + "mean_temp": 9.1, + "min_temp": 5.1, + "max_temp": 15, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 34, + "sun": 8.6, + "cloud": 4.6, + "ground_temp": 11.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69549, + "power": 69549 + }, + { + "date": 170322, + "mean_temp": 7.6, + "min_temp": 1.9, + "max_temp": 14.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 32.8, + "sun": 10.3, + "cloud": 4.8, + "ground_temp": 11.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70170, + "power": 70170 + }, + { + "date": 170321, + "mean_temp": 7.4, + "min_temp": 4.3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 48.1, + "sun": 9.2, + "cloud": 2, + "ground_temp": 8.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70385, + "power": 68210 + }, + { + "date": 170320, + "mean_temp": 10.2, + "min_temp": 6, + "max_temp": 15.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 40.4, + "sun": 0, + "cloud": 8.3, + "ground_temp": 10.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69809, + "power": 69809 + }, + { + "date": 170319, + "mean_temp": 10.9, + "min_temp": 3.2, + "max_temp": 18.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 18, + "mean_hum": 36, + "sun": 10.9, + "cloud": 0.3, + "ground_temp": 12.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56890, + "power": 56890 + }, + { + "date": 170318, + "mean_temp": 9.5, + "min_temp": 5.9, + "max_temp": 16.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 15, + "mean_hum": 34.1, + "sun": 9.2, + "cloud": 3.5, + "ground_temp": 11.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61921, + "power": 61921 + }, + { + "date": 170317, + "mean_temp": 7.7, + "min_temp": 1.2, + "max_temp": 15.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 43.1, + "sun": 10.9, + "cloud": 1.9, + "ground_temp": 9.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70322, + "power": 70322 + }, + { + "date": 170316, + "mean_temp": 6.2, + "min_temp": 1, + "max_temp": 13.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 20, + "mean_hum": 41.8, + "sun": 10.8, + "cloud": 3, + "ground_temp": 8.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70775, + "power": 70775 + }, + { + "date": 170315, + "mean_temp": 6.3, + "min_temp": 0.4, + "max_temp": 13.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 34.9, + "sun": 11.2, + "cloud": 0.1, + "ground_temp": 8.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71134, + "power": 71134 + }, + { + "date": 170314, + "mean_temp": 5.8, + "min_temp": 1, + "max_temp": 10.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.2, + "min_hum": 20, + "mean_hum": 37.5, + "sun": 11.2, + "cloud": 0.5, + "ground_temp": 7.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70674, + "power": 70674 + }, + { + "date": 170313, + "mean_temp": 6.9, + "min_temp": 1.5, + "max_temp": 12.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 28, + "mean_hum": 49.8, + "sun": 10.3, + "cloud": 3.4, + "ground_temp": 8.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70385, + "power": 70385 + }, + { + "date": 170312, + "mean_temp": 8.2, + "min_temp": 4.4, + "max_temp": 14, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 58.4, + "sun": 2.3, + "cloud": 9, + "ground_temp": 9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57467, + "power": 57589 + }, + { + "date": 170311, + "mean_temp": 7.3, + "min_temp": -0.2, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.8, + "min_hum": 17, + "mean_hum": 37.4, + "sun": 11, + "cloud": 3, + "ground_temp": 6.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62481, + "power": 62468 + }, + { + "date": 170310, + "mean_temp": 4.8, + "min_temp": -1.2, + "max_temp": 12.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 37.4, + "sun": 10.9, + "cloud": 0.1, + "ground_temp": 5.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73564, + "power": 73349 + }, + { + "date": 170309, + "mean_temp": 3.2, + "min_temp": -2.7, + "max_temp": 10.7, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 47.3, + "sun": 10.5, + "cloud": 0.8, + "ground_temp": 3.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74556, + "power": 74556 + }, + { + "date": 170308, + "mean_temp": -0.1, + "min_temp": -5.3, + "max_temp": 5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 28, + "mean_hum": 50.6, + "sun": 8.1, + "cloud": 2.8, + "ground_temp": 1.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 79221, + "power": 76634 + }, + { + "date": 170307, + "mean_temp": -1.3, + "min_temp": -4, + "max_temp": 2.9, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.9, + "min_hum": 23, + "mean_hum": 37.5, + "sun": 10.9, + "cloud": 1, + "ground_temp": 2.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76756, + "power": 76756 + }, + { + "date": 170306, + "mean_temp": 0.1, + "min_temp": -2.8, + "max_temp": 4, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 4, + "min_hum": 20, + "mean_hum": 41.3, + "sun": 10.9, + "cloud": 0.5, + "ground_temp": 2.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73396, + "power": 73396 + }, + { + "date": 170305, + "mean_temp": 5.2, + "min_temp": 1.2, + "max_temp": 10.4, + "rain": 0.5, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 71.6, + "sun": 6.2, + "cloud": 6.1, + "ground_temp": 5.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58780, + "power": 58780 + }, + { + "date": 170304, + "mean_temp": 5.7, + "min_temp": 0.1, + "max_temp": 12.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 60, + "sun": 10.7, + "cloud": 0.1, + "ground_temp": 5.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65656, + "power": 62651 + }, + { + "date": 170303, + "mean_temp": 3.3, + "min_temp": -3.1, + "max_temp": 10.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 54.4, + "sun": 10.5, + "cloud": 1.3, + "ground_temp": 3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74262, + "power": 74262 + }, + { + "date": 170302, + "mean_temp": 1.8, + "min_temp": -1.1, + "max_temp": 6.6, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 34, + "mean_hum": 59.5, + "sun": 9.7, + "cloud": 4.1, + "ground_temp": 5.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75921, + "power": 75921 + }, + { + "date": 170301, + "mean_temp": 5, + "min_temp": 2, + "max_temp": 11.4, + "rain": 5, + "max_wind": 5.9, + "mean_wind": 1.8, + "min_hum": 27, + "mean_hum": 65, + "sun": 1.2, + "cloud": 9.8, + "ground_temp": 4.7, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 64523, + "power": 64523 + }, + { + "date": 170228, + "mean_temp": 5.6, + "min_temp": -1.3, + "max_temp": 12.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 41.5, + "sun": 9.8, + "cloud": 2.1, + "ground_temp": 4.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73617, + "power": 73617 + }, + { + "date": 170227, + "mean_temp": 3.7, + "min_temp": -1.8, + "max_temp": 10.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 18, + "mean_hum": 37.4, + "sun": 10.6, + "cloud": 0, + "ground_temp": 4.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73564, + "power": 73564 + }, + { + "date": 170226, + "mean_temp": 3.6, + "min_temp": -1.5, + "max_temp": 10.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 52.8, + "sun": 10.3, + "cloud": 0.1, + "ground_temp": 4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60444, + "power": 60444 + }, + { + "date": 170225, + "mean_temp": 2.6, + "min_temp": -2.8, + "max_temp": 8.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 63.6, + "sun": 10.1, + "cloud": 1.8, + "ground_temp": 3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64596, + "power": 64596 + }, + { + "date": 170224, + "mean_temp": -0.8, + "min_temp": -5.8, + "max_temp": 4.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 51.3, + "sun": 9, + "cloud": 2.1, + "ground_temp": 1.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79221, + "power": 75970 + }, + { + "date": 170223, + "mean_temp": -1.5, + "min_temp": -4.2, + "max_temp": 2.1, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.8, + "min_hum": 33, + "mean_hum": 56.4, + "sun": 10.2, + "cloud": 1.1, + "ground_temp": 1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75909, + "power": 75909 + }, + { + "date": 170222, + "mean_temp": 1.7, + "min_temp": -0.9, + "max_temp": 2.9, + "rain": 5.1, + "max_wind": 6.7, + "mean_wind": 2.7, + "min_hum": 30, + "mean_hum": 70.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 0.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78232, + "power": 78523 + }, + { + "date": 170221, + "mean_temp": -0.6, + "min_temp": -7.6, + "max_temp": 6.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 22, + "mean_hum": 37.1, + "sun": 9.9, + "cloud": 4.5, + "ground_temp": 1.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76756, + "power": 77149 + }, + { + "date": 170220, + "mean_temp": -1.5, + "min_temp": -5.2, + "max_temp": 5.4, + "rain": 0.5, + "max_wind": 7.8, + "mean_wind": 4.2, + "min_hum": 34, + "mean_hum": 53.8, + "sun": 9.9, + "cloud": 2.5, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76063, + "power": 76063 + }, + { + "date": 170219, + "mean_temp": 2.3, + "min_temp": -3.4, + "max_temp": 5.7, + "rain": 1, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 68, + "sun": 1.2, + "cloud": 7, + "ground_temp": 0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61715, + "power": 61553 + }, + { + "date": 170218, + "mean_temp": -2.6, + "min_temp": -7, + "max_temp": 2.9, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 49.4, + "sun": 10, + "cloud": 0.6, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65574, + "power": 65574 + }, + { + "date": 170217, + "mean_temp": 0.8, + "min_temp": -5.2, + "max_temp": 9, + "rain": 4, + "max_wind": 6.1, + "mean_wind": 3.9, + "min_hum": 27, + "mean_hum": 56.9, + "sun": 9.5, + "cloud": 3.1, + "ground_temp": 4.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74358, + "power": 74358 + }, + { + "date": 170216, + "mean_temp": 5.5, + "min_temp": -1.9, + "max_temp": 10.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 63.9, + "sun": 2.1, + "cloud": 5.8, + "ground_temp": 2.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75604, + "power": 75604 + }, + { + "date": 170215, + "mean_temp": 1.8, + "min_temp": -3.9, + "max_temp": 8, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 8.9, + "cloud": 0, + "ground_temp": 1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77770, + "power": 77770 + }, + { + "date": 170214, + "mean_temp": 0.3, + "min_temp": -4, + "max_temp": 6.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 46, + "sun": 9.8, + "cloud": 0, + "ground_temp": 3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 78279, + "power": 78279 + }, + { + "date": 170213, + "mean_temp": 0.1, + "min_temp": -5.4, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 59.6, + "sun": 6.4, + "cloud": 4.3, + "ground_temp": 0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79050, + "power": 79050 + }, + { + "date": 170212, + "mean_temp": -2.2, + "min_temp": -7.4, + "max_temp": 4.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 51.3, + "sun": 9.8, + "cloud": 0, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64047, + "power": 64047 + }, + { + "date": 170211, + "mean_temp": -4.8, + "min_temp": -9.2, + "max_temp": 0.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 31, + "mean_hum": 45.4, + "sun": 9.7, + "cloud": 0.3, + "ground_temp": -1.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69363, + "power": 69363 + }, + { + "date": 170210, + "mean_temp": -6.6, + "min_temp": -9.3, + "max_temp": -2.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 4.1, + "min_hum": 29, + "mean_hum": 44.3, + "sun": 9.6, + "cloud": 0.9, + "ground_temp": -3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81268, + "power": 81268 + }, + { + "date": 170209, + "mean_temp": -5.3, + "min_temp": -7.1, + "max_temp": -2.1, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.8, + "min_hum": 30, + "mean_hum": 47, + "sun": 8.8, + "cloud": 1.5, + "ground_temp": -3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80002, + "power": 80002 + }, + { + "date": 170208, + "mean_temp": -2.2, + "min_temp": -4.9, + "max_temp": 0.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 50.1, + "sun": 1.2, + "cloud": 6.8, + "ground_temp": -1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78898, + "power": 79274 + }, + { + "date": 170207, + "mean_temp": -2, + "min_temp": -5.6, + "max_temp": 3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 45.4, + "sun": 4.1, + "cloud": 5.3, + "ground_temp": -0.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77034, + "power": 80163 + }, + { + "date": 170206, + "mean_temp": -1.7, + "min_temp": -4.4, + "max_temp": 2.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 51, + "sun": 9.8, + "cloud": 0, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78251, + "power": 78251 + }, + { + "date": 170205, + "mean_temp": 1.2, + "min_temp": -1.5, + "max_temp": 2.3, + "rain": 0.5, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 59, + "mean_hum": 75.3, + "sun": 0, + "cloud": 7.3, + "ground_temp": 0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62577, + "power": 62577 + }, + { + "date": 170204, + "mean_temp": 0.9, + "min_temp": -2.9, + "max_temp": 3.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 56, + "mean_hum": 69.4, + "sun": 1, + "cloud": 7, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67813, + "power": 67533 + }, + { + "date": 170203, + "mean_temp": 1.5, + "min_temp": -2.3, + "max_temp": 6.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 39, + "mean_hum": 65.4, + "sun": 9.2, + "cloud": 2.3, + "ground_temp": 1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 78232, + "power": 78232 + }, + { + "date": 170202, + "mean_temp": -2.7, + "min_temp": -9.2, + "max_temp": 3.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 22, + "mean_hum": 52.9, + "sun": 9.6, + "cloud": 1.3, + "ground_temp": -1.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80243, + "power": 80243 + }, + { + "date": 170201, + "mean_temp": -4, + "min_temp": -7.5, + "max_temp": 0.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 44.5, + "sun": 9.5, + "cloud": 1.4, + "ground_temp": -1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80173, + "power": 80173 + }, + { + "date": 170131, + "mean_temp": -5.4, + "min_temp": -9.9, + "max_temp": 0.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 26, + "mean_hum": 44.8, + "sun": 8.2, + "cloud": 3.1, + "ground_temp": -1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77034, + "power": 77034 + }, + { + "date": 170130, + "mean_temp": -4.8, + "min_temp": -7.9, + "max_temp": -0.9, + "rain": 0.1, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 44, + "mean_hum": 61.4, + "sun": 8.7, + "cloud": 2.9, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 62145, + "power": 62634 + }, + { + "date": 170129, + "mean_temp": 0.8, + "min_temp": -0.9, + "max_temp": 2.5, + "rain": 4.5, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 71.1, + "sun": 0, + "cloud": 9.6, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 57667, + "power": 57667 + }, + { + "date": 170128, + "mean_temp": -1.6, + "min_temp": -8.2, + "max_temp": 4.3, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 17, + "mean_hum": 38, + "sun": 7.8, + "cloud": 6.6, + "ground_temp": -1.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 56442, + "power": 56442 + }, + { + "date": 170127, + "mean_temp": -2.6, + "min_temp": -5.7, + "max_temp": 3.1, + "rain": 3, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 28, + "mean_hum": 47.3, + "sun": 9.2, + "cloud": 1.6, + "ground_temp": 0.6, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 62908, + "power": 62908 + }, + { + "date": 170126, + "mean_temp": -1.3, + "min_temp": -7.9, + "max_temp": 3.4, + "rain": 0.3, + "max_wind": 5.6, + "mean_wind": 2.2, + "min_hum": 44, + "mean_hum": 64.4, + "sun": 5.7, + "cloud": 6.9, + "ground_temp": -2.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78670, + "power": 78670 + }, + { + "date": 170125, + "mean_temp": -5.2, + "min_temp": -10.2, + "max_temp": 0.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 50.6, + "sun": 9.5, + "cloud": 0, + "ground_temp": -4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 81686, + "power": 81686 + }, + { + "date": 170124, + "mean_temp": -7, + "min_temp": -11.6, + "max_temp": -1.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 49.6, + "sun": 9.4, + "cloud": 0, + "ground_temp": -5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 82811, + "power": 82884 + }, + { + "date": 170123, + "mean_temp": -8.9, + "min_temp": -12.6, + "max_temp": -4.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 48.4, + "sun": 9.4, + "cloud": 0, + "ground_temp": -4.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83657, + "power": 83657 + }, + { + "date": 170122, + "mean_temp": -8.3, + "min_temp": -10.9, + "max_temp": -3.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.8, + "min_hum": 38, + "mean_hum": 51.3, + "sun": 9.1, + "cloud": 0, + "ground_temp": -2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 66749, + "power": 66749 + }, + { + "date": 170121, + "mean_temp": -5.2, + "min_temp": -10, + "max_temp": -0.9, + "rain": 2.1, + "max_wind": 5.8, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 78.1, + "sun": 3.3, + "cloud": 5.3, + "ground_temp": -3.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71225, + "power": 71225 + }, + { + "date": 170120, + "mean_temp": -4.4, + "min_temp": -7.8, + "max_temp": -1.4, + "rain": 4, + "max_wind": 6.4, + "mean_wind": 3, + "min_hum": 47, + "mean_hum": 70.3, + "sun": 6, + "cloud": 4.8, + "ground_temp": -2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 81765, + "power": 81765 + }, + { + "date": 170119, + "mean_temp": -1.2, + "min_temp": -4.9, + "max_temp": 4.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 55.4, + "sun": 8.1, + "cloud": 6.3, + "ground_temp": -0.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80171, + "power": 80171 + }, + { + "date": 170118, + "mean_temp": -0.5, + "min_temp": -3, + "max_temp": 2.8, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 53, + "mean_hum": 68.9, + "sun": 1.9, + "cloud": 4, + "ground_temp": -1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78898, + "power": 79959 + }, + { + "date": 170117, + "mean_temp": -2, + "min_temp": -7.1, + "max_temp": 3.4, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.5, + "min_hum": 25, + "mean_hum": 46.6, + "sun": 8.6, + "cloud": 4.4, + "ground_temp": -2.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77034, + "power": 81681 + }, + { + "date": 170116, + "mean_temp": -3.8, + "min_temp": -8.9, + "max_temp": 4, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 17, + "mean_hum": 37.6, + "sun": 9.2, + "cloud": 0.1, + "ground_temp": -2.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 80790, + "power": 80790 + }, + { + "date": 170115, + "mean_temp": -6.6, + "min_temp": -11.5, + "max_temp": -0.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 35.3, + "sun": 9.2, + "cloud": 0, + "ground_temp": -4.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 66021, + "power": 66021 + }, + { + "date": 170114, + "mean_temp": -8.4, + "min_temp": -10.5, + "max_temp": -5.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.8, + "min_hum": 22, + "mean_hum": 33.3, + "sun": 9.2, + "cloud": 0, + "ground_temp": -5.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69894, + "power": 69894 + }, + { + "date": 170113, + "mean_temp": -6, + "min_temp": -8.6, + "max_temp": -1.4, + "rain": 0.6, + "max_wind": 7, + "mean_wind": 2.9, + "min_hum": 27, + "mean_hum": 47.4, + "sun": 5.6, + "cloud": 1.8, + "ground_temp": -3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 80079, + "power": 80079 + }, + { + "date": 170112, + "mean_temp": -2.2, + "min_temp": -6.1, + "max_temp": 1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 43.1, + "sun": 8.6, + "cloud": 2.1, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81268, + "power": 78403 + }, + { + "date": 170111, + "mean_temp": -3.8, + "min_temp": -9.4, + "max_temp": 1.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 36.4, + "sun": 9.2, + "cloud": 1.9, + "ground_temp": -2.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78898, + "power": 78898 + }, + { + "date": 170110, + "mean_temp": -3.7, + "min_temp": -7.4, + "max_temp": 1.1, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.2, + "min_hum": 25, + "mean_hum": 45.1, + "sun": 9.1, + "cloud": 0.8, + "ground_temp": -1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76690, + "power": 76690 + }, + { + "date": 170109, + "mean_temp": 1.5, + "min_temp": -3.1, + "max_temp": 4.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 41, + "mean_hum": 60.8, + "sun": 6.2, + "cloud": 4.3, + "ground_temp": 3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75090, + "power": 75090 + }, + { + "date": 170108, + "mean_temp": 6.5, + "min_temp": 4, + "max_temp": 10.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 45, + "mean_hum": 61.4, + "sun": 2.9, + "cloud": 8.1, + "ground_temp": 5.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60444, + "power": 59058 + }, + { + "date": 170107, + "mean_temp": 4.6, + "min_temp": 0, + "max_temp": 10.5, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 46, + "mean_hum": 64.9, + "sun": 7, + "cloud": 3, + "ground_temp": 3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64879, + "power": 64879 + }, + { + "date": 170106, + "mean_temp": 5.4, + "min_temp": 2.5, + "max_temp": 11.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 58.5, + "sun": 6, + "cloud": 4.1, + "ground_temp": 4.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74060, + "power": 74060 + }, + { + "date": 170105, + "mean_temp": 3.8, + "min_temp": -0.1, + "max_temp": 7.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 42, + "mean_hum": 52.3, + "sun": 0, + "cloud": 8.4, + "ground_temp": 2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76304, + "power": 76304 + }, + { + "date": 170104, + "mean_temp": 3.9, + "min_temp": 1, + "max_temp": 8.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 55, + "sun": 8.6, + "cloud": 2.6, + "ground_temp": 3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75778, + "power": 75778 + }, + { + "date": 170103, + "mean_temp": 2, + "min_temp": -2.3, + "max_temp": 7.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 61.8, + "sun": 8.9, + "cloud": 1.1, + "ground_temp": 1.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75909, + "power": 75471 + }, + { + "date": 170102, + "mean_temp": 5, + "min_temp": 1.8, + "max_temp": 9.2, + "rain": 0.3, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 57, + "mean_hum": 77.8, + "sun": 2.7, + "cloud": 7.6, + "ground_temp": 4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72901, + "power": 72901 + }, + { + "date": 170101, + "mean_temp": 2.7, + "min_temp": -1.6, + "max_temp": 6.9, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 59, + "mean_hum": 75.9, + "sun": 1.7, + "cloud": 7, + "ground_temp": 0.9, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 59234, + "power": 59234 + }, + { + "date": 161231, + "mean_temp": 0.7, + "min_temp": -3.6, + "max_temp": 5.7, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 51, + "mean_hum": 65.4, + "sun": 3.5, + "cloud": 6.6, + "ground_temp": 1.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67211, + "power": 63693 + }, + { + "date": 161230, + "mean_temp": -3.9, + "min_temp": -9.1, + "max_temp": 1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 28, + "mean_hum": 50.9, + "sun": 5.6, + "cloud": 3, + "ground_temp": -3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76199, + "power": 76199 + }, + { + "date": 161229, + "mean_temp": -4.2, + "min_temp": -7.2, + "max_temp": -1.1, + "rain": 0.3, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 53.1, + "sun": 8.9, + "cloud": 1.5, + "ground_temp": -1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77900, + "power": 77900 + }, + { + "date": 161228, + "mean_temp": -3.7, + "min_temp": -8.4, + "max_temp": 2.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 49, + "sun": 9.1, + "cloud": 1.9, + "ground_temp": -2.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 81877, + "power": 77863 + }, + { + "date": 161227, + "mean_temp": -2.3, + "min_temp": -6.3, + "max_temp": 1.3, + "rain": 0.5, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 54.6, + "sun": 8.4, + "cloud": 2.8, + "ground_temp": 0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73993, + "power": 76864 + }, + { + "date": 161226, + "mean_temp": 2.5, + "min_temp": 1.3, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.4, + "min_hum": 62, + "mean_hum": 73.8, + "sun": 0, + "cloud": 8.6, + "ground_temp": 2.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76313, + "power": 77204 + }, + { + "date": 161225, + "mean_temp": 1, + "min_temp": -4.5, + "max_temp": 6.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 69.5, + "sun": 6.1, + "cloud": 4.8, + "ground_temp": 0, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 61186, + "power": 61186 + }, + { + "date": 161224, + "mean_temp": -2.4, + "min_temp": -4.3, + "max_temp": 1.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 66, + "sun": 3.1, + "cloud": 5.5, + "ground_temp": -0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66078, + "power": 66078 + }, + { + "date": 161223, + "mean_temp": -2.5, + "min_temp": -4.4, + "max_temp": 1.5, + "rain": 0.1, + "max_wind": 6.5, + "mean_wind": 3.6, + "min_hum": 60, + "mean_hum": 71.1, + "sun": 0.8, + "cloud": 8.9, + "ground_temp": 0, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77048, + "power": 77048 + }, + { + "date": 161222, + "mean_temp": 5.5, + "min_temp": 1.5, + "max_temp": 11, + "rain": 23.5, + "max_wind": 6.3, + "mean_wind": 3.5, + "min_hum": 76, + "mean_hum": 90.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 6.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69129, + "power": 73690 + }, + { + "date": 161221, + "mean_temp": 7.9, + "min_temp": 4.1, + "max_temp": 12.6, + "rain": 29, + "max_wind": 7.2, + "mean_wind": 3.5, + "min_hum": 48, + "mean_hum": 75.5, + "sun": 3.4, + "cloud": 8.1, + "ground_temp": 5.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74306, + "power": 74306 + }, + { + "date": 161220, + "mean_temp": 7.6, + "min_temp": 4.4, + "max_temp": 13.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.2, + "min_hum": 50, + "mean_hum": 71.3, + "sun": 8.9, + "cloud": 2.4, + "ground_temp": 4.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74281, + "power": 74281 + }, + { + "date": 161219, + "mean_temp": 7.2, + "min_temp": 4.3, + "max_temp": 12, + "rain": 0.1, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 66, + "sun": 3.8, + "cloud": 6.9, + "ground_temp": 6.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76506, + "power": 76506 + }, + { + "date": 161218, + "mean_temp": 4.9, + "min_temp": 2.7, + "max_temp": 8.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 56, + "mean_hum": 68.8, + "sun": 0.1, + "cloud": 8.5, + "ground_temp": 3.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61057, + "power": 61057 + }, + { + "date": 161217, + "mean_temp": 2.7, + "min_temp": -2.7, + "max_temp": 8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 60.1, + "sun": 6.3, + "cloud": 6.6, + "ground_temp": 0.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66363, + "power": 67116 + }, + { + "date": 161216, + "mean_temp": -4.7, + "min_temp": -9.8, + "max_temp": 0, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 21, + "mean_hum": 40.3, + "sun": 9.2, + "cloud": 2, + "ground_temp": -3.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79966, + "power": 79966 + }, + { + "date": 161215, + "mean_temp": -5, + "min_temp": -7.6, + "max_temp": -1.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 41.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": -2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78945, + "power": 78945 + }, + { + "date": 161214, + "mean_temp": -1.4, + "min_temp": -2.3, + "max_temp": -0.1, + "rain": 0.1, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 56, + "mean_hum": 68.1, + "sun": 0.2, + "cloud": 7.3, + "ground_temp": -0.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77634, + "power": 77634 + }, + { + "date": 161213, + "mean_temp": 3.4, + "min_temp": -0.4, + "max_temp": 8.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 53.6, + "sun": 4.7, + "cloud": 4.6, + "ground_temp": 2.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73525, + "power": 76461 + }, + { + "date": 161212, + "mean_temp": 2.3, + "min_temp": -3, + "max_temp": 6.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 37.9, + "sun": 3.9, + "cloud": 8, + "ground_temp": 2.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74652, + "power": 77426 + }, + { + "date": 161211, + "mean_temp": -1.1, + "min_temp": -6.1, + "max_temp": 6.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.2, + "min_hum": 20, + "mean_hum": 42.6, + "sun": 9.2, + "cloud": 0.4, + "ground_temp": -1.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61800, + "power": 61800 + }, + { + "date": 161210, + "mean_temp": -1.6, + "min_temp": -5.9, + "max_temp": 3.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 47.6, + "sun": 9.2, + "cloud": 0.1, + "ground_temp": -0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65024, + "power": 65024 + }, + { + "date": 161209, + "mean_temp": 1.4, + "min_temp": -2.9, + "max_temp": 4.2, + "rain": 3, + "max_wind": 5.8, + "mean_wind": 2.8, + "min_hum": 43, + "mean_hum": 65.8, + "sun": 7.2, + "cloud": 3.9, + "ground_temp": 2.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73993, + "power": 73993 + }, + { + "date": 161208, + "mean_temp": 2.1, + "min_temp": -3, + "max_temp": 6.1, + "rain": 3, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 70, + "sun": 3.8, + "cloud": 6.1, + "ground_temp": 1.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76313, + "power": 76313 + }, + { + "date": 161207, + "mean_temp": 1.7, + "min_temp": -2.7, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 58.3, + "sun": 4.1, + "cloud": 3.9, + "ground_temp": 1.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76917, + "power": 76917 + }, + { + "date": 161206, + "mean_temp": -1.1, + "min_temp": -4.2, + "max_temp": 4.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 38.5, + "sun": 9.3, + "cloud": 0, + "ground_temp": 0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74652, + "power": 74652 + }, + { + "date": 161205, + "mean_temp": 5.9, + "min_temp": 0.5, + "max_temp": 10.3, + "rain": 1.5, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 49, + "mean_hum": 69.1, + "sun": 2.3, + "cloud": 7.9, + "ground_temp": 6.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72596, + "power": 72596 + }, + { + "date": 161204, + "mean_temp": 5.5, + "min_temp": 2, + "max_temp": 9.5, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.2, + "min_hum": 39, + "mean_hum": 60.1, + "sun": 0.5, + "cloud": 8.8, + "ground_temp": 4.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58853, + "power": 58853 + }, + { + "date": 161203, + "mean_temp": 4.5, + "min_temp": -0.7, + "max_temp": 11.3, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 58.8, + "sun": 7.9, + "cloud": 5.5, + "ground_temp": 3.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62882, + "power": 62882 + }, + { + "date": 161202, + "mean_temp": 1.6, + "min_temp": -3.5, + "max_temp": 7.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 22, + "mean_hum": 48.4, + "sun": 9.3, + "cloud": 0, + "ground_temp": 1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73589, + "power": 73589 + }, + { + "date": 161201, + "mean_temp": 4.1, + "min_temp": -1, + "max_temp": 7, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.6, + "min_hum": 23, + "mean_hum": 47.6, + "sun": 8.5, + "cloud": 1.3, + "ground_temp": 4.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74556, + "power": 72598 + }, + { + "date": 161130, + "mean_temp": 6, + "min_temp": 0.7, + "max_temp": 9.8, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 59.8, + "sun": 1.6, + "cloud": 8.9, + "ground_temp": 4.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74959, + "power": 74959 + }, + { + "date": 161129, + "mean_temp": 1.7, + "min_temp": -2.8, + "max_temp": 8.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 40.8, + "sun": 9.3, + "cloud": 0.1, + "ground_temp": 1.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74756, + "power": 74756 + }, + { + "date": 161128, + "mean_temp": 1.4, + "min_temp": -1.4, + "max_temp": 5.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 57.9, + "sun": 8.9, + "cloud": 0, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73520, + "power": 73520 + }, + { + "date": 161127, + "mean_temp": 3.3, + "min_temp": 0.5, + "max_temp": 6.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.5, + "min_hum": 71, + "mean_hum": 81.3, + "sun": 1.7, + "cloud": 7.5, + "ground_temp": 4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59455, + "power": 59455 + }, + { + "date": 161126, + "mean_temp": 0.9, + "min_temp": -0.7, + "max_temp": 2.7, + "rain": 2.8, + "max_wind": 3.7, + "mean_wind": 2.3, + "min_hum": 42, + "mean_hum": 69.6, + "sun": 0, + "cloud": 7.5, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66203, + "power": 66203 + }, + { + "date": 161125, + "mean_temp": 1, + "min_temp": -3.5, + "max_temp": 6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 43.9, + "sun": 7.4, + "cloud": 4.3, + "ground_temp": 1.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73611, + "power": 73611 + }, + { + "date": 161124, + "mean_temp": -2.5, + "min_temp": -6.2, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 37.8, + "sun": 9.2, + "cloud": 0, + "ground_temp": 0, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74022, + "power": 74022 + }, + { + "date": 161123, + "mean_temp": -1.8, + "min_temp": -4.8, + "max_temp": 3.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 22, + "mean_hum": 37.5, + "sun": 7.6, + "cloud": 3.4, + "ground_temp": 1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74895, + "power": 72066 + }, + { + "date": 161122, + "mean_temp": 2, + "min_temp": -2.1, + "max_temp": 8.4, + "rain": 0.2, + "max_wind": 6.1, + "mean_wind": 3.9, + "min_hum": 28, + "mean_hum": 43.3, + "sun": 4.8, + "cloud": 8.4, + "ground_temp": 5.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71284, + "power": 71284 + }, + { + "date": 161121, + "mean_temp": 9.5, + "min_temp": 5.1, + "max_temp": 14.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 40.5, + "sun": 1.1, + "cloud": 7.8, + "ground_temp": 8.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68476, + "power": 68476 + }, + { + "date": 161120, + "mean_temp": 9.8, + "min_temp": 6.4, + "max_temp": 15.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 19, + "mean_hum": 48.6, + "sun": 9.1, + "cloud": 1.6, + "ground_temp": 10.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56541, + "power": 55821 + }, + { + "date": 161119, + "mean_temp": 13, + "min_temp": 9.9, + "max_temp": 18.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 71.1, + "sun": 4.2, + "cloud": 8.9, + "ground_temp": 13, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57724, + "power": 60212 + }, + { + "date": 161118, + "mean_temp": 10.3, + "min_temp": 4.9, + "max_temp": 14.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 58.4, + "sun": 4.1, + "cloud": 5.6, + "ground_temp": 8.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68476, + "power": 67877 + }, + { + "date": 161117, + "mean_temp": 9.1, + "min_temp": 4, + "max_temp": 16.5, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.2, + "min_hum": 37, + "mean_hum": 56.4, + "sun": 8, + "cloud": 2, + "ground_temp": 7.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67768, + "power": 67768 + }, + { + "date": 161116, + "mean_temp": 5.2, + "min_temp": 0, + "max_temp": 12, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 21, + "mean_hum": 44.3, + "sun": 8.6, + "cloud": 1.1, + "ground_temp": 4.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74262, + "power": 68765 + }, + { + "date": 161115, + "mean_temp": 5.2, + "min_temp": 2.5, + "max_temp": 10.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 44.3, + "sun": 9.5, + "cloud": 0, + "ground_temp": 6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74262, + "power": 67832 + }, + { + "date": 161114, + "mean_temp": 13.2, + "min_temp": 10.2, + "max_temp": 15.8, + "rain": 1.5, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 78.5, + "sun": 0, + "cloud": 7.9, + "ground_temp": 12.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66834, + "power": 66834 + }, + { + "date": 161113, + "mean_temp": 14.4, + "min_temp": 12.1, + "max_temp": 18.1, + "rain": 0.5, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 61, + "mean_hum": 74.8, + "sun": 3.1, + "cloud": 7.3, + "ground_temp": 13.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55217, + "power": 55217 + }, + { + "date": 161112, + "mean_temp": 11.4, + "min_temp": 5.1, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 62.1, + "sun": 8.2, + "cloud": 3.3, + "ground_temp": 9.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59583, + "power": 58495 + }, + { + "date": 161111, + "mean_temp": 9.1, + "min_temp": 6.2, + "max_temp": 14.2, + "rain": 4, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 63.3, + "sun": 8.6, + "cloud": 2, + "ground_temp": 9.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63626, + "power": 67352 + }, + { + "date": 161110, + "mean_temp": 6, + "min_temp": 1.5, + "max_temp": 9.8, + "rain": 0.4, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 55.5, + "sun": 0.3, + "cloud": 9.5, + "ground_temp": 5.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78855, + "power": 69906 + }, + { + "date": 161109, + "mean_temp": 2.1, + "min_temp": -3.2, + "max_temp": 8.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 41.1, + "sun": 9.7, + "cloud": 1.4, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67885, + "power": 67885 + }, + { + "date": 161108, + "mean_temp": 4.1, + "min_temp": 0.4, + "max_temp": 8.4, + "rain": 0.5, + "max_wind": 5.6, + "mean_wind": 3.5, + "min_hum": 43, + "mean_hum": 58, + "sun": 9.1, + "cloud": 2.4, + "ground_temp": 7.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68309, + "power": 68309 + }, + { + "date": 161107, + "mean_temp": 12.8, + "min_temp": 8.5, + "max_temp": 17.8, + "rain": 5.5, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 50, + "mean_hum": 71.3, + "sun": 2.2, + "cloud": 9, + "ground_temp": 13.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65572, + "power": 65572 + }, + { + "date": 161106, + "mean_temp": 14, + "min_temp": 11.9, + "max_temp": 18.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 42, + "mean_hum": 59.4, + "sun": 5.4, + "cloud": 7.5, + "ground_temp": 15.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55010, + "power": 55010 + }, + { + "date": 161105, + "mean_temp": 15, + "min_temp": 12.2, + "max_temp": 18.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 65, + "mean_hum": 77.4, + "sun": 2.8, + "cloud": 7.3, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58041, + "power": 58041 + }, + { + "date": 161104, + "mean_temp": 12.3, + "min_temp": 8.2, + "max_temp": 15.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 55, + "mean_hum": 67, + "sun": 2.6, + "cloud": 8.3, + "ground_temp": 11.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67038, + "power": 67038 + }, + { + "date": 161103, + "mean_temp": 9.1, + "min_temp": 4.2, + "max_temp": 14.1, + "rain": 0.2, + "max_wind": 5, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 62.8, + "sun": 8.8, + "cloud": 4.9, + "ground_temp": 10.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63626, + "power": 63626 + }, + { + "date": 161102, + "mean_temp": 4.1, + "min_temp": -2.7, + "max_temp": 10.5, + "rain": 0.1, + "max_wind": 4.2, + "mean_wind": 1.4, + "min_hum": 25, + "mean_hum": 53.1, + "sun": 7.6, + "cloud": 4.4, + "ground_temp": 5.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72596, + "power": 68711 + }, + { + "date": 161101, + "mean_temp": 1.5, + "min_temp": -2.4, + "max_temp": 6.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.7, + "min_hum": 27, + "mean_hum": 43.6, + "sun": 9.8, + "cloud": 0, + "ground_temp": 4.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73617, + "power": 68949 + }, + { + "date": 161031, + "mean_temp": 5.7, + "min_temp": 0.7, + "max_temp": 8.2, + "rain": 0.5, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 59.9, + "sun": 0, + "cloud": 7.4, + "ground_temp": 6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68282, + "power": 68282 + }, + { + "date": 161030, + "mean_temp": 7.9, + "min_temp": 1.6, + "max_temp": 15.1, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.5, + "min_hum": 13, + "mean_hum": 31.9, + "sun": 9.7, + "cloud": 0.9, + "ground_temp": 8.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54656, + "power": 54656 + }, + { + "date": 161029, + "mean_temp": 7.8, + "min_temp": 3.5, + "max_temp": 11.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 31, + "mean_hum": 40.3, + "sun": 1.1, + "cloud": 6.6, + "ground_temp": 8.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58250, + "power": 58250 + }, + { + "date": 161028, + "mean_temp": 14.6, + "min_temp": 10.2, + "max_temp": 18.4, + "rain": 0.3, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 61.8, + "sun": 4.3, + "cloud": 8.8, + "ground_temp": 14.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66171, + "power": 65408 + }, + { + "date": 161027, + "mean_temp": 14.6, + "min_temp": 8.6, + "max_temp": 20.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 65.4, + "sun": 5.9, + "cloud": 6.5, + "ground_temp": 13.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65786, + "power": 65786 + }, + { + "date": 161026, + "mean_temp": 13.3, + "min_temp": 10.5, + "max_temp": 16.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 64, + "mean_hum": 81, + "sun": 2.2, + "cloud": 5.4, + "ground_temp": 13, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64893, + "power": 64893 + }, + { + "date": 161025, + "mean_temp": 14.1, + "min_temp": 12.5, + "max_temp": 17.5, + "rain": 37, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 84, + "sun": 3.2, + "cloud": 7.6, + "ground_temp": 14, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66171, + "power": 66171 + }, + { + "date": 161024, + "mean_temp": 15.1, + "min_temp": 9, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 54.8, + "sun": 9.4, + "cloud": 5.6, + "ground_temp": 16.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65143, + "power": 65420 + }, + { + "date": 161023, + "mean_temp": 13.3, + "min_temp": 10.6, + "max_temp": 17.8, + "rain": 2.5, + "max_wind": 6.3, + "mean_wind": 4, + "min_hum": 53, + "mean_hum": 66.3, + "sun": 0.1, + "cloud": 9.4, + "ground_temp": 13.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54151, + "power": 54151 + }, + { + "date": 161022, + "mean_temp": 18.3, + "min_temp": 14.5, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 45, + "mean_hum": 59, + "sun": 5.4, + "cloud": 6.8, + "ground_temp": 20.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57118, + "power": 57118 + }, + { + "date": 161021, + "mean_temp": 17.9, + "min_temp": 15.7, + "max_temp": 22, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 3, + "min_hum": 45, + "mean_hum": 58.6, + "sun": 3.2, + "cloud": 9.4, + "ground_temp": 19.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66171, + "power": 64898 + }, + { + "date": 161020, + "mean_temp": 18.6, + "min_temp": 12.9, + "max_temp": 25.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 61.3, + "sun": 9.3, + "cloud": 1.6, + "ground_temp": 19.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66271, + "power": 66271 + }, + { + "date": 161019, + "mean_temp": 18, + "min_temp": 14, + "max_temp": 24.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 67.6, + "sun": 8.7, + "cloud": 1.3, + "ground_temp": 18.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66271, + "power": 65157 + }, + { + "date": 161018, + "mean_temp": 17, + "min_temp": 11.2, + "max_temp": 24, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 70.9, + "sun": 8, + "cloud": 3, + "ground_temp": 17.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64400, + "power": 66241 + }, + { + "date": 161017, + "mean_temp": 17.5, + "min_temp": 14.5, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.4, + "min_hum": 53, + "mean_hum": 76.1, + "sun": 7.2, + "cloud": 6.1, + "ground_temp": 18.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65430, + "power": 65430 + }, + { + "date": 161016, + "mean_temp": 17.2, + "min_temp": 15.4, + "max_temp": 19.5, + "rain": 1.5, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 55, + "mean_hum": 74.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 16.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56509, + "power": 54441 + }, + { + "date": 161015, + "mean_temp": 19.1, + "min_temp": 12.4, + "max_temp": 27.1, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 28, + "mean_hum": 60.6, + "sun": 8.3, + "cloud": 4.1, + "ground_temp": 19.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56484, + "power": 56484 + }, + { + "date": 161014, + "mean_temp": 16.7, + "min_temp": 10.5, + "max_temp": 23.5, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 39, + "mean_hum": 61.8, + "sun": 8.5, + "cloud": 0, + "ground_temp": 17.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64400, + "power": 64400 + }, + { + "date": 161013, + "mean_temp": 15.2, + "min_temp": 9.3, + "max_temp": 21.9, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 24, + "mean_hum": 44.1, + "sun": 9.3, + "cloud": 3.8, + "ground_temp": 17.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65143, + "power": 65420 + }, + { + "date": 161012, + "mean_temp": 15.5, + "min_temp": 11.4, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 57, + "sun": 10.5, + "cloud": 3.3, + "ground_temp": 18, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64249, + "power": 64249 + }, + { + "date": 161011, + "mean_temp": 15.4, + "min_temp": 10, + "max_temp": 21.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 62.4, + "sun": 8, + "cloud": 6, + "ground_temp": 16.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65143, + "power": 65143 + }, + { + "date": 161010, + "mean_temp": 14, + "min_temp": 7.4, + "max_temp": 21.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 22, + "mean_hum": 43.3, + "sun": 10.3, + "cloud": 4.4, + "ground_temp": 16.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65143, + "power": 64320 + }, + { + "date": 161009, + "mean_temp": 11.3, + "min_temp": 6.5, + "max_temp": 16.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 46.3, + "sun": 10.7, + "cloud": 3.3, + "ground_temp": 14.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 56047, + "power": 53219 + }, + { + "date": 161008, + "mean_temp": 16.8, + "min_temp": 10.3, + "max_temp": 21.8, + "rain": 6, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 33, + "mean_hum": 66.4, + "sun": 7.2, + "cloud": 5.5, + "ground_temp": 18, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58538, + "power": 58538 + }, + { + "date": 161007, + "mean_temp": 19.7, + "min_temp": 16.5, + "max_temp": 24.8, + "rain": 2, + "max_wind": 4.4, + "mean_wind": 2.6, + "min_hum": 47, + "mean_hum": 67.8, + "sun": 4.7, + "cloud": 8.8, + "ground_temp": 21.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66082, + "power": 66082 + }, + { + "date": 161006, + "mean_temp": 18, + "min_temp": 13.6, + "max_temp": 23.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 59.3, + "sun": 10.7, + "cloud": 2.8, + "ground_temp": 21, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66271, + "power": 65864 + }, + { + "date": 161005, + "mean_temp": 21.1, + "min_temp": 17.5, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 3, + "min_hum": 42, + "mean_hum": 61.9, + "sun": 6.1, + "cloud": 3.4, + "ground_temp": 22.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66398, + "power": 66398 + }, + { + "date": 161004, + "mean_temp": 22, + "min_temp": 15.6, + "max_temp": 29, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 58.9, + "sun": 10.9, + "cloud": 0.9, + "ground_temp": 22.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66807, + "power": 68076 + }, + { + "date": 161003, + "mean_temp": 22.7, + "min_temp": 19.6, + "max_temp": 27.9, + "rain": 6.5, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 41, + "mean_hum": 73.3, + "sun": 8.5, + "cloud": 4, + "ground_temp": 23.6, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 59881, + "power": 59881 + }, + { + "date": 161002, + "mean_temp": 19, + "min_temp": 16.7, + "max_temp": 22.4, + "rain": 18.5, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 73, + "mean_hum": 84.1, + "sun": 0, + "cloud": 9.8, + "ground_temp": 18.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54396, + "power": 54396 + }, + { + "date": 161001, + "mean_temp": 21.1, + "min_temp": 17.5, + "max_temp": 25.6, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.2, + "min_hum": 47, + "mean_hum": 69, + "sun": 4.3, + "cloud": 7.8, + "ground_temp": 21.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57724, + "power": 57724 + }, + { + "date": 160930, + "mean_temp": 20.5, + "min_temp": 17.7, + "max_temp": 23.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 54, + "mean_hum": 66.9, + "sun": 0.4, + "cloud": 8.8, + "ground_temp": 20.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65346, + "power": 65346 + }, + { + "date": 160929, + "mean_temp": 20.4, + "min_temp": 18.2, + "max_temp": 24.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 48, + "mean_hum": 64.4, + "sun": 5.3, + "cloud": 8.4, + "ground_temp": 21.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66486, + "power": 66486 + }, + { + "date": 160928, + "mean_temp": 19.9, + "min_temp": 18.7, + "max_temp": 21.8, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 74, + "mean_hum": 84.6, + "sun": 0, + "cloud": 10, + "ground_temp": 20.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71880, + "power": 68539 + }, + { + "date": 160927, + "mean_temp": 21, + "min_temp": 19.1, + "max_temp": 23.8, + "rain": 13.5, + "max_wind": 3.7, + "mean_wind": 1.3, + "min_hum": 64, + "mean_hum": 82.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 21.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69576, + "power": 69576 + }, + { + "date": 160926, + "mean_temp": 23.6, + "min_temp": 19.7, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 59.1, + "sun": 6.5, + "cloud": 5.4, + "ground_temp": 26.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68737, + "power": 68737 + }, + { + "date": 160925, + "mean_temp": 23, + "min_temp": 18.6, + "max_temp": 29.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.2, + "min_hum": 27, + "mean_hum": 57.6, + "sun": 5.2, + "cloud": 6.8, + "ground_temp": 26.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55864, + "power": 55864 + }, + { + "date": 160924, + "mean_temp": 22.3, + "min_temp": 16.5, + "max_temp": 28.9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 60.6, + "sun": 9.3, + "cloud": 3.3, + "ground_temp": 25.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59413, + "power": 59413 + }, + { + "date": 160923, + "mean_temp": 21.4, + "min_temp": 16.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 57.9, + "sun": 9.1, + "cloud": 2.6, + "ground_temp": 24.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67087, + "power": 67087 + }, + { + "date": 160922, + "mean_temp": 21.9, + "min_temp": 17.5, + "max_temp": 27.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 46.3, + "sun": 9, + "cloud": 3.9, + "ground_temp": 26, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66526, + "power": 66526 + }, + { + "date": 160921, + "mean_temp": 20.2, + "min_temp": 14.3, + "max_temp": 25.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 43.4, + "sun": 10.8, + "cloud": 5.6, + "ground_temp": 22.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66082, + "power": 65243 + }, + { + "date": 160920, + "mean_temp": 20.6, + "min_temp": 15.4, + "max_temp": 26.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 41.1, + "sun": 11.6, + "cloud": 1.1, + "ground_temp": 24.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65571, + "power": 65571 + }, + { + "date": 160919, + "mean_temp": 21.9, + "min_temp": 18.2, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 36, + "mean_hum": 53.3, + "sun": 10.1, + "cloud": 1.4, + "ground_temp": 25.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66807, + "power": 66807 + }, + { + "date": 160918, + "mean_temp": 23.5, + "min_temp": 20.2, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3.1, + "min_hum": 40, + "mean_hum": 53.4, + "sun": 9.3, + "cloud": 5.4, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55063, + "power": 55063 + }, + { + "date": 160917, + "mean_temp": 23.1, + "min_temp": 18.5, + "max_temp": 28.2, + "rain": 7, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 64.8, + "sun": 7.1, + "cloud": 4.9, + "ground_temp": 23.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52183, + "power": 52183 + }, + { + "date": 160916, + "mean_temp": 24.6, + "min_temp": 20.4, + "max_temp": 29.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 40, + "mean_hum": 64.9, + "sun": 3.8, + "cloud": 9.3, + "ground_temp": 26.4, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 51254, + "power": 51254 + }, + { + "date": 160915, + "mean_temp": 23.9, + "min_temp": 18.8, + "max_temp": 29.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 37, + "mean_hum": 68.1, + "sun": 5.8, + "cloud": 7.6, + "ground_temp": 26.5, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 48036, + "power": 48036 + }, + { + "date": 160914, + "mean_temp": 24.6, + "min_temp": 21.4, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 66.1, + "sun": 7.2, + "cloud": 5, + "ground_temp": 27.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 77288, + "power": 50931 + }, + { + "date": 160913, + "mean_temp": 24.6, + "min_temp": 19.6, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 62.5, + "sun": 8, + "cloud": 3.8, + "ground_temp": 25.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67051, + "power": 67051 + }, + { + "date": 160912, + "mean_temp": 23.4, + "min_temp": 21.4, + "max_temp": 27.5, + "rain": 2.5, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 68.9, + "sun": 6.2, + "cloud": 4.5, + "ground_temp": 23.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72779, + "power": 70245 + }, + { + "date": 160911, + "mean_temp": 24.5, + "min_temp": 22.1, + "max_temp": 28.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 48, + "mean_hum": 66.3, + "sun": 3.8, + "cloud": 7.1, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59361, + "power": 59361 + }, + { + "date": 160910, + "mean_temp": 24.4, + "min_temp": 20, + "max_temp": 29.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 65.4, + "sun": 7.1, + "cloud": 6.3, + "ground_temp": 26.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64267, + "power": 64267 + }, + { + "date": 160909, + "mean_temp": 23.9, + "min_temp": 19.7, + "max_temp": 29.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 41, + "mean_hum": 71.1, + "sun": 9.3, + "cloud": 4.4, + "ground_temp": 25.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72942, + "power": 72942 + }, + { + "date": 160908, + "mean_temp": 23, + "min_temp": 21.5, + "max_temp": 26.5, + "rain": 4.5, + "max_wind": 4.5, + "mean_wind": 1.3, + "min_hum": 58, + "mean_hum": 76.4, + "sun": 3.8, + "cloud": 8.1, + "ground_temp": 23.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72779, + "power": 72779 + }, + { + "date": 160907, + "mean_temp": 24.3, + "min_temp": 20.9, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 47, + "mean_hum": 69.8, + "sun": 2.5, + "cloud": 6.9, + "ground_temp": 27, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74096, + "power": 74096 + }, + { + "date": 160906, + "mean_temp": 24.7, + "min_temp": 21, + "max_temp": 29, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 69, + "sun": 8.3, + "cloud": 4.4, + "ground_temp": 26.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74763, + "power": 74763 + }, + { + "date": 160905, + "mean_temp": 26.4, + "min_temp": 23, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 66.1, + "sun": 8.4, + "cloud": 5.4, + "ground_temp": 28.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75299, + "power": 75299 + }, + { + "date": 160904, + "mean_temp": 25.6, + "min_temp": 22.1, + "max_temp": 29.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 71.3, + "sun": 2.7, + "cloud": 7.3, + "ground_temp": 26, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59979, + "power": 59979 + }, + { + "date": 160903, + "mean_temp": 23.9, + "min_temp": 20.4, + "max_temp": 28.6, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 73.8, + "sun": 3.1, + "cloud": 6.1, + "ground_temp": 25, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62793, + "power": 62793 + }, + { + "date": 160902, + "mean_temp": 24.2, + "min_temp": 20.6, + "max_temp": 29, + "rain": 4.5, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 48, + "mean_hum": 68.5, + "sun": 9.1, + "cloud": 6.5, + "ground_temp": 25.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70674, + "power": 70674 + }, + { + "date": 160901, + "mean_temp": 23.2, + "min_temp": 15.8, + "max_temp": 28.6, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.1, + "min_hum": 43, + "mean_hum": 71.3, + "sun": 8.8, + "cloud": 2.9, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72151, + "power": 72151 + }, + { + "date": 160831, + "mean_temp": 17.7, + "min_temp": 16.1, + "max_temp": 19.2, + "rain": 17.5, + "max_wind": 6.9, + "mean_wind": 3.8, + "min_hum": 68, + "mean_hum": 85.3, + "sun": 0, + "cloud": 8.4, + "ground_temp": 18.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66093, + "power": 66093 + }, + { + "date": 160830, + "mean_temp": 20.6, + "min_temp": 17.9, + "max_temp": 24.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 43, + "mean_hum": 60.4, + "sun": 6.3, + "cloud": 6.1, + "ground_temp": 23.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66987, + "power": 66987 + }, + { + "date": 160829, + "mean_temp": 22.2, + "min_temp": 17.4, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 54.5, + "sun": 7.1, + "cloud": 5.1, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67384, + "power": 67384 + }, + { + "date": 160828, + "mean_temp": 21, + "min_temp": 18.3, + "max_temp": 24.5, + "rain": 1.5, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 45, + "mean_hum": 62.5, + "sun": 3.6, + "cloud": 8.3, + "ground_temp": 23.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55005, + "power": 55005 + }, + { + "date": 160827, + "mean_temp": 23.4, + "min_temp": 16.9, + "max_temp": 29.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 43.3, + "sun": 12.4, + "cloud": 4.9, + "ground_temp": 25.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61325, + "power": 61325 + }, + { + "date": 160826, + "mean_temp": 23, + "min_temp": 19.5, + "max_temp": 28.2, + "rain": 20, + "max_wind": 7.3, + "mean_wind": 3.6, + "min_hum": 33, + "mean_hum": 57, + "sun": 7.6, + "cloud": 4.3, + "ground_temp": 23.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71673, + "power": 71673 + }, + { + "date": 160825, + "mean_temp": 27.1, + "min_temp": 24, + "max_temp": 32.2, + "rain": 4.5, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 70.4, + "sun": 3.2, + "cloud": 7.4, + "ground_temp": 28.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 81780, + "power": 81780 + }, + { + "date": 160824, + "mean_temp": 29.1, + "min_temp": 26.4, + "max_temp": 32.9, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 59.1, + "sun": 6.9, + "cloud": 5.4, + "ground_temp": 29.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 81362, + "power": 81362 + }, + { + "date": 160823, + "mean_temp": 28.3, + "min_temp": 26, + "max_temp": 33, + "rain": 8, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 48, + "mean_hum": 68.8, + "sun": 4.8, + "cloud": 5.1, + "ground_temp": 29.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 82564, + "power": 82564 + }, + { + "date": 160822, + "mean_temp": 30.7, + "min_temp": 25.8, + "max_temp": 36.3, + "rain": 0.4, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 58, + "sun": 11.7, + "cloud": 3.6, + "ground_temp": 35, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83731, + "power": 83731 + }, + { + "date": 160821, + "mean_temp": 30.7, + "min_temp": 26.9, + "max_temp": 36.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 31, + "mean_hum": 57.5, + "sun": 8.3, + "cloud": 4.4, + "ground_temp": 33.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67470, + "power": 67470 + }, + { + "date": 160820, + "mean_temp": 30.1, + "min_temp": 26.5, + "max_temp": 34.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 59, + "sun": 4.6, + "cloud": 6.9, + "ground_temp": 29.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 72886, + "power": 72886 + }, + { + "date": 160819, + "mean_temp": 28.9, + "min_temp": 26.6, + "max_temp": 33.2, + "rain": 11.5, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 49, + "mean_hum": 69.5, + "sun": 1, + "cloud": 7.5, + "ground_temp": 33.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 82770, + "power": 82770 + }, + { + "date": 160818, + "mean_temp": 29.9, + "min_temp": 26.2, + "max_temp": 34.3, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 41, + "mean_hum": 61.9, + "sun": 3, + "cloud": 7, + "ground_temp": 33.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 82724, + "power": 83742 + }, + { + "date": 160817, + "mean_temp": 29.9, + "min_temp": 25.1, + "max_temp": 34.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 60.4, + "sun": 11.5, + "cloud": 3.3, + "ground_temp": 36.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83296, + "power": 83296 + }, + { + "date": 160816, + "mean_temp": 29.3, + "min_temp": 26.2, + "max_temp": 34.9, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 64.9, + "sun": 7.8, + "cloud": 4.5, + "ground_temp": 35, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83068, + "power": 83068 + }, + { + "date": 160815, + "mean_temp": 29.1, + "min_temp": 25.8, + "max_temp": 34, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 65.5, + "sun": 8.6, + "cloud": 6.1, + "ground_temp": 35.9, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 71947, + "power": 71947 + }, + { + "date": 160814, + "mean_temp": 28.9, + "min_temp": 27.3, + "max_temp": 31.8, + "rain": 0.2, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 58, + "mean_hum": 74, + "sun": 4.8, + "cloud": 5.3, + "ground_temp": 33.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67993, + "power": 67993 + }, + { + "date": 160813, + "mean_temp": 30.2, + "min_temp": 26.8, + "max_temp": 35.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 67.9, + "sun": 10.4, + "cloud": 3, + "ground_temp": 37.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 72300, + "power": 74429 + }, + { + "date": 160812, + "mean_temp": 30.4, + "min_temp": 26.4, + "max_temp": 35.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 43, + "mean_hum": 68.3, + "sun": 11.8, + "cloud": 1.8, + "ground_temp": 37.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 87807, + "power": 85183 + }, + { + "date": 160811, + "mean_temp": 30.5, + "min_temp": 26.1, + "max_temp": 36.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 64.1, + "sun": 12.8, + "cloud": 0.3, + "ground_temp": 39.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 84974, + "power": 84974 + }, + { + "date": 160810, + "mean_temp": 29.4, + "min_temp": 26.1, + "max_temp": 34.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 66.3, + "sun": 9.3, + "cloud": 4.4, + "ground_temp": 34.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 83123, + "power": 83123 + }, + { + "date": 160809, + "mean_temp": 29.3, + "min_temp": 26.4, + "max_temp": 33.6, + "rain": 1, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 68.3, + "sun": 6, + "cloud": 3.8, + "ground_temp": 32.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 82724, + "power": 82724 + }, + { + "date": 160808, + "mean_temp": 30.5, + "min_temp": 26.4, + "max_temp": 35.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 63.1, + "sun": 10.6, + "cloud": 2.5, + "ground_temp": 38.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 83700, + "power": 83700 + }, + { + "date": 160807, + "mean_temp": 30.6, + "min_temp": 27, + "max_temp": 35, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 56, + "sun": 11.9, + "cloud": 0.9, + "ground_temp": 38.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67510, + "power": 67510 + }, + { + "date": 160806, + "mean_temp": 30.5, + "min_temp": 26.6, + "max_temp": 34, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 64.8, + "sun": 8.8, + "cloud": 1.9, + "ground_temp": 35.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71602, + "power": 71602 + }, + { + "date": 160805, + "mean_temp": 31.2, + "min_temp": 26.5, + "max_temp": 36, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 60.1, + "sun": 11.4, + "cloud": 1.9, + "ground_temp": 35.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77573, + "power": 77573 + }, + { + "date": 160804, + "mean_temp": 30.7, + "min_temp": 26, + "max_temp": 35.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 59.6, + "sun": 11.4, + "cloud": 1.1, + "ground_temp": 35.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75694, + "power": 75694 + }, + { + "date": 160803, + "mean_temp": 29.1, + "min_temp": 24, + "max_temp": 34.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 65.4, + "sun": 11.8, + "cloud": 4.1, + "ground_temp": 32.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77815, + "power": 69613 + }, + { + "date": 160802, + "mean_temp": 27.2, + "min_temp": 25, + "max_temp": 31.1, + "rain": 2, + "max_wind": 6.3, + "mean_wind": 1.2, + "min_hum": 48, + "mean_hum": 72.5, + "sun": 1.1, + "cloud": 7.6, + "ground_temp": 30.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71974, + "power": 68743 + }, + { + "date": 160801, + "mean_temp": 28.4, + "min_temp": 25.8, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 72, + "sun": 5.6, + "cloud": 6.3, + "ground_temp": 30.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68944, + "power": 68944 + }, + { + "date": 160731, + "mean_temp": 28.9, + "min_temp": 26.6, + "max_temp": 32.8, + "rain": 0.2, + "max_wind": 6, + "mean_wind": 1.6, + "min_hum": 47, + "mean_hum": 72.1, + "sun": 7.6, + "cloud": 5.4, + "ground_temp": 30.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64469, + "power": 64469 + }, + { + "date": 160730, + "mean_temp": 28.6, + "min_temp": 26.4, + "max_temp": 33, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 73.5, + "sun": 6.5, + "cloud": 5.9, + "ground_temp": 29.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66669, + "power": 66669 + }, + { + "date": 160729, + "mean_temp": 26.3, + "min_temp": 23.4, + "max_temp": 28.4, + "rain": 59.5, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 69, + "mean_hum": 82.3, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 26.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 82564, + "power": 76408 + }, + { + "date": 160728, + "mean_temp": 28, + "min_temp": 26.7, + "max_temp": 30.5, + "rain": 0.2, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 47, + "mean_hum": 70.6, + "sun": 10, + "cloud": 6.3, + "ground_temp": 31.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71947, + "power": 79547 + }, + { + "date": 160727, + "mean_temp": 27.6, + "min_temp": 26.7, + "max_temp": 28.9, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 69, + "mean_hum": 76.4, + "sun": 0.2, + "cloud": 9.4, + "ground_temp": 27.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74767, + "power": 80482 + }, + { + "date": 160726, + "mean_temp": 28.4, + "min_temp": 25.6, + "max_temp": 31.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 53, + "mean_hum": 69, + "sun": 6.1, + "cloud": 6.8, + "ground_temp": 32.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71947, + "power": 81110 + }, + { + "date": 160725, + "mean_temp": 28.4, + "min_temp": 26.4, + "max_temp": 31.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 59, + "mean_hum": 75.3, + "sun": 3.1, + "cloud": 6.6, + "ground_temp": 30.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76326, + "power": 80215 + }, + { + "date": 160724, + "mean_temp": 28, + "min_temp": 27, + "max_temp": 30.1, + "rain": 0.5, + "max_wind": 3.4, + "mean_wind": 2, + "min_hum": 66, + "mean_hum": 77.9, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 28.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67993, + "power": 65790 + }, + { + "date": 160723, + "mean_temp": 28.7, + "min_temp": 27.2, + "max_temp": 31.6, + "rain": 0.5, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 54, + "mean_hum": 70.4, + "sun": 3, + "cloud": 8.8, + "ground_temp": 30.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 69122, + "power": 69122 + }, + { + "date": 160722, + "mean_temp": 29.1, + "min_temp": 25.3, + "max_temp": 34.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 64, + "sun": 6.5, + "cloud": 6.5, + "ground_temp": 32.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77815, + "power": 77815 + }, + { + "date": 160721, + "mean_temp": 28.3, + "min_temp": 24.9, + "max_temp": 32.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 61.3, + "sun": 4.9, + "cloud": 6.8, + "ground_temp": 31.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76366, + "power": 76366 + }, + { + "date": 160720, + "mean_temp": 28.6, + "min_temp": 24, + "max_temp": 32.9, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 46, + "mean_hum": 62.5, + "sun": 6.8, + "cloud": 5.4, + "ground_temp": 30.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76667, + "power": 76667 + }, + { + "date": 160719, + "mean_temp": 27.1, + "min_temp": 20.9, + "max_temp": 32.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 37, + "mean_hum": 65.5, + "sun": 10.3, + "cloud": 3.6, + "ground_temp": 29.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75150, + "power": 75150 + }, + { + "date": 160718, + "mean_temp": 24.4, + "min_temp": 20.7, + "max_temp": 28.4, + "rain": 0.2, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 56, + "mean_hum": 75.1, + "sun": 8.1, + "cloud": 5.9, + "ground_temp": 25.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70674, + "power": 71810 + }, + { + "date": 160717, + "mean_temp": 21.7, + "min_temp": 20.4, + "max_temp": 23.1, + "rain": 2.5, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 73, + "mean_hum": 82.9, + "sun": 0, + "cloud": 10, + "ground_temp": 22.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57401, + "power": 57401 + }, + { + "date": 160716, + "mean_temp": 20.8, + "min_temp": 19.8, + "max_temp": 23.8, + "rain": 46.5, + "max_wind": 5.7, + "mean_wind": 3.5, + "min_hum": 81, + "mean_hum": 92.8, + "sun": 0, + "cloud": 10, + "ground_temp": 21.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62793, + "power": 62859 + }, + { + "date": 160715, + "mean_temp": 26.2, + "min_temp": 23.7, + "max_temp": 29.2, + "rain": 1.5, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 45, + "mean_hum": 60, + "sun": 2.6, + "cloud": 9.3, + "ground_temp": 28.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74767, + "power": 74767 + }, + { + "date": 160714, + "mean_temp": 27.5, + "min_temp": 24, + "max_temp": 32.4, + "rain": 0.1, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 66.9, + "sun": 9.9, + "cloud": 5.8, + "ground_temp": 32.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77815, + "power": 76203 + }, + { + "date": 160713, + "mean_temp": 26.3, + "min_temp": 23.2, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 50, + "mean_hum": 69, + "sun": 4.6, + "cloud": 7.6, + "ground_temp": 30, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76326, + "power": 76326 + }, + { + "date": 160712, + "mean_temp": 26.3, + "min_temp": 22.1, + "max_temp": 30.9, + "rain": 3, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 65.5, + "sun": 8.3, + "cloud": 7.3, + "ground_temp": 29.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76630, + "power": 76630 + }, + { + "date": 160711, + "mean_temp": 28.4, + "min_temp": 24.8, + "max_temp": 33.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 67.4, + "sun": 5.6, + "cloud": 8.1, + "ground_temp": 32.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78197, + "power": 78197 + }, + { + "date": 160710, + "mean_temp": 27.9, + "min_temp": 23.2, + "max_temp": 33.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 64.4, + "sun": 8.6, + "cloud": 7.3, + "ground_temp": 34.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61203, + "power": 61203 + }, + { + "date": 160709, + "mean_temp": 27.7, + "min_temp": 23.2, + "max_temp": 32.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 64.8, + "sun": 12.1, + "cloud": 3.1, + "ground_temp": 34, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66515, + "power": 66515 + }, + { + "date": 160708, + "mean_temp": 27.3, + "min_temp": 21.2, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 66.5, + "sun": 13.3, + "cloud": 0.1, + "ground_temp": 30.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74997, + "power": 74997 + }, + { + "date": 160707, + "mean_temp": 24, + "min_temp": 20.1, + "max_temp": 28.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 53, + "mean_hum": 71.6, + "sun": 5.7, + "cloud": 7.5, + "ground_temp": 24.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73086, + "power": 73086 + }, + { + "date": 160706, + "mean_temp": 22.9, + "min_temp": 20.3, + "max_temp": 26.9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 55, + "mean_hum": 74, + "sun": 6.7, + "cloud": 6.8, + "ground_temp": 24, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71949, + "power": 71949 + }, + { + "date": 160705, + "mean_temp": 23.1, + "min_temp": 20.2, + "max_temp": 24.8, + "rain": 100.5, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 88, + "mean_hum": 93.6, + "sun": 0, + "cloud": 10, + "ground_temp": 22.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73115, + "power": 72993 + }, + { + "date": 160704, + "mean_temp": 21.8, + "min_temp": 20.2, + "max_temp": 24.1, + "rain": 29.5, + "max_wind": 5.8, + "mean_wind": 3, + "min_hum": 66, + "mean_hum": 85.1, + "sun": 0.8, + "cloud": 9.1, + "ground_temp": 22.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69487, + "power": 69487 + }, + { + "date": 160703, + "mean_temp": 23.5, + "min_temp": 21.1, + "max_temp": 26.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 70.4, + "sun": 3.8, + "cloud": 6.5, + "ground_temp": 23.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56509, + "power": 56509 + }, + { + "date": 160702, + "mean_temp": 23.5, + "min_temp": 20.6, + "max_temp": 27.7, + "rain": 4, + "max_wind": 4.1, + "mean_wind": 2.4, + "min_hum": 56, + "mean_hum": 81.4, + "sun": 4.3, + "cloud": 8, + "ground_temp": 24.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62793, + "power": 61952 + }, + { + "date": 160701, + "mean_temp": 24, + "min_temp": 22, + "max_temp": 26.6, + "rain": 108.5, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 69, + "mean_hum": 86.5, + "sun": 0, + "cloud": 9.9, + "ground_temp": 23.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72275, + "power": 72275 + }, + { + "date": 160630, + "mean_temp": 24.6, + "min_temp": 23, + "max_temp": 26.9, + "rain": 0.2, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 65, + "mean_hum": 78.1, + "sun": 0.9, + "cloud": 9.5, + "ground_temp": 26, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72528, + "power": 72528 + }, + { + "date": 160629, + "mean_temp": 25.3, + "min_temp": 20.9, + "max_temp": 30.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 58, + "sun": 7.5, + "cloud": 6.9, + "ground_temp": 30.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71556, + "power": 71556 + }, + { + "date": 160628, + "mean_temp": 24.7, + "min_temp": 20.4, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 61.1, + "sun": 9.2, + "cloud": 5, + "ground_temp": 27.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71431, + "power": 71431 + }, + { + "date": 160627, + "mean_temp": 24.4, + "min_temp": 19.9, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 55.5, + "sun": 5, + "cloud": 6.6, + "ground_temp": 28.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70520, + "power": 70520 + }, + { + "date": 160626, + "mean_temp": 24.4, + "min_temp": 19.4, + "max_temp": 30.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 27, + "mean_hum": 58.4, + "sun": 13.4, + "cloud": 0.8, + "ground_temp": 30.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56370, + "power": 56370 + }, + { + "date": 160625, + "mean_temp": 22.8, + "min_temp": 19.2, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 43, + "mean_hum": 63.1, + "sun": 9.1, + "cloud": 4.5, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62793, + "power": 59406 + }, + { + "date": 160624, + "mean_temp": 23.1, + "min_temp": 21.1, + "max_temp": 25.7, + "rain": 3.5, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 56, + "mean_hum": 75.8, + "sun": 3.2, + "cloud": 7.3, + "ground_temp": 23.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70325, + "power": 70325 + }, + { + "date": 160623, + "mean_temp": 24.7, + "min_temp": 19.6, + "max_temp": 29.4, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 71, + "sun": 7.3, + "cloud": 5, + "ground_temp": 26.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72816, + "power": 72816 + }, + { + "date": 160622, + "mean_temp": 24.3, + "min_temp": 20.9, + "max_temp": 30.2, + "rain": 30.5, + "max_wind": 6.8, + "mean_wind": 2, + "min_hum": 48, + "mean_hum": 75.1, + "sun": 1, + "cloud": 6.4, + "ground_temp": 26.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70325, + "power": 72340 + }, + { + "date": 160621, + "mean_temp": 26, + "min_temp": 21, + "max_temp": 31.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 60.1, + "sun": 7.2, + "cloud": 6.1, + "ground_temp": 30.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72018, + "power": 72018 + }, + { + "date": 160620, + "mean_temp": 24.7, + "min_temp": 19.6, + "max_temp": 30.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 66, + "sun": 6.3, + "cloud": 6.8, + "ground_temp": 29.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73199, + "power": 71333 + }, + { + "date": 160619, + "mean_temp": 24.1, + "min_temp": 20.3, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 46, + "mean_hum": 64.5, + "sun": 8.8, + "cloud": 4.4, + "ground_temp": 30, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57111, + "power": 57111 + }, + { + "date": 160618, + "mean_temp": 24.5, + "min_temp": 20.1, + "max_temp": 29.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 58, + "sun": 12.5, + "cloud": 1.3, + "ground_temp": 31.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61326, + "power": 61326 + }, + { + "date": 160617, + "mean_temp": 23.8, + "min_temp": 18.6, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 63.1, + "sun": 12, + "cloud": 2.5, + "ground_temp": 28.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69037, + "power": 69037 + }, + { + "date": 160616, + "mean_temp": 20.9, + "min_temp": 18.6, + "max_temp": 24.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 51, + "mean_hum": 73.5, + "sun": 7, + "cloud": 6.9, + "ground_temp": 22.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73173, + "power": 67964 + }, + { + "date": 160615, + "mean_temp": 20.9, + "min_temp": 17.4, + "max_temp": 24.5, + "rain": 15.5, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 58, + "mean_hum": 81.8, + "sun": 1.9, + "cloud": 9, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68154, + "power": 68154 + }, + { + "date": 160614, + "mean_temp": 23.8, + "min_temp": 19.7, + "max_temp": 29.5, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 62.5, + "sun": 7.8, + "cloud": 6, + "ground_temp": 31.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69628, + "power": 69628 + }, + { + "date": 160613, + "mean_temp": 23.5, + "min_temp": 19.4, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 45, + "mean_hum": 70.5, + "sun": 9.2, + "cloud": 5.1, + "ground_temp": 27.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72942, + "power": 69342 + }, + { + "date": 160612, + "mean_temp": 23.5, + "min_temp": 19.9, + "max_temp": 26.7, + "rain": 1.5, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 60, + "mean_hum": 79.4, + "sun": 3.9, + "cloud": 8.3, + "ground_temp": 25.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56360, + "power": 56360 + }, + { + "date": 160611, + "mean_temp": 23.5, + "min_temp": 20.9, + "max_temp": 26.5, + "rain": 3, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 54, + "mean_hum": 74.3, + "sun": 0.7, + "cloud": 8.3, + "ground_temp": 25.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61226, + "power": 61226 + }, + { + "date": 160610, + "mean_temp": 24.6, + "min_temp": 20.2, + "max_temp": 31.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 36, + "mean_hum": 60.9, + "sun": 12.1, + "cloud": 2.1, + "ground_temp": 32.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69908, + "power": 69908 + }, + { + "date": 160609, + "mean_temp": 24.1, + "min_temp": 17.8, + "max_temp": 31.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 59.5, + "sun": 12.4, + "cloud": 1.4, + "ground_temp": 32.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68792, + "power": 68792 + }, + { + "date": 160608, + "mean_temp": 22.1, + "min_temp": 18.2, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 65.9, + "sun": 11.6, + "cloud": 5.1, + "ground_temp": 31.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67384, + "power": 67384 + }, + { + "date": 160607, + "mean_temp": 21.7, + "min_temp": 19.6, + "max_temp": 25.9, + "rain": 0.1, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 69.5, + "sun": 2.3, + "cloud": 6.8, + "ground_temp": 22.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70664, + "power": 66902 + }, + { + "date": 160606, + "mean_temp": 23.3, + "min_temp": 20.8, + "max_temp": 28.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 31, + "mean_hum": 49.1, + "sun": 4.6, + "cloud": 7.4, + "ground_temp": 28, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 58231, + "power": 58231 + }, + { + "date": 160605, + "mean_temp": 24.7, + "min_temp": 17.3, + "max_temp": 32.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 47.3, + "sun": 11.8, + "cloud": 3.5, + "ground_temp": 33.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54852, + "power": 54852 + }, + { + "date": 160604, + "mean_temp": 21.2, + "min_temp": 18.2, + "max_temp": 26.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 51.8, + "sun": 2.7, + "cloud": 7.5, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58332, + "power": 58332 + }, + { + "date": 160603, + "mean_temp": 22.2, + "min_temp": 17.6, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 48.1, + "sun": 11.7, + "cloud": 4, + "ground_temp": 29.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67242, + "power": 67242 + }, + { + "date": 160602, + "mean_temp": 23.2, + "min_temp": 17.2, + "max_temp": 29.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 38.3, + "sun": 13.5, + "cloud": 0.6, + "ground_temp": 31.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68792, + "power": 67243 + }, + { + "date": 160601, + "mean_temp": 23.3, + "min_temp": 17.1, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 45.8, + "sun": 13.1, + "cloud": 2.4, + "ground_temp": 29.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66550, + "power": 66550 + }, + { + "date": 160531, + "mean_temp": 21.6, + "min_temp": 17.4, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 39, + "mean_hum": 63.6, + "sun": 11.6, + "cloud": 2.9, + "ground_temp": 27.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68011, + "power": 68011 + }, + { + "date": 160530, + "mean_temp": 22.1, + "min_temp": 16.9, + "max_temp": 28.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 57.3, + "sun": 12.8, + "cloud": 0, + "ground_temp": 30.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67467, + "power": 67467 + }, + { + "date": 160529, + "mean_temp": 21.5, + "min_temp": 17.2, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 56.1, + "sun": 8.7, + "cloud": 4.1, + "ground_temp": 27.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54762, + "power": 54762 + }, + { + "date": 160528, + "mean_temp": 21.7, + "min_temp": 17.2, + "max_temp": 28, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 56.1, + "sun": 13.1, + "cloud": 2.9, + "ground_temp": 28.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66831, + "power": 66831 + }, + { + "date": 160527, + "mean_temp": 20.9, + "min_temp": 14.8, + "max_temp": 27.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 61.3, + "sun": 8.3, + "cloud": 7.1, + "ground_temp": 23.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66831, + "power": 66831 + }, + { + "date": 160526, + "mean_temp": 19.4, + "min_temp": 17.5, + "max_temp": 22.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 72, + "sun": 1.5, + "cloud": 8.1, + "ground_temp": 19.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66201, + "power": 66201 + }, + { + "date": 160525, + "mean_temp": 19.7, + "min_temp": 15.3, + "max_temp": 24.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 46, + "mean_hum": 67.9, + "sun": 5.1, + "cloud": 6.9, + "ground_temp": 21.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66201, + "power": 65014 + }, + { + "date": 160524, + "mean_temp": 16.8, + "min_temp": 15.4, + "max_temp": 21.8, + "rain": 38.5, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 46, + "mean_hum": 82.6, + "sun": 2.3, + "cloud": 7, + "ground_temp": 18.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65836, + "power": 65836 + }, + { + "date": 160523, + "mean_temp": 23.3, + "min_temp": 18.3, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 43, + "sun": 7.7, + "cloud": 7.5, + "ground_temp": 28.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66919, + "power": 66919 + }, + { + "date": 160522, + "mean_temp": 24.7, + "min_temp": 17.6, + "max_temp": 31.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 17, + "mean_hum": 35, + "sun": 11.8, + "cloud": 2.8, + "ground_temp": 30.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54753, + "power": 54753 + }, + { + "date": 160521, + "mean_temp": 24.1, + "min_temp": 17.8, + "max_temp": 30.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 12, + "mean_hum": 23.8, + "sun": 12.4, + "cloud": 2.6, + "ground_temp": 29.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57439, + "power": 57439 + }, + { + "date": 160520, + "mean_temp": 24, + "min_temp": 16.8, + "max_temp": 31.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 10, + "mean_hum": 32, + "sun": 12.8, + "cloud": 0.6, + "ground_temp": 28.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66044, + "power": 66044 + }, + { + "date": 160519, + "mean_temp": 24.3, + "min_temp": 16.3, + "max_temp": 31.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.6, + "min_hum": 14, + "mean_hum": 36.4, + "sun": 13.4, + "cloud": 0, + "ground_temp": 29.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66331, + "power": 66331 + }, + { + "date": 160518, + "mean_temp": 22.3, + "min_temp": 13.5, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 16, + "mean_hum": 40.3, + "sun": 13.2, + "cloud": 0.5, + "ground_temp": 26.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67467, + "power": 64944 + }, + { + "date": 160517, + "mean_temp": 19.3, + "min_temp": 10.9, + "max_temp": 26.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 48.8, + "sun": 13.1, + "cloud": 0, + "ground_temp": 23.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65286, + "power": 63763 + }, + { + "date": 160516, + "mean_temp": 15.9, + "min_temp": 10.8, + "max_temp": 21.9, + "rain": 2.5, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 24, + "mean_hum": 57, + "sun": 12.3, + "cloud": 3, + "ground_temp": 20.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62267, + "power": 62267 + }, + { + "date": 160515, + "mean_temp": 17.4, + "min_temp": 12.3, + "max_temp": 24.2, + "rain": 45, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 38, + "mean_hum": 73.9, + "sun": 4.5, + "cloud": 9, + "ground_temp": 20.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53811, + "power": 53811 + }, + { + "date": 160514, + "mean_temp": 20.2, + "min_temp": 15.1, + "max_temp": 26.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 47.1, + "sun": 11.1, + "cloud": 5.5, + "ground_temp": 24.7, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 55611, + "power": 55611 + }, + { + "date": 160513, + "mean_temp": 18.6, + "min_temp": 12.7, + "max_temp": 25.4, + "rain": 0.5, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 57, + "sun": 11.6, + "cloud": 3.6, + "ground_temp": 24, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63059, + "power": 63059 + }, + { + "date": 160512, + "mean_temp": 17.8, + "min_temp": 12.1, + "max_temp": 24, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 36, + "mean_hum": 62.4, + "sun": 12.5, + "cloud": 3.3, + "ground_temp": 22.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63305, + "power": 63305 + }, + { + "date": 160511, + "mean_temp": 16.4, + "min_temp": 10.4, + "max_temp": 23.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 60.9, + "sun": 12.9, + "cloud": 2, + "ground_temp": 21.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62605, + "power": 62605 + }, + { + "date": 160510, + "mean_temp": 14.5, + "min_temp": 12.5, + "max_temp": 18.1, + "rain": 13.5, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 82.4, + "sun": 0.1, + "cloud": 9.1, + "ground_temp": 16.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65396, + "power": 64634 + }, + { + "date": 160509, + "mean_temp": 20.2, + "min_temp": 16.3, + "max_temp": 25.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 43, + "sun": 5.4, + "cloud": 8.3, + "ground_temp": 23.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63579, + "power": 63579 + }, + { + "date": 160508, + "mean_temp": 19.4, + "min_temp": 11.6, + "max_temp": 26.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 44.8, + "sun": 11.5, + "cloud": 5.4, + "ground_temp": 20.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52557, + "power": 52557 + }, + { + "date": 160507, + "mean_temp": 16.5, + "min_temp": 10.7, + "max_temp": 22.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 60.3, + "sun": 12.4, + "cloud": 2, + "ground_temp": 19.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53034, + "power": 53034 + }, + { + "date": 160506, + "mean_temp": 16.3, + "min_temp": 13, + "max_temp": 18.6, + "rain": 9.5, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 69, + "mean_hum": 89.3, + "sun": 0, + "cloud": 9.3, + "ground_temp": 16.8, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 57534, + "power": 57534 + }, + { + "date": 160505, + "mean_temp": 18.9, + "min_temp": 10.2, + "max_temp": 26.9, + "rain": 7.5, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 17, + "mean_hum": 50.8, + "sun": 10.9, + "cloud": 4.5, + "ground_temp": 20, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 56793, + "power": 56793 + }, + { + "date": 160504, + "mean_temp": 15.7, + "min_temp": 10.2, + "max_temp": 20.6, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 5.1, + "min_hum": 28, + "mean_hum": 46.6, + "sun": 12.8, + "cloud": 1.6, + "ground_temp": 16.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63329, + "power": 60799 + }, + { + "date": 160503, + "mean_temp": 12.9, + "min_temp": 8.9, + "max_temp": 17.6, + "rain": 27, + "max_wind": 8.7, + "mean_wind": 4.9, + "min_hum": 72, + "mean_hum": 86.1, + "sun": 0, + "cloud": 10, + "ground_temp": 14.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64682, + "power": 64682 + }, + { + "date": 160502, + "mean_temp": 21.1, + "min_temp": 16.5, + "max_temp": 28.4, + "rain": 16.5, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 64.5, + "sun": 7.5, + "cloud": 7, + "ground_temp": 24.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63788, + "power": 63788 + }, + { + "date": 160501, + "mean_temp": 18.8, + "min_temp": 12.2, + "max_temp": 26, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 16, + "mean_hum": 40.5, + "sun": 6.8, + "cloud": 5.6, + "ground_temp": 20.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52528, + "power": 52528 + }, + { + "date": 160430, + "mean_temp": 15.9, + "min_temp": 10.8, + "max_temp": 20.4, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 45.3, + "sun": 1.5, + "cloud": 5.4, + "ground_temp": 17, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56605, + "power": 54824 + }, + { + "date": 160429, + "mean_temp": 16.2, + "min_temp": 10.9, + "max_temp": 22.6, + "rain": 0.3, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 47.6, + "sun": 11.6, + "cloud": 2.5, + "ground_temp": 21.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61770, + "power": 61635 + }, + { + "date": 160428, + "mean_temp": 17.2, + "min_temp": 12.4, + "max_temp": 23, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 34.4, + "sun": 9.4, + "cloud": 6.4, + "ground_temp": 22.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62761, + "power": 62761 + }, + { + "date": 160427, + "mean_temp": 17.2, + "min_temp": 14.5, + "max_temp": 20.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.6, + "min_hum": 23, + "mean_hum": 32, + "sun": 0, + "cloud": 9.6, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64566, + "power": 64566 + }, + { + "date": 160426, + "mean_temp": 21.1, + "min_temp": 12.1, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 34.8, + "sun": 9.9, + "cloud": 5.9, + "ground_temp": 21.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63140, + "power": 63140 + }, + { + "date": 160425, + "mean_temp": 17.2, + "min_temp": 10.2, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 14, + "mean_hum": 34.8, + "sun": 11.9, + "cloud": 0.8, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61770, + "power": 61770 + }, + { + "date": 160424, + "mean_temp": 15.5, + "min_temp": 8.1, + "max_temp": 23.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 1.9, + "min_hum": 13, + "mean_hum": 39.6, + "sun": 11.4, + "cloud": 2.3, + "ground_temp": 21, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53148, + "power": 53148 + }, + { + "date": 160423, + "mean_temp": 13.5, + "min_temp": 7.8, + "max_temp": 19.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 14, + "mean_hum": 52.1, + "sun": 7.9, + "cloud": 6.3, + "ground_temp": 18, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56605, + "power": 56709 + }, + { + "date": 160422, + "mean_temp": 13.5, + "min_temp": 10.1, + "max_temp": 18.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 64, + "mean_hum": 83.4, + "sun": 2, + "cloud": 7.6, + "ground_temp": 15.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65396, + "power": 62611 + }, + { + "date": 160421, + "mean_temp": 13.5, + "min_temp": 10.3, + "max_temp": 16.9, + "rain": 17, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 61, + "mean_hum": 87.6, + "sun": 0, + "cloud": 9.4, + "ground_temp": 14.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65489, + "power": 65489 + }, + { + "date": 160420, + "mean_temp": 14.3, + "min_temp": 10.1, + "max_temp": 20.9, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 54, + "sun": 5.3, + "cloud": 8.9, + "ground_temp": 16.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63140, + "power": 63040 + }, + { + "date": 160419, + "mean_temp": 12, + "min_temp": 6.5, + "max_temp": 19.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 26, + "mean_hum": 55.1, + "sun": 12, + "cloud": 2.5, + "ground_temp": 16.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63025, + "power": 63025 + }, + { + "date": 160418, + "mean_temp": 11.2, + "min_temp": 7.1, + "max_temp": 18.6, + "rain": 1.5, + "max_wind": 7.6, + "mean_wind": 3.1, + "min_hum": 25, + "mean_hum": 65.4, + "sun": 9.2, + "cloud": 5.5, + "ground_temp": 14.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63016, + "power": 63016 + }, + { + "date": 160417, + "mean_temp": 10.8, + "min_temp": 8.3, + "max_temp": 14.5, + "rain": 20.5, + "max_wind": 8, + "mean_wind": 4.7, + "min_hum": 35, + "mean_hum": 66.8, + "sun": 6.9, + "cloud": 6.1, + "ground_temp": 14.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53629, + "power": 53629 + }, + { + "date": 160416, + "mean_temp": 14.9, + "min_temp": 9.8, + "max_temp": 20.7, + "rain": 23.5, + "max_wind": 7.3, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 58.9, + "sun": 2.8, + "cloud": 7.5, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56605, + "power": 56605 + }, + { + "date": 160415, + "mean_temp": 15, + "min_temp": 8.1, + "max_temp": 23.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 46.4, + "sun": 11.5, + "cloud": 0, + "ground_temp": 19, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62730, + "power": 62730 + }, + { + "date": 160414, + "mean_temp": 12.4, + "min_temp": 9.3, + "max_temp": 18.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 48, + "mean_hum": 75.9, + "sun": 6.5, + "cloud": 2.3, + "ground_temp": 16.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61592, + "power": 61592 + }, + { + "date": 160413, + "mean_temp": 15.6, + "min_temp": 11.4, + "max_temp": 21.4, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 67.5, + "sun": 6.8, + "cloud": 5.1, + "ground_temp": 17.1, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 61592, + "power": 61592 + }, + { + "date": 160412, + "mean_temp": 14.1, + "min_temp": 10.3, + "max_temp": 19.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 26, + "mean_hum": 42.6, + "sun": 7.8, + "cloud": 6, + "ground_temp": 16.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63629, + "power": 63629 + }, + { + "date": 160411, + "mean_temp": 12.5, + "min_temp": 5.7, + "max_temp": 19.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 43.8, + "sun": 12, + "cloud": 0, + "ground_temp": 16.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63842, + "power": 63842 + }, + { + "date": 160410, + "mean_temp": 13.4, + "min_temp": 9.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 71.3, + "sun": 5, + "cloud": 5, + "ground_temp": 15.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53991, + "power": 53991 + }, + { + "date": 160409, + "mean_temp": 10.7, + "min_temp": 7.4, + "max_temp": 14.1, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 74, + "mean_hum": 83.9, + "sun": 0, + "cloud": 8, + "ground_temp": 12.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56897, + "power": 56897 + }, + { + "date": 160408, + "mean_temp": 11.1, + "min_temp": 7.8, + "max_temp": 18.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 76.1, + "sun": 9.2, + "cloud": 3.8, + "ground_temp": 15.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64364, + "power": 64364 + }, + { + "date": 160407, + "mean_temp": 14.1, + "min_temp": 10.5, + "max_temp": 20.6, + "rain": 7.5, + "max_wind": 6.2, + "mean_wind": 3, + "min_hum": 32, + "mean_hum": 69.5, + "sun": 8.8, + "cloud": 3.9, + "ground_temp": 15.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65765, + "power": 65765 + }, + { + "date": 160406, + "mean_temp": 14.4, + "min_temp": 6.6, + "max_temp": 22.9, + "rain": 3, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 15, + "mean_hum": 44.3, + "sun": 8, + "cloud": 6.8, + "ground_temp": 15.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63973, + "power": 63973 + }, + { + "date": 160405, + "mean_temp": 11.4, + "min_temp": 5.9, + "max_temp": 18.1, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 45.1, + "sun": 11.6, + "cloud": 0.8, + "ground_temp": 16.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63821, + "power": 63821 + }, + { + "date": 160404, + "mean_temp": 12.3, + "min_temp": 5.1, + "max_temp": 19.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 14, + "mean_hum": 42.6, + "sun": 11.2, + "cloud": 2.3, + "ground_temp": 16.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64622, + "power": 64622 + }, + { + "date": 160403, + "mean_temp": 10.7, + "min_temp": 8.2, + "max_temp": 12.7, + "rain": 2, + "max_wind": 5.4, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 75.1, + "sun": 0, + "cloud": 8, + "ground_temp": 11.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54758, + "power": 54758 + }, + { + "date": 160402, + "mean_temp": 15, + "min_temp": 9.6, + "max_temp": 21.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 40.8, + "sun": 9, + "cloud": 2.4, + "ground_temp": 18.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56000, + "power": 56000 + }, + { + "date": 160401, + "mean_temp": 15.3, + "min_temp": 7.3, + "max_temp": 23.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 15, + "mean_hum": 26, + "sun": 10.3, + "cloud": 3, + "ground_temp": 16.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56790, + "power": 63321 + }, + { + "date": 160331, + "mean_temp": 13.5, + "min_temp": 6, + "max_temp": 21.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 27, + "sun": 9.8, + "cloud": 4.5, + "ground_temp": 15.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65372, + "power": 65372 + }, + { + "date": 160330, + "mean_temp": 11.5, + "min_temp": 7, + "max_temp": 18.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 21, + "mean_hum": 49.9, + "sun": 10.5, + "cloud": 2, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65286, + "power": 65286 + }, + { + "date": 160329, + "mean_temp": 11.3, + "min_temp": 7.6, + "max_temp": 17.1, + "rain": 0.1, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 34, + "mean_hum": 57.8, + "sun": 5.9, + "cloud": 7.4, + "ground_temp": 12.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66996, + "power": 66996 + }, + { + "date": 160328, + "mean_temp": 9.8, + "min_temp": 2.3, + "max_temp": 17.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 47.8, + "sun": 11.3, + "cloud": 0.3, + "ground_temp": 13.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69891, + "power": 66453 + }, + { + "date": 160327, + "mean_temp": 7.2, + "min_temp": 2.2, + "max_temp": 13.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 55.6, + "sun": 11.1, + "cloud": 0, + "ground_temp": 11.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56066, + "power": 56066 + }, + { + "date": 160326, + "mean_temp": 6.5, + "min_temp": 2.1, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 54.5, + "sun": 9.2, + "cloud": 0.5, + "ground_temp": 10.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59204, + "power": 59204 + }, + { + "date": 160325, + "mean_temp": 7.1, + "min_temp": 2.1, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 43.9, + "sun": 10.7, + "cloud": 1, + "ground_temp": 10.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71134, + "power": 67803 + }, + { + "date": 160324, + "mean_temp": 7.2, + "min_temp": 1.6, + "max_temp": 12.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 20, + "mean_hum": 36.5, + "sun": 11.6, + "cloud": 0.4, + "ground_temp": 11.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67411, + "power": 67411 + }, + { + "date": 160323, + "mean_temp": 8.2, + "min_temp": 3.8, + "max_temp": 13.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 49.6, + "sun": 10.4, + "cloud": 3.1, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67411, + "power": 66518 + }, + { + "date": 160322, + "mean_temp": 8, + "min_temp": 3.5, + "max_temp": 13.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 20, + "mean_hum": 58.1, + "sun": 10.2, + "cloud": 3.9, + "ground_temp": 11.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66468, + "power": 66468 + }, + { + "date": 160321, + "mean_temp": 9.9, + "min_temp": 5.5, + "max_temp": 16.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 54.1, + "sun": 10.8, + "cloud": 0.1, + "ground_temp": 12.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65976, + "power": 65976 + }, + { + "date": 160320, + "mean_temp": 10.6, + "min_temp": 4.9, + "max_temp": 17.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 54, + "sun": 10.4, + "cloud": 0.5, + "ground_temp": 13.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55692, + "power": 55692 + }, + { + "date": 160319, + "mean_temp": 11.4, + "min_temp": 6.6, + "max_temp": 18.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 58.3, + "sun": 10.6, + "cloud": 0, + "ground_temp": 13.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59798, + "power": 59798 + }, + { + "date": 160318, + "mean_temp": 13.4, + "min_temp": 8.8, + "max_temp": 20.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 32, + "mean_hum": 50, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": 13.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68855, + "power": 68855 + }, + { + "date": 160317, + "mean_temp": 9.3, + "min_temp": 2, + "max_temp": 14.7, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 18, + "mean_hum": 40.9, + "sun": 6.4, + "cloud": 6.1, + "ground_temp": 7.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68585, + "power": 68585 + }, + { + "date": 160316, + "mean_temp": 7.5, + "min_temp": 2.7, + "max_temp": 13.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 45.1, + "sun": 10.1, + "cloud": 2.4, + "ground_temp": 9.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71134, + "power": 70048 + }, + { + "date": 160315, + "mean_temp": 5.2, + "min_temp": -1, + "max_temp": 12.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 16, + "mean_hum": 43.4, + "sun": 8.9, + "cloud": 3.8, + "ground_temp": 6.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71249, + "power": 71249 + }, + { + "date": 160314, + "mean_temp": 4.7, + "min_temp": 1.3, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 57, + "sun": 9.2, + "cloud": 3.5, + "ground_temp": 6.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75090, + "power": 71811 + }, + { + "date": 160313, + "mean_temp": 3.7, + "min_temp": 1.9, + "max_temp": 6.5, + "rain": 0.1, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 54, + "mean_hum": 68.1, + "sun": 0.6, + "cloud": 7.8, + "ground_temp": 4.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58472, + "power": 58472 + }, + { + "date": 160312, + "mean_temp": 2, + "min_temp": -3.3, + "max_temp": 6.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 55.6, + "sun": 5.8, + "cloud": 5.4, + "ground_temp": 3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63026, + "power": 63026 + }, + { + "date": 160311, + "mean_temp": -0.5, + "min_temp": -5.5, + "max_temp": 4.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 43.8, + "sun": 11.2, + "cloud": 0, + "ground_temp": 3.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73355, + "power": 73355 + }, + { + "date": 160310, + "mean_temp": -1.1, + "min_temp": -4.3, + "max_temp": 3.1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.2, + "min_hum": 20, + "mean_hum": 37.8, + "sun": 10.9, + "cloud": 1.3, + "ground_temp": 3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73534, + "power": 73534 + }, + { + "date": 160309, + "mean_temp": 0.3, + "min_temp": -2.7, + "max_temp": 5.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.5, + "min_hum": 18, + "mean_hum": 37.5, + "sun": 9.9, + "cloud": 4.4, + "ground_temp": 4.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73394, + "power": 73394 + }, + { + "date": 160308, + "mean_temp": 2.7, + "min_temp": -1.4, + "max_temp": 7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.1, + "min_hum": 19, + "mean_hum": 40.4, + "sun": 2, + "cloud": 8.5, + "ground_temp": 5.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71496, + "power": 71496 + }, + { + "date": 160307, + "mean_temp": 8.1, + "min_temp": 4.8, + "max_temp": 12.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 36.9, + "sun": 0.8, + "cloud": 8, + "ground_temp": 6.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68654, + "power": 68654 + }, + { + "date": 160306, + "mean_temp": 7.9, + "min_temp": 4.3, + "max_temp": 12.9, + "rain": 0.2, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 16, + "mean_hum": 51, + "sun": 8.8, + "cloud": 2.4, + "ground_temp": 10.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56541, + "power": 56541 + }, + { + "date": 160305, + "mean_temp": 11.3, + "min_temp": 9.1, + "max_temp": 13.5, + "rain": 40, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 73, + "mean_hum": 91.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 10.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62481, + "power": 61088 + }, + { + "date": 160304, + "mean_temp": 13.2, + "min_temp": 6.4, + "max_temp": 20.3, + "rain": 0.1, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 55.3, + "sun": 9.8, + "cloud": 5.3, + "ground_temp": 11.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71181, + "power": 71181 + }, + { + "date": 160303, + "mean_temp": 8.1, + "min_temp": 4.4, + "max_temp": 13.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 65.1, + "sun": 5.4, + "cloud": 5.6, + "ground_temp": 7.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73339, + "power": 73339 + }, + { + "date": 160302, + "mean_temp": 3.1, + "min_temp": -2.2, + "max_temp": 8.1, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.9, + "min_hum": 48, + "mean_hum": 67.9, + "sun": 5.4, + "cloud": 6.4, + "ground_temp": 3.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72596, + "power": 75697 + }, + { + "date": 160301, + "mean_temp": -2.7, + "min_temp": -7.5, + "max_temp": 2.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 47.3, + "sun": 9.3, + "cloud": 1.5, + "ground_temp": 0.8, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 65659, + "power": 65659 + }, + { + "date": 160229, + "mean_temp": -3.8, + "min_temp": -5.9, + "max_temp": -1.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 4, + "min_hum": 33, + "mean_hum": 48.6, + "sun": 8.6, + "cloud": 2.5, + "ground_temp": 0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75081, + "power": 75081 + }, + { + "date": 160228, + "mean_temp": 0.7, + "min_temp": -2.6, + "max_temp": 6.9, + "rain": 4.1, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 31, + "mean_hum": 65.5, + "sun": 1.5, + "cloud": 6.1, + "ground_temp": 1.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60454, + "power": 60454 + }, + { + "date": 160227, + "mean_temp": 3.3, + "min_temp": 0.5, + "max_temp": 8.1, + "rain": 0.2, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 57.6, + "sun": 6.3, + "cloud": 6.6, + "ground_temp": 4.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62882, + "power": 62835 + }, + { + "date": 160226, + "mean_temp": 2.2, + "min_temp": -3.2, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 16, + "mean_hum": 41.3, + "sun": 10.4, + "cloud": 3, + "ground_temp": 3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74143, + "power": 74143 + }, + { + "date": 160225, + "mean_temp": -0.2, + "min_temp": -5.8, + "max_temp": 5.7, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 2.7, + "min_hum": 30, + "mean_hum": 49.9, + "sun": 10.1, + "cloud": 2.4, + "ground_temp": 1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74692, + "power": 74692 + }, + { + "date": 160224, + "mean_temp": -3, + "min_temp": -6.8, + "max_temp": 2.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 23, + "mean_hum": 42, + "sun": 10.3, + "cloud": 0.3, + "ground_temp": 1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74895, + "power": 74895 + }, + { + "date": 160223, + "mean_temp": 0.7, + "min_temp": -4.5, + "max_temp": 4.5, + "rain": 0.9, + "max_wind": 7.4, + "mean_wind": 3.2, + "min_hum": 25, + "mean_hum": 56, + "sun": 9.1, + "cloud": 4.3, + "ground_temp": 3.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74378, + "power": 73020 + }, + { + "date": 160222, + "mean_temp": 1.1, + "min_temp": -2.2, + "max_temp": 4.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 36.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 1.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75055, + "power": 75055 + }, + { + "date": 160221, + "mean_temp": -0.6, + "min_temp": -4.2, + "max_temp": 4.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.9, + "min_hum": 23, + "mean_hum": 36.4, + "sun": 10, + "cloud": 3, + "ground_temp": 1.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61244, + "power": 61244 + }, + { + "date": 160220, + "mean_temp": 1.3, + "min_temp": -2.5, + "max_temp": 6.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.9, + "min_hum": 23, + "mean_hum": 37.1, + "sun": 9.4, + "cloud": 1.9, + "ground_temp": 2.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64400, + "power": 63910 + }, + { + "date": 160219, + "mean_temp": 2.3, + "min_temp": 0.1, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 56.4, + "sun": 0.5, + "cloud": 6.8, + "ground_temp": 1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73525, + "power": 73525 + }, + { + "date": 160218, + "mean_temp": 3.5, + "min_temp": -1.4, + "max_temp": 7.8, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.2, + "min_hum": 51, + "mean_hum": 66.4, + "sun": 5.9, + "cloud": 5.4, + "ground_temp": 1.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74491, + "power": 74491 + }, + { + "date": 160217, + "mean_temp": 0, + "min_temp": -5.2, + "max_temp": 5.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 53.9, + "sun": 10, + "cloud": 0.3, + "ground_temp": 0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77494, + "power": 75386 + }, + { + "date": 160216, + "mean_temp": -2.7, + "min_temp": -6.7, + "max_temp": 1.1, + "rain": 0.8, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 65.6, + "sun": 3.2, + "cloud": 3.8, + "ground_temp": -0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77048, + "power": 77048 + }, + { + "date": 160215, + "mean_temp": -5.8, + "min_temp": -10, + "max_temp": -2.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 4, + "min_hum": 29, + "mean_hum": 48.4, + "sun": 9.8, + "cloud": 1.5, + "ground_temp": -0.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76750, + "power": 76750 + }, + { + "date": 160214, + "mean_temp": -2.6, + "min_temp": -6.8, + "max_temp": 5.8, + "rain": 2.5, + "max_wind": 6.5, + "mean_wind": 4.6, + "min_hum": 54, + "mean_hum": 73.1, + "sun": 0.1, + "cloud": 7.8, + "ground_temp": 1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62801, + "power": 62099 + }, + { + "date": 160213, + "mean_temp": 11, + "min_temp": 5.8, + "max_temp": 14.4, + "rain": 21, + "max_wind": 6.9, + "mean_wind": 3.3, + "min_hum": 80, + "mean_hum": 95, + "sun": 0, + "cloud": 9.9, + "ground_temp": 8.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63690, + "power": 63690 + }, + { + "date": 160212, + "mean_temp": 8.4, + "min_temp": 6.8, + "max_temp": 10, + "rain": 18, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 57, + "mean_hum": 95.3, + "sun": 0, + "cloud": 10, + "ground_temp": 4.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72165, + "power": 72165 + }, + { + "date": 160211, + "mean_temp": 8.1, + "min_temp": 1.6, + "max_temp": 13.5, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 3.5, + "min_hum": 19, + "mean_hum": 29.3, + "sun": 4.6, + "cloud": 6, + "ground_temp": 2.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74756, + "power": 71422 + }, + { + "date": 160210, + "mean_temp": 2.7, + "min_temp": -4.3, + "max_temp": 10.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 17, + "mean_hum": 38.5, + "sun": 9.8, + "cloud": 0, + "ground_temp": 0.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 58442, + "power": 58442 + }, + { + "date": 160209, + "mean_temp": 0.3, + "min_temp": -3.9, + "max_temp": 5.5, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 52.5, + "sun": 9.5, + "cloud": 0.5, + "ground_temp": 0.6, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 56144, + "power": 56144 + }, + { + "date": 160208, + "mean_temp": 1.3, + "min_temp": -4.3, + "max_temp": 5.5, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.1, + "min_hum": 45, + "mean_hum": 62.1, + "sun": 2.8, + "cloud": 6.9, + "ground_temp": 0.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 54354, + "power": 54354 + }, + { + "date": 160207, + "mean_temp": -2.9, + "min_temp": -8.3, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 46.5, + "sun": 9.8, + "cloud": 1, + "ground_temp": -1.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 60053, + "power": 60053 + }, + { + "date": 160206, + "mean_temp": -3.1, + "min_temp": -6.2, + "max_temp": 2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 38.6, + "sun": 9.8, + "cloud": 0, + "ground_temp": -1.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64785, + "power": 64785 + }, + { + "date": 160205, + "mean_temp": -2.2, + "min_temp": -6.8, + "max_temp": 3.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 39.4, + "sun": 8.9, + "cloud": 1.6, + "ground_temp": -0.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76775, + "power": 76775 + }, + { + "date": 160204, + "mean_temp": -0.7, + "min_temp": -4, + "max_temp": 3.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 50.1, + "sun": 7.9, + "cloud": 2.9, + "ground_temp": -0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78046, + "power": 78046 + }, + { + "date": 160203, + "mean_temp": -2.4, + "min_temp": -8.3, + "max_temp": 4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 49.6, + "sun": 7.5, + "cloud": 1.8, + "ground_temp": -1.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 79833, + "power": 79833 + }, + { + "date": 160202, + "mean_temp": -5.3, + "min_temp": -10, + "max_temp": 0.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 23, + "mean_hum": 41.8, + "sun": 9.8, + "cloud": 0, + "ground_temp": -3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 78945, + "power": 80020 + }, + { + "date": 160201, + "mean_temp": -6, + "min_temp": -9.1, + "max_temp": -1, + "rain": 0, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 20, + "mean_hum": 36, + "sun": 9.6, + "cloud": 0.4, + "ground_temp": -2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 79041, + "power": 79041 + }, + { + "date": 160131, + "mean_temp": -3.9, + "min_temp": -6.5, + "max_temp": 0.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.2, + "min_hum": 17, + "mean_hum": 34, + "sun": 7.9, + "cloud": 3.1, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61544, + "power": 63782 + }, + { + "date": 160130, + "mean_temp": 0.6, + "min_temp": -2.5, + "max_temp": 5.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 46, + "mean_hum": 59.5, + "sun": 6.3, + "cloud": 4.5, + "ground_temp": -0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67071, + "power": 67071 + }, + { + "date": 160129, + "mean_temp": 1.9, + "min_temp": -1.4, + "max_temp": 5.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 43.6, + "sun": 0.1, + "cloud": 7.5, + "ground_temp": 0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 78730, + "power": 78730 + }, + { + "date": 160128, + "mean_temp": -0.5, + "min_temp": -5.6, + "max_temp": 3.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 51.5, + "sun": 2.4, + "cloud": 6.5, + "ground_temp": -1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 80274, + "power": 80274 + }, + { + "date": 160127, + "mean_temp": -1.1, + "min_temp": -4.7, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 56.3, + "sun": 9.4, + "cloud": 2.4, + "ground_temp": -1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 79191, + "power": 79191 + }, + { + "date": 160126, + "mean_temp": -3.3, + "min_temp": -8.5, + "max_temp": 1.7, + "rain": 0.3, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 64.5, + "sun": 4.5, + "cloud": 6.1, + "ground_temp": -2.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 81877, + "power": 81877 + }, + { + "date": 160125, + "mean_temp": -9.4, + "min_temp": -14.3, + "max_temp": -3.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 47.1, + "sun": 9.5, + "cloud": 0.9, + "ground_temp": -5.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 82811, + "power": 82811 + }, + { + "date": 160124, + "mean_temp": -14.4, + "min_temp": -18, + "max_temp": -10.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.2, + "min_hum": 31, + "mean_hum": 48.5, + "sun": 9.3, + "cloud": 0, + "ground_temp": -7.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 67807, + "power": 67807 + }, + { + "date": 160123, + "mean_temp": -11.5, + "min_temp": -16, + "max_temp": -8.3, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 4, + "min_hum": 27, + "mean_hum": 42, + "sun": 8.3, + "cloud": 3.5, + "ground_temp": -5.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 71326, + "power": 71326 + }, + { + "date": 160122, + "mean_temp": -7.6, + "min_temp": -11.1, + "max_temp": -3.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 40.5, + "sun": 6.2, + "cloud": 5.4, + "ground_temp": -4.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 80802, + "power": 80802 + }, + { + "date": 160121, + "mean_temp": -7.1, + "min_temp": -10.2, + "max_temp": -2.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 44.3, + "sun": 6.5, + "cloud": 3.9, + "ground_temp": -3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 82972, + "power": 82972 + }, + { + "date": 160120, + "mean_temp": -10.5, + "min_temp": -14.5, + "max_temp": -5.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 43.6, + "sun": 9, + "cloud": 1.9, + "ground_temp": -5.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 82972, + "power": 81861 + }, + { + "date": 160119, + "mean_temp": -12.8, + "min_temp": -15.1, + "max_temp": -8.9, + "rain": 0, + "max_wind": 9, + "mean_wind": 5.4, + "min_hum": 29, + "mean_hum": 45.9, + "sun": 9.3, + "cloud": 0.5, + "ground_temp": -5.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 83657, + "power": 82123 + }, + { + "date": 160118, + "mean_temp": -6.3, + "min_temp": -12.3, + "max_temp": 0.4, + "rain": 0.2, + "max_wind": 8.5, + "mean_wind": 4.8, + "min_hum": 31, + "mean_hum": 59.8, + "sun": 7.8, + "cloud": 6, + "ground_temp": -1.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78462, + "power": 78462 + }, + { + "date": 160117, + "mean_temp": 1.7, + "min_temp": -0.7, + "max_temp": 5.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 64, + "sun": 0, + "cloud": 6.6, + "ground_temp": 0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61528, + "power": 61528 + }, + { + "date": 160116, + "mean_temp": -0.2, + "min_temp": -2.1, + "max_temp": 2.8, + "rain": 0.1, + "max_wind": 4.2, + "mean_wind": 2.9, + "min_hum": 53, + "mean_hum": 68, + "sun": 1, + "cloud": 7.1, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67071, + "power": 66852 + }, + { + "date": 160115, + "mean_temp": -0.4, + "min_temp": -4.3, + "max_temp": 5.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 52.3, + "sun": 6.1, + "cloud": 3.1, + "ground_temp": -0.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77494, + "power": 77494 + }, + { + "date": 160114, + "mean_temp": -3.4, + "min_temp": -8.4, + "max_temp": 1.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 52.1, + "sun": 7.7, + "cloud": 4, + "ground_temp": -1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76199, + "power": 78269 + }, + { + "date": 160113, + "mean_temp": -4.5, + "min_temp": -8.2, + "max_temp": 0.1, + "rain": 0.4, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 63, + "sun": 5.8, + "cloud": 5.5, + "ground_temp": -1.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 78819, + "power": 78819 + }, + { + "date": 160112, + "mean_temp": -5.2, + "min_temp": -9.1, + "max_temp": 0.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 46, + "sun": 9.1, + "cloud": 0.5, + "ground_temp": -2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 79041, + "power": 78291 + }, + { + "date": 160111, + "mean_temp": -3.8, + "min_temp": -6.5, + "max_temp": 0.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 22, + "mean_hum": 38.3, + "sun": 9.1, + "cloud": 1.1, + "ground_temp": -1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76764, + "power": 76764 + }, + { + "date": 160110, + "mean_temp": 0.3, + "min_temp": -2.7, + "max_temp": 3.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 42.3, + "sun": 7.9, + "cloud": 2.6, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61800, + "power": 61698 + }, + { + "date": 160109, + "mean_temp": -2.1, + "min_temp": -6.2, + "max_temp": 2.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 57.1, + "sun": 8, + "cloud": 4.1, + "ground_temp": -1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65024, + "power": 66036 + }, + { + "date": 160108, + "mean_temp": -3.3, + "min_temp": -6.9, + "max_temp": 1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 49.8, + "sun": 9.2, + "cloud": 0.5, + "ground_temp": -1.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76982, + "power": 76982 + }, + { + "date": 160107, + "mean_temp": -3.4, + "min_temp": -5.9, + "max_temp": 1.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 51.8, + "sun": 9.1, + "cloud": 0.3, + "ground_temp": -1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76531, + "power": 76531 + }, + { + "date": 160106, + "mean_temp": -1.7, + "min_temp": -4.9, + "max_temp": 1.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 54.3, + "sun": 2.2, + "cloud": 6, + "ground_temp": -0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76602, + "power": 76602 + }, + { + "date": 160105, + "mean_temp": -2.7, + "min_temp": -4.8, + "max_temp": 1.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 39.4, + "sun": 7.9, + "cloud": 3.4, + "ground_temp": 0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77048, + "power": 76909 + }, + { + "date": 160104, + "mean_temp": 2, + "min_temp": -2.5, + "max_temp": 5.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 28, + "mean_hum": 54.4, + "sun": 8.6, + "cloud": 4.4, + "ground_temp": 3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73525, + "power": 71516 + }, + { + "date": 160103, + "mean_temp": 6.5, + "min_temp": 5.1, + "max_temp": 9.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 61, + "mean_hum": 80.6, + "sun": 2.2, + "cloud": 7.5, + "ground_temp": 4.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58280, + "power": 58280 + }, + { + "date": 160102, + "mean_temp": 5.7, + "min_temp": 1, + "max_temp": 9.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 62, + "mean_hum": 76.9, + "sun": 3.6, + "cloud": 7.8, + "ground_temp": 2.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67071, + "power": 58562 + }, + { + "date": 160101, + "mean_temp": 1.2, + "min_temp": -3.3, + "max_temp": 4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 56, + "mean_hum": 73, + "sun": 2.1, + "cloud": 7, + "ground_temp": 0.2, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 62145, + "power": 59662 + }, + { + "date": 151231, + "mean_temp": 0.7, + "min_temp": -1.9, + "max_temp": 2.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 59, + "mean_hum": 81.3, + "sun": 2.9, + "cloud": 5, + "ground_temp": 0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69887, + "power": 69887 + }, + { + "date": 151230, + "mean_temp": 0.3, + "min_temp": -3.5, + "max_temp": 4.3, + "rain": 2.5, + "max_wind": 4.1, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 67.6, + "sun": 3.1, + "cloud": 6.9, + "ground_temp": -0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74257, + "power": 74257 + }, + { + "date": 151229, + "mean_temp": -3.2, + "min_temp": -8.7, + "max_temp": 2.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 31, + "mean_hum": 47.6, + "sun": 7.6, + "cloud": 3.8, + "ground_temp": -1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76087, + "power": 76087 + }, + { + "date": 151228, + "mean_temp": -5.7, + "min_temp": -9.5, + "max_temp": -1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 38.4, + "sun": 9.2, + "cloud": 0, + "ground_temp": -2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75834, + "power": 75834 + }, + { + "date": 151227, + "mean_temp": -5.7, + "min_temp": -8.9, + "max_temp": -1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 39, + "sun": 9.2, + "cloud": 0, + "ground_temp": -0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61544, + "power": 61544 + }, + { + "date": 151226, + "mean_temp": 0.9, + "min_temp": -3.2, + "max_temp": 4.7, + "rain": 0.7, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 58, + "mean_hum": 73.3, + "sun": 0, + "cloud": 4.5, + "ground_temp": 1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64908, + "power": 61301 + }, + { + "date": 151225, + "mean_temp": -0.8, + "min_temp": -4.9, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 46.3, + "sun": 9.1, + "cloud": 2.3, + "ground_temp": 0.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 62658, + "power": 62658 + }, + { + "date": 151224, + "mean_temp": 1.5, + "min_temp": -1.6, + "max_temp": 5.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 47, + "mean_hum": 67.5, + "sun": 4.7, + "cloud": 4.5, + "ground_temp": 2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72706, + "power": 72706 + }, + { + "date": 151223, + "mean_temp": 5.9, + "min_temp": 2.9, + "max_temp": 10.6, + "rain": 0.4, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 59.6, + "sun": 5.9, + "cloud": 4.5, + "ground_temp": 4.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72896, + "power": 72896 + }, + { + "date": 151222, + "mean_temp": 3.1, + "min_temp": -1.5, + "max_temp": 7.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 67.9, + "sun": 7.1, + "cloud": 3.8, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72706, + "power": 74781 + }, + { + "date": 151221, + "mean_temp": 2.2, + "min_temp": -0.2, + "max_temp": 5, + "rain": 2, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 76, + "sun": 2.4, + "cloud": 5.8, + "ground_temp": 2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75526, + "power": 75526 + }, + { + "date": 151220, + "mean_temp": 1.5, + "min_temp": -3.4, + "max_temp": 6, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 39, + "mean_hum": 56.9, + "sun": 3.6, + "cloud": 7, + "ground_temp": 0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62896, + "power": 60678 + }, + { + "date": 151219, + "mean_temp": -0.1, + "min_temp": -4.6, + "max_temp": 6.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 66.3, + "sun": 8.8, + "cloud": 0.5, + "ground_temp": -0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65145, + "power": 65145 + }, + { + "date": 151218, + "mean_temp": -3.3, + "min_temp": -7, + "max_temp": -1, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 61.9, + "sun": 0, + "cloud": 6.3, + "ground_temp": -0.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 77282, + "power": 77282 + }, + { + "date": 151217, + "mean_temp": -4.6, + "min_temp": -7.4, + "max_temp": -0.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 27, + "mean_hum": 43.4, + "sun": 9.1, + "cloud": 0, + "ground_temp": -0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75834, + "power": 76340 + }, + { + "date": 151216, + "mean_temp": -1, + "min_temp": -5, + "max_temp": 2.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.9, + "min_hum": 35, + "mean_hum": 50.9, + "sun": 8.3, + "cloud": 2, + "ground_temp": 2.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73029, + "power": 73369 + }, + { + "date": 151215, + "mean_temp": 4.7, + "min_temp": 2, + "max_temp": 8.2, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 69.8, + "sun": 3.2, + "cloud": 8, + "ground_temp": 5.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71928, + "power": 71928 + }, + { + "date": 151214, + "mean_temp": 5, + "min_temp": 2.6, + "max_temp": 6.4, + "rain": 2.5, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 55, + "mean_hum": 75.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73300, + "power": 71845 + }, + { + "date": 151213, + "mean_temp": 5.2, + "min_temp": 0.9, + "max_temp": 12.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 50.5, + "sun": 8.9, + "cloud": 1.6, + "ground_temp": 4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56807, + "power": 58055 + }, + { + "date": 151212, + "mean_temp": 5.2, + "min_temp": 1.1, + "max_temp": 11, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 33, + "mean_hum": 50.1, + "sun": 8.9, + "cloud": 1.3, + "ground_temp": 3.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61903, + "power": 61903 + }, + { + "date": 151211, + "mean_temp": 6.4, + "min_temp": 3.3, + "max_temp": 12.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.4, + "min_hum": 33, + "mean_hum": 56.5, + "sun": 7.7, + "cloud": 2, + "ground_temp": 5.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71554, + "power": 71554 + }, + { + "date": 151210, + "mean_temp": 7.8, + "min_temp": 5.8, + "max_temp": 9.2, + "rain": 0.3, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 58, + "mean_hum": 74.8, + "sun": 0, + "cloud": 8.8, + "ground_temp": 6.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72052, + "power": 72052 + }, + { + "date": 151209, + "mean_temp": 5, + "min_temp": -0.8, + "max_temp": 10.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 57.4, + "sun": 7.2, + "cloud": 5.3, + "ground_temp": 3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73300, + "power": 73300 + }, + { + "date": 151208, + "mean_temp": 2.9, + "min_temp": -1.4, + "max_temp": 9.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 34, + "mean_hum": 55.9, + "sun": 9, + "cloud": 0, + "ground_temp": 2.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73169, + "power": 73169 + }, + { + "date": 151207, + "mean_temp": 1.9, + "min_temp": -3.4, + "max_temp": 6.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 51.1, + "sun": 8.8, + "cloud": 1.9, + "ground_temp": 2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73169, + "power": 73760 + }, + { + "date": 151206, + "mean_temp": 1.3, + "min_temp": -2, + "max_temp": 7.8, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.2, + "min_hum": 20, + "mean_hum": 46.4, + "sun": 7.5, + "cloud": 5, + "ground_temp": 2.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59924, + "power": 59924 + }, + { + "date": 151205, + "mean_temp": 3.4, + "min_temp": 0.6, + "max_temp": 7.2, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.1, + "min_hum": 25, + "mean_hum": 51.4, + "sun": 7.8, + "cloud": 6.3, + "ground_temp": 3.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62921, + "power": 62921 + }, + { + "date": 151204, + "mean_temp": -0.4, + "min_temp": -4.4, + "max_temp": 3.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 63.9, + "sun": 6.9, + "cloud": 3.4, + "ground_temp": 1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74655, + "power": 74655 + }, + { + "date": 151203, + "mean_temp": -0.7, + "min_temp": -3.2, + "max_temp": 3.3, + "rain": 7.1, + "max_wind": 8, + "mean_wind": 4.1, + "min_hum": 55, + "mean_hum": 79.3, + "sun": 1.3, + "cloud": 8.3, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73871, + "power": 73871 + }, + { + "date": 151202, + "mean_temp": 6, + "min_temp": 2.9, + "max_temp": 8.5, + "rain": 13.5, + "max_wind": 7, + "mean_wind": 3.2, + "min_hum": 51, + "mean_hum": 71.4, + "sun": 0.5, + "cloud": 7.8, + "ground_temp": 5.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71955, + "power": 71955 + }, + { + "date": 151201, + "mean_temp": 4, + "min_temp": -1.3, + "max_temp": 10.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 57.8, + "sun": 9.1, + "cloud": 1.5, + "ground_temp": 3.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73300, + "power": 72117 + }, + { + "date": 151130, + "mean_temp": 4.1, + "min_temp": 0.9, + "max_temp": 8.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 69.1, + "sun": 8.5, + "cloud": 2.5, + "ground_temp": 5.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70678, + "power": 70678 + }, + { + "date": 151129, + "mean_temp": 2.5, + "min_temp": 1, + "max_temp": 3.9, + "rain": 3, + "max_wind": 4.7, + "mean_wind": 3.3, + "min_hum": 76, + "mean_hum": 87.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 3.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58656, + "power": 58656 + }, + { + "date": 151128, + "mean_temp": 0.1, + "min_temp": -2.7, + "max_temp": 2.6, + "rain": 0.1, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 52, + "mean_hum": 70.8, + "sun": 0, + "cloud": 7.6, + "ground_temp": 1.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61464, + "power": 63822 + }, + { + "date": 151127, + "mean_temp": -2.8, + "min_temp": -7.3, + "max_temp": 2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 45, + "mean_hum": 59.1, + "sun": 5.2, + "cloud": 4.4, + "ground_temp": 1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73301, + "power": 73965 + }, + { + "date": 151126, + "mean_temp": -2.7, + "min_temp": -4.8, + "max_temp": 0.9, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.7, + "min_hum": 50, + "mean_hum": 63.8, + "sun": 2.3, + "cloud": 7, + "ground_temp": 1.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73301, + "power": 73301 + }, + { + "date": 151125, + "mean_temp": 2.4, + "min_temp": 0.9, + "max_temp": 5.3, + "rain": 11, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 73, + "mean_hum": 86.8, + "sun": 0.4, + "cloud": 9.4, + "ground_temp": 6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73232, + "power": 70103 + }, + { + "date": 151124, + "mean_temp": 5.6, + "min_temp": 2.7, + "max_temp": 8.8, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 55, + "mean_hum": 69.5, + "sun": 0, + "cloud": 8.3, + "ground_temp": 7.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67791, + "power": 67791 + }, + { + "date": 151123, + "mean_temp": 8.5, + "min_temp": 6.5, + "max_temp": 11, + "rain": 6.5, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 67, + "mean_hum": 80.9, + "sun": 0, + "cloud": 9.5, + "ground_temp": 10.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65809, + "power": 66940 + }, + { + "date": 151122, + "mean_temp": 10.2, + "min_temp": 5.9, + "max_temp": 15.7, + "rain": 3.5, + "max_wind": 5.9, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 66.5, + "sun": 3.2, + "cloud": 8.1, + "ground_temp": 9.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54692, + "power": 54692 + }, + { + "date": 151121, + "mean_temp": 9.2, + "min_temp": 5, + "max_temp": 15.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 55.9, + "sun": 8.2, + "cloud": 2.1, + "ground_temp": 8.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58603, + "power": 58603 + }, + { + "date": 151120, + "mean_temp": 9.8, + "min_temp": 7.1, + "max_temp": 14.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 72.6, + "sun": 5.3, + "cloud": 5.8, + "ground_temp": 10, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65527, + "power": 65527 + }, + { + "date": 151119, + "mean_temp": 8.9, + "min_temp": 6.7, + "max_temp": 10.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 65, + "mean_hum": 72.8, + "sun": 0, + "cloud": 7.6, + "ground_temp": 9.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66358, + "power": 66358 + }, + { + "date": 151118, + "mean_temp": 10.4, + "min_temp": 8.4, + "max_temp": 12.6, + "rain": 5.5, + "max_wind": 7.2, + "mean_wind": 5.1, + "min_hum": 58, + "mean_hum": 70.6, + "sun": 0, + "cloud": 8.9, + "ground_temp": 10.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66812, + "power": 66812 + }, + { + "date": 151117, + "mean_temp": 13.9, + "min_temp": 11, + "max_temp": 19.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 69.6, + "sun": 8.8, + "cloud": 4.6, + "ground_temp": 13.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65056, + "power": 65056 + }, + { + "date": 151116, + "mean_temp": 12.2, + "min_temp": 10.7, + "max_temp": 14, + "rain": 5.5, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 66, + "mean_hum": 85.1, + "sun": 0, + "cloud": 9.3, + "ground_temp": 12.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65021, + "power": 65914 + }, + { + "date": 151115, + "mean_temp": 13.4, + "min_temp": 10.6, + "max_temp": 17.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 61, + "mean_hum": 84.5, + "sun": 5.4, + "cloud": 6.3, + "ground_temp": 13.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54480, + "power": 54480 + }, + { + "date": 151114, + "mean_temp": 12.8, + "min_temp": 11, + "max_temp": 14.2, + "rain": 3.5, + "max_wind": 3.9, + "mean_wind": 1.4, + "min_hum": 91, + "mean_hum": 97.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 12.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58830, + "power": 57776 + }, + { + "date": 151113, + "mean_temp": 11.5, + "min_temp": 10.5, + "max_temp": 13.1, + "rain": 22.5, + "max_wind": 5.9, + "mean_wind": 4, + "min_hum": 61, + "mean_hum": 83.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 11.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66214, + "power": 66214 + }, + { + "date": 151112, + "mean_temp": 14.5, + "min_temp": 10.2, + "max_temp": 21, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.8, + "min_hum": 42, + "mean_hum": 63.5, + "sun": 8.9, + "cloud": 3.1, + "ground_temp": 12.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64451, + "power": 64451 + }, + { + "date": 151111, + "mean_temp": 11.6, + "min_temp": 6.6, + "max_temp": 17.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 51, + "mean_hum": 72.4, + "sun": 7.1, + "cloud": 3.6, + "ground_temp": 11.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64221, + "power": 64221 + }, + { + "date": 151110, + "mean_temp": 10, + "min_temp": 7.7, + "max_temp": 13.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 80, + "sun": 2.6, + "cloud": 5.9, + "ground_temp": 10.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65234, + "power": 65234 + }, + { + "date": 151109, + "mean_temp": 10.8, + "min_temp": 9.8, + "max_temp": 12.1, + "rain": 3.5, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 75, + "mean_hum": 87.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 12.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65021, + "power": 65021 + }, + { + "date": 151108, + "mean_temp": 11.1, + "min_temp": 10.3, + "max_temp": 11.8, + "rain": 10.5, + "max_wind": 7.5, + "mean_wind": 5.2, + "min_hum": 81, + "mean_hum": 90.6, + "sun": 0, + "cloud": 10, + "ground_temp": 11.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54098, + "power": 54098 + }, + { + "date": 151107, + "mean_temp": 10.5, + "min_temp": 9.3, + "max_temp": 11.7, + "rain": 24.5, + "max_wind": 7.3, + "mean_wind": 6, + "min_hum": 86, + "mean_hum": 91.5, + "sun": 0, + "cloud": 10, + "ground_temp": 11.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58830, + "power": 58830 + }, + { + "date": 151106, + "mean_temp": 13.5, + "min_temp": 9.6, + "max_temp": 19.2, + "rain": 4.5, + "max_wind": 7.7, + "mean_wind": 4.7, + "min_hum": 45, + "mean_hum": 63.9, + "sun": 5.6, + "cloud": 7.1, + "ground_temp": 12.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63785, + "power": 63785 + }, + { + "date": 151105, + "mean_temp": 13.2, + "min_temp": 8.6, + "max_temp": 19.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 63.9, + "sun": 8.1, + "cloud": 2.5, + "ground_temp": 12.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63626, + "power": 63626 + }, + { + "date": 151104, + "mean_temp": 12.2, + "min_temp": 5.8, + "max_temp": 19.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 62, + "sun": 9.1, + "cloud": 2, + "ground_temp": 11.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64007, + "power": 64007 + }, + { + "date": 151103, + "mean_temp": 11.8, + "min_temp": 6.6, + "max_temp": 18.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 67.6, + "sun": 9, + "cloud": 0, + "ground_temp": 10.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64221, + "power": 64524 + }, + { + "date": 151102, + "mean_temp": 10.8, + "min_temp": 6.1, + "max_temp": 15.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 60.5, + "sun": 6.6, + "cloud": 4.9, + "ground_temp": 10.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64439, + "power": 64439 + }, + { + "date": 151101, + "mean_temp": 7, + "min_temp": 1.3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 23, + "mean_hum": 48.4, + "sun": 4.7, + "cloud": 7.3, + "ground_temp": 8.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57792, + "power": 54224 + }, + { + "date": 151031, + "mean_temp": 5.7, + "min_temp": 1.1, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 42.5, + "sun": 9.7, + "cloud": 0, + "ground_temp": 7.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56721, + "power": 56721 + }, + { + "date": 151030, + "mean_temp": 5.4, + "min_temp": 1.7, + "max_temp": 10.4, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 41.8, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": 8.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67829, + "power": 64239 + }, + { + "date": 151029, + "mean_temp": 8.4, + "min_temp": 3.2, + "max_temp": 14.7, + "rain": 0.5, + "max_wind": 7.1, + "mean_wind": 2.4, + "min_hum": 24, + "mean_hum": 50.4, + "sun": 7, + "cloud": 2, + "ground_temp": 9.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64520, + "power": 64520 + }, + { + "date": 151028, + "mean_temp": 9.9, + "min_temp": 5.6, + "max_temp": 15.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 49, + "sun": 9.7, + "cloud": 0.3, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63356, + "power": 63356 + }, + { + "date": 151027, + "mean_temp": 12.1, + "min_temp": 7.7, + "max_temp": 15.9, + "rain": 26.5, + "max_wind": 6.7, + "mean_wind": 3.2, + "min_hum": 38, + "mean_hum": 69.3, + "sun": 7, + "cloud": 4.6, + "ground_temp": 14.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64385, + "power": 64385 + }, + { + "date": 151026, + "mean_temp": 15, + "min_temp": 12, + "max_temp": 18.7, + "rain": 2, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 66.8, + "sun": 2.4, + "cloud": 8.5, + "ground_temp": 15.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63891, + "power": 63891 + }, + { + "date": 151025, + "mean_temp": 16.3, + "min_temp": 12.1, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 51, + "sun": 8.6, + "cloud": 0.9, + "ground_temp": 15.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52758, + "power": 52758 + }, + { + "date": 151024, + "mean_temp": 16.9, + "min_temp": 13.2, + "max_temp": 22, + "rain": 10.5, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 64.4, + "sun": 6.9, + "cloud": 4.4, + "ground_temp": 17.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55946, + "power": 55946 + }, + { + "date": 151023, + "mean_temp": 17.5, + "min_temp": 15.2, + "max_temp": 21.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 69.1, + "sun": 4.1, + "cloud": 6.1, + "ground_temp": 18.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63199, + "power": 63199 + }, + { + "date": 151022, + "mean_temp": 17.5, + "min_temp": 14.5, + "max_temp": 23.1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 47, + "mean_hum": 64.8, + "sun": 4.6, + "cloud": 2.1, + "ground_temp": 18.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64211, + "power": 64211 + }, + { + "date": 151021, + "mean_temp": 17.9, + "min_temp": 13.9, + "max_temp": 22.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 72.5, + "sun": 6.7, + "cloud": 0, + "ground_temp": 18.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64102, + "power": 64102 + }, + { + "date": 151020, + "mean_temp": 18.8, + "min_temp": 15.4, + "max_temp": 25.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 41, + "mean_hum": 69.5, + "sun": 6.9, + "cloud": 2.9, + "ground_temp": 19.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65040, + "power": 65040 + }, + { + "date": 151019, + "mean_temp": 18.1, + "min_temp": 13.6, + "max_temp": 23.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 67.4, + "sun": 7.6, + "cloud": 0.5, + "ground_temp": 18.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64033, + "power": 64033 + }, + { + "date": 151018, + "mean_temp": 17.9, + "min_temp": 12.4, + "max_temp": 24.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 32, + "mean_hum": 65.1, + "sun": 9, + "cloud": 0.1, + "ground_temp": 17.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53494, + "power": 53494 + }, + { + "date": 151017, + "mean_temp": 18.7, + "min_temp": 12.4, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 64.8, + "sun": 10.2, + "cloud": 0, + "ground_temp": 18.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56043, + "power": 56043 + }, + { + "date": 151016, + "mean_temp": 17.5, + "min_temp": 13.2, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 71, + "sun": 7.6, + "cloud": 2.4, + "ground_temp": 18.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63790, + "power": 63790 + }, + { + "date": 151015, + "mean_temp": 17.9, + "min_temp": 12.1, + "max_temp": 26.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 62.1, + "sun": 9.8, + "cloud": 3.1, + "ground_temp": 17.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64576, + "power": 64576 + }, + { + "date": 151014, + "mean_temp": 17.1, + "min_temp": 10.9, + "max_temp": 24.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 26, + "mean_hum": 64.6, + "sun": 9.2, + "cloud": 0.1, + "ground_temp": 17, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64033, + "power": 63625 + }, + { + "date": 151013, + "mean_temp": 15, + "min_temp": 7.8, + "max_temp": 21.3, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 66.4, + "sun": 10.1, + "cloud": 0.8, + "ground_temp": 14.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63812, + "power": 63812 + }, + { + "date": 151012, + "mean_temp": 12.3, + "min_temp": 8.2, + "max_temp": 17.9, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.7, + "min_hum": 35, + "mean_hum": 56.5, + "sun": 10.6, + "cloud": 2.3, + "ground_temp": 14, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63312, + "power": 63312 + }, + { + "date": 151011, + "mean_temp": 10.8, + "min_temp": 8.1, + "max_temp": 14.4, + "rain": 3.5, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 50, + "mean_hum": 72.6, + "sun": 1.5, + "cloud": 6.8, + "ground_temp": 12.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52812, + "power": 52812 + }, + { + "date": 151010, + "mean_temp": 12.8, + "min_temp": 10.4, + "max_temp": 17.2, + "rain": 3.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 70.9, + "sun": 2.2, + "cloud": 8.6, + "ground_temp": 15.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57447, + "power": 54244 + }, + { + "date": 151009, + "mean_temp": 16.2, + "min_temp": 12.8, + "max_temp": 20.5, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.7, + "min_hum": 17, + "mean_hum": 43.8, + "sun": 10.8, + "cloud": 0.8, + "ground_temp": 19.1, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 52756, + "power": 58063 + }, + { + "date": 151008, + "mean_temp": 20.1, + "min_temp": 15.7, + "max_temp": 26.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 61.1, + "sun": 9.8, + "cloud": 3.9, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63497, + "power": 63497 + }, + { + "date": 151007, + "mean_temp": 19.6, + "min_temp": 14.1, + "max_temp": 25.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 67.5, + "sun": 6.9, + "cloud": 4.8, + "ground_temp": 19.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64102, + "power": 64311 + }, + { + "date": 151006, + "mean_temp": 18.7, + "min_temp": 12.1, + "max_temp": 26.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 57.5, + "sun": 10.5, + "cloud": 0, + "ground_temp": 18.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64572, + "power": 64572 + }, + { + "date": 151005, + "mean_temp": 18, + "min_temp": 11, + "max_temp": 25.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 49.4, + "sun": 11, + "cloud": 0.1, + "ground_temp": 17.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63691, + "power": 63691 + }, + { + "date": 151004, + "mean_temp": 16.6, + "min_temp": 11.2, + "max_temp": 22.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 38.9, + "sun": 8.9, + "cloud": 6.3, + "ground_temp": 17.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53269, + "power": 53269 + }, + { + "date": 151003, + "mean_temp": 19.2, + "min_temp": 13.3, + "max_temp": 24.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.8, + "min_hum": 23, + "mean_hum": 49.4, + "sun": 10.2, + "cloud": 4.5, + "ground_temp": 19.7, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 55982, + "power": 55982 + }, + { + "date": 151002, + "mean_temp": 16.5, + "min_temp": 8.6, + "max_temp": 21.5, + "rain": 0, + "max_wind": 8.6, + "mean_wind": 3.7, + "min_hum": 31, + "mean_hum": 53.5, + "sun": 10.5, + "cloud": 2.8, + "ground_temp": 16.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62303, + "power": 62303 + }, + { + "date": 151001, + "mean_temp": 16.3, + "min_temp": 10.7, + "max_temp": 19.7, + "rain": 35, + "max_wind": 8.2, + "mean_wind": 3.6, + "min_hum": 48, + "mean_hum": 77.5, + "sun": 0, + "cloud": 8.3, + "ground_temp": 17.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63199, + "power": 65322 + }, + { + "date": 150930, + "mean_temp": 21.3, + "min_temp": 19.4, + "max_temp": 26.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 30, + "mean_hum": 45.3, + "sun": 3.7, + "cloud": 8.9, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61103, + "power": 61103 + }, + { + "date": 150929, + "mean_temp": 22.1, + "min_temp": 15.9, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 36.6, + "sun": 9.4, + "cloud": 3.4, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 52106, + "power": 52106 + }, + { + "date": 150928, + "mean_temp": 21.4, + "min_temp": 15.5, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.6, + "min_hum": 20, + "mean_hum": 39.6, + "sun": 5.6, + "cloud": 5.8, + "ground_temp": 22.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 47846, + "power": 47846 + }, + { + "date": 150927, + "mean_temp": 21.9, + "min_temp": 14.2, + "max_temp": 29.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 15, + "mean_hum": 39.4, + "sun": 11.2, + "cloud": 0, + "ground_temp": 24.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 44389, + "power": 44389 + }, + { + "date": 150926, + "mean_temp": 22.4, + "min_temp": 17.9, + "max_temp": 28, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 54.5, + "sun": 11, + "cloud": 1.9, + "ground_temp": 25.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 49043, + "power": 49043 + }, + { + "date": 150925, + "mean_temp": 23.4, + "min_temp": 19, + "max_temp": 29.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 56.5, + "sun": 9.5, + "cloud": 2.9, + "ground_temp": 26.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62960, + "power": 62960 + }, + { + "date": 150924, + "mean_temp": 23.4, + "min_temp": 17.5, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 56.4, + "sun": 10.3, + "cloud": 3, + "ground_temp": 26.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66574, + "power": 67067 + }, + { + "date": 150923, + "mean_temp": 22, + "min_temp": 19, + "max_temp": 26.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 42, + "mean_hum": 57.9, + "sun": 2.1, + "cloud": 6.6, + "ground_temp": 22.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66815, + "power": 66815 + }, + { + "date": 150922, + "mean_temp": 23.9, + "min_temp": 18, + "max_temp": 31, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 48.4, + "sun": 11.2, + "cloud": 0.5, + "ground_temp": 26.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68297, + "power": 68297 + }, + { + "date": 150921, + "mean_temp": 22.6, + "min_temp": 16.5, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 62.1, + "sun": 10, + "cloud": 0.4, + "ground_temp": 25.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67755, + "power": 67755 + }, + { + "date": 150920, + "mean_temp": 22.1, + "min_temp": 17.9, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 69, + "sun": 7.7, + "cloud": 4.5, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54241, + "power": 55707 + }, + { + "date": 150919, + "mean_temp": 22.3, + "min_temp": 17, + "max_temp": 29, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 58.3, + "sun": 11.5, + "cloud": 2.6, + "ground_temp": 26.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59505, + "power": 59505 + }, + { + "date": 150918, + "mean_temp": 21.9, + "min_temp": 15.9, + "max_temp": 29.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 52.1, + "sun": 10, + "cloud": 2.5, + "ground_temp": 26.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66562, + "power": 66562 + }, + { + "date": 150917, + "mean_temp": 21.4, + "min_temp": 15.5, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 28, + "mean_hum": 46.4, + "sun": 11.4, + "cloud": 1.5, + "ground_temp": 26.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66608, + "power": 66608 + }, + { + "date": 150916, + "mean_temp": 21.6, + "min_temp": 16, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 45.5, + "sun": 11.7, + "cloud": 4.8, + "ground_temp": 25.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66232, + "power": 66232 + }, + { + "date": 150915, + "mean_temp": 22.8, + "min_temp": 17.4, + "max_temp": 28.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 48.5, + "sun": 11.2, + "cloud": 3.8, + "ground_temp": 26.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66393, + "power": 66393 + }, + { + "date": 150914, + "mean_temp": 22.1, + "min_temp": 16.4, + "max_temp": 27.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 61.1, + "sun": 10, + "cloud": 3.6, + "ground_temp": 24.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66672, + "power": 66672 + }, + { + "date": 150913, + "mean_temp": 20.2, + "min_temp": 15.2, + "max_temp": 26, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 54.1, + "sun": 11.9, + "cloud": 0.5, + "ground_temp": 23.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53986, + "power": 53986 + }, + { + "date": 150912, + "mean_temp": 19.2, + "min_temp": 15.5, + "max_temp": 24, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 60.4, + "sun": 5.8, + "cloud": 7.9, + "ground_temp": 22.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56689, + "power": 59147 + }, + { + "date": 150911, + "mean_temp": 21, + "min_temp": 16.8, + "max_temp": 24.4, + "rain": 2.5, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 56, + "mean_hum": 76.4, + "sun": 1.8, + "cloud": 9.3, + "ground_temp": 23.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64878, + "power": 67735 + }, + { + "date": 150910, + "mean_temp": 22.4, + "min_temp": 17, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 41, + "mean_hum": 62.3, + "sun": 11.9, + "cloud": 0.9, + "ground_temp": 26.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67993, + "power": 67993 + }, + { + "date": 150909, + "mean_temp": 22.4, + "min_temp": 15.3, + "max_temp": 30.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 28, + "mean_hum": 42.9, + "sun": 12, + "cloud": 0.4, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67206, + "power": 67573 + }, + { + "date": 150908, + "mean_temp": 22.7, + "min_temp": 16.2, + "max_temp": 28.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 43.6, + "sun": 12.3, + "cloud": 0, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67206, + "power": 67206 + }, + { + "date": 150907, + "mean_temp": 22.6, + "min_temp": 16.8, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 52.9, + "sun": 12.2, + "cloud": 0.5, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67206, + "power": 68207 + }, + { + "date": 150906, + "mean_temp": 22.2, + "min_temp": 19.3, + "max_temp": 26.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.7, + "min_hum": 47, + "mean_hum": 60.4, + "sun": 6.5, + "cloud": 4.8, + "ground_temp": 22.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55172, + "power": 55172 + }, + { + "date": 150905, + "mean_temp": 21.9, + "min_temp": 19.4, + "max_temp": 23.6, + "rain": 5, + "max_wind": 5.9, + "mean_wind": 2.1, + "min_hum": 72, + "mean_hum": 79.8, + "sun": 0, + "cloud": 9.4, + "ground_temp": 23.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55666, + "power": 62551 + }, + { + "date": 150904, + "mean_temp": 24.8, + "min_temp": 20.6, + "max_temp": 30.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 36, + "mean_hum": 68.5, + "sun": 8.4, + "cloud": 5, + "ground_temp": 25, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66163, + "power": 72121 + }, + { + "date": 150903, + "mean_temp": 23.9, + "min_temp": 19.8, + "max_temp": 28.2, + "rain": 18, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 48, + "mean_hum": 75.1, + "sun": 10.2, + "cloud": 4.1, + "ground_temp": 25.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68058, + "power": 71937 + }, + { + "date": 150902, + "mean_temp": 23.9, + "min_temp": 22, + "max_temp": 27.7, + "rain": 0.5, + "max_wind": 6.7, + "mean_wind": 2.1, + "min_hum": 58, + "mean_hum": 72.8, + "sun": 3.3, + "cloud": 8.5, + "ground_temp": 26.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67961, + "power": 72236 + }, + { + "date": 150901, + "mean_temp": 25.9, + "min_temp": 22.6, + "max_temp": 30.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.4, + "min_hum": 41, + "mean_hum": 59.4, + "sun": 8.3, + "cloud": 7.4, + "ground_temp": 28.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72991, + "power": 72991 + }, + { + "date": 150831, + "mean_temp": 25.9, + "min_temp": 21, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 62.9, + "sun": 8.8, + "cloud": 3.8, + "ground_temp": 28.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72639, + "power": 72639 + }, + { + "date": 150830, + "mean_temp": 24.9, + "min_temp": 19.9, + "max_temp": 31, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 65.9, + "sun": 10.6, + "cloud": 1.3, + "ground_temp": 29.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57913, + "power": 57913 + }, + { + "date": 150829, + "mean_temp": 24.4, + "min_temp": 19, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 65.8, + "sun": 10.7, + "cloud": 1.3, + "ground_temp": 28.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62100, + "power": 62100 + }, + { + "date": 150828, + "mean_temp": 23.2, + "min_temp": 19, + "max_temp": 28.1, + "rain": 0.3, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 46, + "mean_hum": 69.4, + "sun": 6.8, + "cloud": 5, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70617, + "power": 70617 + }, + { + "date": 150827, + "mean_temp": 24.7, + "min_temp": 21.2, + "max_temp": 30, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.1, + "min_hum": 29, + "mean_hum": 61.1, + "sun": 12.2, + "cloud": 1.9, + "ground_temp": 27.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65865, + "power": 69840 + }, + { + "date": 150826, + "mean_temp": 21.9, + "min_temp": 18.9, + "max_temp": 25.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 68.4, + "sun": 3.6, + "cloud": 8.5, + "ground_temp": 22.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67939, + "power": 67939 + }, + { + "date": 150825, + "mean_temp": 21.7, + "min_temp": 19.2, + "max_temp": 24.5, + "rain": 5.5, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 57, + "mean_hum": 76.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 22.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65015, + "power": 68423 + }, + { + "date": 150824, + "mean_temp": 26.3, + "min_temp": 23.3, + "max_temp": 30.3, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.8, + "min_hum": 48, + "mean_hum": 60.6, + "sun": 5.3, + "cloud": 6.8, + "ground_temp": 27.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73542, + "power": 73542 + }, + { + "date": 150823, + "mean_temp": 26.3, + "min_temp": 20.9, + "max_temp": 31.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 65.5, + "sun": 9.7, + "cloud": 4.4, + "ground_temp": 28.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 65320, + "power": 59361 + }, + { + "date": 150822, + "mean_temp": 25.5, + "min_temp": 23.4, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 69.8, + "sun": 6.9, + "cloud": 6.9, + "ground_temp": 26.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62159, + "power": 64772 + }, + { + "date": 150821, + "mean_temp": 25.2, + "min_temp": 23, + "max_temp": 29.3, + "rain": 2.5, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 78.3, + "sun": 4.3, + "cloud": 7.1, + "ground_temp": 25.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71612, + "power": 72231 + }, + { + "date": 150820, + "mean_temp": 25.4, + "min_temp": 24.2, + "max_temp": 28.1, + "rain": 0.4, + "max_wind": 5.5, + "mean_wind": 1.7, + "min_hum": 58, + "mean_hum": 75.5, + "sun": 0.8, + "cloud": 9.6, + "ground_temp": 26.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74079, + "power": 74079 + }, + { + "date": 150819, + "mean_temp": 26.8, + "min_temp": 24.2, + "max_temp": 29.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 54, + "mean_hum": 70.3, + "sun": 0.2, + "cloud": 8.6, + "ground_temp": 26.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75218, + "power": 75218 + }, + { + "date": 150818, + "mean_temp": 27.9, + "min_temp": 24.1, + "max_temp": 32.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 59.9, + "sun": 8.7, + "cloud": 5.1, + "ground_temp": 27.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75600, + "power": 75600 + }, + { + "date": 150817, + "mean_temp": 26.6, + "min_temp": 19.8, + "max_temp": 32.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 61.5, + "sun": 11.3, + "cloud": 3.3, + "ground_temp": 28.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68944, + "power": 74469 + }, + { + "date": 150816, + "mean_temp": 25.8, + "min_temp": 20.7, + "max_temp": 31.2, + "rain": 29, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 51, + "mean_hum": 74.9, + "sun": 1.7, + "cloud": 8.3, + "ground_temp": 29.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59581, + "power": 59581 + }, + { + "date": 150815, + "mean_temp": 27.1, + "min_temp": 23.1, + "max_temp": 30.8, + "rain": 0.1, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 50, + "mean_hum": 70.4, + "sun": 6.5, + "cloud": 4.3, + "ground_temp": 29.5, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 64512, + "power": 64512 + }, + { + "date": 150814, + "mean_temp": 26.9, + "min_temp": 22.7, + "max_temp": 32.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 66.4, + "sun": 11.2, + "cloud": 3.9, + "ground_temp": 30.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 69377, + "power": 69377 + }, + { + "date": 150813, + "mean_temp": 26.5, + "min_temp": 23.9, + "max_temp": 31.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 68.6, + "sun": 8.5, + "cloud": 4.8, + "ground_temp": 29.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76504, + "power": 74160 + }, + { + "date": 150812, + "mean_temp": 27.3, + "min_temp": 22.1, + "max_temp": 32.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 67.5, + "sun": 10.6, + "cloud": 2, + "ground_temp": 31, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73511, + "power": 73511 + }, + { + "date": 150811, + "mean_temp": 26.8, + "min_temp": 24.5, + "max_temp": 30.6, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 73.6, + "sun": 2.2, + "cloud": 6.4, + "ground_temp": 27.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76028, + "power": 76028 + }, + { + "date": 150810, + "mean_temp": 27, + "min_temp": 23.9, + "max_temp": 32, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 72.1, + "sun": 8.6, + "cloud": 6.5, + "ground_temp": 28.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76504, + "power": 76504 + }, + { + "date": 150809, + "mean_temp": 26.7, + "min_temp": 23.3, + "max_temp": 31, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 49, + "mean_hum": 74.4, + "sun": 9.6, + "cloud": 6.6, + "ground_temp": 28.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62661, + "power": 62661 + }, + { + "date": 150808, + "mean_temp": 26.6, + "min_temp": 24.3, + "max_temp": 33, + "rain": 7.5, + "max_wind": 8.1, + "mean_wind": 2.1, + "min_hum": 49, + "mean_hum": 79.1, + "sun": 5, + "cloud": 6.5, + "ground_temp": 27.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62512, + "power": 69683 + }, + { + "date": 150807, + "mean_temp": 28.9, + "min_temp": 26, + "max_temp": 34.4, + "rain": 11, + "max_wind": 4.4, + "mean_wind": 1.4, + "min_hum": 45, + "mean_hum": 71.3, + "sun": 7.5, + "cloud": 2.8, + "ground_temp": 32.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76916, + "power": 76916 + }, + { + "date": 150806, + "mean_temp": 29.3, + "min_temp": 24.5, + "max_temp": 34.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 64.5, + "sun": 11.8, + "cloud": 3.1, + "ground_temp": 31.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75159, + "power": 75159 + }, + { + "date": 150805, + "mean_temp": 28.6, + "min_temp": 25.9, + "max_temp": 32.7, + "rain": 0.1, + "max_wind": 7.8, + "mean_wind": 3.7, + "min_hum": 45, + "mean_hum": 67, + "sun": 7.5, + "cloud": 6.6, + "ground_temp": 29.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69924, + "power": 69924 + }, + { + "date": 150804, + "mean_temp": 27.5, + "min_temp": 25.4, + "max_temp": 30.8, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 4.5, + "min_hum": 62, + "mean_hum": 73.3, + "sun": 3.7, + "cloud": 8.5, + "ground_temp": 27.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67177, + "power": 67177 + }, + { + "date": 150803, + "mean_temp": 27.9, + "min_temp": 25.6, + "max_temp": 31.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.8, + "min_hum": 60, + "mean_hum": 71.5, + "sun": 6, + "cloud": 5.8, + "ground_temp": 29.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76179, + "power": 65735 + }, + { + "date": 150802, + "mean_temp": 26.5, + "min_temp": 24.1, + "max_temp": 29.2, + "rain": 16.5, + "max_wind": 7.3, + "mean_wind": 2.7, + "min_hum": 58, + "mean_hum": 84.3, + "sun": 1.4, + "cloud": 8.4, + "ground_temp": 26.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61500, + "power": 60346 + }, + { + "date": 150801, + "mean_temp": 28.2, + "min_temp": 26, + "max_temp": 31.6, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 59, + "mean_hum": 72.8, + "sun": 5.3, + "cloud": 6.9, + "ground_temp": 28.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62162, + "power": 62162 + }, + { + "date": 150731, + "mean_temp": 27.9, + "min_temp": 26.2, + "max_temp": 32.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 51, + "mean_hum": 74.3, + "sun": 6.7, + "cloud": 6.6, + "ground_temp": 29.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76179, + "power": 74429 + }, + { + "date": 150730, + "mean_temp": 28.6, + "min_temp": 25.5, + "max_temp": 33.1, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.5, + "min_hum": 54, + "mean_hum": 76.4, + "sun": 7.9, + "cloud": 6.9, + "ground_temp": 28.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76696, + "power": 76696 + }, + { + "date": 150729, + "mean_temp": 26.7, + "min_temp": 24.8, + "max_temp": 28.8, + "rain": 4, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 72, + "mean_hum": 82.9, + "sun": 0.2, + "cloud": 8.4, + "ground_temp": 26.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75218, + "power": 74624 + }, + { + "date": 150728, + "mean_temp": 27.7, + "min_temp": 24.6, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 74.4, + "sun": 7.2, + "cloud": 7.3, + "ground_temp": 28.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76179, + "power": 76179 + }, + { + "date": 150727, + "mean_temp": 26.2, + "min_temp": 24.4, + "max_temp": 30, + "rain": 1.5, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 65, + "mean_hum": 86, + "sun": 3.6, + "cloud": 8.4, + "ground_temp": 25.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73976, + "power": 73976 + }, + { + "date": 150726, + "mean_temp": 26, + "min_temp": 23.5, + "max_temp": 30, + "rain": 40.5, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 62, + "mean_hum": 85.5, + "sun": 4.3, + "cloud": 8.4, + "ground_temp": 25.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60454, + "power": 60454 + }, + { + "date": 150725, + "mean_temp": 25, + "min_temp": 24.4, + "max_temp": 26.4, + "rain": 80, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 83, + "mean_hum": 95.1, + "sun": 0, + "cloud": 10, + "ground_temp": 25.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64202, + "power": 64202 + }, + { + "date": 150724, + "mean_temp": 24.7, + "min_temp": 22.6, + "max_temp": 25.4, + "rain": 26.5, + "max_wind": 5.8, + "mean_wind": 2, + "min_hum": 90, + "mean_hum": 96.9, + "sun": 0, + "cloud": 10, + "ground_temp": 26, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71742, + "power": 71742 + }, + { + "date": 150723, + "mean_temp": 26.9, + "min_temp": 24.9, + "max_temp": 32.1, + "rain": 16, + "max_wind": 6.2, + "mean_wind": 2.1, + "min_hum": 55, + "mean_hum": 81, + "sun": 2.3, + "cloud": 9.5, + "ground_temp": 27.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75266, + "power": 75266 + }, + { + "date": 150722, + "mean_temp": 27.7, + "min_temp": 25.3, + "max_temp": 31.7, + "rain": 1, + "max_wind": 4.8, + "mean_wind": 1.8, + "min_hum": 60, + "mean_hum": 76.9, + "sun": 2.2, + "cloud": 8.5, + "ground_temp": 28.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74740, + "power": 74740 + }, + { + "date": 150721, + "mean_temp": 27, + "min_temp": 24.6, + "max_temp": 29.6, + "rain": 11, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 67, + "mean_hum": 81.6, + "sun": 0.3, + "cloud": 9.5, + "ground_temp": 27.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72128, + "power": 73302 + }, + { + "date": 150720, + "mean_temp": 27.5, + "min_temp": 24.4, + "max_temp": 31.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.4, + "min_hum": 54, + "mean_hum": 71.4, + "sun": 1.7, + "cloud": 8.5, + "ground_temp": 27.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72128, + "power": 72128 + }, + { + "date": 150719, + "mean_temp": 25.1, + "min_temp": 21.3, + "max_temp": 29.8, + "rain": 5, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 77.4, + "sun": 3.4, + "cloud": 8.6, + "ground_temp": 26.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57172, + "power": 57172 + }, + { + "date": 150718, + "mean_temp": 24.3, + "min_temp": 22.3, + "max_temp": 27.8, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 44, + "mean_hum": 63.5, + "sun": 1.1, + "cloud": 9.9, + "ground_temp": 27.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60151, + "power": 60151 + }, + { + "date": 150717, + "mean_temp": 23.6, + "min_temp": 18.4, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.6, + "min_hum": 37, + "mean_hum": 49.8, + "sun": 8.1, + "cloud": 6.1, + "ground_temp": 26.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67045, + "power": 67045 + }, + { + "date": 150716, + "mean_temp": 24.7, + "min_temp": 20.6, + "max_temp": 28.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 5, + "min_hum": 38, + "mean_hum": 51.3, + "sun": 11.2, + "cloud": 3.9, + "ground_temp": 27.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69032, + "power": 69032 + }, + { + "date": 150715, + "mean_temp": 27.9, + "min_temp": 22.7, + "max_temp": 33.9, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.9, + "min_hum": 35, + "mean_hum": 58.8, + "sun": 11.4, + "cloud": 3.3, + "ground_temp": 28.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73691, + "power": 73691 + }, + { + "date": 150714, + "mean_temp": 26.1, + "min_temp": 22.5, + "max_temp": 31.4, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 47, + "mean_hum": 72.4, + "sun": 10.1, + "cloud": 5, + "ground_temp": 27, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72249, + "power": 72249 + }, + { + "date": 150713, + "mean_temp": 23.1, + "min_temp": 21.4, + "max_temp": 24.9, + "rain": 10, + "max_wind": 8, + "mean_wind": 5.2, + "min_hum": 76, + "mean_hum": 90.8, + "sun": 0.1, + "cloud": 9.5, + "ground_temp": 23.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67906, + "power": 67906 + }, + { + "date": 150712, + "mean_temp": 24.8, + "min_temp": 24, + "max_temp": 28, + "rain": 29, + "max_wind": 5.8, + "mean_wind": 4, + "min_hum": 71, + "mean_hum": 94.1, + "sun": 0, + "cloud": 10, + "ground_temp": 25.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57062, + "power": 57062 + }, + { + "date": 150711, + "mean_temp": 30.4, + "min_temp": 25.7, + "max_temp": 36, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 60.3, + "sun": 9.9, + "cloud": 7.5, + "ground_temp": 34.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64680, + "power": 65687 + }, + { + "date": 150710, + "mean_temp": 29.2, + "min_temp": 23.6, + "max_temp": 34.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 60.9, + "sun": 8.7, + "cloud": 5.6, + "ground_temp": 33.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71612, + "power": 71612 + }, + { + "date": 150709, + "mean_temp": 26.5, + "min_temp": 22.1, + "max_temp": 31.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 61.3, + "sun": 4.5, + "cloud": 6.8, + "ground_temp": 29.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73511, + "power": 69524 + }, + { + "date": 150708, + "mean_temp": 23.4, + "min_temp": 20.7, + "max_temp": 26.3, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 4, + "min_hum": 47, + "mean_hum": 69.8, + "sun": 1.3, + "cloud": 9.4, + "ground_temp": 26.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67481, + "power": 67481 + }, + { + "date": 150707, + "mean_temp": 25.6, + "min_temp": 21.4, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 52.1, + "sun": 5.5, + "cloud": 7.6, + "ground_temp": 29.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67267, + "power": 67267 + }, + { + "date": 150706, + "mean_temp": 25.3, + "min_temp": 20.2, + "max_temp": 32.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 54.3, + "sun": 9.9, + "cloud": 3.9, + "ground_temp": 30.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68718, + "power": 68718 + }, + { + "date": 150705, + "mean_temp": 24.2, + "min_temp": 20.1, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 57.4, + "sun": 9.7, + "cloud": 5.1, + "ground_temp": 27.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54730, + "power": 54730 + }, + { + "date": 150704, + "mean_temp": 24.1, + "min_temp": 18.2, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 55.8, + "sun": 10.9, + "cloud": 1.9, + "ground_temp": 29.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59505, + "power": 58508 + }, + { + "date": 150703, + "mean_temp": 23.3, + "min_temp": 19.2, + "max_temp": 28.3, + "rain": 0, + "max_wind": 7, + "mean_wind": 3, + "min_hum": 32, + "mean_hum": 62.6, + "sun": 11.1, + "cloud": 2.1, + "ground_temp": 28.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62960, + "power": 67572 + }, + { + "date": 150702, + "mean_temp": 23.7, + "min_temp": 20.4, + "max_temp": 29.3, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4, + "min_hum": 28, + "mean_hum": 64.5, + "sun": 11.1, + "cloud": 4.6, + "ground_temp": 28.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68058, + "power": 68058 + }, + { + "date": 150701, + "mean_temp": 23.7, + "min_temp": 21, + "max_temp": 27.9, + "rain": 0.5, + "max_wind": 7.6, + "mean_wind": 3.8, + "min_hum": 38, + "mean_hum": 66.3, + "sun": 11.7, + "cloud": 4.4, + "ground_temp": 28.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67370, + "power": 67370 + }, + { + "date": 150630, + "mean_temp": 24.4, + "min_temp": 21.9, + "max_temp": 29.2, + "rain": 2.5, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 70, + "sun": 2.8, + "cloud": 9.1, + "ground_temp": 25, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68545, + "power": 68545 + }, + { + "date": 150629, + "mean_temp": 25.7, + "min_temp": 21.2, + "max_temp": 30.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 42, + "mean_hum": 61.8, + "sun": 11.4, + "cloud": 6.8, + "ground_temp": 29.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69801, + "power": 69381 + }, + { + "date": 150628, + "mean_temp": 25.4, + "min_temp": 21, + "max_temp": 31.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 41, + "mean_hum": 61.8, + "sun": 13, + "cloud": 3, + "ground_temp": 28.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55007, + "power": 55007 + }, + { + "date": 150627, + "mean_temp": 25.2, + "min_temp": 19.2, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 34, + "mean_hum": 55.3, + "sun": 12.6, + "cloud": 3.1, + "ground_temp": 27.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62100, + "power": 59267 + }, + { + "date": 150626, + "mean_temp": 21, + "min_temp": 18, + "max_temp": 25.3, + "rain": 12.5, + "max_wind": 5.6, + "mean_wind": 3.3, + "min_hum": 51, + "mean_hum": 75.8, + "sun": 0.3, + "cloud": 9.6, + "ground_temp": 22.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66006, + "power": 66006 + }, + { + "date": 150625, + "mean_temp": 24.8, + "min_temp": 21, + "max_temp": 29.1, + "rain": 2, + "max_wind": 3.6, + "mean_wind": 2.1, + "min_hum": 45, + "mean_hum": 65.1, + "sun": 2.4, + "cloud": 8.9, + "ground_temp": 27.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68538, + "power": 68538 + }, + { + "date": 150624, + "mean_temp": 25.7, + "min_temp": 21.1, + "max_temp": 30.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 39, + "mean_hum": 58.3, + "sun": 8.6, + "cloud": 6.1, + "ground_temp": 27.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69882, + "power": 69882 + }, + { + "date": 150623, + "mean_temp": 24.7, + "min_temp": 19.7, + "max_temp": 31, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 64.1, + "sun": 11.7, + "cloud": 2.9, + "ground_temp": 27.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69046, + "power": 69046 + }, + { + "date": 150622, + "mean_temp": 24, + "min_temp": 19.4, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 43, + "mean_hum": 60.4, + "sun": 11.3, + "cloud": 3.8, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67716, + "power": 67716 + }, + { + "date": 150621, + "mean_temp": 22.4, + "min_temp": 15.6, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 69.1, + "sun": 12.8, + "cloud": 0.9, + "ground_temp": 25.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54570, + "power": 54945 + }, + { + "date": 150620, + "mean_temp": 19.6, + "min_temp": 17, + "max_temp": 22.6, + "rain": 44.5, + "max_wind": 5.3, + "mean_wind": 1.8, + "min_hum": 73, + "mean_hum": 91, + "sun": 0, + "cloud": 7.5, + "ground_temp": 20.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59363, + "power": 59363 + }, + { + "date": 150619, + "mean_temp": 24.5, + "min_temp": 20, + "max_temp": 29.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 39, + "mean_hum": 57.8, + "sun": 9.2, + "cloud": 5.8, + "ground_temp": 25.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68273, + "power": 68273 + }, + { + "date": 150618, + "mean_temp": 24.8, + "min_temp": 19.6, + "max_temp": 31.3, + "rain": 3, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 59.4, + "sun": 8.9, + "cloud": 7.1, + "ground_temp": 25.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68456, + "power": 68456 + }, + { + "date": 150617, + "mean_temp": 23.4, + "min_temp": 20.2, + "max_temp": 30.8, + "rain": 9.5, + "max_wind": 6.7, + "mean_wind": 2.6, + "min_hum": 38, + "mean_hum": 72.8, + "sun": 7.1, + "cloud": 5.4, + "ground_temp": 26.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68766, + "power": 68766 + }, + { + "date": 150616, + "mean_temp": 25, + "min_temp": 20, + "max_temp": 30.9, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 43, + "mean_hum": 65.9, + "sun": 9.8, + "cloud": 4.6, + "ground_temp": 28.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69508, + "power": 69508 + }, + { + "date": 150615, + "mean_temp": 24.2, + "min_temp": 19.6, + "max_temp": 30.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 65.6, + "sun": 9.2, + "cloud": 6.3, + "ground_temp": 26.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69112, + "power": 69112 + }, + { + "date": 150614, + "mean_temp": 22.8, + "min_temp": 17.8, + "max_temp": 27.7, + "rain": 15.5, + "max_wind": 7.3, + "mean_wind": 2.7, + "min_hum": 44, + "mean_hum": 70.3, + "sun": 8.5, + "cloud": 5.3, + "ground_temp": 26.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55037, + "power": 55037 + }, + { + "date": 150613, + "mean_temp": 24.7, + "min_temp": 20.1, + "max_temp": 30.9, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 42, + "mean_hum": 61.9, + "sun": 8.5, + "cloud": 7.1, + "ground_temp": 26.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60698, + "power": 60698 + }, + { + "date": 150612, + "mean_temp": 23.6, + "min_temp": 19.4, + "max_temp": 29.9, + "rain": 0.5, + "max_wind": 7.8, + "mean_wind": 3.8, + "min_hum": 32, + "mean_hum": 63.1, + "sun": 11.9, + "cloud": 5.8, + "ground_temp": 27.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67843, + "power": 67843 + }, + { + "date": 150611, + "mean_temp": 24.6, + "min_temp": 20.7, + "max_temp": 30.2, + "rain": 7.5, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 59.6, + "sun": 4.2, + "cloud": 7.3, + "ground_temp": 27.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67071, + "power": 67071 + }, + { + "date": 150610, + "mean_temp": 25.3, + "min_temp": 17.6, + "max_temp": 34.9, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 19, + "mean_hum": 54.3, + "sun": 11.1, + "cloud": 2.6, + "ground_temp": 33.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68573, + "power": 68573 + }, + { + "date": 150609, + "mean_temp": 22.2, + "min_temp": 18.8, + "max_temp": 28.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.9, + "min_hum": 37, + "mean_hum": 66.3, + "sun": 10.6, + "cloud": 4.1, + "ground_temp": 27.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66364, + "power": 66364 + }, + { + "date": 150608, + "mean_temp": 22.4, + "min_temp": 18.2, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 54.9, + "sun": 5.1, + "cloud": 7.9, + "ground_temp": 28.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65474, + "power": 65474 + }, + { + "date": 150607, + "mean_temp": 23.4, + "min_temp": 18.7, + "max_temp": 31.5, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 46.8, + "sun": 8.2, + "cloud": 3.4, + "ground_temp": 30.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54570, + "power": 53713 + }, + { + "date": 150606, + "mean_temp": 22.4, + "min_temp": 16.4, + "max_temp": 28.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 29, + "mean_hum": 50.4, + "sun": 11, + "cloud": 3.5, + "ground_temp": 29.8, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 56114, + "power": 56114 + }, + { + "date": 150605, + "mean_temp": 19.1, + "min_temp": 17.5, + "max_temp": 22, + "rain": 1, + "max_wind": 5, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 58.8, + "sun": 0.3, + "cloud": 9.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63790, + "power": 63284 + }, + { + "date": 150604, + "mean_temp": 24.2, + "min_temp": 17.1, + "max_temp": 31.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 28.9, + "sun": 9.9, + "cloud": 4.6, + "ground_temp": 31.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66264, + "power": 66264 + }, + { + "date": 150603, + "mean_temp": 23.3, + "min_temp": 17.1, + "max_temp": 29.4, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.8, + "min_hum": 13, + "mean_hum": 33.3, + "sun": 13.2, + "cloud": 2.6, + "ground_temp": 30.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65327, + "power": 65327 + }, + { + "date": 150602, + "mean_temp": 23.1, + "min_temp": 18.1, + "max_temp": 29.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 46.9, + "sun": 12.5, + "cloud": 7.8, + "ground_temp": 29.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65143, + "power": 66172 + }, + { + "date": 150601, + "mean_temp": 21.7, + "min_temp": 15.8, + "max_temp": 28.5, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.6, + "min_hum": 22, + "mean_hum": 44.6, + "sun": 12, + "cloud": 5.6, + "ground_temp": 29.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65143, + "power": 65718 + }, + { + "date": 150531, + "mean_temp": 22.1, + "min_temp": 15.3, + "max_temp": 30.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 52.8, + "sun": 12.5, + "cloud": 3, + "ground_temp": 25.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53681, + "power": 53681 + }, + { + "date": 150530, + "mean_temp": 19.8, + "min_temp": 17, + "max_temp": 23.2, + "rain": 0.4, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 71, + "sun": 4, + "cloud": 6.1, + "ground_temp": 24.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58526, + "power": 58526 + }, + { + "date": 150529, + "mean_temp": 23.8, + "min_temp": 18.5, + "max_temp": 29.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 36.8, + "sun": 8.1, + "cloud": 7.3, + "ground_temp": 27.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67107, + "power": 67107 + }, + { + "date": 150528, + "mean_temp": 24.3, + "min_temp": 16.7, + "max_temp": 32.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 27.1, + "sun": 12.3, + "cloud": 2.8, + "ground_temp": 25.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66264, + "power": 66923 + }, + { + "date": 150527, + "mean_temp": 23.2, + "min_temp": 14.4, + "max_temp": 31.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 13, + "mean_hum": 32.9, + "sun": 13.5, + "cloud": 2, + "ground_temp": 25.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66092, + "power": 66092 + }, + { + "date": 150526, + "mean_temp": 21.5, + "min_temp": 14.1, + "max_temp": 30.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 48.9, + "sun": 13.4, + "cloud": 0.1, + "ground_temp": 31.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65143, + "power": 65143 + }, + { + "date": 150525, + "mean_temp": 20.8, + "min_temp": 14.4, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 26, + "mean_hum": 53.1, + "sun": 13.4, + "cloud": 0, + "ground_temp": 29.1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 52106, + "power": 56379 + }, + { + "date": 150524, + "mean_temp": 21, + "min_temp": 14, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 16, + "mean_hum": 37.3, + "sun": 13.5, + "cloud": 0, + "ground_temp": 29.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51931, + "power": 51931 + }, + { + "date": 150523, + "mean_temp": 20.6, + "min_temp": 13.6, + "max_temp": 28.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 38.5, + "sun": 12.3, + "cloud": 1.9, + "ground_temp": 29.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56217, + "power": 56701 + }, + { + "date": 150522, + "mean_temp": 20, + "min_temp": 13.7, + "max_temp": 27.2, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.9, + "min_hum": 23, + "mean_hum": 45.3, + "sun": 12.9, + "cloud": 2.9, + "ground_temp": 31.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63627, + "power": 63627 + }, + { + "date": 150521, + "mean_temp": 18.7, + "min_temp": 12.6, + "max_temp": 26, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.7, + "min_hum": 23, + "mean_hum": 50.1, + "sun": 12.4, + "cloud": 2.5, + "ground_temp": 28.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61897, + "power": 63145 + }, + { + "date": 150520, + "mean_temp": 16.3, + "min_temp": 10.6, + "max_temp": 21.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 32, + "mean_hum": 60, + "sun": 12.9, + "cloud": 2, + "ground_temp": 24.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62147, + "power": 62147 + }, + { + "date": 150519, + "mean_temp": 14.8, + "min_temp": 13, + "max_temp": 16.2, + "rain": 1, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 82, + "mean_hum": 88.9, + "sun": 0.2, + "cloud": 9.4, + "ground_temp": 25.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63092, + "power": 63092 + }, + { + "date": 150518, + "mean_temp": 17.7, + "min_temp": 13.7, + "max_temp": 22.2, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.2, + "min_hum": 30, + "mean_hum": 53.9, + "sun": 2.8, + "cloud": 8.4, + "ground_temp": 23, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63092, + "power": 62864 + }, + { + "date": 150517, + "mean_temp": 18.6, + "min_temp": 11.7, + "max_temp": 25.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 12, + "mean_hum": 40.4, + "sun": 13, + "cloud": 4.8, + "ground_temp": 26.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51931, + "power": 52474 + }, + { + "date": 150516, + "mean_temp": 18, + "min_temp": 11.6, + "max_temp": 25.2, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 16, + "mean_hum": 41.3, + "sun": 13.3, + "cloud": 0.4, + "ground_temp": 24.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56217, + "power": 56217 + }, + { + "date": 150515, + "mean_temp": 19.1, + "min_temp": 16.3, + "max_temp": 23.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.7, + "min_hum": 46, + "mean_hum": 71, + "sun": 3.6, + "cloud": 6.3, + "ground_temp": 20.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63092, + "power": 64069 + }, + { + "date": 150514, + "mean_temp": 20.4, + "min_temp": 15.3, + "max_temp": 26.6, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 44, + "mean_hum": 63.8, + "sun": 8.7, + "cloud": 4.8, + "ground_temp": 25.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62956, + "power": 63827 + }, + { + "date": 150513, + "mean_temp": 17.4, + "min_temp": 11.8, + "max_temp": 21.4, + "rain": 0, + "max_wind": 10, + "mean_wind": 5.3, + "min_hum": 44, + "mean_hum": 56.9, + "sun": 12.4, + "cloud": 1.8, + "ground_temp": 23.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62025, + "power": 62025 + }, + { + "date": 150512, + "mean_temp": 13.3, + "min_temp": 10.3, + "max_temp": 17.5, + "rain": 9.5, + "max_wind": 11.1, + "mean_wind": 6.4, + "min_hum": 49, + "mean_hum": 75.9, + "sun": 4.7, + "cloud": 7.4, + "ground_temp": 19.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61499, + "power": 61499 + }, + { + "date": 150511, + "mean_temp": 18.4, + "min_temp": 14.4, + "max_temp": 24.1, + "rain": 14, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 62.1, + "sun": 3.8, + "cloud": 8, + "ground_temp": 18.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63092, + "power": 62407 + }, + { + "date": 150510, + "mean_temp": 19.1, + "min_temp": 13.5, + "max_temp": 25.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 16, + "mean_hum": 39.6, + "sun": 11.9, + "cloud": 2.6, + "ground_temp": 16.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52096, + "power": 52096 + }, + { + "date": 150509, + "mean_temp": 17.6, + "min_temp": 12.6, + "max_temp": 24, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 55, + "sun": 10.6, + "cloud": 4.6, + "ground_temp": 22.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56217, + "power": 55800 + }, + { + "date": 150508, + "mean_temp": 16.7, + "min_temp": 11.7, + "max_temp": 22.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 64.3, + "sun": 3.9, + "cloud": 8.6, + "ground_temp": 18.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62005, + "power": 62005 + }, + { + "date": 150507, + "mean_temp": 16.5, + "min_temp": 10.6, + "max_temp": 24, + "rain": 0, + "max_wind": 8, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 35.6, + "sun": 9.2, + "cloud": 6, + "ground_temp": 18.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62005, + "power": 61489 + }, + { + "date": 150506, + "mean_temp": 15.4, + "min_temp": 9.8, + "max_temp": 22, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 16, + "mean_hum": 36.3, + "sun": 6.6, + "cloud": 6.8, + "ground_temp": 16.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61956, + "power": 61056 + }, + { + "date": 150505, + "mean_temp": 14.2, + "min_temp": 8.3, + "max_temp": 19.9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.4, + "min_hum": 16, + "mean_hum": 37.9, + "sun": 12.9, + "cloud": 0.1, + "ground_temp": 21.9, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 55179, + "power": 55179 + }, + { + "date": 150504, + "mean_temp": 16.1, + "min_temp": 12.5, + "max_temp": 20.1, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 4.2, + "min_hum": 13, + "mean_hum": 45.9, + "sun": 12.4, + "cloud": 1.6, + "ground_temp": 18.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57053, + "power": 57053 + }, + { + "date": 150503, + "mean_temp": 18.3, + "min_temp": 17.1, + "max_temp": 19.6, + "rain": 3.5, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 82, + "mean_hum": 90.4, + "sun": 0.3, + "cloud": 8.9, + "ground_temp": 19, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51611, + "power": 51611 + }, + { + "date": 150502, + "mean_temp": 20.7, + "min_temp": 15.8, + "max_temp": 26, + "rain": 0.5, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 64.4, + "sun": 6.6, + "cloud": 7.1, + "ground_temp": 21.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53086, + "power": 53086 + }, + { + "date": 150501, + "mean_temp": 21, + "min_temp": 15.9, + "max_temp": 27.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 58.8, + "sun": 12.3, + "cloud": 0, + "ground_temp": 22.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54959, + "power": 54959 + }, + { + "date": 150430, + "mean_temp": 21.2, + "min_temp": 15.1, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 56.6, + "sun": 12.3, + "cloud": 2.8, + "ground_temp": 20.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62204, + "power": 62204 + }, + { + "date": 150429, + "mean_temp": 17, + "min_temp": 15.8, + "max_temp": 18.4, + "rain": 3.5, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 63, + "mean_hum": 77, + "sun": 0, + "cloud": 9, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61294, + "power": 62500 + }, + { + "date": 150428, + "mean_temp": 20.3, + "min_temp": 12.3, + "max_temp": 26.9, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 38.6, + "sun": 9.6, + "cloud": 7.1, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62730, + "power": 62730 + }, + { + "date": 150427, + "mean_temp": 18.5, + "min_temp": 12.7, + "max_temp": 24.9, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.8, + "min_hum": 19, + "mean_hum": 39.3, + "sun": 12.3, + "cloud": 1, + "ground_temp": 26.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61897, + "power": 61897 + }, + { + "date": 150426, + "mean_temp": 17.3, + "min_temp": 9.9, + "max_temp": 24.4, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.3, + "min_hum": 17, + "mean_hum": 37.6, + "sun": 11.7, + "cloud": 0, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52441, + "power": 52441 + }, + { + "date": 150425, + "mean_temp": 15.9, + "min_temp": 9.2, + "max_temp": 23, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 13, + "mean_hum": 31.3, + "sun": 12.6, + "cloud": 0, + "ground_temp": 19.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55101, + "power": 55101 + }, + { + "date": 150424, + "mean_temp": 15.7, + "min_temp": 10.4, + "max_temp": 22.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 15, + "mean_hum": 38.3, + "sun": 12.2, + "cloud": 0.9, + "ground_temp": 19.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61699, + "power": 61939 + }, + { + "date": 150423, + "mean_temp": 14.5, + "min_temp": 8, + "max_temp": 20.1, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.5, + "min_hum": 16, + "mean_hum": 41.1, + "sun": 10.8, + "cloud": 3.5, + "ground_temp": 17.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62522, + "power": 62522 + }, + { + "date": 150422, + "mean_temp": 14.2, + "min_temp": 9.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 47, + "sun": 11.2, + "cloud": 2.8, + "ground_temp": 13.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63196, + "power": 62719 + }, + { + "date": 150421, + "mean_temp": 14, + "min_temp": 7.7, + "max_temp": 20.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 14, + "mean_hum": 46, + "sun": 12.5, + "cloud": 1.8, + "ground_temp": 14.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63196, + "power": 63196 + }, + { + "date": 150420, + "mean_temp": 12.2, + "min_temp": 10.3, + "max_temp": 16.8, + "rain": 5.5, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 46, + "mean_hum": 75.3, + "sun": 3.2, + "cloud": 6, + "ground_temp": 9.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65618, + "power": 65618 + }, + { + "date": 150419, + "mean_temp": 14.5, + "min_temp": 11.2, + "max_temp": 17.3, + "rain": 12, + "max_wind": 6.3, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 74.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 11.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52591, + "power": 54102 + }, + { + "date": 150418, + "mean_temp": 15.2, + "min_temp": 5.2, + "max_temp": 23.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 11, + "mean_hum": 31.9, + "sun": 9.8, + "cloud": 5, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56689, + "power": 56800 + }, + { + "date": 150417, + "mean_temp": 10.5, + "min_temp": 4.8, + "max_temp": 16.1, + "rain": 0, + "max_wind": 8.7, + "mean_wind": 3.7, + "min_hum": 21, + "mean_hum": 45.4, + "sun": 12.1, + "cloud": 0.3, + "ground_temp": 12, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63104, + "power": 63104 + }, + { + "date": 150416, + "mean_temp": 9.9, + "min_temp": 6.9, + "max_temp": 14.8, + "rain": 7, + "max_wind": 8.3, + "mean_wind": 3.6, + "min_hum": 55, + "mean_hum": 69.5, + "sun": 1.1, + "cloud": 4.6, + "ground_temp": 9.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65211, + "power": 65211 + }, + { + "date": 150415, + "mean_temp": 11.1, + "min_temp": 5.6, + "max_temp": 17, + "rain": 1, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 45, + "mean_hum": 72, + "sun": 8.5, + "cloud": 4.4, + "ground_temp": 13.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65086, + "power": 65086 + }, + { + "date": 150414, + "mean_temp": 6.9, + "min_temp": 5.8, + "max_temp": 8, + "rain": 10.5, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 83, + "mean_hum": 89.9, + "sun": 0, + "cloud": 10, + "ground_temp": 6.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69413, + "power": 65786 + }, + { + "date": 150413, + "mean_temp": 12, + "min_temp": 7.4, + "max_temp": 17.6, + "rain": 6.5, + "max_wind": 8.7, + "mean_wind": 5.9, + "min_hum": 32, + "mean_hum": 53.9, + "sun": 5.6, + "cloud": 9, + "ground_temp": 7.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64580, + "power": 64956 + }, + { + "date": 150412, + "mean_temp": 14.9, + "min_temp": 9.1, + "max_temp": 20.4, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.9, + "min_hum": 17, + "mean_hum": 30.6, + "sun": 3.8, + "cloud": 7.9, + "ground_temp": 8.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50506, + "power": 54000 + }, + { + "date": 150411, + "mean_temp": 13.5, + "min_temp": 6.7, + "max_temp": 20.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 39.3, + "sun": 11.6, + "cloud": 0.4, + "ground_temp": 10.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64409, + "power": 64409 + }, + { + "date": 150410, + "mean_temp": 11.6, + "min_temp": 4.6, + "max_temp": 19.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 19, + "mean_hum": 40.5, + "sun": 11.6, + "cloud": 0.1, + "ground_temp": 10.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63196, + "power": 64409 + }, + { + "date": 150409, + "mean_temp": 9.6, + "min_temp": 3.8, + "max_temp": 16.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 43, + "sun": 10.8, + "cloud": 2.8, + "ground_temp": 9.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66582, + "power": 65751 + }, + { + "date": 150408, + "mean_temp": 8.3, + "min_temp": 3.5, + "max_temp": 13.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 52.5, + "sun": 8.3, + "cloud": 3.8, + "ground_temp": 7.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66582, + "power": 66582 + }, + { + "date": 150407, + "mean_temp": 8.4, + "min_temp": 5.5, + "max_temp": 12.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 47, + "mean_hum": 59.5, + "sun": 4.7, + "cloud": 7.6, + "ground_temp": 5.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66436, + "power": 66436 + }, + { + "date": 150406, + "mean_temp": 10.3, + "min_temp": 6.9, + "max_temp": 15.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 55.8, + "sun": 1.7, + "cloud": 8.8, + "ground_temp": 8.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63504, + "power": 65749 + }, + { + "date": 150405, + "mean_temp": 10.5, + "min_temp": 10.1, + "max_temp": 12.2, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 55, + "mean_hum": 75.1, + "sun": 0, + "cloud": 10, + "ground_temp": 7.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52096, + "power": 54596 + }, + { + "date": 150404, + "mean_temp": 13.5, + "min_temp": 8.9, + "max_temp": 18.5, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4.3, + "min_hum": 31, + "mean_hum": 48, + "sun": 5.5, + "cloud": 8, + "ground_temp": 9.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56498, + "power": 56498 + }, + { + "date": 150403, + "mean_temp": 10.6, + "min_temp": 6.9, + "max_temp": 15.1, + "rain": 3.5, + "max_wind": 8.8, + "mean_wind": 2.8, + "min_hum": 60, + "mean_hum": 83.4, + "sun": 2.4, + "cloud": 6.1, + "ground_temp": 11.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65030, + "power": 65030 + }, + { + "date": 150402, + "mean_temp": 14.8, + "min_temp": 8.5, + "max_temp": 21.8, + "rain": 28, + "max_wind": 10.4, + "mean_wind": 5, + "min_hum": 42, + "mean_hum": 70.5, + "sun": 4.8, + "cloud": 8.4, + "ground_temp": 8.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64708, + "power": 64708 + }, + { + "date": 150401, + "mean_temp": 12.9, + "min_temp": 10, + "max_temp": 17.6, + "rain": 2.5, + "max_wind": 7.8, + "mean_wind": 4.1, + "min_hum": 40, + "mean_hum": 67.9, + "sun": 5.3, + "cloud": 7.1, + "ground_temp": 9.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67839, + "power": 65584 + }, + { + "date": 150331, + "mean_temp": 12.9, + "min_temp": 10, + "max_temp": 14.9, + "rain": 2.5, + "max_wind": 3.9, + "mean_wind": 2.2, + "min_hum": 63, + "mean_hum": 80.6, + "sun": 0, + "cloud": 8.9, + "ground_temp": 13.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65746, + "power": 65746 + }, + { + "date": 150330, + "mean_temp": 13.2, + "min_temp": 5.9, + "max_temp": 20.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 57.4, + "sun": 10.8, + "cloud": 2, + "ground_temp": 14.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63010, + "power": 63670 + }, + { + "date": 150329, + "mean_temp": 10.5, + "min_temp": 7, + "max_temp": 16.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 61.9, + "sun": 6.2, + "cloud": 5, + "ground_temp": 15.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54591, + "power": 54591 + }, + { + "date": 150328, + "mean_temp": 9.7, + "min_temp": 2.5, + "max_temp": 17, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 12, + "mean_hum": 35, + "sun": 10.3, + "cloud": 3.3, + "ground_temp": 14, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55101, + "power": 57762 + }, + { + "date": 150327, + "mean_temp": 9.1, + "min_temp": 3.2, + "max_temp": 16.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 50.5, + "sun": 11.3, + "cloud": 0, + "ground_temp": 15.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66899, + "power": 66385 + }, + { + "date": 150326, + "mean_temp": 7.9, + "min_temp": 1.6, + "max_temp": 14.8, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.1, + "min_hum": 24, + "mean_hum": 47.5, + "sun": 11.6, + "cloud": 0, + "ground_temp": 12, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66899, + "power": 66899 + }, + { + "date": 150325, + "mean_temp": 6.5, + "min_temp": 0.1, + "max_temp": 14.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 45.9, + "sun": 11.5, + "cloud": 0, + "ground_temp": 9.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67829, + "power": 67829 + }, + { + "date": 150324, + "mean_temp": 5.4, + "min_temp": -0.9, + "max_temp": 12.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 11, + "mean_hum": 32.8, + "sun": 11.6, + "cloud": 0, + "ground_temp": 8.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67669, + "power": 67669 + }, + { + "date": 150323, + "mean_temp": 4.6, + "min_temp": 0, + "max_temp": 10.1, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 4.2, + "min_hum": 13, + "mean_hum": 24.3, + "sun": 11.5, + "cloud": 0.4, + "ground_temp": 8.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66568, + "power": 66568 + }, + { + "date": 150322, + "mean_temp": 8.3, + "min_temp": 2.2, + "max_temp": 14.9, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.2, + "min_hum": 9, + "mean_hum": 33.3, + "sun": 11.1, + "cloud": 0, + "ground_temp": 11.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54591, + "power": 55520 + }, + { + "date": 150321, + "mean_temp": 11.7, + "min_temp": 6.9, + "max_temp": 17.8, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.7, + "min_hum": 19, + "mean_hum": 31, + "sun": 8.3, + "cloud": 0.5, + "ground_temp": 11, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57464, + "power": 57464 + }, + { + "date": 150320, + "mean_temp": 13.4, + "min_temp": 7.6, + "max_temp": 21.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 10, + "mean_hum": 32.5, + "sun": 8.4, + "cloud": 4.8, + "ground_temp": 10.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66148, + "power": 66148 + }, + { + "date": 150319, + "mean_temp": 12.4, + "min_temp": 6.5, + "max_temp": 21, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 50.9, + "sun": 10.6, + "cloud": 2.6, + "ground_temp": 10.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63010, + "power": 66798 + }, + { + "date": 150318, + "mean_temp": 10.7, + "min_temp": 8.4, + "max_temp": 14.4, + "rain": 1.5, + "max_wind": 6.7, + "mean_wind": 4, + "min_hum": 42, + "mean_hum": 61.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 5.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67809, + "power": 68802 + }, + { + "date": 150317, + "mean_temp": 10.7, + "min_temp": 6.9, + "max_temp": 16.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 51.9, + "sun": 0.3, + "cloud": 7.9, + "ground_temp": 8.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68242, + "power": 68242 + }, + { + "date": 150316, + "mean_temp": 9.8, + "min_temp": 1.3, + "max_temp": 18.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 44.4, + "sun": 10, + "cloud": 2, + "ground_temp": 8.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69413, + "power": 69413 + }, + { + "date": 150315, + "mean_temp": 5.5, + "min_temp": 0, + "max_temp": 12.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 42, + "sun": 10.1, + "cloud": 1.8, + "ground_temp": 8.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57815, + "power": 57815 + }, + { + "date": 150314, + "mean_temp": 4.3, + "min_temp": -1.2, + "max_temp": 11.6, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.3, + "min_hum": 17, + "mean_hum": 31.4, + "sun": 9.8, + "cloud": 2, + "ground_temp": 6.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61622, + "power": 61622 + }, + { + "date": 150313, + "mean_temp": 5.6, + "min_temp": 1.8, + "max_temp": 11, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 15, + "mean_hum": 45.4, + "sun": 11, + "cloud": 1.8, + "ground_temp": 8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66582, + "power": 71828 + }, + { + "date": 150312, + "mean_temp": 2.1, + "min_temp": -3.5, + "max_temp": 6.7, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 4, + "min_hum": 23, + "mean_hum": 41, + "sun": 11.1, + "cloud": 2.1, + "ground_temp": 5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72718, + "power": 72718 + }, + { + "date": 150311, + "mean_temp": 0.4, + "min_temp": -5.1, + "max_temp": 7.5, + "rain": 0, + "max_wind": 8.7, + "mean_wind": 4.5, + "min_hum": 24, + "mean_hum": 45.1, + "sun": 10, + "cloud": 1.4, + "ground_temp": 3.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73483, + "power": 73483 + }, + { + "date": 150310, + "mean_temp": -3.4, + "min_temp": -6.9, + "max_temp": 1, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.9, + "min_hum": 19, + "mean_hum": 30.6, + "sun": 11, + "cloud": 0, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75223, + "power": 75375 + }, + { + "date": 150309, + "mean_temp": 2.2, + "min_temp": -5.4, + "max_temp": 8.2, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.4, + "min_hum": 21, + "mean_hum": 43.4, + "sun": 9.4, + "cloud": 4, + "ground_temp": 7.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70053, + "power": 70053 + }, + { + "date": 150308, + "mean_temp": 7.7, + "min_temp": 0.4, + "max_temp": 15.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 42.5, + "sun": 8.2, + "cloud": 3.8, + "ground_temp": 6.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57792, + "power": 57792 + }, + { + "date": 150307, + "mean_temp": 4.2, + "min_temp": -2.3, + "max_temp": 11, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 45.5, + "sun": 10.6, + "cloud": 0, + "ground_temp": 5.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56721, + "power": 62615 + }, + { + "date": 150306, + "mean_temp": 2.9, + "min_temp": -3.2, + "max_temp": 10.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 15, + "mean_hum": 37.8, + "sun": 10.9, + "cloud": 0.5, + "ground_temp": 4.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75326, + "power": 73317 + }, + { + "date": 150305, + "mean_temp": -0.3, + "min_temp": -5.4, + "max_temp": 5.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 20, + "mean_hum": 41.1, + "sun": 8.6, + "cloud": 3.9, + "ground_temp": 3.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74289, + "power": 74289 + }, + { + "date": 150304, + "mean_temp": -2.1, + "min_temp": -4.6, + "max_temp": 1.4, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.3, + "min_hum": 29, + "mean_hum": 43.4, + "sun": 10.8, + "cloud": 0.8, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73301, + "power": 74800 + }, + { + "date": 150303, + "mean_temp": 2.8, + "min_temp": -1.3, + "max_temp": 6.7, + "rain": 5.5, + "max_wind": 7.4, + "mean_wind": 3.4, + "min_hum": 24, + "mean_hum": 69.5, + "sun": 0, + "cloud": 9.4, + "ground_temp": 5.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74129, + "power": 74129 + }, + { + "date": 150302, + "mean_temp": 3.9, + "min_temp": -1.9, + "max_temp": 9.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 43.5, + "sun": 10.3, + "cloud": 1.6, + "ground_temp": 5.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70678, + "power": 71982 + }, + { + "date": 150301, + "mean_temp": 2.4, + "min_temp": -0.2, + "max_temp": 5.9, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.7, + "min_hum": 41, + "mean_hum": 56.8, + "sun": 5.5, + "cloud": 6.1, + "ground_temp": 5.9, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 58631, + "power": 59786 + }, + { + "date": 150228, + "mean_temp": 2.7, + "min_temp": -2, + "max_temp": 6.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 40.5, + "sun": 0, + "cloud": 8.6, + "ground_temp": 3.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64908, + "power": 64908 + }, + { + "date": 150227, + "mean_temp": -1.3, + "min_temp": -5.6, + "max_temp": 4.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 35.6, + "sun": 9.3, + "cloud": 2.4, + "ground_temp": 2.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73371, + "power": 73371 + }, + { + "date": 150226, + "mean_temp": 1.2, + "min_temp": -3.5, + "max_temp": 4.7, + "rain": 0.5, + "max_wind": 8.5, + "mean_wind": 4.9, + "min_hum": 30, + "mean_hum": 56.9, + "sun": 9.1, + "cloud": 4.6, + "ground_temp": 5.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75568, + "power": 70678 + }, + { + "date": 150225, + "mean_temp": 5.4, + "min_temp": 0.2, + "max_temp": 12.5, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 48.6, + "sun": 5.8, + "cloud": 7.8, + "ground_temp": 4.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67342, + "power": 71105 + }, + { + "date": 150224, + "mean_temp": 2.1, + "min_temp": -1.1, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 35, + "mean_hum": 60, + "sun": 9.3, + "cloud": 2.9, + "ground_temp": 3.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72706, + "power": 71195 + }, + { + "date": 150223, + "mean_temp": 0.9, + "min_temp": -2.4, + "max_temp": 5.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3, + "min_hum": 34, + "mean_hum": 60.4, + "sun": 8, + "cloud": 2.9, + "ground_temp": 3.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71663, + "power": 71663 + }, + { + "date": 150222, + "mean_temp": 3.5, + "min_temp": -0.7, + "max_temp": 7, + "rain": 2.5, + "max_wind": 7.3, + "mean_wind": 4.1, + "min_hum": 52, + "mean_hum": 78, + "sun": 4.4, + "cloud": 6.3, + "ground_temp": 6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57926, + "power": 57926 + }, + { + "date": 150221, + "mean_temp": 5.7, + "min_temp": 4.8, + "max_temp": 6.7, + "rain": 8, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 47, + "mean_hum": 79, + "sun": 0, + "cloud": 9.8, + "ground_temp": 4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54759, + "power": 54759 + }, + { + "date": 150220, + "mean_temp": 5.2, + "min_temp": -1.3, + "max_temp": 11.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 55.3, + "sun": 7.2, + "cloud": 5.1, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 52756, + "power": 52756 + }, + { + "date": 150219, + "mean_temp": 2.2, + "min_temp": -2.7, + "max_temp": 8.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 67.1, + "sun": 8.9, + "cloud": 1.4, + "ground_temp": 1.9, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 56338, + "power": 52266 + }, + { + "date": 150218, + "mean_temp": 0.8, + "min_temp": -1.5, + "max_temp": 3.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.5, + "min_hum": 59, + "mean_hum": 72, + "sun": 1.6, + "cloud": 7, + "ground_temp": 3.1, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 56338, + "power": 58143 + }, + { + "date": 150217, + "mean_temp": 1.9, + "min_temp": 0.5, + "max_temp": 4.1, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 3.5, + "min_hum": 59, + "mean_hum": 78.5, + "sun": 2.4, + "cloud": 9.4, + "ground_temp": 3.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73232, + "power": 69509 + }, + { + "date": 150216, + "mean_temp": 5, + "min_temp": 4.1, + "max_temp": 7.9, + "rain": 10.5, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 54, + "mean_hum": 91.9, + "sun": 0, + "cloud": 10, + "ground_temp": 3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70678, + "power": 72707 + }, + { + "date": 150215, + "mean_temp": 7.9, + "min_temp": 3.2, + "max_temp": 13, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 38, + "mean_hum": 61.6, + "sun": 7.3, + "cloud": 8.3, + "ground_temp": 3.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54591, + "power": 60953 + }, + { + "date": 150214, + "mean_temp": 2, + "min_temp": -3.1, + "max_temp": 6.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 58, + "mean_hum": 72.9, + "sun": 0.3, + "cloud": 6.5, + "ground_temp": 3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64908, + "power": 66381 + }, + { + "date": 150213, + "mean_temp": -1.6, + "min_temp": -6.4, + "max_temp": 4, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.1, + "min_hum": 24, + "mean_hum": 46.4, + "sun": 9.8, + "cloud": 0, + "ground_temp": 1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73029, + "power": 75325 + }, + { + "date": 150212, + "mean_temp": -2.2, + "min_temp": -4.7, + "max_temp": 1.6, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.2, + "min_hum": 17, + "mean_hum": 36.8, + "sun": 9.7, + "cloud": 0, + "ground_temp": 0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75555, + "power": 74263 + }, + { + "date": 150211, + "mean_temp": 2.7, + "min_temp": -0.8, + "max_temp": 8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 60.3, + "sun": 8, + "cloud": 5, + "ground_temp": 2.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74650, + "power": 74650 + }, + { + "date": 150210, + "mean_temp": 1.7, + "min_temp": -2, + "max_temp": 5.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.8, + "min_hum": 51, + "mean_hum": 69, + "sun": 5, + "cloud": 4.6, + "ground_temp": 0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75019, + "power": 75019 + }, + { + "date": 150209, + "mean_temp": -5.7, + "min_temp": -13, + "max_temp": -0.1, + "rain": 0.2, + "max_wind": 7.6, + "mean_wind": 3.1, + "min_hum": 25, + "mean_hum": 54.6, + "sun": 7.3, + "cloud": 3.4, + "ground_temp": -1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 78790, + "power": 78790 + }, + { + "date": 150208, + "mean_temp": -9.8, + "min_temp": -11.9, + "max_temp": -2.8, + "rain": 0, + "max_wind": 8, + "mean_wind": 5.3, + "min_hum": 23, + "mean_hum": 34.1, + "sun": 9.7, + "cloud": 0, + "ground_temp": -0.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64686, + "power": 64160 + }, + { + "date": 150207, + "mean_temp": 1.2, + "min_temp": -2.7, + "max_temp": 5.7, + "rain": 0, + "max_wind": 7, + "mean_wind": 2.6, + "min_hum": 42, + "mean_hum": 65.3, + "sun": 4.1, + "cloud": 6.5, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64908, + "power": 66074 + }, + { + "date": 150206, + "mean_temp": 0.4, + "min_temp": -4.3, + "max_temp": 6.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 57.3, + "sun": 9.5, + "cloud": 2.1, + "ground_temp": 2.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75326, + "power": 75326 + }, + { + "date": 150205, + "mean_temp": -0.1, + "min_temp": -3.8, + "max_temp": 4.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 38, + "mean_hum": 57.1, + "sun": 9, + "cloud": 0, + "ground_temp": 0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75568, + "power": 75568 + }, + { + "date": 150204, + "mean_temp": 0.4, + "min_temp": -3.1, + "max_temp": 5.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 64.5, + "sun": 7.9, + "cloud": 3.4, + "ground_temp": 1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71539, + "power": 75795 + }, + { + "date": 150203, + "mean_temp": 0.6, + "min_temp": -3.5, + "max_temp": 7.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 54.5, + "sun": 9.1, + "cloud": 3.9, + "ground_temp": 0.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76039, + "power": 76039 + }, + { + "date": 150202, + "mean_temp": -0.6, + "min_temp": -5.3, + "max_temp": 6.4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 47.3, + "sun": 7.6, + "cloud": 2.4, + "ground_temp": 0.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76071, + "power": 76071 + }, + { + "date": 150201, + "mean_temp": -3, + "min_temp": -8.2, + "max_temp": 3.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 44.9, + "sun": 9.7, + "cloud": 0.3, + "ground_temp": 0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61909, + "power": 61909 + }, + { + "date": 150131, + "mean_temp": -4.5, + "min_temp": -8.5, + "max_temp": 0.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 46.4, + "sun": 9.7, + "cloud": 0, + "ground_temp": 0, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66124, + "power": 66124 + }, + { + "date": 150130, + "mean_temp": -3.3, + "min_temp": -7, + "max_temp": 0.8, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.8, + "min_hum": 31, + "mean_hum": 51.8, + "sun": 9, + "cloud": 3.3, + "ground_temp": 1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75223, + "power": 75223 + }, + { + "date": 150129, + "mean_temp": -1.1, + "min_temp": -4.6, + "max_temp": 3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 46, + "mean_hum": 56.4, + "sun": 0, + "cloud": 9.3, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76407, + "power": 76407 + }, + { + "date": 150128, + "mean_temp": -4.1, + "min_temp": -9.1, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 49.3, + "sun": 8.9, + "cloud": 1.6, + "ground_temp": 0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76557, + "power": 76557 + }, + { + "date": 150127, + "mean_temp": -3.6, + "min_temp": -7.4, + "max_temp": 0.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.7, + "min_hum": 35, + "mean_hum": 55.4, + "sun": 9.4, + "cloud": 1.1, + "ground_temp": 1.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74412, + "power": 74412 + }, + { + "date": 150126, + "mean_temp": 3.6, + "min_temp": 0.2, + "max_temp": 6.5, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 64, + "mean_hum": 87.5, + "sun": 1.1, + "cloud": 8.4, + "ground_temp": 3.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73232, + "power": 73232 + }, + { + "date": 150125, + "mean_temp": 3, + "min_temp": 1.1, + "max_temp": 5, + "rain": 3, + "max_wind": 5.2, + "mean_wind": 3.5, + "min_hum": 53, + "mean_hum": 78.4, + "sun": 0, + "cloud": 9.5, + "ground_temp": 2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60041, + "power": 60041 + }, + { + "date": 150124, + "mean_temp": 3.7, + "min_temp": 0.8, + "max_temp": 8.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 62.9, + "sun": 7.2, + "cloud": 6.3, + "ground_temp": 2.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64081, + "power": 64081 + }, + { + "date": 150123, + "mean_temp": 1.2, + "min_temp": -1.6, + "max_temp": 4.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 46, + "mean_hum": 66.4, + "sun": 6.7, + "cloud": 3.4, + "ground_temp": 3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73957, + "power": 73957 + }, + { + "date": 150122, + "mean_temp": 3.1, + "min_temp": 0.8, + "max_temp": 7.1, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 47, + "mean_hum": 60.6, + "sun": 1.6, + "cloud": 5.1, + "ground_temp": 1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73723, + "power": 73723 + }, + { + "date": 150121, + "mean_temp": 2.6, + "min_temp": -1.2, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 58.3, + "sun": 1.5, + "cloud": 8.8, + "ground_temp": 2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72706, + "power": 75544 + }, + { + "date": 150120, + "mean_temp": -0.9, + "min_temp": -6.4, + "max_temp": 4.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 33, + "mean_hum": 55.8, + "sun": 8.7, + "cloud": 4.6, + "ground_temp": 1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76235, + "power": 76235 + }, + { + "date": 150119, + "mean_temp": -0.1, + "min_temp": -4, + "max_temp": 3.1, + "rain": 0.1, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 51, + "mean_hum": 68.1, + "sun": 7.4, + "cloud": 1.6, + "ground_temp": 3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73957, + "power": 74564 + }, + { + "date": 150118, + "mean_temp": -1.3, + "min_temp": -6.5, + "max_temp": 2.1, + "rain": 4, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 68.4, + "sun": 1.5, + "cloud": 7.6, + "ground_temp": 1.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62801, + "power": 62801 + }, + { + "date": 150117, + "mean_temp": -4.1, + "min_temp": -7.7, + "max_temp": 0, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.8, + "min_hum": 28, + "mean_hum": 46, + "sun": 9.3, + "cloud": 0.3, + "ground_temp": 1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67176, + "power": 66531 + }, + { + "date": 150116, + "mean_temp": 0.8, + "min_temp": -2.5, + "max_temp": 3.4, + "rain": 0.3, + "max_wind": 7.4, + "mean_wind": 4, + "min_hum": 55, + "mean_hum": 73, + "sun": 1.3, + "cloud": 8.1, + "ground_temp": 2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75615, + "power": 75615 + }, + { + "date": 150115, + "mean_temp": 2.8, + "min_temp": -1.1, + "max_temp": 9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 53.6, + "sun": 7.2, + "cloud": 2.6, + "ground_temp": 1.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76039, + "power": 74662 + }, + { + "date": 150114, + "mean_temp": 2.5, + "min_temp": -0.3, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 41.1, + "sun": 0.3, + "cloud": 9, + "ground_temp": 1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76363, + "power": 76363 + }, + { + "date": 150113, + "mean_temp": 0.2, + "min_temp": -5.1, + "max_temp": 5.8, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 22, + "mean_hum": 39.6, + "sun": 5.8, + "cloud": 5.4, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77150, + "power": 77150 + }, + { + "date": 150112, + "mean_temp": -2.7, + "min_temp": -7.3, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 37.8, + "sun": 9.3, + "cloud": 0, + "ground_temp": 0.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76899, + "power": 76899 + }, + { + "date": 150111, + "mean_temp": -0.4, + "min_temp": -4.3, + "max_temp": 2.5, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.6, + "min_hum": 37, + "mean_hum": 57.8, + "sun": 9.2, + "cloud": 1.3, + "ground_temp": 1.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60053, + "power": 62260 + }, + { + "date": 150110, + "mean_temp": -0.3, + "min_temp": -5.6, + "max_temp": 4.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 56.5, + "sun": 9.1, + "cloud": 0.6, + "ground_temp": 1.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66147, + "power": 66147 + }, + { + "date": 150109, + "mean_temp": -2.1, + "min_temp": -6.8, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 58.3, + "sun": 9.1, + "cloud": 0.6, + "ground_temp": 0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74404, + "power": 77107 + }, + { + "date": 150108, + "mean_temp": -5.1, + "min_temp": -9.5, + "max_temp": -0.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 45.8, + "sun": 9.2, + "cloud": 0, + "ground_temp": -0.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 77796, + "power": 77796 + }, + { + "date": 150107, + "mean_temp": -5.5, + "min_temp": -8.9, + "max_temp": -0.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 33.1, + "sun": 9.2, + "cloud": 0.3, + "ground_temp": -0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75939, + "power": 77597 + }, + { + "date": 150106, + "mean_temp": -3.2, + "min_temp": -7.6, + "max_temp": 4, + "rain": 3, + "max_wind": 7.3, + "mean_wind": 4.3, + "min_hum": 27, + "mean_hum": 52.4, + "sun": 9.2, + "cloud": 2.6, + "ground_temp": 3.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72007, + "power": 74547 + }, + { + "date": 150105, + "mean_temp": 3.7, + "min_temp": -1.1, + "max_temp": 7.9, + "rain": 0.4, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 51, + "mean_hum": 73.1, + "sun": 4.4, + "cloud": 7.1, + "ground_temp": 2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75118, + "power": 75118 + }, + { + "date": 150104, + "mean_temp": 2.5, + "min_temp": 0.2, + "max_temp": 8.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 54, + "mean_hum": 70.1, + "sun": 3.6, + "cloud": 4.3, + "ground_temp": 2.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61203, + "power": 61203 + }, + { + "date": 150103, + "mean_temp": -2.7, + "min_temp": -9.2, + "max_temp": 3.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 56.1, + "sun": 7.9, + "cloud": 3.9, + "ground_temp": -0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64079, + "power": 64079 + }, + { + "date": 150102, + "mean_temp": -6, + "min_temp": -9, + "max_temp": -1.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.2, + "min_hum": 28, + "mean_hum": 45.9, + "sun": 7.6, + "cloud": 1.9, + "ground_temp": -1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69797, + "power": 69797 + }, + { + "date": 150101, + "mean_temp": -7.7, + "min_temp": -9.8, + "max_temp": -4.3, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 4.6, + "min_hum": 29, + "mean_hum": 41.4, + "sun": 8.9, + "cloud": 0.8, + "ground_temp": -2.8, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 61739, + "power": 61739 + }, + { + "date": 141231, + "mean_temp": -1.9, + "min_temp": -6.9, + "max_temp": 1.7, + "rain": 0, + "max_wind": 9.2, + "mean_wind": 3.8, + "min_hum": 30, + "mean_hum": 47.4, + "sun": 6.7, + "cloud": 4.1, + "ground_temp": 1.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71745, + "power": 71745 + }, + { + "date": 141230, + "mean_temp": 1.9, + "min_temp": -1.6, + "max_temp": 6.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 62.8, + "sun": 7.6, + "cloud": 0.3, + "ground_temp": 2.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72542, + "power": 72542 + }, + { + "date": 141229, + "mean_temp": 2.9, + "min_temp": -0.5, + "max_temp": 6.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 60, + "mean_hum": 73.1, + "sun": 3.4, + "cloud": 5.8, + "ground_temp": 1.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74198, + "power": 74198 + }, + { + "date": 141228, + "mean_temp": -0.8, + "min_temp": -3.6, + "max_temp": 1.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2.2, + "min_hum": 50, + "mean_hum": 64.1, + "sun": 0.3, + "cloud": 7.5, + "ground_temp": 1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62801, + "power": 61769 + }, + { + "date": 141227, + "mean_temp": -1.8, + "min_temp": -6.3, + "max_temp": 5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 46.8, + "sun": 8.7, + "cloud": 3.5, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65458, + "power": 65458 + }, + { + "date": 141226, + "mean_temp": -3.2, + "min_temp": -7.4, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 45.6, + "sun": 9.1, + "cloud": 0.4, + "ground_temp": -1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74911, + "power": 74911 + }, + { + "date": 141225, + "mean_temp": -2.6, + "min_temp": -5.9, + "max_temp": 1.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 52, + "sun": 9.2, + "cloud": 0, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 65667, + "power": 65667 + }, + { + "date": 141224, + "mean_temp": 1.7, + "min_temp": -3.1, + "max_temp": 6.4, + "rain": 0.2, + "max_wind": 6.8, + "mean_wind": 2.8, + "min_hum": 40, + "mean_hum": 66.8, + "sun": 7.6, + "cloud": 3.8, + "ground_temp": 2.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74969, + "power": 74969 + }, + { + "date": 141223, + "mean_temp": -1.3, + "min_temp": -5.7, + "max_temp": 1.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.6, + "min_hum": 55, + "mean_hum": 67.1, + "sun": 2, + "cloud": 6.1, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77981, + "power": 77981 + }, + { + "date": 141222, + "mean_temp": -4.7, + "min_temp": -9.7, + "max_temp": 0.8, + "rain": 0.3, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 64.6, + "sun": 6.6, + "cloud": 3.3, + "ground_temp": -1.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 77950, + "power": 79156 + }, + { + "date": 141221, + "mean_temp": -6.4, + "min_temp": -9, + "max_temp": -1.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 58.5, + "sun": 6, + "cloud": 1.5, + "ground_temp": -2.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64686, + "power": 64686 + }, + { + "date": 141220, + "mean_temp": -1.7, + "min_temp": -6.6, + "max_temp": 2.1, + "rain": 2, + "max_wind": 7.4, + "mean_wind": 3.8, + "min_hum": 34, + "mean_hum": 66, + "sun": 7.6, + "cloud": 3.6, + "ground_temp": 1.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67176, + "power": 67176 + }, + { + "date": 141219, + "mean_temp": -3.8, + "min_temp": -8.1, + "max_temp": 0, + "rain": 0.9, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 42, + "mean_hum": 54.5, + "sun": 0.4, + "cloud": 7.4, + "ground_temp": -1.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 79619, + "power": 79619 + }, + { + "date": 141218, + "mean_temp": -8.3, + "min_temp": -13.2, + "max_temp": -2.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 39.9, + "sun": 9.2, + "cloud": 0, + "ground_temp": -4.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 78892, + "power": 78892 + }, + { + "date": 141217, + "mean_temp": -9, + "min_temp": -11.1, + "max_temp": -5.2, + "rain": 0, + "max_wind": 9.3, + "mean_wind": 4.9, + "min_hum": 33, + "mean_hum": 41, + "sun": 9.2, + "cloud": 1, + "ground_temp": -4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 80154, + "power": 80154 + }, + { + "date": 141216, + "mean_temp": -4.9, + "min_temp": -9.4, + "max_temp": 1.7, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 4.9, + "min_hum": 40, + "mean_hum": 58.9, + "sun": 8.2, + "cloud": 3.4, + "ground_temp": -0.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 77950, + "power": 77950 + }, + { + "date": 141215, + "mean_temp": -0.1, + "min_temp": -1.7, + "max_temp": 2, + "rain": 10.5, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 74, + "mean_hum": 90.6, + "sun": 0, + "cloud": 8.1, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 77587, + "power": 77587 + }, + { + "date": 141214, + "mean_temp": -3.6, + "min_temp": -8.6, + "max_temp": 0.6, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 32, + "mean_hum": 60.5, + "sun": 5.4, + "cloud": 4.8, + "ground_temp": -1.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60957, + "power": 63231 + }, + { + "date": 141213, + "mean_temp": -5.2, + "min_temp": -7.3, + "max_temp": -2, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 31, + "mean_hum": 45.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": -2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66147, + "power": 66955 + }, + { + "date": 141212, + "mean_temp": -3.8, + "min_temp": -7, + "max_temp": 0.5, + "rain": 0.1, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 70.4, + "sun": 4.2, + "cloud": 3.6, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76682, + "power": 76682 + }, + { + "date": 141211, + "mean_temp": -1.5, + "min_temp": -5.2, + "max_temp": 3.2, + "rain": 0.5, + "max_wind": 7, + "mean_wind": 3.4, + "min_hum": 45, + "mean_hum": 64.8, + "sun": 7.2, + "cloud": 4.8, + "ground_temp": 1.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74831, + "power": 74831 + }, + { + "date": 141210, + "mean_temp": 1.6, + "min_temp": -1.9, + "max_temp": 4.2, + "rain": 2, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 58.8, + "sun": 0.7, + "cloud": 9.4, + "ground_temp": 0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74404, + "power": 75726 + }, + { + "date": 141209, + "mean_temp": -2.4, + "min_temp": -7.4, + "max_temp": 4.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 44.1, + "sun": 9, + "cloud": 2.3, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76994, + "power": 76994 + }, + { + "date": 141208, + "mean_temp": -1.6, + "min_temp": -4.8, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 48.4, + "sun": 8.9, + "cloud": 1.1, + "ground_temp": 0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75976, + "power": 75976 + }, + { + "date": 141207, + "mean_temp": -3.4, + "min_temp": -8.2, + "max_temp": 0.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 43.9, + "sun": 3.9, + "cloud": 7.4, + "ground_temp": -1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62896, + "power": 62896 + }, + { + "date": 141206, + "mean_temp": -5.6, + "min_temp": -8.8, + "max_temp": -0.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.8, + "min_hum": 28, + "mean_hum": 47.5, + "sun": 9.1, + "cloud": 0.6, + "ground_temp": -2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67124, + "power": 67124 + }, + { + "date": 141205, + "mean_temp": -6.6, + "min_temp": -10.1, + "max_temp": -2.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.6, + "min_hum": 31, + "mean_hum": 45.5, + "sun": 9.3, + "cloud": 0, + "ground_temp": -2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75608, + "power": 75608 + }, + { + "date": 141204, + "mean_temp": -4.6, + "min_temp": -7.4, + "max_temp": -0.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 22, + "mean_hum": 43, + "sun": 8.9, + "cloud": 0.9, + "ground_temp": -0.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74965, + "power": 74965 + }, + { + "date": 141203, + "mean_temp": -3.3, + "min_temp": -6.5, + "max_temp": -0.5, + "rain": 0.9, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 70.6, + "sun": 4.5, + "cloud": 6.3, + "ground_temp": -0.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74641, + "power": 74641 + }, + { + "date": 141202, + "mean_temp": -5.4, + "min_temp": -8.2, + "max_temp": -2.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4.6, + "min_hum": 21, + "mean_hum": 42.3, + "sun": 9, + "cloud": 1, + "ground_temp": -2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74227, + "power": 74227 + }, + { + "date": 141201, + "mean_temp": -1.1, + "min_temp": -7.2, + "max_temp": 7.9, + "rain": 0.5, + "max_wind": 11.1, + "mean_wind": 6.1, + "min_hum": 42, + "mean_hum": 58.8, + "sun": 4.6, + "cloud": 4.8, + "ground_temp": 2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72007, + "power": 72007 + }, + { + "date": 141130, + "mean_temp": 9.1, + "min_temp": 7.2, + "max_temp": 11.1, + "rain": 7, + "max_wind": 4.9, + "mean_wind": 3.2, + "min_hum": 74, + "mean_hum": 88.1, + "sun": 0.8, + "cloud": 9.4, + "ground_temp": 8.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55881, + "power": 55881 + }, + { + "date": 141129, + "mean_temp": 8.3, + "min_temp": 5.5, + "max_temp": 12.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 62, + "mean_hum": 83.9, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": 9.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58603, + "power": 58884 + }, + { + "date": 141128, + "mean_temp": 8.8, + "min_temp": 6.5, + "max_temp": 10.1, + "rain": 18, + "max_wind": 6.6, + "mean_wind": 3.7, + "min_hum": 66, + "mean_hum": 88, + "sun": 0, + "cloud": 8.8, + "ground_temp": 7.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68433, + "power": 68433 + }, + { + "date": 141127, + "mean_temp": 10.4, + "min_temp": 6.7, + "max_temp": 14.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.9, + "min_hum": 55, + "mean_hum": 69.9, + "sun": 3.3, + "cloud": 4.6, + "ground_temp": 7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67129, + "power": 67129 + }, + { + "date": 141126, + "mean_temp": 11, + "min_temp": 8.2, + "max_temp": 16.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 40, + "mean_hum": 58.8, + "sun": 7.4, + "cloud": 3.5, + "ground_temp": 7.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67793, + "power": 67069 + }, + { + "date": 141125, + "mean_temp": 10.2, + "min_temp": 6.6, + "max_temp": 15.1, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.2, + "min_hum": 42, + "mean_hum": 56, + "sun": 5.7, + "cloud": 5.6, + "ground_temp": 8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67793, + "power": 67793 + }, + { + "date": 141124, + "mean_temp": 9.8, + "min_temp": 8, + "max_temp": 13.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 33, + "mean_hum": 59.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 8.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68325, + "power": 68325 + }, + { + "date": 141123, + "mean_temp": 9, + "min_temp": 6.3, + "max_temp": 12.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 80, + "sun": 1.6, + "cloud": 8.9, + "ground_temp": 8.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56032, + "power": 56032 + }, + { + "date": 141122, + "mean_temp": 11, + "min_temp": 8, + "max_temp": 12.7, + "rain": 4, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 77, + "mean_hum": 90.9, + "sun": 0.4, + "cloud": 8.4, + "ground_temp": 10.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59676, + "power": 59676 + }, + { + "date": 141121, + "mean_temp": 11.3, + "min_temp": 5.9, + "max_temp": 16.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 44, + "mean_hum": 62.5, + "sun": 6.1, + "cloud": 5.3, + "ground_temp": 11, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67839, + "power": 67839 + }, + { + "date": 141120, + "mean_temp": 7.9, + "min_temp": 2.7, + "max_temp": 14.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 61.9, + "sun": 8.8, + "cloud": 1.6, + "ground_temp": 7.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67975, + "power": 67975 + }, + { + "date": 141119, + "mean_temp": 5.6, + "min_temp": -0.6, + "max_temp": 12.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 55.4, + "sun": 9, + "cloud": 2.3, + "ground_temp": 6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67975, + "power": 69334 + }, + { + "date": 141118, + "mean_temp": 5, + "min_temp": 1.7, + "max_temp": 10.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 53.4, + "sun": 9.4, + "cloud": 0, + "ground_temp": 6.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68121, + "power": 68121 + }, + { + "date": 141117, + "mean_temp": 6.2, + "min_temp": 3.8, + "max_temp": 9, + "rain": 1.5, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 51, + "mean_hum": 75.5, + "sun": 5.7, + "cloud": 3.5, + "ground_temp": 7.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67858, + "power": 67858 + }, + { + "date": 141116, + "mean_temp": 6.6, + "min_temp": 2.6, + "max_temp": 12.4, + "rain": 1, + "max_wind": 6, + "mean_wind": 1.6, + "min_hum": 22, + "mean_hum": 42.6, + "sun": 7.5, + "cloud": 6.4, + "ground_temp": 7.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56052, + "power": 56052 + }, + { + "date": 141115, + "mean_temp": 4.1, + "min_temp": -0.5, + "max_temp": 9.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 38.3, + "sun": 9.3, + "cloud": 3.1, + "ground_temp": 6.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60196, + "power": 60196 + }, + { + "date": 141114, + "mean_temp": 4.2, + "min_temp": -1.4, + "max_temp": 10, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 54, + "sun": 9.5, + "cloud": 2.1, + "ground_temp": 5.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68655, + "power": 68655 + }, + { + "date": 141113, + "mean_temp": -0.2, + "min_temp": -3.1, + "max_temp": 4.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.7, + "min_hum": 29, + "mean_hum": 38.5, + "sun": 9.4, + "cloud": 0.9, + "ground_temp": 3.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69007, + "power": 69007 + }, + { + "date": 141112, + "mean_temp": 6, + "min_temp": -1.3, + "max_temp": 10, + "rain": 5, + "max_wind": 8.6, + "mean_wind": 5.4, + "min_hum": 25, + "mean_hum": 50.6, + "sun": 8.4, + "cloud": 4.5, + "ground_temp": 8.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66582, + "power": 65941 + }, + { + "date": 141111, + "mean_temp": 9.4, + "min_temp": 4.6, + "max_temp": 14.5, + "rain": 2, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 67.4, + "sun": 7.1, + "cloud": 4.6, + "ground_temp": 8.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64580, + "power": 64580 + }, + { + "date": 141110, + "mean_temp": 9.4, + "min_temp": 3.5, + "max_temp": 16.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 18, + "mean_hum": 49.9, + "sun": 9.7, + "cloud": 0, + "ground_temp": 9.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66582, + "power": 64539 + }, + { + "date": 141109, + "mean_temp": 10, + "min_temp": 6.3, + "max_temp": 15.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 26, + "mean_hum": 46.3, + "sun": 9.5, + "cloud": 0.9, + "ground_temp": 11.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55703, + "power": 54438 + }, + { + "date": 141108, + "mean_temp": 9.9, + "min_temp": 6.9, + "max_temp": 15.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 46, + "mean_hum": 61.9, + "sun": 0.8, + "cloud": 7.6, + "ground_temp": 10.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57532, + "power": 57532 + }, + { + "date": 141107, + "mean_temp": 9.8, + "min_temp": 5.1, + "max_temp": 16.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 52.5, + "sun": 9.5, + "cloud": 2.4, + "ground_temp": 10.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63578, + "power": 63578 + }, + { + "date": 141106, + "mean_temp": 13.5, + "min_temp": 9.5, + "max_temp": 17.7, + "rain": 0.5, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 61, + "sun": 6.8, + "cloud": 4.5, + "ground_temp": 13.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64576, + "power": 64014 + }, + { + "date": 141105, + "mean_temp": 12.4, + "min_temp": 6.4, + "max_temp": 18.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 65.6, + "sun": 8, + "cloud": 3.3, + "ground_temp": 12.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63214, + "power": 63214 + }, + { + "date": 141104, + "mean_temp": 11.3, + "min_temp": 5.4, + "max_temp": 18.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 60.5, + "sun": 9.7, + "cloud": 0, + "ground_temp": 11.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64057, + "power": 64057 + }, + { + "date": 141103, + "mean_temp": 9.3, + "min_temp": 3.8, + "max_temp": 14.8, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.1, + "min_hum": 28, + "mean_hum": 40.9, + "sun": 9.7, + "cloud": 0.5, + "ground_temp": 10.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63356, + "power": 63871 + }, + { + "date": 141102, + "mean_temp": 12, + "min_temp": 7.1, + "max_temp": 15.4, + "rain": 2.5, + "max_wind": 8.7, + "mean_wind": 4.8, + "min_hum": 25, + "mean_hum": 50.5, + "sun": 8.3, + "cloud": 4.9, + "ground_temp": 13.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53374, + "power": 53691 + }, + { + "date": 141101, + "mean_temp": 17.3, + "min_temp": 15.1, + "max_temp": 22.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 63.4, + "sun": 6, + "cloud": 7.1, + "ground_temp": 15.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56233, + "power": 56233 + }, + { + "date": 141031, + "mean_temp": 15, + "min_temp": 12.8, + "max_temp": 18.2, + "rain": 0.2, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 41, + "mean_hum": 62.1, + "sun": 0.3, + "cloud": 9.5, + "ground_temp": 15.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64278, + "power": 64278 + }, + { + "date": 141030, + "mean_temp": 14.2, + "min_temp": 7.7, + "max_temp": 20.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 20, + "mean_hum": 45.8, + "sun": 5.9, + "cloud": 5, + "ground_temp": 13.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64653, + "power": 64653 + }, + { + "date": 141029, + "mean_temp": 12.1, + "min_temp": 4.9, + "max_temp": 20.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 19, + "mean_hum": 46.4, + "sun": 9, + "cloud": 2, + "ground_temp": 12.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64439, + "power": 63902 + }, + { + "date": 141028, + "mean_temp": 10.2, + "min_temp": 2.7, + "max_temp": 19.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 15, + "mean_hum": 43.4, + "sun": 9.7, + "cloud": 0, + "ground_temp": 11.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64811, + "power": 64811 + }, + { + "date": 141027, + "mean_temp": 10.7, + "min_temp": 6.1, + "max_temp": 16.9, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 19, + "mean_hum": 35.3, + "sun": 9.8, + "cloud": 0.4, + "ground_temp": 12.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64128, + "power": 64128 + }, + { + "date": 141026, + "mean_temp": 16, + "min_temp": 11.6, + "max_temp": 19.9, + "rain": 0.5, + "max_wind": 6.4, + "mean_wind": 2.8, + "min_hum": 42, + "mean_hum": 76.9, + "sun": 2.9, + "cloud": 6, + "ground_temp": 15.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53111, + "power": 53111 + }, + { + "date": 141025, + "mean_temp": 16.5, + "min_temp": 12.9, + "max_temp": 22.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 81.1, + "sun": 6, + "cloud": 3.1, + "ground_temp": 15.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56092, + "power": 56092 + }, + { + "date": 141024, + "mean_temp": 15.1, + "min_temp": 9.9, + "max_temp": 21, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 78, + "sun": 7.5, + "cloud": 4.5, + "ground_temp": 14, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63436, + "power": 63436 + }, + { + "date": 141023, + "mean_temp": 13.8, + "min_temp": 8.5, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 42, + "mean_hum": 67.8, + "sun": 9.9, + "cloud": 1, + "ground_temp": 11.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64120, + "power": 64120 + }, + { + "date": 141022, + "mean_temp": 13.6, + "min_temp": 10.4, + "max_temp": 18.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 50, + "mean_hum": 69, + "sun": 8.1, + "cloud": 5.1, + "ground_temp": 10.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63487, + "power": 63487 + }, + { + "date": 141021, + "mean_temp": 13.8, + "min_temp": 11.9, + "max_temp": 15.7, + "rain": 18.5, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 83, + "mean_hum": 92.8, + "sun": 0, + "cloud": 10, + "ground_temp": 13.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64634, + "power": 64634 + }, + { + "date": 141020, + "mean_temp": 14.4, + "min_temp": 12.9, + "max_temp": 17.1, + "rain": 21.5, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 59, + "mean_hum": 97.8, + "sun": 0, + "cloud": 10, + "ground_temp": 16.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64184, + "power": 64184 + }, + { + "date": 141019, + "mean_temp": 17, + "min_temp": 11.2, + "max_temp": 22.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 61, + "sun": 6.2, + "cloud": 6, + "ground_temp": 15.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53074, + "power": 53074 + }, + { + "date": 141018, + "mean_temp": 15.5, + "min_temp": 9.4, + "max_temp": 22.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 68.9, + "sun": 9.6, + "cloud": 0, + "ground_temp": 15.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55517, + "power": 55517 + }, + { + "date": 141017, + "mean_temp": 13.6, + "min_temp": 6.6, + "max_temp": 21.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 53.8, + "sun": 10.2, + "cloud": 0.6, + "ground_temp": 13.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63790, + "power": 62550 + }, + { + "date": 141016, + "mean_temp": 13.2, + "min_temp": 9.3, + "max_temp": 18, + "rain": 2.5, + "max_wind": 7.2, + "mean_wind": 3.1, + "min_hum": 19, + "mean_hum": 53.8, + "sun": 7.9, + "cloud": 3.5, + "ground_temp": 13.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63575, + "power": 63575 + }, + { + "date": 141015, + "mean_temp": 13.8, + "min_temp": 8.9, + "max_temp": 20, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 60.4, + "sun": 9.1, + "cloud": 2.1, + "ground_temp": 14.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62626, + "power": 62626 + }, + { + "date": 141014, + "mean_temp": 13.8, + "min_temp": 8.5, + "max_temp": 20, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 51.8, + "sun": 10.7, + "cloud": 0.1, + "ground_temp": 15, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63399, + "power": 63399 + }, + { + "date": 141013, + "mean_temp": 17.4, + "min_temp": 11, + "max_temp": 21.7, + "rain": 0, + "max_wind": 9, + "mean_wind": 4.7, + "min_hum": 40, + "mean_hum": 51.9, + "sun": 9.3, + "cloud": 2.6, + "ground_temp": 14.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62685, + "power": 62685 + }, + { + "date": 141012, + "mean_temp": 21.2, + "min_temp": 13.9, + "max_temp": 29, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 48.5, + "sun": 10.2, + "cloud": 3.9, + "ground_temp": 17.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53269, + "power": 52890 + }, + { + "date": 141011, + "mean_temp": 19.4, + "min_temp": 13.6, + "max_temp": 25.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.1, + "min_hum": 37, + "mean_hum": 57.4, + "sun": 10.7, + "cloud": 0, + "ground_temp": 17.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54877, + "power": 54877 + }, + { + "date": 141010, + "mean_temp": 19, + "min_temp": 12.5, + "max_temp": 26.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.6, + "min_hum": 45, + "mean_hum": 63.3, + "sun": 10.6, + "cloud": 0.3, + "ground_temp": 15.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61166, + "power": 62372 + }, + { + "date": 141009, + "mean_temp": 18.6, + "min_temp": 12.4, + "max_temp": 25.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 60.4, + "sun": 10.4, + "cloud": 1.3, + "ground_temp": 17.3, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 59045, + "power": 59045 + }, + { + "date": 141008, + "mean_temp": 16.7, + "min_temp": 10, + "max_temp": 23.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 30, + "mean_hum": 61.5, + "sun": 10.6, + "cloud": 2.3, + "ground_temp": 16.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61945, + "power": 61945 + }, + { + "date": 141007, + "mean_temp": 16.1, + "min_temp": 11.6, + "max_temp": 22.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 64.8, + "sun": 9.9, + "cloud": 1.6, + "ground_temp": 14.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63891, + "power": 63184 + }, + { + "date": 141006, + "mean_temp": 16.6, + "min_temp": 10.5, + "max_temp": 22.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 57, + "sun": 10.6, + "cloud": 1, + "ground_temp": 14.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63691, + "power": 62404 + }, + { + "date": 141005, + "mean_temp": 17.1, + "min_temp": 12.5, + "max_temp": 23.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 33, + "mean_hum": 53.1, + "sun": 10.8, + "cloud": 1.3, + "ground_temp": 14.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51715, + "power": 51715 + }, + { + "date": 141004, + "mean_temp": 16.9, + "min_temp": 11.6, + "max_temp": 23, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.4, + "min_hum": 39, + "mean_hum": 62, + "sun": 10.8, + "cloud": 1.1, + "ground_temp": 14.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53248, + "power": 53248 + }, + { + "date": 141003, + "mean_temp": 16.1, + "min_temp": 13.4, + "max_temp": 20.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 74.3, + "sun": 5.9, + "cloud": 4.1, + "ground_temp": 16.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 56747, + "power": 56747 + }, + { + "date": 141002, + "mean_temp": 18.1, + "min_temp": 17.1, + "max_temp": 20.1, + "rain": 9, + "max_wind": 6.2, + "mean_wind": 2.2, + "min_hum": 76, + "mean_hum": 89, + "sun": 0, + "cloud": 8.6, + "ground_temp": 18.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64211, + "power": 62948 + }, + { + "date": 141001, + "mean_temp": 19.2, + "min_temp": 14.9, + "max_temp": 24.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.6, + "min_hum": 50, + "mean_hum": 68.6, + "sun": 7.2, + "cloud": 5.9, + "ground_temp": 17, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62630, + "power": 62630 + }, + { + "date": 140930, + "mean_temp": 18.9, + "min_temp": 15.4, + "max_temp": 23.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 51, + "mean_hum": 72.5, + "sun": 10.2, + "cloud": 3, + "ground_temp": 15.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63847, + "power": 63847 + }, + { + "date": 140929, + "mean_temp": 19.4, + "min_temp": 17.7, + "max_temp": 20.7, + "rain": 16, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 94, + "mean_hum": 99, + "sun": 0, + "cloud": 8.5, + "ground_temp": 19.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64211, + "power": 65058 + }, + { + "date": 140928, + "mean_temp": 21.7, + "min_temp": 19.2, + "max_temp": 24.7, + "rain": 0.5, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 63, + "mean_hum": 85.5, + "sun": 0.3, + "cloud": 8.9, + "ground_temp": 20.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54241, + "power": 54241 + }, + { + "date": 140927, + "mean_temp": 21.4, + "min_temp": 18.3, + "max_temp": 25.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 57, + "mean_hum": 79, + "sun": 6.8, + "cloud": 5.8, + "ground_temp": 19.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59922, + "power": 57263 + }, + { + "date": 140926, + "mean_temp": 21, + "min_temp": 18.6, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 60, + "mean_hum": 78.1, + "sun": 3, + "cloud": 7.8, + "ground_temp": 19.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64907, + "power": 64274 + }, + { + "date": 140925, + "mean_temp": 22.2, + "min_temp": 17.7, + "max_temp": 27.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 66.9, + "sun": 8, + "cloud": 3.9, + "ground_temp": 18.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65682, + "power": 65682 + }, + { + "date": 140924, + "mean_temp": 20.3, + "min_temp": 18, + "max_temp": 23.8, + "rain": 6.5, + "max_wind": 6.3, + "mean_wind": 2.6, + "min_hum": 51, + "mean_hum": 77.9, + "sun": 2.5, + "cloud": 8.4, + "ground_temp": 18.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64878, + "power": 64878 + }, + { + "date": 140923, + "mean_temp": 23, + "min_temp": 18.1, + "max_temp": 29, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.5, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 9.9, + "cloud": 5.6, + "ground_temp": 21.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65404, + "power": 65404 + }, + { + "date": 140922, + "mean_temp": 21.4, + "min_temp": 15, + "max_temp": 27.9, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 57.5, + "sun": 11.1, + "cloud": 0.6, + "ground_temp": 20.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65691, + "power": 65691 + }, + { + "date": 140921, + "mean_temp": 20.2, + "min_temp": 17.5, + "max_temp": 25.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 39, + "mean_hum": 61.6, + "sun": 4.4, + "cloud": 4.5, + "ground_temp": 19.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53797, + "power": 53797 + }, + { + "date": 140920, + "mean_temp": 21.6, + "min_temp": 15.4, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 52.5, + "sun": 11.4, + "cloud": 0.8, + "ground_temp": 21.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56689, + "power": 57366 + }, + { + "date": 140919, + "mean_temp": 21.4, + "min_temp": 14.9, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 26, + "mean_hum": 55, + "sun": 10.6, + "cloud": 0.9, + "ground_temp": 20.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64544, + "power": 64544 + }, + { + "date": 140918, + "mean_temp": 20.6, + "min_temp": 16.2, + "max_temp": 27, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 56.5, + "sun": 9.2, + "cloud": 3.3, + "ground_temp": 20.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64857, + "power": 64944 + }, + { + "date": 140917, + "mean_temp": 20.2, + "min_temp": 17.6, + "max_temp": 22.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 38, + "mean_hum": 52.3, + "sun": 0, + "cloud": 7.9, + "ground_temp": 20.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64576, + "power": 65050 + }, + { + "date": 140916, + "mean_temp": 21.3, + "min_temp": 15.8, + "max_temp": 27, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 43.8, + "sun": 9.9, + "cloud": 6.1, + "ground_temp": 20.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66507, + "power": 66507 + }, + { + "date": 140915, + "mean_temp": 23.1, + "min_temp": 20.6, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 64.9, + "sun": 4.4, + "cloud": 7.9, + "ground_temp": 22, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66972, + "power": 66972 + }, + { + "date": 140914, + "mean_temp": 23, + "min_temp": 18.2, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 60.6, + "sun": 9.8, + "cloud": 5.8, + "ground_temp": 22.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55020, + "power": 55020 + }, + { + "date": 140913, + "mean_temp": 23.1, + "min_temp": 18.6, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 60.9, + "sun": 10.1, + "cloud": 2, + "ground_temp": 23, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50913, + "power": 59351 + }, + { + "date": 140912, + "mean_temp": 21.3, + "min_temp": 18.6, + "max_temp": 26.6, + "rain": 0.1, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 74.9, + "sun": 2.1, + "cloud": 6.9, + "ground_temp": 23.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65955, + "power": 65955 + }, + { + "date": 140911, + "mean_temp": 23.3, + "min_temp": 17.5, + "max_temp": 29.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 61.1, + "sun": 10.9, + "cloud": 2.4, + "ground_temp": 23.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65262, + "power": 65262 + }, + { + "date": 140910, + "mean_temp": 22.4, + "min_temp": 16.7, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 60.6, + "sun": 11.7, + "cloud": 0.1, + "ground_temp": 23.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67206, + "power": 54015 + }, + { + "date": 140909, + "mean_temp": 23.3, + "min_temp": 19.9, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 66.5, + "sun": 8.8, + "cloud": 4.6, + "ground_temp": 24.1, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 44934, + "power": 47665 + }, + { + "date": 140908, + "mean_temp": 24.8, + "min_temp": 20.6, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 75, + "sun": 11.1, + "cloud": 2.6, + "ground_temp": 24.6, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 44934, + "power": 44934 + }, + { + "date": 140907, + "mean_temp": 25.3, + "min_temp": 19.8, + "max_temp": 31.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.6, + "min_hum": 43, + "mean_hum": 72.1, + "sun": 9.6, + "cloud": 2.6, + "ground_temp": 23.8, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 44389, + "power": 48762 + }, + { + "date": 140906, + "mean_temp": 25.2, + "min_temp": 20.3, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 66.9, + "sun": 9.9, + "cloud": 3.5, + "ground_temp": 24.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60855, + "power": 55141 + }, + { + "date": 140905, + "mean_temp": 23.8, + "min_temp": 20, + "max_temp": 29, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 45, + "mean_hum": 76, + "sun": 7.9, + "cloud": 5.5, + "ground_temp": 24.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67144, + "power": 67144 + }, + { + "date": 140904, + "mean_temp": 22.4, + "min_temp": 18, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 79.4, + "sun": 11.9, + "cloud": 3.6, + "ground_temp": 23.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68156, + "power": 68156 + }, + { + "date": 140903, + "mean_temp": 19.1, + "min_temp": 17.4, + "max_temp": 20.6, + "rain": 57.5, + "max_wind": 7.1, + "mean_wind": 3.4, + "min_hum": 92, + "mean_hum": 99.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 20.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67408, + "power": 67408 + }, + { + "date": 140902, + "mean_temp": 23.1, + "min_temp": 19.3, + "max_temp": 27.7, + "rain": 6, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 73.6, + "sun": 2.6, + "cloud": 8.5, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67961, + "power": 67961 + }, + { + "date": 140901, + "mean_temp": 24.1, + "min_temp": 20.4, + "max_temp": 29.7, + "rain": 1.5, + "max_wind": 5.1, + "mean_wind": 1.5, + "min_hum": 49, + "mean_hum": 72.5, + "sun": 6.2, + "cloud": 6.1, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69406, + "power": 69406 + }, + { + "date": 140831, + "mean_temp": 24.1, + "min_temp": 20.7, + "max_temp": 29, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 46, + "mean_hum": 68.6, + "sun": 3.6, + "cloud": 6.3, + "ground_temp": 24.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55541, + "power": 55541 + }, + { + "date": 140830, + "mean_temp": 24.6, + "min_temp": 19.9, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 71.6, + "sun": 9.7, + "cloud": 2.4, + "ground_temp": 24.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60855, + "power": 60855 + }, + { + "date": 140829, + "mean_temp": 25.2, + "min_temp": 21, + "max_temp": 30.1, + "rain": 6.5, + "max_wind": 5, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 71.9, + "sun": 7.8, + "cloud": 4.5, + "ground_temp": 24.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70689, + "power": 68468 + }, + { + "date": 140828, + "mean_temp": 25.1, + "min_temp": 19.8, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 65.3, + "sun": 11.2, + "cloud": 1.6, + "ground_temp": 23.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64948, + "power": 68404 + }, + { + "date": 140827, + "mean_temp": 24.6, + "min_temp": 21.1, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.8, + "min_hum": 53, + "mean_hum": 66.8, + "sun": 8.7, + "cloud": 6.6, + "ground_temp": 23, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70689, + "power": 68670 + }, + { + "date": 140826, + "mean_temp": 25.4, + "min_temp": 21.6, + "max_temp": 29.6, + "rain": 11.5, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 53, + "mean_hum": 71.4, + "sun": 3.8, + "cloud": 6.3, + "ground_temp": 21.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70689, + "power": 70689 + }, + { + "date": 140825, + "mean_temp": 25.9, + "min_temp": 24.1, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 61, + "mean_hum": 71.8, + "sun": 1.2, + "cloud": 9.3, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71498, + "power": 69048 + }, + { + "date": 140824, + "mean_temp": 25.6, + "min_temp": 20.7, + "max_temp": 30.7, + "rain": 0.1, + "max_wind": 4.5, + "mean_wind": 1.3, + "min_hum": 47, + "mean_hum": 75.5, + "sun": 7, + "cloud": 8.1, + "ground_temp": 26.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57285, + "power": 57285 + }, + { + "date": 140823, + "mean_temp": 25.2, + "min_temp": 22.8, + "max_temp": 29.7, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 79.5, + "sun": 6.3, + "cloud": 7.6, + "ground_temp": 26.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62159, + "power": 62159 + }, + { + "date": 140822, + "mean_temp": 24.7, + "min_temp": 21.8, + "max_temp": 28.2, + "rain": 15, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 62, + "mean_hum": 83.4, + "sun": 7.7, + "cloud": 7.9, + "ground_temp": 25.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68320, + "power": 68320 + }, + { + "date": 140821, + "mean_temp": 23.1, + "min_temp": 21.8, + "max_temp": 24.6, + "rain": 46.5, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 80, + "mean_hum": 96.5, + "sun": 0.2, + "cloud": 9.6, + "ground_temp": 22.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68283, + "power": 68283 + }, + { + "date": 140820, + "mean_temp": 24.8, + "min_temp": 22.4, + "max_temp": 28, + "rain": 0.5, + "max_wind": 2.5, + "mean_wind": 1.1, + "min_hum": 64, + "mean_hum": 86, + "sun": 1, + "cloud": 9.9, + "ground_temp": 23.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68662, + "power": 68596 + }, + { + "date": 140819, + "mean_temp": 22.3, + "min_temp": 20.4, + "max_temp": 25.3, + "rain": 4.5, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 76, + "mean_hum": 96.6, + "sun": 0.4, + "cloud": 9.8, + "ground_temp": 20.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67191, + "power": 67191 + }, + { + "date": 140818, + "mean_temp": 22.3, + "min_temp": 20.9, + "max_temp": 24.4, + "rain": 11.5, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 73, + "mean_hum": 90, + "sun": 0.5, + "cloud": 10, + "ground_temp": 21.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65015, + "power": 66232 + }, + { + "date": 140817, + "mean_temp": 24, + "min_temp": 22.9, + "max_temp": 25, + "rain": 3, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 72, + "mean_hum": 81.1, + "sun": 0, + "cloud": 9.6, + "ground_temp": 23.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53722, + "power": 55046 + }, + { + "date": 140816, + "mean_temp": 26.1, + "min_temp": 22.2, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 73.9, + "sun": 8.8, + "cloud": 5.1, + "ground_temp": 26.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59837, + "power": 59837 + }, + { + "date": 140815, + "mean_temp": 24.9, + "min_temp": 20.9, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 72.9, + "sun": 6.4, + "cloud": 5.3, + "ground_temp": 24.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 44934, + "power": 61600 + }, + { + "date": 140814, + "mean_temp": 22.3, + "min_temp": 21.4, + "max_temp": 24.2, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 2, + "min_hum": 69, + "mean_hum": 78.6, + "sun": 0.2, + "cloud": 9.3, + "ground_temp": 22.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65015, + "power": 65015 + }, + { + "date": 140813, + "mean_temp": 24.2, + "min_temp": 22.5, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 58, + "mean_hum": 75.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68662, + "power": 68662 + }, + { + "date": 140812, + "mean_temp": 25.8, + "min_temp": 22.3, + "max_temp": 30.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.7, + "min_hum": 53, + "mean_hum": 77.8, + "sun": 10, + "cloud": 5.6, + "ground_temp": 27.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71605, + "power": 69977 + }, + { + "date": 140811, + "mean_temp": 23.7, + "min_temp": 18.3, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 54, + "mean_hum": 78.4, + "sun": 12, + "cloud": 4.5, + "ground_temp": 26.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67843, + "power": 67540 + }, + { + "date": 140810, + "mean_temp": 23.4, + "min_temp": 19.6, + "max_temp": 27.7, + "rain": 42.5, + "max_wind": 9.3, + "mean_wind": 2.6, + "min_hum": 55, + "mean_hum": 79.4, + "sun": 0.7, + "cloud": 8.3, + "ground_temp": 22.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53722, + "power": 54596 + }, + { + "date": 140809, + "mean_temp": 26.5, + "min_temp": 22.3, + "max_temp": 31.6, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 4.6, + "min_hum": 32, + "mean_hum": 48.4, + "sun": 11.5, + "cloud": 4.6, + "ground_temp": 26.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59207, + "power": 59207 + }, + { + "date": 140808, + "mean_temp": 26.1, + "min_temp": 21.9, + "max_temp": 30.6, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.8, + "min_hum": 46, + "mean_hum": 62.3, + "sun": 11.7, + "cloud": 2.1, + "ground_temp": 28.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64948, + "power": 64948 + }, + { + "date": 140807, + "mean_temp": 24.7, + "min_temp": 22.6, + "max_temp": 27.1, + "rain": 0.2, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 75, + "mean_hum": 91.1, + "sun": 0.7, + "cloud": 7.9, + "ground_temp": 24.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62387, + "power": 64831 + }, + { + "date": 140806, + "mean_temp": 24.4, + "min_temp": 22.5, + "max_temp": 26.2, + "rain": 10.5, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 76, + "mean_hum": 92.4, + "sun": 0, + "cloud": 10, + "ground_temp": 26.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66074, + "power": 66074 + }, + { + "date": 140805, + "mean_temp": 26.6, + "min_temp": 25, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3.2, + "min_hum": 71, + "mean_hum": 87.5, + "sun": 1.6, + "cloud": 8, + "ground_temp": 30.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65788, + "power": 65788 + }, + { + "date": 140804, + "mean_temp": 26.4, + "min_temp": 24.7, + "max_temp": 29.6, + "rain": 6.5, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 74, + "mean_hum": 93, + "sun": 0.9, + "cloud": 9, + "ground_temp": 27.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65788, + "power": 62294 + }, + { + "date": 140803, + "mean_temp": 26.5, + "min_temp": 24.1, + "max_temp": 30.5, + "rain": 13, + "max_wind": 7, + "mean_wind": 4.2, + "min_hum": 55, + "mean_hum": 87.6, + "sun": 1, + "cloud": 9.6, + "ground_temp": 25.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57167, + "power": 57167 + }, + { + "date": 140802, + "mean_temp": 31.4, + "min_temp": 28.7, + "max_temp": 35.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.9, + "min_hum": 46, + "mean_hum": 55, + "sun": 6.6, + "cloud": 8, + "ground_temp": 28.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60964, + "power": 60964 + }, + { + "date": 140801, + "mean_temp": 30.2, + "min_temp": 24.7, + "max_temp": 34.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 63.4, + "sun": 9.5, + "cloud": 4.9, + "ground_temp": 32.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68690, + "power": 68690 + }, + { + "date": 140731, + "mean_temp": 28.6, + "min_temp": 25.8, + "max_temp": 34.4, + "rain": 1.5, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 75.9, + "sun": 7.9, + "cloud": 6.8, + "ground_temp": 30.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72870, + "power": 72870 + }, + { + "date": 140730, + "mean_temp": 28.6, + "min_temp": 25, + "max_temp": 33.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 70.6, + "sun": 8.1, + "cloud": 6.5, + "ground_temp": 27.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72841, + "power": 72841 + }, + { + "date": 140729, + "mean_temp": 26.5, + "min_temp": 23.4, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 47, + "mean_hum": 68.4, + "sun": 9.8, + "cloud": 5.4, + "ground_temp": 25.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70243, + "power": 70243 + }, + { + "date": 140728, + "mean_temp": 26.6, + "min_temp": 21.6, + "max_temp": 31.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 71.6, + "sun": 7.6, + "cloud": 5, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70263, + "power": 70263 + }, + { + "date": 140727, + "mean_temp": 25, + "min_temp": 21.4, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 75, + "sun": 6.8, + "cloud": 4, + "ground_temp": 26.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57555, + "power": 57555 + }, + { + "date": 140726, + "mean_temp": 22.6, + "min_temp": 20.8, + "max_temp": 27.3, + "rain": 2.5, + "max_wind": 10.8, + "mean_wind": 6.4, + "min_hum": 66, + "mean_hum": 86.1, + "sun": 0.8, + "cloud": 9.3, + "ground_temp": 25.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63452, + "power": 63452 + }, + { + "date": 140725, + "mean_temp": 27.5, + "min_temp": 22.1, + "max_temp": 33.7, + "rain": 59.5, + "max_wind": 8.1, + "mean_wind": 2.9, + "min_hum": 51, + "mean_hum": 81.9, + "sun": 4.9, + "cloud": 9.5, + "ground_temp": 23.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76054, + "power": 76054 + }, + { + "date": 140724, + "mean_temp": 21.9, + "min_temp": 19.1, + "max_temp": 24.5, + "rain": 48, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 70, + "mean_hum": 92.8, + "sun": 1.3, + "cloud": 9.3, + "ground_temp": 29.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65015, + "power": 71947 + }, + { + "date": 140723, + "mean_temp": 23.6, + "min_temp": 21.7, + "max_temp": 25.2, + "rain": 55, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 90, + "sun": 0.7, + "cloud": 10, + "ground_temp": 26.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71830, + "power": 71830 + }, + { + "date": 140722, + "mean_temp": 25.9, + "min_temp": 24.6, + "max_temp": 28.2, + "rain": 16.5, + "max_wind": 6.8, + "mean_wind": 4.4, + "min_hum": 69, + "mean_hum": 83.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73590, + "power": 73590 + }, + { + "date": 140721, + "mean_temp": 27.3, + "min_temp": 24.4, + "max_temp": 31.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 52, + "mean_hum": 73.9, + "sun": 7, + "cloud": 6, + "ground_temp": 34.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74839, + "power": 74839 + }, + { + "date": 140720, + "mean_temp": 27.9, + "min_temp": 24.6, + "max_temp": 33.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 51, + "mean_hum": 75.8, + "sun": 5.5, + "cloud": 6.4, + "ground_temp": 33.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60592, + "power": 60592 + }, + { + "date": 140719, + "mean_temp": 27, + "min_temp": 24.7, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 79.8, + "sun": 0.2, + "cloud": 9, + "ground_temp": 34, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65090, + "power": 65090 + }, + { + "date": 140718, + "mean_temp": 26.1, + "min_temp": 22.6, + "max_temp": 30.6, + "rain": 1.5, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 57, + "mean_hum": 80.5, + "sun": 5.8, + "cloud": 7.6, + "ground_temp": 32.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71605, + "power": 71605 + }, + { + "date": 140717, + "mean_temp": 25.9, + "min_temp": 23.6, + "max_temp": 29.6, + "rain": 0.2, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 53, + "mean_hum": 75.9, + "sun": 3.2, + "cloud": 8.4, + "ground_temp": 33, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71498, + "power": 71498 + }, + { + "date": 140716, + "mean_temp": 26.6, + "min_temp": 23.5, + "max_temp": 32.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 42, + "mean_hum": 68.4, + "sun": 7, + "cloud": 5.6, + "ground_temp": 33.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72607, + "power": 72607 + }, + { + "date": 140715, + "mean_temp": 26.8, + "min_temp": 23.9, + "max_temp": 32.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 41, + "mean_hum": 69.4, + "sun": 3.8, + "cloud": 7, + "ground_temp": 28.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70243, + "power": 72611 + }, + { + "date": 140714, + "mean_temp": 26.4, + "min_temp": 22.8, + "max_temp": 30.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.3, + "min_hum": 48, + "mean_hum": 70.8, + "sun": 9.2, + "cloud": 4.8, + "ground_temp": 31.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72580, + "power": 72580 + }, + { + "date": 140713, + "mean_temp": 25.4, + "min_temp": 23, + "max_temp": 29.4, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 50, + "mean_hum": 73.4, + "sun": 5.9, + "cloud": 7.8, + "ground_temp": 29.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57026, + "power": 57026 + }, + { + "date": 140712, + "mean_temp": 25.3, + "min_temp": 22.9, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 53, + "mean_hum": 74.3, + "sun": 0.8, + "cloud": 7.4, + "ground_temp": 26.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63830, + "power": 63830 + }, + { + "date": 140711, + "mean_temp": 27.1, + "min_temp": 23, + "max_temp": 32.8, + "rain": 0, + "max_wind": 8, + "mean_wind": 4, + "min_hum": 30, + "mean_hum": 63.4, + "sun": 12, + "cloud": 2.3, + "ground_temp": 30, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72310, + "power": 72310 + }, + { + "date": 140710, + "mean_temp": 28.9, + "min_temp": 24.6, + "max_temp": 33.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 30, + "mean_hum": 57.9, + "sun": 10.1, + "cloud": 6.3, + "ground_temp": 27.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73566, + "power": 73566 + }, + { + "date": 140709, + "mean_temp": 27.6, + "min_temp": 25.6, + "max_temp": 33, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 58, + "mean_hum": 78.3, + "sun": 2.5, + "cloud": 9.4, + "ground_temp": 28.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72676, + "power": 72676 + }, + { + "date": 140708, + "mean_temp": 25.9, + "min_temp": 23.7, + "max_temp": 29.3, + "rain": 0.2, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 60, + "mean_hum": 73, + "sun": 3.6, + "cloud": 7.6, + "ground_temp": 28.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70523, + "power": 70523 + }, + { + "date": 140707, + "mean_temp": 27.1, + "min_temp": 20.8, + "max_temp": 33.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 61.4, + "sun": 13.2, + "cloud": 2.5, + "ground_temp": 28.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65865, + "power": 69831 + }, + { + "date": 140706, + "mean_temp": 25.7, + "min_temp": 23, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 65.8, + "sun": 7.2, + "cloud": 6.4, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54855, + "power": 54855 + }, + { + "date": 140705, + "mean_temp": 25.7, + "min_temp": 22.3, + "max_temp": 29.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 56, + "mean_hum": 70.4, + "sun": 3.9, + "cloud": 6.1, + "ground_temp": 25.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61356, + "power": 61356 + }, + { + "date": 140704, + "mean_temp": 26.8, + "min_temp": 21.6, + "max_temp": 32.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 36, + "mean_hum": 62.1, + "sun": 11.3, + "cloud": 4.1, + "ground_temp": 26.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68944, + "power": 68944 + }, + { + "date": 140703, + "mean_temp": 22.6, + "min_temp": 21.4, + "max_temp": 24.7, + "rain": 2, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 72, + "mean_hum": 85.5, + "sun": 0.9, + "cloud": 9.6, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66535, + "power": 66535 + }, + { + "date": 140702, + "mean_temp": 25.7, + "min_temp": 22.1, + "max_temp": 31.1, + "rain": 20.5, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 77.3, + "sun": 3.7, + "cloud": 8.4, + "ground_temp": 27, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70518, + "power": 70518 + }, + { + "date": 140701, + "mean_temp": 26, + "min_temp": 21.1, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 67.8, + "sun": 8, + "cloud": 3.6, + "ground_temp": 28.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69508, + "power": 71029 + }, + { + "date": 140630, + "mean_temp": 25.3, + "min_temp": 21.2, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 48, + "mean_hum": 68, + "sun": 10.3, + "cloud": 3.4, + "ground_temp": 29.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69801, + "power": 69801 + }, + { + "date": 140629, + "mean_temp": 24.1, + "min_temp": 20.9, + "max_temp": 29.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 70.3, + "sun": 3.2, + "cloud": 6.9, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55541, + "power": 55503 + }, + { + "date": 140628, + "mean_temp": 23.8, + "min_temp": 21.3, + "max_temp": 28.4, + "rain": 0, + "max_wind": 8.3, + "mean_wind": 3.8, + "min_hum": 44, + "mean_hum": 71.6, + "sun": 7.4, + "cloud": 7.1, + "ground_temp": 27.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61010, + "power": 61010 + }, + { + "date": 140627, + "mean_temp": 24.1, + "min_temp": 20.6, + "max_temp": 29.5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 47, + "mean_hum": 74.8, + "sun": 9.8, + "cloud": 5.4, + "ground_temp": 29.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68262, + "power": 68262 + }, + { + "date": 140626, + "mean_temp": 24.4, + "min_temp": 20.2, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 46, + "mean_hum": 68, + "sun": 10.5, + "cloud": 5.9, + "ground_temp": 26.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68774, + "power": 68774 + }, + { + "date": 140625, + "mean_temp": 23.8, + "min_temp": 20.2, + "max_temp": 29, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 50, + "mean_hum": 74.1, + "sun": 5.1, + "cloud": 6.3, + "ground_temp": 28.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67542, + "power": 67542 + }, + { + "date": 140624, + "mean_temp": 22.9, + "min_temp": 19.4, + "max_temp": 27.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 50, + "mean_hum": 74.6, + "sun": 9.7, + "cloud": 4.8, + "ground_temp": 25.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66595, + "power": 66595 + }, + { + "date": 140623, + "mean_temp": 21, + "min_temp": 19.4, + "max_temp": 23.2, + "rain": 24.5, + "max_wind": 6.5, + "mean_wind": 1.4, + "min_hum": 74, + "mean_hum": 91.4, + "sun": 1.5, + "cloud": 7.8, + "ground_temp": 21.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65547, + "power": 65547 + }, + { + "date": 140622, + "mean_temp": 23.7, + "min_temp": 20.2, + "max_temp": 29, + "rain": 0.4, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 74.4, + "sun": 5.8, + "cloud": 8, + "ground_temp": 25.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53722, + "power": 53722 + }, + { + "date": 140621, + "mean_temp": 23.1, + "min_temp": 19.8, + "max_temp": 28.2, + "rain": 8.5, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 51, + "mean_hum": 80.9, + "sun": 1, + "cloud": 8.8, + "ground_temp": 20.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59988, + "power": 59988 + }, + { + "date": 140620, + "mean_temp": 24.2, + "min_temp": 20.7, + "max_temp": 28.6, + "rain": 1.5, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 76.5, + "sun": 1.7, + "cloud": 9.1, + "ground_temp": 19.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67428, + "power": 67428 + }, + { + "date": 140619, + "mean_temp": 22.5, + "min_temp": 20.8, + "max_temp": 25.6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.5, + "min_hum": 61, + "mean_hum": 79.3, + "sun": 2.7, + "cloud": 8, + "ground_temp": 22.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66595, + "power": 66800 + }, + { + "date": 140618, + "mean_temp": 24.4, + "min_temp": 20.5, + "max_temp": 29.1, + "rain": 0.1, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 47, + "mean_hum": 71.3, + "sun": 9.7, + "cloud": 5.4, + "ground_temp": 20.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68058, + "power": 67769 + }, + { + "date": 140617, + "mean_temp": 24.5, + "min_temp": 21.5, + "max_temp": 30.7, + "rain": 3.5, + "max_wind": 6.5, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 71.8, + "sun": 5.3, + "cloud": 7.8, + "ground_temp": 21.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67326, + "power": 67326 + }, + { + "date": 140616, + "mean_temp": 23.9, + "min_temp": 19.1, + "max_temp": 29, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 66.4, + "sun": 10.9, + "cloud": 6.6, + "ground_temp": 27.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66777, + "power": 66777 + }, + { + "date": 140615, + "mean_temp": 23.2, + "min_temp": 19.5, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 42, + "mean_hum": 69.9, + "sun": 11.6, + "cloud": 4.5, + "ground_temp": 30.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55020, + "power": 53962 + }, + { + "date": 140614, + "mean_temp": 22.5, + "min_temp": 18.3, + "max_temp": 27.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 49, + "mean_hum": 71.6, + "sun": 12, + "cloud": 3.9, + "ground_temp": 25.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59230, + "power": 58813 + }, + { + "date": 140613, + "mean_temp": 21.3, + "min_temp": 18.4, + "max_temp": 25.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 57, + "mean_hum": 79, + "sun": 4.8, + "cloud": 6.4, + "ground_temp": 20.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64400, + "power": 64400 + }, + { + "date": 140612, + "mean_temp": 21.2, + "min_temp": 17.3, + "max_temp": 27.1, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 2.8, + "min_hum": 46, + "mean_hum": 73.9, + "sun": 8.7, + "cloud": 6.8, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64857, + "power": 64857 + }, + { + "date": 140611, + "mean_temp": 20.5, + "min_temp": 18.3, + "max_temp": 26.9, + "rain": 19, + "max_wind": 5.8, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 87.1, + "sun": 4.3, + "cloud": 9.1, + "ground_temp": 19.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65006, + "power": 65006 + }, + { + "date": 140610, + "mean_temp": 23.6, + "min_temp": 20, + "max_temp": 29.3, + "rain": 5.5, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 72, + "sun": 6.5, + "cloud": 6.3, + "ground_temp": 21.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66163, + "power": 66163 + }, + { + "date": 140609, + "mean_temp": 22.9, + "min_temp": 18.5, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 70.8, + "sun": 8.6, + "cloud": 5.9, + "ground_temp": 19.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64907, + "power": 64907 + }, + { + "date": 140608, + "mean_temp": 21.4, + "min_temp": 19.2, + "max_temp": 24.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 63, + "mean_hum": 75.3, + "sun": 2.8, + "cloud": 8, + "ground_temp": 18.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54241, + "power": 52889 + }, + { + "date": 140607, + "mean_temp": 23.5, + "min_temp": 19.7, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 49, + "mean_hum": 65.1, + "sun": 6.1, + "cloud": 6, + "ground_temp": 20.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55666, + "power": 55666 + }, + { + "date": 140606, + "mean_temp": 24.4, + "min_temp": 18.8, + "max_temp": 31.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 32, + "mean_hum": 58.9, + "sun": 12.1, + "cloud": 1.4, + "ground_temp": 25.4, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 58717, + "power": 58717 + }, + { + "date": 140605, + "mean_temp": 22.9, + "min_temp": 20.4, + "max_temp": 26.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 58.8, + "sun": 0.6, + "cloud": 7.6, + "ground_temp": 20, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63187, + "power": 63187 + }, + { + "date": 140604, + "mean_temp": 22.8, + "min_temp": 18.7, + "max_temp": 27.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 4.3, + "min_hum": 49, + "mean_hum": 61.5, + "sun": 7.9, + "cloud": 6.5, + "ground_temp": 19.6, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 61469, + "power": 61469 + }, + { + "date": 140603, + "mean_temp": 18.7, + "min_temp": 17.5, + "max_temp": 21, + "rain": 33, + "max_wind": 5.1, + "mean_wind": 3.5, + "min_hum": 66, + "mean_hum": 95.3, + "sun": 0, + "cloud": 8.6, + "ground_temp": 19.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63465, + "power": 63465 + }, + { + "date": 140602, + "mean_temp": 22.6, + "min_temp": 20.6, + "max_temp": 24.6, + "rain": 2, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 53, + "mean_hum": 73.5, + "sun": 0.1, + "cloud": 10, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64375, + "power": 64375 + }, + { + "date": 140601, + "mean_temp": 24.7, + "min_temp": 20.4, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 58.1, + "sun": 4.2, + "cloud": 8, + "ground_temp": 28.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54570, + "power": 54570 + }, + { + "date": 140531, + "mean_temp": 26.2, + "min_temp": 20.5, + "max_temp": 33.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 50.3, + "sun": 10.7, + "cloud": 1.3, + "ground_temp": 29, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60914, + "power": 60914 + }, + { + "date": 140530, + "mean_temp": 24.8, + "min_temp": 17.3, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 42.5, + "sun": 12, + "cloud": 0.1, + "ground_temp": 31.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68573, + "power": 67424 + }, + { + "date": 140529, + "mean_temp": 23.2, + "min_temp": 17.5, + "max_temp": 30.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 24, + "mean_hum": 54.6, + "sun": 12.4, + "cloud": 0.9, + "ground_temp": 29.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66574, + "power": 66574 + }, + { + "date": 140528, + "mean_temp": 24, + "min_temp": 19.9, + "max_temp": 29.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 60.8, + "sun": 9.4, + "cloud": 1.5, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65865, + "power": 65865 + }, + { + "date": 140527, + "mean_temp": 22.8, + "min_temp": 16.7, + "max_temp": 28.3, + "rain": 0, + "max_wind": 8.6, + "mean_wind": 4.2, + "min_hum": 33, + "mean_hum": 49.5, + "sun": 12.1, + "cloud": 0.8, + "ground_temp": 27.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64420, + "power": 64420 + }, + { + "date": 140526, + "mean_temp": 19.4, + "min_temp": 16.5, + "max_temp": 24.7, + "rain": 1.5, + "max_wind": 7.5, + "mean_wind": 4, + "min_hum": 30, + "mean_hum": 67.4, + "sun": 9.4, + "cloud": 4.4, + "ground_temp": 26.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62708, + "power": 62708 + }, + { + "date": 140525, + "mean_temp": 20.5, + "min_temp": 18.3, + "max_temp": 24.9, + "rain": 21, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 46, + "mean_hum": 78.9, + "sun": 0, + "cloud": 10, + "ground_temp": 23.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52266, + "power": 52266 + }, + { + "date": 140524, + "mean_temp": 21.3, + "min_temp": 16.9, + "max_temp": 27.9, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 68.8, + "sun": 5, + "cloud": 7.8, + "ground_temp": 25.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57447, + "power": 57838 + }, + { + "date": 140523, + "mean_temp": 22, + "min_temp": 17.6, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 47, + "mean_hum": 68.4, + "sun": 8.8, + "cloud": 3, + "ground_temp": 16.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63549, + "power": 63549 + }, + { + "date": 140522, + "mean_temp": 20.9, + "min_temp": 13.6, + "max_temp": 28.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 63.4, + "sun": 12.5, + "cloud": 0.5, + "ground_temp": 20.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63560, + "power": 63560 + }, + { + "date": 140521, + "mean_temp": 20.1, + "min_temp": 15.9, + "max_temp": 26.5, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.7, + "min_hum": 40, + "mean_hum": 65.3, + "sun": 12, + "cloud": 2.4, + "ground_temp": 20.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62891, + "power": 62891 + }, + { + "date": 140520, + "mean_temp": 21.5, + "min_temp": 16.1, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 23, + "mean_hum": 45.4, + "sun": 6.2, + "cloud": 5.6, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63090, + "power": 63090 + }, + { + "date": 140519, + "mean_temp": 20, + "min_temp": 14.1, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 55.1, + "sun": 8.5, + "cloud": 4.4, + "ground_temp": 20.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62956, + "power": 62956 + }, + { + "date": 140518, + "mean_temp": 20.3, + "min_temp": 13.7, + "max_temp": 27.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 29, + "mean_hum": 50.1, + "sun": 12.6, + "cloud": 1.8, + "ground_temp": 21.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52446, + "power": 52446 + }, + { + "date": 140517, + "mean_temp": 20, + "min_temp": 14.3, + "max_temp": 26.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 29, + "mean_hum": 48, + "sun": 12.3, + "cloud": 3.6, + "ground_temp": 22.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56689, + "power": 56689 + }, + { + "date": 140516, + "mean_temp": 19, + "min_temp": 12.3, + "max_temp": 26.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 24, + "mean_hum": 50.3, + "sun": 12, + "cloud": 1, + "ground_temp": 23.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62204, + "power": 62471 + }, + { + "date": 140515, + "mean_temp": 18.2, + "min_temp": 14.5, + "max_temp": 23.7, + "rain": 0.3, + "max_wind": 7.9, + "mean_wind": 4, + "min_hum": 38, + "mean_hum": 66.9, + "sun": 11.3, + "cloud": 2.6, + "ground_temp": 22.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62172, + "power": 62172 + }, + { + "date": 140514, + "mean_temp": 19.6, + "min_temp": 15.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 32, + "mean_hum": 59.1, + "sun": 11.6, + "cloud": 3.4, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62522, + "power": 62471 + }, + { + "date": 140513, + "mean_temp": 19.2, + "min_temp": 11.9, + "max_temp": 25.6, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 4, + "min_hum": 43, + "mean_hum": 69.9, + "sun": 11.7, + "cloud": 1.9, + "ground_temp": 22.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62149, + "power": 62149 + }, + { + "date": 140512, + "mean_temp": 16.4, + "min_temp": 13.6, + "max_temp": 20.4, + "rain": 10, + "max_wind": 11.1, + "mean_wind": 5.2, + "min_hum": 50, + "mean_hum": 79.1, + "sun": 7.5, + "cloud": 5.9, + "ground_temp": 19.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61216, + "power": 61216 + }, + { + "date": 140511, + "mean_temp": 18.9, + "min_temp": 15.9, + "max_temp": 23.8, + "rain": 23, + "max_wind": 5.7, + "mean_wind": 3.4, + "min_hum": 30, + "mean_hum": 54.4, + "sun": 0.8, + "cloud": 8.3, + "ground_temp": 16.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52446, + "power": 52256 + }, + { + "date": 140510, + "mean_temp": 20.5, + "min_temp": 12.9, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 43.4, + "sun": 12.4, + "cloud": 0.6, + "ground_temp": 19, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56689, + "power": 56582 + }, + { + "date": 140509, + "mean_temp": 16.8, + "min_temp": 9.8, + "max_temp": 23.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 60.8, + "sun": 11.5, + "cloud": 0.3, + "ground_temp": 18, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60847, + "power": 60847 + }, + { + "date": 140508, + "mean_temp": 14.5, + "min_temp": 11.5, + "max_temp": 19.5, + "rain": 4, + "max_wind": 7.3, + "mean_wind": 4.2, + "min_hum": 49, + "mean_hum": 83.9, + "sun": 6.7, + "cloud": 5.4, + "ground_temp": 17.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61820, + "power": 61820 + }, + { + "date": 140507, + "mean_temp": 15.7, + "min_temp": 8.7, + "max_temp": 22.3, + "rain": 2, + "max_wind": 8, + "mean_wind": 3.8, + "min_hum": 22, + "mean_hum": 48.3, + "sun": 10.4, + "cloud": 6.4, + "ground_temp": 18.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59921, + "power": 59921 + }, + { + "date": 140506, + "mean_temp": 13.1, + "min_temp": 7.6, + "max_temp": 19, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.4, + "min_hum": 18, + "mean_hum": 45.9, + "sun": 12.6, + "cloud": 0, + "ground_temp": 19.3, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 57526, + "power": 54460 + }, + { + "date": 140505, + "mean_temp": 11.3, + "min_temp": 6.8, + "max_temp": 15.5, + "rain": 0, + "max_wind": 9.8, + "mean_wind": 5.1, + "min_hum": 28, + "mean_hum": 56.5, + "sun": 12.8, + "cloud": 1.3, + "ground_temp": 15.4, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 52425, + "power": 52425 + }, + { + "date": 140504, + "mean_temp": 12.3, + "min_temp": 8.5, + "max_temp": 20.5, + "rain": 0.2, + "max_wind": 9.5, + "mean_wind": 3.8, + "min_hum": 28, + "mean_hum": 57.8, + "sun": 5.8, + "cloud": 5.8, + "ground_temp": 18.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50506, + "power": 50506 + }, + { + "date": 140503, + "mean_temp": 13.1, + "min_temp": 8, + "max_temp": 19.3, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.9, + "min_hum": 34, + "mean_hum": 54.6, + "sun": 13.1, + "cloud": 1.3, + "ground_temp": 20.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53938, + "power": 52592 + }, + { + "date": 140502, + "mean_temp": 15.7, + "min_temp": 11.1, + "max_temp": 24.8, + "rain": 1, + "max_wind": 9.3, + "mean_wind": 3.6, + "min_hum": 34, + "mean_hum": 70.9, + "sun": 7.9, + "cloud": 6, + "ground_temp": 21, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58473, + "power": 58473 + }, + { + "date": 140501, + "mean_temp": 16, + "min_temp": 10.4, + "max_temp": 22.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 36, + "mean_hum": 60.5, + "sun": 12, + "cloud": 0, + "ground_temp": 17.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55782, + "power": 55782 + }, + { + "date": 140430, + "mean_temp": 16.1, + "min_temp": 11.4, + "max_temp": 21.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 62.1, + "sun": 6.8, + "cloud": 5.9, + "ground_temp": 11.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61294, + "power": 61294 + }, + { + "date": 140429, + "mean_temp": 15, + "min_temp": 11.9, + "max_temp": 18.9, + "rain": 5.5, + "max_wind": 7.9, + "mean_wind": 4, + "min_hum": 53, + "mean_hum": 69.5, + "sun": 2.2, + "cloud": 9.3, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62173, + "power": 62173 + }, + { + "date": 140428, + "mean_temp": 13.6, + "min_temp": 12.2, + "max_temp": 15, + "rain": 13.5, + "max_wind": 6.5, + "mean_wind": 4.6, + "min_hum": 78, + "mean_hum": 91.6, + "sun": 0, + "cloud": 10, + "ground_temp": 14.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62173, + "power": 62596 + }, + { + "date": 140427, + "mean_temp": 15.6, + "min_temp": 13.6, + "max_temp": 18.3, + "rain": 8.5, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 55, + "mean_hum": 86.6, + "sun": 0.2, + "cloud": 10, + "ground_temp": 16.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51931, + "power": 52100 + }, + { + "date": 140426, + "mean_temp": 18.7, + "min_temp": 13.3, + "max_temp": 25.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 38.9, + "sun": 5, + "cloud": 7.9, + "ground_temp": 21.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54877, + "power": 55806 + }, + { + "date": 140425, + "mean_temp": 19, + "min_temp": 12.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 32.5, + "sun": 11.5, + "cloud": 0.4, + "ground_temp": 22, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61166, + "power": 61166 + }, + { + "date": 140424, + "mean_temp": 18.6, + "min_temp": 12.1, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 49, + "sun": 9.7, + "cloud": 0.6, + "ground_temp": 20.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62708, + "power": 61546 + }, + { + "date": 140423, + "mean_temp": 17.2, + "min_temp": 10.4, + "max_temp": 24.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 19, + "mean_hum": 49.4, + "sun": 11.8, + "cloud": 0, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60966, + "power": 60966 + }, + { + "date": 140422, + "mean_temp": 16, + "min_temp": 9.6, + "max_temp": 23.3, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 43.1, + "sun": 10.5, + "cloud": 2.1, + "ground_temp": 19.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61699, + "power": 61699 + }, + { + "date": 140421, + "mean_temp": 15.1, + "min_temp": 9.8, + "max_temp": 21.4, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 55.1, + "sun": 10.8, + "cloud": 3.9, + "ground_temp": 18.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61312, + "power": 61312 + }, + { + "date": 140420, + "mean_temp": 14.6, + "min_temp": 10, + "max_temp": 21.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.4, + "min_hum": 31, + "mean_hum": 54.4, + "sun": 11.3, + "cloud": 3.1, + "ground_temp": 16, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52591, + "power": 52591 + }, + { + "date": 140419, + "mean_temp": 14, + "min_temp": 11.4, + "max_temp": 18.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 4.5, + "min_hum": 42, + "mean_hum": 56, + "sun": 1.3, + "cloud": 7.9, + "ground_temp": 11.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57447, + "power": 57447 + }, + { + "date": 140418, + "mean_temp": 15.9, + "min_temp": 12, + "max_temp": 23, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 59.9, + "sun": 8.2, + "cloud": 4.3, + "ground_temp": 15.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62898, + "power": 62898 + }, + { + "date": 140417, + "mean_temp": 14.7, + "min_temp": 8.4, + "max_temp": 20.9, + "rain": 3, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 67.4, + "sun": 4.4, + "cloud": 6.9, + "ground_temp": 14.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63069, + "power": 63069 + }, + { + "date": 140416, + "mean_temp": 14, + "min_temp": 10, + "max_temp": 19.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 62, + "mean_hum": 81, + "sun": 1.7, + "cloud": 6.8, + "ground_temp": 17.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61956, + "power": 61956 + }, + { + "date": 140415, + "mean_temp": 12.9, + "min_temp": 9.3, + "max_temp": 16.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 61, + "mean_hum": 80.1, + "sun": 6.7, + "cloud": 4.1, + "ground_temp": 19.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63575, + "power": 62333 + }, + { + "date": 140414, + "mean_temp": 16.3, + "min_temp": 12.1, + "max_temp": 22.4, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 2.7, + "min_hum": 33, + "mean_hum": 53.3, + "sun": 10.6, + "cloud": 0.5, + "ground_temp": 15.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62272, + "power": 62272 + }, + { + "date": 140413, + "mean_temp": 17.2, + "min_temp": 13.2, + "max_temp": 24.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 54.9, + "sun": 7.2, + "cloud": 6.4, + "ground_temp": 14.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53026, + "power": 53026 + }, + { + "date": 140412, + "mean_temp": 14.3, + "min_temp": 11.1, + "max_temp": 17.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 58, + "mean_hum": 68.8, + "sun": 0, + "cloud": 9.4, + "ground_temp": 12.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57820, + "power": 57820 + }, + { + "date": 140411, + "mean_temp": 13.6, + "min_temp": 10.1, + "max_temp": 18.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 43, + "mean_hum": 69.5, + "sun": 7.5, + "cloud": 5.3, + "ground_temp": 12.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63314, + "power": 63314 + }, + { + "date": 140410, + "mean_temp": 12.5, + "min_temp": 7.2, + "max_temp": 20, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 71.5, + "sun": 7.7, + "cloud": 5.9, + "ground_temp": 14.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63345, + "power": 63345 + }, + { + "date": 140409, + "mean_temp": 10.3, + "min_temp": 7, + "max_temp": 15.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3, + "min_hum": 64, + "mean_hum": 85.3, + "sun": 6.5, + "cloud": 5.8, + "ground_temp": 16.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63343, + "power": 63343 + }, + { + "date": 140408, + "mean_temp": 11.9, + "min_temp": 5.7, + "max_temp": 19.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 60.9, + "sun": 11.5, + "cloud": 0, + "ground_temp": 14.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63010, + "power": 63010 + }, + { + "date": 140407, + "mean_temp": 10.3, + "min_temp": 4.9, + "max_temp": 16.7, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.4, + "min_hum": 45, + "mean_hum": 64.9, + "sun": 9.3, + "cloud": 3.4, + "ground_temp": 13.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63356, + "power": 63722 + }, + { + "date": 140406, + "mean_temp": 7.4, + "min_temp": 2.3, + "max_temp": 12.8, + "rain": 0, + "max_wind": 9.3, + "mean_wind": 4, + "min_hum": 24, + "mean_hum": 50.6, + "sun": 12.1, + "cloud": 0.5, + "ground_temp": 8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53374, + "power": 54598 + }, + { + "date": 140405, + "mean_temp": 6.2, + "min_temp": 3.5, + "max_temp": 11, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 60.5, + "sun": 8.2, + "cloud": 3.5, + "ground_temp": 4.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57527, + "power": 57527 + }, + { + "date": 140404, + "mean_temp": 6.6, + "min_temp": 2.3, + "max_temp": 11.7, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.4, + "min_hum": 21, + "mean_hum": 52.6, + "sun": 10, + "cloud": 3.8, + "ground_temp": 5.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67809, + "power": 63757 + }, + { + "date": 140403, + "mean_temp": 10.2, + "min_temp": 5.5, + "max_temp": 13.6, + "rain": 0.5, + "max_wind": 9.3, + "mean_wind": 3.1, + "min_hum": 29, + "mean_hum": 63, + "sun": 0, + "cloud": 8, + "ground_temp": 8.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63504, + "power": 63504 + }, + { + "date": 140402, + "mean_temp": 15.5, + "min_temp": 9.9, + "max_temp": 21.9, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 30, + "sun": 10.1, + "cloud": 4.3, + "ground_temp": 16.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61890, + "power": 61890 + }, + { + "date": 140401, + "mean_temp": 15.6, + "min_temp": 9.5, + "max_temp": 23, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.4, + "min_hum": 15, + "mean_hum": 33.8, + "sun": 10.4, + "cloud": 2.4, + "ground_temp": 14, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62418, + "power": 62418 + }, + { + "date": 140331, + "mean_temp": 14.5, + "min_temp": 8.8, + "max_temp": 20.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 49.3, + "sun": 7.9, + "cloud": 3.1, + "ground_temp": 11.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62487, + "power": 62487 + }, + { + "date": 140330, + "mean_temp": 14.9, + "min_temp": 10.2, + "max_temp": 20.6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 35, + "mean_hum": 63.5, + "sun": 10.7, + "cloud": 2.9, + "ground_temp": 10.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52591, + "power": 53354 + }, + { + "date": 140329, + "mean_temp": 15, + "min_temp": 13.2, + "max_temp": 18, + "rain": 3.5, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 73.4, + "sun": 0, + "cloud": 9.5, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57447, + "power": 58164 + }, + { + "date": 140328, + "mean_temp": 16.6, + "min_temp": 11.3, + "max_temp": 23.8, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 57.3, + "sun": 7, + "cloud": 5.5, + "ground_temp": 17.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62730, + "power": 62413 + }, + { + "date": 140327, + "mean_temp": 13.5, + "min_temp": 7.7, + "max_temp": 20.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 39, + "mean_hum": 68.9, + "sun": 7.9, + "cloud": 0.9, + "ground_temp": 14.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62487, + "power": 64011 + }, + { + "date": 140326, + "mean_temp": 15.4, + "min_temp": 11.8, + "max_temp": 21.9, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.8, + "min_hum": 26, + "mean_hum": 64.6, + "sun": 6.4, + "cloud": 5.4, + "ground_temp": 14.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61890, + "power": 64149 + }, + { + "date": 140325, + "mean_temp": 14.6, + "min_temp": 11.9, + "max_temp": 18.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 54, + "mean_hum": 75.9, + "sun": 0.7, + "cloud": 10, + "ground_temp": 14.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62173, + "power": 64482 + }, + { + "date": 140324, + "mean_temp": 10.9, + "min_temp": 4.6, + "max_temp": 15.3, + "rain": 0, + "max_wind": 8.3, + "mean_wind": 3.5, + "min_hum": 37, + "mean_hum": 60.5, + "sun": 7.7, + "cloud": 5.9, + "ground_temp": 12.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64545, + "power": 64545 + }, + { + "date": 140323, + "mean_temp": 9.6, + "min_temp": 4.6, + "max_temp": 15.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3, + "min_hum": 38, + "mean_hum": 63.6, + "sun": 10.1, + "cloud": 0, + "ground_temp": 12.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55419, + "power": 55419 + }, + { + "date": 140322, + "mean_temp": 8.6, + "min_temp": 2.3, + "max_temp": 15.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 63.5, + "sun": 9.9, + "cloud": 1, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60420, + "power": 59838 + }, + { + "date": 140321, + "mean_temp": 5.9, + "min_temp": 1.2, + "max_temp": 12, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.4, + "min_hum": 22, + "mean_hum": 52.5, + "sun": 11.4, + "cloud": 0.3, + "ground_temp": 6.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67809, + "power": 67809 + }, + { + "date": 140320, + "mean_temp": 6.3, + "min_temp": 2.8, + "max_temp": 10.3, + "rain": 0.4, + "max_wind": 7.5, + "mean_wind": 3.2, + "min_hum": 40, + "mean_hum": 71.3, + "sun": 4.1, + "cloud": 6.8, + "ground_temp": 5.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67400, + "power": 67400 + }, + { + "date": 140319, + "mean_temp": 9.6, + "min_temp": 7.4, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 49, + "mean_hum": 65.5, + "sun": 0.1, + "cloud": 7.1, + "ground_temp": 8.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66737, + "power": 66737 + }, + { + "date": 140318, + "mean_temp": 10.5, + "min_temp": 7.7, + "max_temp": 16, + "rain": 0.4, + "max_wind": 8.5, + "mean_wind": 3.5, + "min_hum": 46, + "mean_hum": 75.3, + "sun": 7.1, + "cloud": 6.3, + "ground_temp": 12, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65543, + "power": 65543 + }, + { + "date": 140317, + "mean_temp": 12.6, + "min_temp": 6.9, + "max_temp": 19.4, + "rain": 0.5, + "max_wind": 9.1, + "mean_wind": 3.5, + "min_hum": 51, + "mean_hum": 79, + "sun": 5.4, + "cloud": 6.5, + "ground_temp": 11.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65809, + "power": 65809 + }, + { + "date": 140316, + "mean_temp": 11.3, + "min_temp": 5.7, + "max_temp": 18.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 68.3, + "sun": 7.3, + "cloud": 3, + "ground_temp": 10.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55703, + "power": 55703 + }, + { + "date": 140315, + "mean_temp": 6.8, + "min_temp": 0.1, + "max_temp": 13.4, + "rain": 0, + "max_wind": 9, + "mean_wind": 4, + "min_hum": 32, + "mean_hum": 66.8, + "sun": 7, + "cloud": 1.1, + "ground_temp": 7.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61734, + "power": 61734 + }, + { + "date": 140314, + "mean_temp": 3.4, + "min_temp": -1.5, + "max_temp": 8.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.6, + "min_hum": 36, + "mean_hum": 54.6, + "sun": 10.5, + "cloud": 1, + "ground_temp": 4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74129, + "power": 68928 + }, + { + "date": 140313, + "mean_temp": 5.2, + "min_temp": 1.6, + "max_temp": 8.3, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4, + "min_hum": 38, + "mean_hum": 54.5, + "sun": 0.8, + "cloud": 7.6, + "ground_temp": 3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70934, + "power": 70934 + }, + { + "date": 140312, + "mean_temp": 6.9, + "min_temp": 4, + "max_temp": 9.5, + "rain": 0.2, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 62, + "mean_hum": 75.8, + "sun": 0.9, + "cloud": 8.6, + "ground_temp": 4.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70836, + "power": 70836 + }, + { + "date": 140311, + "mean_temp": 4.5, + "min_temp": -0.9, + "max_temp": 9.4, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 65, + "sun": 4.3, + "cloud": 2.5, + "ground_temp": 3.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70922, + "power": 70922 + }, + { + "date": 140310, + "mean_temp": 1.5, + "min_temp": -3.6, + "max_temp": 7.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 27, + "mean_hum": 50.4, + "sun": 11.1, + "cloud": 0, + "ground_temp": 3.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74297, + "power": 71629 + }, + { + "date": 140309, + "mean_temp": 1.4, + "min_temp": -1.6, + "max_temp": 4.8, + "rain": 2.2, + "max_wind": 8.3, + "mean_wind": 3.6, + "min_hum": 19, + "mean_hum": 56.4, + "sun": 9.9, + "cloud": 3.4, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58631, + "power": 58998 + }, + { + "date": 140308, + "mean_temp": 2, + "min_temp": -2.2, + "max_temp": 7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 55, + "sun": 7.4, + "cloud": 5.1, + "ground_temp": 3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63537, + "power": 63537 + }, + { + "date": 140307, + "mean_temp": -0.6, + "min_temp": -4.6, + "max_temp": 4.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.8, + "min_hum": 22, + "mean_hum": 45.9, + "sun": 10.6, + "cloud": 1.8, + "ground_temp": 1.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72167, + "power": 72167 + }, + { + "date": 140306, + "mean_temp": 0.3, + "min_temp": -3, + "max_temp": 5, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.6, + "min_hum": 25, + "mean_hum": 43.4, + "sun": 9.6, + "cloud": 1.9, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71384, + "power": 71384 + }, + { + "date": 140305, + "mean_temp": 1.4, + "min_temp": -1.4, + "max_temp": 5.3, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.4, + "min_hum": 16, + "mean_hum": 44.8, + "sun": 10.7, + "cloud": 0.5, + "ground_temp": 0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73483, + "power": 70162 + }, + { + "date": 140304, + "mean_temp": 6.3, + "min_temp": 2.2, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 48, + "sun": 6.3, + "cloud": 5.5, + "ground_temp": 4.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67342, + "power": 69932 + }, + { + "date": 140303, + "mean_temp": 5.2, + "min_temp": -1, + "max_temp": 11.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 34.4, + "sun": 10.4, + "cloud": 0, + "ground_temp": 3.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68575, + "power": 68575 + }, + { + "date": 140302, + "mean_temp": 4.5, + "min_temp": -0.2, + "max_temp": 10.1, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3, + "min_hum": 16, + "mean_hum": 46.4, + "sun": 10.5, + "cloud": 0.6, + "ground_temp": 2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56807, + "power": 56807 + }, + { + "date": 140301, + "mean_temp": 6, + "min_temp": 3.3, + "max_temp": 9.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 48, + "mean_hum": 61.1, + "sun": 1, + "cloud": 8.1, + "ground_temp": 4.6, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 58850, + "power": 58850 + }, + { + "date": 140228, + "mean_temp": 6.7, + "min_temp": 1.3, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 58.8, + "sun": 4.3, + "cloud": 6.3, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69583, + "power": 67179 + }, + { + "date": 140227, + "mean_temp": 7.7, + "min_temp": 3.8, + "max_temp": 13.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 55.4, + "sun": 5.4, + "cloud": 4.8, + "ground_temp": 5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67342, + "power": 67342 + }, + { + "date": 140226, + "mean_temp": 8.4, + "min_temp": 1.4, + "max_temp": 16.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 44.9, + "sun": 8.2, + "cloud": 1, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69420, + "power": 69420 + }, + { + "date": 140225, + "mean_temp": 5.7, + "min_temp": 0.6, + "max_temp": 12.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 59.9, + "sun": 8, + "cloud": 0, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69583, + "power": 69583 + }, + { + "date": 140224, + "mean_temp": 4.1, + "min_temp": -0.3, + "max_temp": 9.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 40, + "mean_hum": 58, + "sun": 6.3, + "cloud": 0, + "ground_temp": 0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69972, + "power": 69972 + }, + { + "date": 140223, + "mean_temp": 3.1, + "min_temp": -1.8, + "max_temp": 8.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 50.6, + "sun": 7.3, + "cloud": 0, + "ground_temp": 0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58631, + "power": 58631 + }, + { + "date": 140222, + "mean_temp": 2.2, + "min_temp": -2.1, + "max_temp": 7.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 49.3, + "sun": 9.4, + "cloud": 1.4, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62750, + "power": 62750 + }, + { + "date": 140221, + "mean_temp": 0.9, + "min_temp": -4, + "max_temp": 6.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 49.1, + "sun": 10.1, + "cloud": 0, + "ground_temp": 0.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71428, + "power": 71428 + }, + { + "date": 140220, + "mean_temp": 1.2, + "min_temp": -1.2, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 38, + "mean_hum": 61.5, + "sun": 7.8, + "cloud": 0.9, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71641, + "power": 71641 + }, + { + "date": 140219, + "mean_temp": 2.1, + "min_temp": -1.9, + "max_temp": 6.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 48.6, + "sun": 8.1, + "cloud": 3.5, + "ground_temp": 0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75359, + "power": 71872 + }, + { + "date": 140218, + "mean_temp": 2.5, + "min_temp": 0.3, + "max_temp": 5.4, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 32, + "mean_hum": 45.9, + "sun": 3.1, + "cloud": 5.3, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71120, + "power": 71120 + }, + { + "date": 140217, + "mean_temp": 4.2, + "min_temp": 0.9, + "max_temp": 8.5, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 45.5, + "sun": 3.2, + "cloud": 6.4, + "ground_temp": 0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70678, + "power": 70900 + }, + { + "date": 140216, + "mean_temp": 2.8, + "min_temp": -1.1, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 53.3, + "sun": 2.9, + "cloud": 5.8, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58631, + "power": 58797 + }, + { + "date": 140215, + "mean_temp": 2.7, + "min_temp": -1.9, + "max_temp": 8.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 31, + "mean_hum": 54.6, + "sun": 9.8, + "cloud": 0.4, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62750, + "power": 62944 + }, + { + "date": 140214, + "mean_temp": 2.7, + "min_temp": -0.7, + "max_temp": 7.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.1, + "min_hum": 31, + "mean_hum": 47.3, + "sun": 6.8, + "cloud": 4, + "ground_temp": 0.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72398, + "power": 72398 + }, + { + "date": 140213, + "mean_temp": 1.9, + "min_temp": -2.1, + "max_temp": 6.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 26, + "mean_hum": 46.1, + "sun": 6.5, + "cloud": 5.6, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73371, + "power": 73371 + }, + { + "date": 140212, + "mean_temp": 1.2, + "min_temp": -2, + "max_temp": 5.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 49.3, + "sun": 5.1, + "cloud": 4.4, + "ground_temp": 0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73302, + "power": 73302 + }, + { + "date": 140211, + "mean_temp": 0.2, + "min_temp": -3.8, + "max_temp": 5.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.2, + "min_hum": 26, + "mean_hum": 42.1, + "sun": 9.7, + "cloud": 0.8, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73982, + "power": 73982 + }, + { + "date": 140210, + "mean_temp": -0.1, + "min_temp": -2.9, + "max_temp": 4.4, + "rain": 0.2, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 35, + "mean_hum": 55, + "sun": 6, + "cloud": 4.5, + "ground_temp": 0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74404, + "power": 74404 + }, + { + "date": 140209, + "mean_temp": -1.6, + "min_temp": -3.4, + "max_temp": 0.7, + "rain": 0.2, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 63, + "mean_hum": 76.5, + "sun": 1.6, + "cloud": 8, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62801, + "power": 60604 + }, + { + "date": 140208, + "mean_temp": 0.2, + "min_temp": -1.5, + "max_temp": 2.5, + "rain": 4.3, + "max_wind": 6.6, + "mean_wind": 4.3, + "min_hum": 62, + "mean_hum": 79.4, + "sun": 0.9, + "cloud": 9.8, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 67176, + "power": 65220 + }, + { + "date": 140207, + "mean_temp": 2.4, + "min_temp": -2, + "max_temp": 7.6, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 4.8, + "min_hum": 33, + "mean_hum": 47.3, + "sun": 5.2, + "cloud": 8.4, + "ground_temp": -0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74297, + "power": 74297 + }, + { + "date": 140206, + "mean_temp": -1.3, + "min_temp": -5.2, + "max_temp": 4.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 16, + "mean_hum": 29.8, + "sun": 6.7, + "cloud": 5, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76274, + "power": 76274 + }, + { + "date": 140205, + "mean_temp": -4.8, + "min_temp": -8.9, + "max_temp": 0.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 27.5, + "sun": 7.2, + "cloud": 4.5, + "ground_temp": -1.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 77295, + "power": 77295 + }, + { + "date": 140204, + "mean_temp": -7.4, + "min_temp": -10.5, + "max_temp": -3.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 17, + "mean_hum": 25.9, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": -1.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75443, + "power": 75443 + }, + { + "date": 140203, + "mean_temp": -3.5, + "min_temp": -8.2, + "max_temp": 2.8, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4.3, + "min_hum": 18, + "mean_hum": 38.5, + "sun": 4.6, + "cloud": 2.6, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68620, + "power": 68620 + }, + { + "date": 140202, + "mean_temp": 4.9, + "min_temp": 2.8, + "max_temp": 6.5, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 85, + "mean_hum": 91.6, + "sun": 0, + "cloud": 8.9, + "ground_temp": 4.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53374, + "power": 53374 + }, + { + "date": 140201, + "mean_temp": 4.9, + "min_temp": 3.7, + "max_temp": 6, + "rain": 11, + "max_wind": 5.7, + "mean_wind": 3.4, + "min_hum": 22, + "mean_hum": 63.8, + "sun": 0, + "cloud": 9.6, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 51521, + "power": 51521 + }, + { + "date": 140131, + "mean_temp": 1.3, + "min_temp": -4.3, + "max_temp": 7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 26.1, + "sun": 9.2, + "cloud": 1, + "ground_temp": 0.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51068, + "power": 51068 + }, + { + "date": 140130, + "mean_temp": 4, + "min_temp": -1, + "max_temp": 6.5, + "rain": 3.5, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 19, + "mean_hum": 66.1, + "sun": 0.9, + "cloud": 5.8, + "ground_temp": 4.7, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 56440, + "power": 56440 + }, + { + "date": 140129, + "mean_temp": 2.2, + "min_temp": -5.3, + "max_temp": 8.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 13, + "mean_hum": 40.1, + "sun": 7.9, + "cloud": 4.3, + "ground_temp": 1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69659, + "power": 69659 + }, + { + "date": 140128, + "mean_temp": 1.5, + "min_temp": -3, + "max_temp": 4.6, + "rain": 0.5, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 52.8, + "sun": 8.1, + "cloud": 3.6, + "ground_temp": 2.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71539, + "power": 71539 + }, + { + "date": 140127, + "mean_temp": 0.2, + "min_temp": -5.4, + "max_temp": 6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.6, + "min_hum": 17, + "mean_hum": 48, + "sun": 8.7, + "cloud": 1.6, + "ground_temp": 0.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73444, + "power": 73444 + }, + { + "date": 140126, + "mean_temp": -2.1, + "min_temp": -5.3, + "max_temp": 2.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.7, + "min_hum": 29, + "mean_hum": 42.1, + "sun": 9.5, + "cloud": 0, + "ground_temp": 1.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61182, + "power": 61182 + }, + { + "date": 140125, + "mean_temp": 4.2, + "min_temp": -0.4, + "max_temp": 6.3, + "rain": 3, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 51, + "mean_hum": 74.4, + "sun": 0, + "cloud": 7, + "ground_temp": 2.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64359, + "power": 64359 + }, + { + "date": 140124, + "mean_temp": 3, + "min_temp": -1.1, + "max_temp": 5.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.6, + "min_hum": 55, + "mean_hum": 64.4, + "sun": 0, + "cloud": 8.5, + "ground_temp": 1.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73391, + "power": 73391 + }, + { + "date": 140123, + "mean_temp": -0.8, + "min_temp": -5.2, + "max_temp": 4.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 65.6, + "sun": 5.8, + "cloud": 3.4, + "ground_temp": -0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75362, + "power": 75362 + }, + { + "date": 140122, + "mean_temp": -3.9, + "min_temp": -9.5, + "max_temp": 1.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 60, + "sun": 9, + "cloud": 1, + "ground_temp": -1.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76306, + "power": 76306 + }, + { + "date": 140121, + "mean_temp": -5.5, + "min_temp": -7.2, + "max_temp": -3.1, + "rain": 0.7, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 56, + "mean_hum": 62.6, + "sun": 3.1, + "cloud": 5.3, + "ground_temp": -4.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 76751, + "power": 76751 + }, + { + "date": 140120, + "mean_temp": -1.5, + "min_temp": -4.2, + "max_temp": 1.9, + "rain": 5.3, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 64, + "mean_hum": 83.3, + "sun": 0, + "cloud": 9.6, + "ground_temp": 0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75282, + "power": 75282 + }, + { + "date": 140119, + "mean_temp": -2.6, + "min_temp": -7.4, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 44.8, + "sun": 6.2, + "cloud": 4.9, + "ground_temp": -1.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62682, + "power": 62682 + }, + { + "date": 140118, + "mean_temp": -2.2, + "min_temp": -4.9, + "max_temp": 0.8, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.1, + "min_hum": 25, + "mean_hum": 42.4, + "sun": 8.4, + "cloud": 0.4, + "ground_temp": -1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66275, + "power": 66275 + }, + { + "date": 140117, + "mean_temp": -0.1, + "min_temp": -3.7, + "max_temp": 3.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 28, + "mean_hum": 55.9, + "sun": 6.2, + "cloud": 1.8, + "ground_temp": -1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75359, + "power": 75359 + }, + { + "date": 140116, + "mean_temp": 0.1, + "min_temp": -4, + "max_temp": 3.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 59.9, + "sun": 1.1, + "cloud": 6.8, + "ground_temp": -1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75362, + "power": 75473 + }, + { + "date": 140115, + "mean_temp": -2.9, + "min_temp": -7.6, + "max_temp": 2.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 22, + "mean_hum": 42, + "sun": 9, + "cloud": 0.9, + "ground_temp": -2.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75939, + "power": 75939 + }, + { + "date": 140114, + "mean_temp": -4.3, + "min_temp": -8.9, + "max_temp": 1.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 33.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": -3.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75939, + "power": 76442 + }, + { + "date": 140113, + "mean_temp": -6.2, + "min_temp": -10.5, + "max_temp": -1.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 15, + "mean_hum": 26, + "sun": 9.3, + "cloud": 0, + "ground_temp": -3.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 76173, + "power": 76173 + }, + { + "date": 140112, + "mean_temp": -2.4, + "min_temp": -7.7, + "max_temp": 2.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 15, + "mean_hum": 43.5, + "sun": 6.4, + "cloud": 2.5, + "ground_temp": -0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62125, + "power": 62125 + }, + { + "date": 140111, + "mean_temp": -1.7, + "min_temp": -5.4, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 14, + "mean_hum": 44.1, + "sun": 6.4, + "cloud": 4.5, + "ground_temp": -1.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65783, + "power": 65783 + }, + { + "date": 140110, + "mean_temp": -4.7, + "min_temp": -9.3, + "max_temp": -0.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 48.6, + "sun": 4.4, + "cloud": 3.1, + "ground_temp": -3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76389, + "power": 76389 + }, + { + "date": 140109, + "mean_temp": -7.8, + "min_temp": -10.4, + "max_temp": -4.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.6, + "min_hum": 13, + "mean_hum": 26.3, + "sun": 9.3, + "cloud": 0, + "ground_temp": -2.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75555, + "power": 75555 + }, + { + "date": 140108, + "mean_temp": 0.5, + "min_temp": -5.7, + "max_temp": 4, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 31, + "mean_hum": 56.6, + "sun": 3.5, + "cloud": 7.4, + "ground_temp": 1.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73029, + "power": 73029 + }, + { + "date": 140107, + "mean_temp": 3, + "min_temp": 0.3, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.7, + "min_hum": 43, + "mean_hum": 56, + "sun": 0, + "cloud": 8.5, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73338, + "power": 73338 + }, + { + "date": 140106, + "mean_temp": 0.8, + "min_temp": -3.7, + "max_temp": 6.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 50.4, + "sun": 8.1, + "cloud": 3.1, + "ground_temp": -0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75359, + "power": 72948 + }, + { + "date": 140105, + "mean_temp": -0.8, + "min_temp": -4.3, + "max_temp": 3.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 48.4, + "sun": 8, + "cloud": 2.1, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61334, + "power": 59580 + }, + { + "date": 140104, + "mean_temp": -0.1, + "min_temp": -3.7, + "max_temp": 5.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 47.1, + "sun": 8.7, + "cloud": 0.9, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62599, + "power": 62599 + }, + { + "date": 140103, + "mean_temp": 2.3, + "min_temp": -1.1, + "max_temp": 7.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 54.4, + "sun": 2.7, + "cloud": 4.6, + "ground_temp": 1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74650, + "power": 71195 + }, + { + "date": 140102, + "mean_temp": 1.5, + "min_temp": -1.3, + "max_temp": 6.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 35.4, + "sun": 9, + "cloud": 0.3, + "ground_temp": 0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76274, + "power": 68868 + }, + { + "date": 140101, + "mean_temp": 4, + "min_temp": 0.3, + "max_temp": 7.9, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 3.7, + "min_hum": 29, + "mean_hum": 51.3, + "sun": 6.4, + "cloud": 2.1, + "ground_temp": 1.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 57526, + "power": 57526 + }, + { + "date": 131231, + "mean_temp": 3.8, + "min_temp": 0.5, + "max_temp": 8, + "rain": 0, + "max_wind": 8.3, + "mean_wind": 3.6, + "min_hum": 28, + "mean_hum": 58.8, + "sun": 7.9, + "cloud": 3, + "ground_temp": 0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67916, + "power": 67916 + }, + { + "date": 131230, + "mean_temp": 2.2, + "min_temp": -1.9, + "max_temp": 6.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.9, + "min_hum": 38, + "mean_hum": 55.4, + "sun": 7.2, + "cloud": 1.1, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71415, + "power": 71415 + }, + { + "date": 131229, + "mean_temp": -2.9, + "min_temp": -8, + "max_temp": 1.6, + "rain": 0.1, + "max_wind": 6.1, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 59.8, + "sun": 8, + "cloud": 3.9, + "ground_temp": -2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61896, + "power": 61896 + }, + { + "date": 131228, + "mean_temp": -6.5, + "min_temp": -9.8, + "max_temp": -2.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 44.1, + "sun": 9, + "cloud": 0.5, + "ground_temp": -3.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65478, + "power": 65478 + }, + { + "date": 131227, + "mean_temp": -6.8, + "min_temp": -9.3, + "max_temp": -3.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 49.5, + "sun": 8.6, + "cloud": 0, + "ground_temp": -1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74675, + "power": 74675 + }, + { + "date": 131226, + "mean_temp": -0.5, + "min_temp": -4, + "max_temp": 2.7, + "rain": 1.6, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 47, + "mean_hum": 67.8, + "sun": 0.9, + "cloud": 7.5, + "ground_temp": 0, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74947, + "power": 73961 + }, + { + "date": 131225, + "mean_temp": -0.5, + "min_temp": -4.4, + "max_temp": 3.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 60.4, + "sun": 7.8, + "cloud": 3.8, + "ground_temp": -0.2, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 63668, + "power": 63668 + }, + { + "date": 131224, + "mean_temp": -1.6, + "min_temp": -5.9, + "max_temp": 4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 58, + "sun": 8.6, + "cloud": 0, + "ground_temp": -0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70551, + "power": 74501 + }, + { + "date": 131223, + "mean_temp": -1.1, + "min_temp": -3.7, + "max_temp": 2.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 39, + "mean_hum": 57.1, + "sun": 8.5, + "cloud": 2.5, + "ground_temp": -0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73629, + "power": 73629 + }, + { + "date": 131222, + "mean_temp": -2.1, + "min_temp": -6.8, + "max_temp": 3.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 57.5, + "sun": 7.5, + "cloud": 3.1, + "ground_temp": -0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61367, + "power": 61367 + }, + { + "date": 131221, + "mean_temp": -3.1, + "min_temp": -6.3, + "max_temp": 0.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.8, + "min_hum": 41, + "mean_hum": 56.4, + "sun": 8.3, + "cloud": 0, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65438, + "power": 65438 + }, + { + "date": 131220, + "mean_temp": -4, + "min_temp": -8.1, + "max_temp": -0.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 56.3, + "sun": 8.1, + "cloud": 3.8, + "ground_temp": -0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73613, + "power": 74935 + }, + { + "date": 131219, + "mean_temp": -3.5, + "min_temp": -6.5, + "max_temp": -0.9, + "rain": 0.3, + "max_wind": 6.8, + "mean_wind": 4, + "min_hum": 41, + "mean_hum": 60.6, + "sun": 5.7, + "cloud": 7.5, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 74118, + "power": 74118 + }, + { + "date": 131218, + "mean_temp": 2.2, + "min_temp": -0.9, + "max_temp": 6.5, + "rain": 0.8, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 45, + "mean_hum": 65.1, + "sun": 5.3, + "cloud": 6.5, + "ground_temp": 0.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72991, + "power": 72991 + }, + { + "date": 131217, + "mean_temp": -0.3, + "min_temp": -5.5, + "max_temp": 4.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 27, + "mean_hum": 52.4, + "sun": 5, + "cloud": 7.3, + "ground_temp": -0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69837, + "power": 75108 + }, + { + "date": 131216, + "mean_temp": -3.6, + "min_temp": -7.3, + "max_temp": 0.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 52.6, + "sun": 1.8, + "cloud": 5.6, + "ground_temp": -1.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75681, + "power": 75681 + }, + { + "date": 131215, + "mean_temp": -4.4, + "min_temp": -8, + "max_temp": 0.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 48.1, + "sun": 9, + "cloud": 0.1, + "ground_temp": -2.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60957, + "power": 60957 + }, + { + "date": 131214, + "mean_temp": -4.9, + "min_temp": -8.5, + "max_temp": -1.4, + "rain": 1.1, + "max_wind": 4.8, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 65.4, + "sun": 4.7, + "cloud": 3.6, + "ground_temp": -2.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64733, + "power": 64733 + }, + { + "date": 131213, + "mean_temp": -6.8, + "min_temp": -8.9, + "max_temp": -4.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 47.5, + "sun": 8.6, + "cloud": 1.8, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70451, + "power": 73917 + }, + { + "date": 131212, + "mean_temp": -3.2, + "min_temp": -6.3, + "max_temp": 0.3, + "rain": 4.1, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 53, + "mean_hum": 69.9, + "sun": 1.8, + "cloud": 5.5, + "ground_temp": -1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72898, + "power": 72898 + }, + { + "date": 131211, + "mean_temp": -1.7, + "min_temp": -4.3, + "max_temp": 0.2, + "rain": 2.6, + "max_wind": 7.4, + "mean_wind": 3.9, + "min_hum": 44, + "mean_hum": 64.1, + "sun": 8.3, + "cloud": 5, + "ground_temp": 0.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71706, + "power": 71706 + }, + { + "date": 131210, + "mean_temp": 0.3, + "min_temp": -2.2, + "max_temp": 3.5, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.2, + "min_hum": 36, + "mean_hum": 56.1, + "sun": 8.7, + "cloud": 2.8, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70932, + "power": 70932 + }, + { + "date": 131209, + "mean_temp": 3.8, + "min_temp": 1.9, + "max_temp": 5.2, + "rain": 14, + "max_wind": 6.8, + "mean_wind": 3.1, + "min_hum": 70, + "mean_hum": 83.1, + "sun": 0, + "cloud": 10, + "ground_temp": 5.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71012, + "power": 71012 + }, + { + "date": 131208, + "mean_temp": 4.2, + "min_temp": 2.5, + "max_temp": 6.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.8, + "min_hum": 63, + "mean_hum": 75.3, + "sun": 0.3, + "cloud": 5.8, + "ground_temp": 3.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57802, + "power": 57802 + }, + { + "date": 131207, + "mean_temp": 6.2, + "min_temp": 3.8, + "max_temp": 11, + "rain": 0.1, + "max_wind": 5.6, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 60.8, + "sun": 5.6, + "cloud": 4.8, + "ground_temp": 4.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61430, + "power": 61430 + }, + { + "date": 131206, + "mean_temp": 3, + "min_temp": -0.7, + "max_temp": 7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 20, + "mean_hum": 42.6, + "sun": 9, + "cloud": 3, + "ground_temp": 2.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69939, + "power": 69939 + }, + { + "date": 131205, + "mean_temp": 5.5, + "min_temp": 2.1, + "max_temp": 9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 56, + "mean_hum": 73.4, + "sun": 0.3, + "cloud": 6.8, + "ground_temp": 5.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71955, + "power": 69964 + }, + { + "date": 131204, + "mean_temp": 5.5, + "min_temp": 2.1, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 72.8, + "sun": 6.9, + "cloud": 2.1, + "ground_temp": 4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69642, + "power": 70241 + }, + { + "date": 131203, + "mean_temp": 6.7, + "min_temp": 4.5, + "max_temp": 9.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 62.6, + "sun": 6.9, + "cloud": 4.1, + "ground_temp": 3.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69642, + "power": 69642 + }, + { + "date": 131202, + "mean_temp": 3.9, + "min_temp": 0.1, + "max_temp": 6.6, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 56, + "mean_hum": 64.3, + "sun": 0, + "cloud": 8.6, + "ground_temp": 2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69941, + "power": 69941 + }, + { + "date": 131201, + "mean_temp": 4.5, + "min_temp": 1.4, + "max_temp": 8.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 66.9, + "sun": 6.1, + "cloud": 3.4, + "ground_temp": 2.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55444, + "power": 57856 + }, + { + "date": 131130, + "mean_temp": 5.3, + "min_temp": -1.1, + "max_temp": 10.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 56.9, + "sun": 8.5, + "cloud": 5.4, + "ground_temp": 2.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62184, + "power": 62184 + }, + { + "date": 131129, + "mean_temp": -0.7, + "min_temp": -5.4, + "max_temp": 4.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 52.9, + "sun": 9.2, + "cloud": 0.5, + "ground_temp": -1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72472, + "power": 72472 + }, + { + "date": 131128, + "mean_temp": -3.8, + "min_temp": -6.4, + "max_temp": -0.9, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 37, + "mean_hum": 48.9, + "sun": 8.9, + "cloud": 2.1, + "ground_temp": -2.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72686, + "power": 72686 + }, + { + "date": 131127, + "mean_temp": 0, + "min_temp": -4.3, + "max_temp": 4.7, + "rain": 1.7, + "max_wind": 7.6, + "mean_wind": 3.4, + "min_hum": 42, + "mean_hum": 66.8, + "sun": 2.3, + "cloud": 7, + "ground_temp": 1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71192, + "power": 71192 + }, + { + "date": 131126, + "mean_temp": 2.1, + "min_temp": -2.4, + "max_temp": 5.8, + "rain": 1.5, + "max_wind": 7, + "mean_wind": 2.5, + "min_hum": 39, + "mean_hum": 60.9, + "sun": 5, + "cloud": 5.4, + "ground_temp": 1.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69943, + "power": 69943 + }, + { + "date": 131125, + "mean_temp": 4.7, + "min_temp": -0.1, + "max_temp": 10.2, + "rain": 9.5, + "max_wind": 12.6, + "mean_wind": 6.1, + "min_hum": 44, + "mean_hum": 64.6, + "sun": 0.7, + "cloud": 6.8, + "ground_temp": 5.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65071, + "power": 69053 + }, + { + "date": 131124, + "mean_temp": 7.3, + "min_temp": 4.4, + "max_temp": 10.6, + "rain": 14, + "max_wind": 7.2, + "mean_wind": 3.5, + "min_hum": 52, + "mean_hum": 74.3, + "sun": 2.2, + "cloud": 7.4, + "ground_temp": 7.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54585, + "power": 56221 + }, + { + "date": 131123, + "mean_temp": 7.1, + "min_temp": 2.2, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 64.6, + "sun": 8.2, + "cloud": 1.8, + "ground_temp": 6.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60420, + "power": 60420 + }, + { + "date": 131122, + "mean_temp": 4.6, + "min_temp": -0.7, + "max_temp": 10.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 57.9, + "sun": 7.6, + "cloud": 0, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68915, + "power": 68915 + }, + { + "date": 131121, + "mean_temp": 2.6, + "min_temp": -1.4, + "max_temp": 7.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 32, + "mean_hum": 48.8, + "sun": 9.3, + "cloud": 0.6, + "ground_temp": 2.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69400, + "power": 69400 + }, + { + "date": 131120, + "mean_temp": 1.5, + "min_temp": -1.9, + "max_temp": 5.9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 27, + "mean_hum": 38.8, + "sun": 9.3, + "cloud": 0, + "ground_temp": 1.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69837, + "power": 69837 + }, + { + "date": 131119, + "mean_temp": 1.1, + "min_temp": -1.7, + "max_temp": 3.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 4.4, + "min_hum": 45, + "mean_hum": 53.9, + "sun": 7.3, + "cloud": 4.9, + "ground_temp": 1.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69316, + "power": 69483 + }, + { + "date": 131118, + "mean_temp": 1.1, + "min_temp": -1.5, + "max_temp": 4.2, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 5.2, + "min_hum": 36, + "mean_hum": 53.6, + "sun": 8.4, + "cloud": 3.3, + "ground_temp": 3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69316, + "power": 69316 + }, + { + "date": 131117, + "mean_temp": 5.2, + "min_temp": 2.2, + "max_temp": 7.6, + "rain": 1, + "max_wind": 7.5, + "mean_wind": 4.2, + "min_hum": 28, + "mean_hum": 58.1, + "sun": 5.8, + "cloud": 4, + "ground_temp": 7.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56018, + "power": 56018 + }, + { + "date": 131116, + "mean_temp": 7, + "min_temp": 2.4, + "max_temp": 12, + "rain": 2, + "max_wind": 7, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 72, + "sun": 5.6, + "cloud": 5, + "ground_temp": 7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58986, + "power": 58986 + }, + { + "date": 131115, + "mean_temp": 8.2, + "min_temp": 5.8, + "max_temp": 12.4, + "rain": 2, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 78.3, + "sun": 3.5, + "cloud": 5.3, + "ground_temp": 8.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61778, + "power": 65666 + }, + { + "date": 131114, + "mean_temp": 6.7, + "min_temp": 3.1, + "max_temp": 9.9, + "rain": 1, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 55.1, + "sun": 0.9, + "cloud": 8.9, + "ground_temp": 6.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67082, + "power": 67082 + }, + { + "date": 131113, + "mean_temp": 4.8, + "min_temp": -0.9, + "max_temp": 11.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 43.5, + "sun": 8.9, + "cloud": 1.9, + "ground_temp": 5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66150, + "power": 66150 + }, + { + "date": 131112, + "mean_temp": 3.4, + "min_temp": -1.1, + "max_temp": 8.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 36.1, + "sun": 9.7, + "cloud": 0.3, + "ground_temp": 3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69400, + "power": 66426 + }, + { + "date": 131111, + "mean_temp": 2.6, + "min_temp": -1.4, + "max_temp": 7.5, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 32.9, + "sun": 9.7, + "cloud": 0, + "ground_temp": 5.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65718, + "power": 65865 + }, + { + "date": 131110, + "mean_temp": 5.5, + "min_temp": 2.1, + "max_temp": 10.4, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 4.3, + "min_hum": 27, + "mean_hum": 45.3, + "sun": 9.3, + "cloud": 1.8, + "ground_temp": 8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54144, + "power": 54144 + }, + { + "date": 131109, + "mean_temp": 11.6, + "min_temp": 9.2, + "max_temp": 15.5, + "rain": 5.5, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 62.1, + "sun": 0.4, + "cloud": 9.6, + "ground_temp": 11.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56092, + "power": 55968 + }, + { + "date": 131108, + "mean_temp": 9, + "min_temp": 4, + "max_temp": 14.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 18, + "mean_hum": 43.4, + "sun": 8.4, + "cloud": 3.4, + "ground_temp": 9.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62796, + "power": 62796 + }, + { + "date": 131107, + "mean_temp": 12.2, + "min_temp": 7.5, + "max_temp": 15.8, + "rain": 0.1, + "max_wind": 6.6, + "mean_wind": 4, + "min_hum": 27, + "mean_hum": 52.9, + "sun": 9.4, + "cloud": 1.8, + "ground_temp": 11.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62822, + "power": 62671 + }, + { + "date": 131106, + "mean_temp": 12.2, + "min_temp": 9, + "max_temp": 15.9, + "rain": 1, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 63, + "mean_hum": 77.5, + "sun": 0, + "cloud": 9.1, + "ground_temp": 12.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62668, + "power": 62657 + }, + { + "date": 131105, + "mean_temp": 12.3, + "min_temp": 7.5, + "max_temp": 18.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 64.3, + "sun": 9.2, + "cloud": 1.1, + "ground_temp": 9.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62668, + "power": 62668 + }, + { + "date": 131104, + "mean_temp": 12.6, + "min_temp": 9.2, + "max_temp": 17.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 70.3, + "sun": 7.7, + "cloud": 1.4, + "ground_temp": 10.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62668, + "power": 62623 + }, + { + "date": 131103, + "mean_temp": 11.9, + "min_temp": 7.8, + "max_temp": 16.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 54, + "mean_hum": 80.3, + "sun": 4.5, + "cloud": 5.9, + "ground_temp": 13, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52359, + "power": 52359 + }, + { + "date": 131102, + "mean_temp": 11.6, + "min_temp": 8.6, + "max_temp": 14.9, + "rain": 7.5, + "max_wind": 5.1, + "mean_wind": 1.6, + "min_hum": 61, + "mean_hum": 79.8, + "sun": 0, + "cloud": 7.3, + "ground_temp": 12.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58526, + "power": 55557 + }, + { + "date": 131101, + "mean_temp": 14.8, + "min_temp": 8.6, + "max_temp": 20.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 32, + "mean_hum": 50.8, + "sun": 8.1, + "cloud": 5.4, + "ground_temp": 13.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61911, + "power": 61066 + }, + { + "date": 131031, + "mean_temp": 11.7, + "min_temp": 5.5, + "max_temp": 18.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 54.9, + "sun": 9.6, + "cloud": 2.3, + "ground_temp": 11.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62394, + "power": 63329 + }, + { + "date": 131030, + "mean_temp": 10.5, + "min_temp": 6.4, + "max_temp": 16.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 58.9, + "sun": 8.6, + "cloud": 1.5, + "ground_temp": 12, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62668, + "power": 62824 + }, + { + "date": 131029, + "mean_temp": 12.7, + "min_temp": 9.5, + "max_temp": 16.5, + "rain": 0.5, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 51, + "mean_hum": 71.3, + "sun": 2, + "cloud": 6.5, + "ground_temp": 12.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62574, + "power": 63926 + }, + { + "date": 131028, + "mean_temp": 11.6, + "min_temp": 6.7, + "max_temp": 16.7, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 65.5, + "sun": 5.7, + "cloud": 3, + "ground_temp": 11.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62394, + "power": 63155 + }, + { + "date": 131027, + "mean_temp": 11.4, + "min_temp": 5.1, + "max_temp": 18, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 56.3, + "sun": 9.6, + "cloud": 0.1, + "ground_temp": 10.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51788, + "power": 51788 + }, + { + "date": 131026, + "mean_temp": 10, + "min_temp": 4.3, + "max_temp": 15.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 50.5, + "sun": 9.8, + "cloud": 0, + "ground_temp": 12.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56092, + "power": 54801 + }, + { + "date": 131025, + "mean_temp": 9.3, + "min_temp": 5.3, + "max_temp": 14.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.8, + "min_hum": 27, + "mean_hum": 41.9, + "sun": 9.9, + "cloud": 0, + "ground_temp": 10.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62398, + "power": 62398 + }, + { + "date": 131024, + "mean_temp": 13.1, + "min_temp": 7.8, + "max_temp": 18.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.2, + "min_hum": 21, + "mean_hum": 50.8, + "sun": 9.2, + "cloud": 1.6, + "ground_temp": 15.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62777, + "power": 62777 + }, + { + "date": 131023, + "mean_temp": 16.2, + "min_temp": 12.2, + "max_temp": 22.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 49.1, + "sun": 9.5, + "cloud": 1.3, + "ground_temp": 14.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62118, + "power": 62185 + }, + { + "date": 131022, + "mean_temp": 15.9, + "min_temp": 11.3, + "max_temp": 21.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.8, + "min_hum": 32, + "mean_hum": 46.1, + "sun": 9.8, + "cloud": 0.5, + "ground_temp": 14.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62822, + "power": 62822 + }, + { + "date": 131021, + "mean_temp": 16.2, + "min_temp": 12, + "max_temp": 22.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 31, + "mean_hum": 50.3, + "sun": 9.1, + "cloud": 2.6, + "ground_temp": 12.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62099, + "power": 62099 + }, + { + "date": 131020, + "mean_temp": 16.7, + "min_temp": 11.7, + "max_temp": 22.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 60.1, + "sun": 8.5, + "cloud": 4.9, + "ground_temp": 14.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51487, + "power": 51487 + }, + { + "date": 131019, + "mean_temp": 14.6, + "min_temp": 9.8, + "max_temp": 19.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 59.1, + "sun": 5.6, + "cloud": 5.4, + "ground_temp": 13.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55528, + "power": 55528 + }, + { + "date": 131018, + "mean_temp": 13.6, + "min_temp": 8.1, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 54.8, + "sun": 10, + "cloud": 1, + "ground_temp": 12.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61911, + "power": 61911 + }, + { + "date": 131017, + "mean_temp": 12.4, + "min_temp": 6.8, + "max_temp": 18.9, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 55.5, + "sun": 10.3, + "cloud": 2, + "ground_temp": 12, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62394, + "power": 62394 + }, + { + "date": 131016, + "mean_temp": 11.2, + "min_temp": 6.1, + "max_temp": 16.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 53.1, + "sun": 10.5, + "cloud": 0.1, + "ground_temp": 10.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61498, + "power": 61498 + }, + { + "date": 131015, + "mean_temp": 12, + "min_temp": 7.7, + "max_temp": 17.4, + "rain": 3.5, + "max_wind": 6.4, + "mean_wind": 2.9, + "min_hum": 68, + "mean_hum": 79.4, + "sun": 0, + "cloud": 6.5, + "ground_temp": 11.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62574, + "power": 62574 + }, + { + "date": 131014, + "mean_temp": 18.3, + "min_temp": 13.3, + "max_temp": 24.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 63.6, + "sun": 10.1, + "cloud": 0.5, + "ground_temp": 17.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62118, + "power": 62685 + }, + { + "date": 131013, + "mean_temp": 17.3, + "min_temp": 12.2, + "max_temp": 23.4, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.5, + "min_hum": 32, + "mean_hum": 62, + "sun": 9.6, + "cloud": 0, + "ground_temp": 16.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51494, + "power": 51494 + }, + { + "date": 131012, + "mean_temp": 16.4, + "min_temp": 11, + "max_temp": 21.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 53.8, + "sun": 10.8, + "cloud": 0.1, + "ground_temp": 16.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54568, + "power": 54568 + }, + { + "date": 131011, + "mean_temp": 18.1, + "min_temp": 14.1, + "max_temp": 20.7, + "rain": 6.5, + "max_wind": 8.5, + "mean_wind": 5, + "min_hum": 38, + "mean_hum": 57.5, + "sun": 9.8, + "cloud": 4.3, + "ground_temp": 18.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62118, + "power": 62118 + }, + { + "date": 131010, + "mean_temp": 21.1, + "min_temp": 15.9, + "max_temp": 26.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 71, + "sun": 7, + "cloud": 3.9, + "ground_temp": 19.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64136, + "power": 64136 + }, + { + "date": 131009, + "mean_temp": 20.5, + "min_temp": 15.5, + "max_temp": 26.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 63.9, + "sun": 10.6, + "cloud": 2.5, + "ground_temp": 18.4, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 59766, + "power": 59766 + }, + { + "date": 131008, + "mean_temp": 20, + "min_temp": 18, + "max_temp": 21.8, + "rain": 3, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 75, + "mean_hum": 83.4, + "sun": 0, + "cloud": 10, + "ground_temp": 17.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64075, + "power": 64075 + }, + { + "date": 131007, + "mean_temp": 22.8, + "min_temp": 19.8, + "max_temp": 26.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 51, + "mean_hum": 65.9, + "sun": 1.4, + "cloud": 9.4, + "ground_temp": 18.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64911, + "power": 64911 + }, + { + "date": 131006, + "mean_temp": 20.8, + "min_temp": 15.4, + "max_temp": 25.7, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 4, + "min_hum": 42, + "mean_hum": 53.5, + "sun": 6.6, + "cloud": 6.6, + "ground_temp": 21, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53017, + "power": 53017 + }, + { + "date": 131005, + "mean_temp": 20, + "min_temp": 12.6, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 19, + "mean_hum": 48, + "sun": 10.9, + "cloud": 2, + "ground_temp": 18.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55667, + "power": 55667 + }, + { + "date": 131004, + "mean_temp": 17.4, + "min_temp": 10.7, + "max_temp": 25.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 54.6, + "sun": 11, + "cloud": 0, + "ground_temp": 17.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61182, + "power": 61182 + }, + { + "date": 131003, + "mean_temp": 16.3, + "min_temp": 11, + "max_temp": 21.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 49.1, + "sun": 11.2, + "cloud": 0.4, + "ground_temp": 17.8, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 57222, + "power": 57222 + }, + { + "date": 131002, + "mean_temp": 19.4, + "min_temp": 15, + "max_temp": 22.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 33, + "mean_hum": 58.6, + "sun": 7.1, + "cloud": 3.9, + "ground_temp": 18.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62685, + "power": 62685 + }, + { + "date": 131001, + "mean_temp": 21.6, + "min_temp": 17.2, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 66.8, + "sun": 6.1, + "cloud": 5.6, + "ground_temp": 19.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63532, + "power": 63532 + }, + { + "date": 130930, + "mean_temp": 20.7, + "min_temp": 18, + "max_temp": 25.5, + "rain": 1, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 71.8, + "sun": 5.6, + "cloud": 5.9, + "ground_temp": 17.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63323, + "power": 62764 + }, + { + "date": 130929, + "mean_temp": 17.2, + "min_temp": 14.7, + "max_temp": 19.7, + "rain": 19, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 78, + "mean_hum": 86.1, + "sun": 0, + "cloud": 9.6, + "ground_temp": 16.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51456, + "power": 52725 + }, + { + "date": 130928, + "mean_temp": 17.4, + "min_temp": 15.2, + "max_temp": 19.9, + "rain": 4, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 70.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 16.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56668, + "power": 56668 + }, + { + "date": 130927, + "mean_temp": 17.9, + "min_temp": 10.9, + "max_temp": 24, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 50.9, + "sun": 10.8, + "cloud": 3.8, + "ground_temp": 18.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61263, + "power": 61263 + }, + { + "date": 130926, + "mean_temp": 17.3, + "min_temp": 12.7, + "max_temp": 22.5, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 16, + "mean_hum": 36.9, + "sun": 11.3, + "cloud": 0.1, + "ground_temp": 18, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61708, + "power": 61708 + }, + { + "date": 130925, + "mean_temp": 19.5, + "min_temp": 15.3, + "max_temp": 24.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.4, + "min_hum": 29, + "mean_hum": 57.3, + "sun": 9.5, + "cloud": 4.9, + "ground_temp": 18.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63041, + "power": 63041 + }, + { + "date": 130924, + "mean_temp": 22, + "min_temp": 20, + "max_temp": 23.9, + "rain": 4.5, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 68, + "mean_hum": 81.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 19.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65765, + "power": 65765 + }, + { + "date": 130923, + "mean_temp": 23.8, + "min_temp": 18.6, + "max_temp": 29, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 55.6, + "sun": 10, + "cloud": 6.3, + "ground_temp": 21.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63780, + "power": 64919 + }, + { + "date": 130922, + "mean_temp": 23.1, + "min_temp": 20.4, + "max_temp": 27.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 4.2, + "min_hum": 44, + "mean_hum": 54.9, + "sun": 6.5, + "cloud": 6.8, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52637, + "power": 52637 + }, + { + "date": 130921, + "mean_temp": 23.8, + "min_temp": 19.9, + "max_temp": 27.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 66.9, + "sun": 6, + "cloud": 7.4, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50913, + "power": 50913 + }, + { + "date": 130920, + "mean_temp": 23.4, + "min_temp": 20.1, + "max_temp": 28, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 71.5, + "sun": 7.6, + "cloud": 5.4, + "ground_temp": 24.2, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 44934, + "power": 47235 + }, + { + "date": 130919, + "mean_temp": 24.7, + "min_temp": 20.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.7, + "min_hum": 34, + "mean_hum": 56, + "sun": 10.7, + "cloud": 0.1, + "ground_temp": 24.1, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 44934, + "power": 44095 + }, + { + "date": 130918, + "mean_temp": 24.4, + "min_temp": 17.5, + "max_temp": 31.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 32, + "mean_hum": 54, + "sun": 10.9, + "cloud": 1, + "ground_temp": 23.7, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 47703, + "power": 47703 + }, + { + "date": 130917, + "mean_temp": 22.6, + "min_temp": 17, + "max_temp": 29.3, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 48.4, + "sun": 9.6, + "cloud": 0.6, + "ground_temp": 21.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61955, + "power": 60397 + }, + { + "date": 130916, + "mean_temp": 20.9, + "min_temp": 15.2, + "max_temp": 27, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 49.3, + "sun": 11.8, + "cloud": 0.3, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62839, + "power": 62839 + }, + { + "date": 130915, + "mean_temp": 23.4, + "min_temp": 20.3, + "max_temp": 28.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 59.5, + "sun": 9, + "cloud": 3, + "ground_temp": 23.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54172, + "power": 55438 + }, + { + "date": 130914, + "mean_temp": 23.1, + "min_temp": 21.5, + "max_temp": 25.3, + "rain": 11.5, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 63, + "mean_hum": 81.1, + "sun": 2.4, + "cloud": 9.1, + "ground_temp": 22, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62633, + "power": 61174 + }, + { + "date": 130913, + "mean_temp": 22.9, + "min_temp": 20.9, + "max_temp": 25.2, + "rain": 50, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 78, + "mean_hum": 87.5, + "sun": 0.2, + "cloud": 9.3, + "ground_temp": 23.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67689, + "power": 67689 + }, + { + "date": 130912, + "mean_temp": 23, + "min_temp": 20.3, + "max_temp": 26.3, + "rain": 0.5, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 80.4, + "sun": 0.5, + "cloud": 10, + "ground_temp": 24.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66378, + "power": 66213 + }, + { + "date": 130911, + "mean_temp": 20.1, + "min_temp": 19.1, + "max_temp": 20.9, + "rain": 36.5, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 85, + "mean_hum": 90.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 22.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66061, + "power": 66061 + }, + { + "date": 130910, + "mean_temp": 22, + "min_temp": 19.1, + "max_temp": 25.2, + "rain": 11.5, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 76.3, + "sun": 0.2, + "cloud": 9.3, + "ground_temp": 23.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65504, + "power": 65504 + }, + { + "date": 130909, + "mean_temp": 23, + "min_temp": 19.8, + "max_temp": 26.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 67, + "sun": 2.7, + "cloud": 7.4, + "ground_temp": 24.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65106, + "power": 65106 + }, + { + "date": 130908, + "mean_temp": 22.9, + "min_temp": 18.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 63.4, + "sun": 10.6, + "cloud": 4.1, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53099, + "power": 53099 + }, + { + "date": 130907, + "mean_temp": 21.9, + "min_temp": 17.9, + "max_temp": 26.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 61.8, + "sun": 8.9, + "cloud": 5.8, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57341, + "power": 57341 + }, + { + "date": 130906, + "mean_temp": 20.8, + "min_temp": 19, + "max_temp": 23.1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 49, + "mean_hum": 59.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 22.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65504, + "power": 62697 + }, + { + "date": 130905, + "mean_temp": 21.2, + "min_temp": 17.9, + "max_temp": 24.1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 42, + "mean_hum": 52.9, + "sun": 1.2, + "cloud": 8.3, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63323, + "power": 63323 + }, + { + "date": 130904, + "mean_temp": 22, + "min_temp": 16.4, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 46.5, + "sun": 12.1, + "cloud": 1.6, + "ground_temp": 22.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64303, + "power": 64303 + }, + { + "date": 130903, + "mean_temp": 21.7, + "min_temp": 16.4, + "max_temp": 26.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 43.5, + "sun": 12.1, + "cloud": 1.5, + "ground_temp": 21.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63488, + "power": 63488 + }, + { + "date": 130902, + "mean_temp": 22.4, + "min_temp": 17.3, + "max_temp": 26.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 49.9, + "sun": 10.8, + "cloud": 2.9, + "ground_temp": 23.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65238, + "power": 65238 + }, + { + "date": 130901, + "mean_temp": 23.5, + "min_temp": 19.8, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 54.6, + "sun": 10, + "cloud": 3, + "ground_temp": 23.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54172, + "power": 54172 + }, + { + "date": 130831, + "mean_temp": 24, + "min_temp": 21.1, + "max_temp": 27.9, + "rain": 2.5, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 48, + "mean_hum": 65.8, + "sun": 6, + "cloud": 5.6, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59493, + "power": 59493 + }, + { + "date": 130830, + "mean_temp": 25.1, + "min_temp": 22.3, + "max_temp": 28.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 47, + "mean_hum": 69.6, + "sun": 10.7, + "cloud": 5.1, + "ground_temp": 25.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68095, + "power": 68095 + }, + { + "date": 130829, + "mean_temp": 25.5, + "min_temp": 24.5, + "max_temp": 26.7, + "rain": 21.5, + "max_wind": 9.9, + "mean_wind": 4.2, + "min_hum": 61, + "mean_hum": 79.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 22.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69623, + "power": 69623 + }, + { + "date": 130828, + "mean_temp": 26.4, + "min_temp": 22.7, + "max_temp": 30.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 59.4, + "sun": 9.7, + "cloud": 5.4, + "ground_temp": 26.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69475, + "power": 69475 + }, + { + "date": 130827, + "mean_temp": 25.6, + "min_temp": 22.5, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 41, + "mean_hum": 61.6, + "sun": 11.5, + "cloud": 2.4, + "ground_temp": 26.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69481, + "power": 69286 + }, + { + "date": 130826, + "mean_temp": 27, + "min_temp": 22.8, + "max_temp": 31.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 52.3, + "sun": 12.1, + "cloud": 1.6, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69003, + "power": 69003 + }, + { + "date": 130825, + "mean_temp": 27.1, + "min_temp": 22, + "max_temp": 32.1, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 28, + "mean_hum": 52.3, + "sun": 12, + "cloud": 4.1, + "ground_temp": 29.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56316, + "power": 56316 + }, + { + "date": 130824, + "mean_temp": 26.6, + "min_temp": 21.9, + "max_temp": 31.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 60.4, + "sun": 10.9, + "cloud": 2.4, + "ground_temp": 29.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63061, + "power": 63061 + }, + { + "date": 130823, + "mean_temp": 25.7, + "min_temp": 23.7, + "max_temp": 28.7, + "rain": 35, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 61, + "mean_hum": 78.9, + "sun": 1, + "cloud": 8.3, + "ground_temp": 27.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70527, + "power": 70527 + }, + { + "date": 130822, + "mean_temp": 29.3, + "min_temp": 26.3, + "max_temp": 32.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 58.6, + "sun": 8.8, + "cloud": 6.8, + "ground_temp": 30.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73657, + "power": 73657 + }, + { + "date": 130821, + "mean_temp": 28.8, + "min_temp": 24.2, + "max_temp": 33.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 54.9, + "sun": 11.6, + "cloud": 3.8, + "ground_temp": 27.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73266, + "power": 73266 + }, + { + "date": 130820, + "mean_temp": 27.4, + "min_temp": 23, + "max_temp": 32.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 62, + "sun": 10.6, + "cloud": 3, + "ground_temp": 29.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73315, + "power": 73315 + }, + { + "date": 130819, + "mean_temp": 28.2, + "min_temp": 25.7, + "max_temp": 32.3, + "rain": 6, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 35, + "mean_hum": 68.9, + "sun": 9.7, + "cloud": 4.9, + "ground_temp": 29.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74015, + "power": 74015 + }, + { + "date": 130818, + "mean_temp": 28.3, + "min_temp": 26, + "max_temp": 31.5, + "rain": 13, + "max_wind": 7, + "mean_wind": 4.1, + "min_hum": 49, + "mean_hum": 72.8, + "sun": 2.8, + "cloud": 9.8, + "ground_temp": 30.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62710, + "power": 62710 + }, + { + "date": 130817, + "mean_temp": 28.7, + "min_temp": 27.1, + "max_temp": 31.6, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 4.8, + "min_hum": 52, + "mean_hum": 69.6, + "sun": 6.9, + "cloud": 7.5, + "ground_temp": 32.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64680, + "power": 67118 + }, + { + "date": 130816, + "mean_temp": 28.7, + "min_temp": 26.1, + "max_temp": 31.7, + "rain": 4.5, + "max_wind": 6.3, + "mean_wind": 3.7, + "min_hum": 50, + "mean_hum": 71.8, + "sun": 7.2, + "cloud": 7.5, + "ground_temp": 33.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73216, + "power": 73216 + }, + { + "date": 130815, + "mean_temp": 28.7, + "min_temp": 25.8, + "max_temp": 32.4, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 52, + "mean_hum": 71.5, + "sun": 7.9, + "cloud": 6.6, + "ground_temp": 33.3, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 72913, + "power": 69027 + }, + { + "date": 130814, + "mean_temp": 28.6, + "min_temp": 26.2, + "max_temp": 32, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 46, + "mean_hum": 67.1, + "sun": 9.9, + "cloud": 5, + "ground_temp": 34, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72501, + "power": 72501 + }, + { + "date": 130813, + "mean_temp": 29, + "min_temp": 26.6, + "max_temp": 32.9, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 65.6, + "sun": 11.5, + "cloud": 4.8, + "ground_temp": 33.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72501, + "power": 72615 + }, + { + "date": 130812, + "mean_temp": 29.3, + "min_temp": 27.1, + "max_temp": 32.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 69.8, + "sun": 10.7, + "cloud": 5.3, + "ground_temp": 31.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73302, + "power": 73302 + }, + { + "date": 130811, + "mean_temp": 28.7, + "min_temp": 24.2, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 71.8, + "sun": 9.6, + "cloud": 5.8, + "ground_temp": 30.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62837, + "power": 62837 + }, + { + "date": 130810, + "mean_temp": 28, + "min_temp": 25.8, + "max_temp": 29.4, + "rain": 2, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 70, + "mean_hum": 82.4, + "sun": 2.6, + "cloud": 7.1, + "ground_temp": 26.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63768, + "power": 67476 + }, + { + "date": 130809, + "mean_temp": 29.2, + "min_temp": 27.9, + "max_temp": 30.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 4.1, + "min_hum": 73, + "mean_hum": 79.9, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 35, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73600, + "power": 73600 + }, + { + "date": 130808, + "mean_temp": 29.3, + "min_temp": 27.3, + "max_temp": 32.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.7, + "min_hum": 59, + "mean_hum": 73.5, + "sun": 5, + "cloud": 7.4, + "ground_temp": 34.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72595, + "power": 73819 + }, + { + "date": 130807, + "mean_temp": 28.7, + "min_temp": 25, + "max_temp": 32.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 59, + "mean_hum": 73.8, + "sun": 1.3, + "cloud": 7.5, + "ground_temp": 33.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72676, + "power": 71825 + }, + { + "date": 130806, + "mean_temp": 26.4, + "min_temp": 23, + "max_temp": 27.6, + "rain": 45, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 65, + "mean_hum": 80.8, + "sun": 2.8, + "cloud": 6.6, + "ground_temp": 32.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68852, + "power": 68852 + }, + { + "date": 130805, + "mean_temp": 27.7, + "min_temp": 26.4, + "max_temp": 30.1, + "rain": 7, + "max_wind": 7.7, + "mean_wind": 3.2, + "min_hum": 62, + "mean_hum": 78.9, + "sun": 4.5, + "cloud": 7, + "ground_temp": 30.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67856, + "power": 67856 + }, + { + "date": 130804, + "mean_temp": 28.3, + "min_temp": 26.4, + "max_temp": 31.3, + "rain": 4.5, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 76.4, + "sun": 4.7, + "cloud": 8, + "ground_temp": 29.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63236, + "power": 58813 + }, + { + "date": 130803, + "mean_temp": 28.9, + "min_temp": 26.7, + "max_temp": 32.6, + "rain": 0.1, + "max_wind": 7.4, + "mean_wind": 3.7, + "min_hum": 50, + "mean_hum": 72.3, + "sun": 8.9, + "cloud": 8.1, + "ground_temp": 28.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59182, + "power": 59182 + }, + { + "date": 130802, + "mean_temp": 27.4, + "min_temp": 25.2, + "max_temp": 29.3, + "rain": 7.5, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 71, + "mean_hum": 80.4, + "sun": 0.9, + "cloud": 9.1, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63959, + "power": 62649 + }, + { + "date": 130801, + "mean_temp": 28, + "min_temp": 24.5, + "max_temp": 32.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 67.3, + "sun": 6, + "cloud": 7.1, + "ground_temp": 26.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63959, + "power": 63959 + }, + { + "date": 130731, + "mean_temp": 26.4, + "min_temp": 24.7, + "max_temp": 29, + "rain": 8.5, + "max_wind": 8.9, + "mean_wind": 3.3, + "min_hum": 57, + "mean_hum": 75.4, + "sun": 5.9, + "cloud": 8.3, + "ground_temp": 27.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65764, + "power": 65764 + }, + { + "date": 130730, + "mean_temp": 26.3, + "min_temp": 24, + "max_temp": 29.9, + "rain": 9.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 73.9, + "sun": 5.2, + "cloud": 8.9, + "ground_temp": 25.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67939, + "power": 67939 + }, + { + "date": 130729, + "mean_temp": 26.5, + "min_temp": 24.4, + "max_temp": 29.6, + "rain": 3.5, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 64, + "mean_hum": 82.3, + "sun": 5.3, + "cloud": 6.4, + "ground_temp": 26.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69868, + "power": 68634 + }, + { + "date": 130728, + "mean_temp": 25.3, + "min_temp": 23.9, + "max_temp": 26.7, + "rain": 11, + "max_wind": 5.7, + "mean_wind": 2.1, + "min_hum": 68, + "mean_hum": 85.5, + "sun": 0, + "cloud": 10, + "ground_temp": 25.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59289, + "power": 58219 + }, + { + "date": 130727, + "mean_temp": 26.2, + "min_temp": 23.1, + "max_temp": 31.2, + "rain": 0.2, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 45, + "mean_hum": 67.8, + "sun": 6.8, + "cloud": 6.9, + "ground_temp": 30.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62688, + "power": 62688 + }, + { + "date": 130726, + "mean_temp": 26.5, + "min_temp": 23.1, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 47, + "mean_hum": 70.9, + "sun": 10, + "cloud": 2.9, + "ground_temp": 30, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70324, + "power": 70324 + }, + { + "date": 130725, + "mean_temp": 26, + "min_temp": 22.9, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.7, + "min_hum": 48, + "mean_hum": 71.8, + "sun": 9.5, + "cloud": 6.8, + "ground_temp": 29.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69868, + "power": 69868 + }, + { + "date": 130724, + "mean_temp": 24.7, + "min_temp": 23.2, + "max_temp": 27.6, + "rain": 11.5, + "max_wind": 9.8, + "mean_wind": 4.6, + "min_hum": 55, + "mean_hum": 79, + "sun": 5.6, + "cloud": 7.8, + "ground_temp": 26.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66791, + "power": 69230 + }, + { + "date": 130723, + "mean_temp": 25.7, + "min_temp": 24.7, + "max_temp": 26.4, + "rain": 56.5, + "max_wind": 6.4, + "mean_wind": 3.8, + "min_hum": 77, + "mean_hum": 87.3, + "sun": 0, + "cloud": 10, + "ground_temp": 24.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70119, + "power": 70119 + }, + { + "date": 130722, + "mean_temp": 26.4, + "min_temp": 24.1, + "max_temp": 29.4, + "rain": 84.5, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 63, + "mean_hum": 81, + "sun": 0.9, + "cloud": 9.9, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71529, + "power": 71648 + }, + { + "date": 130721, + "mean_temp": 26.8, + "min_temp": 25.6, + "max_temp": 28.4, + "rain": 0.5, + "max_wind": 7.1, + "mean_wind": 4.8, + "min_hum": 71, + "mean_hum": 78.8, + "sun": 0.5, + "cloud": 10, + "ground_temp": 25.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59289, + "power": 59289 + }, + { + "date": 130720, + "mean_temp": 27, + "min_temp": 25.3, + "max_temp": 30.3, + "rain": 1, + "max_wind": 7.6, + "mean_wind": 4.2, + "min_hum": 51, + "mean_hum": 72.4, + "sun": 4.2, + "cloud": 8.4, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64473, + "power": 64473 + }, + { + "date": 130719, + "mean_temp": 26.8, + "min_temp": 23.3, + "max_temp": 30.5, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.2, + "min_hum": 55, + "mean_hum": 72, + "sun": 6.8, + "cloud": 7, + "ground_temp": 26.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67030, + "power": 72112 + }, + { + "date": 130718, + "mean_temp": 25.1, + "min_temp": 23.8, + "max_temp": 27.7, + "rain": 26.5, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 69, + "mean_hum": 85.6, + "sun": 1.8, + "cloud": 9, + "ground_temp": 25.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71257, + "power": 71257 + }, + { + "date": 130717, + "mean_temp": 24.2, + "min_temp": 23.5, + "max_temp": 25.7, + "rain": 18.5, + "max_wind": 8.5, + "mean_wind": 3.7, + "min_hum": 78, + "mean_hum": 89.1, + "sun": 0, + "cloud": 10, + "ground_temp": 28, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66074, + "power": 70143 + }, + { + "date": 130716, + "mean_temp": 26.9, + "min_temp": 25.2, + "max_temp": 28.8, + "rain": 1.5, + "max_wind": 8.8, + "mean_wind": 4.5, + "min_hum": 59, + "mean_hum": 70.4, + "sun": 0.3, + "cloud": 9.8, + "ground_temp": 26.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71529, + "power": 71529 + }, + { + "date": 130715, + "mean_temp": 26.5, + "min_temp": 23.6, + "max_temp": 29.1, + "rain": 3.5, + "max_wind": 7.2, + "mean_wind": 3.5, + "min_hum": 62, + "mean_hum": 80.1, + "sun": 1.8, + "cloud": 9.4, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71101, + "power": 71101 + }, + { + "date": 130714, + "mean_temp": 24.1, + "min_temp": 23.1, + "max_temp": 25.4, + "rain": 23, + "max_wind": 8.9, + "mean_wind": 3.7, + "min_hum": 87, + "mean_hum": 90.9, + "sun": 0, + "cloud": 10, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56534, + "power": 56534 + }, + { + "date": 130713, + "mean_temp": 24.2, + "min_temp": 22.2, + "max_temp": 25.6, + "rain": 165, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 81, + "mean_hum": 90.1, + "sun": 0, + "cloud": 10, + "ground_temp": 23, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62633, + "power": 62633 + }, + { + "date": 130712, + "mean_temp": 23.6, + "min_temp": 23.2, + "max_temp": 24.3, + "rain": 74, + "max_wind": 7.6, + "mean_wind": 4.9, + "min_hum": 82, + "mean_hum": 88.4, + "sun": 0, + "cloud": 10, + "ground_temp": 22.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69699, + "power": 69699 + }, + { + "date": 130711, + "mean_temp": 24.6, + "min_temp": 23.8, + "max_temp": 25.1, + "rain": 14, + "max_wind": 5.9, + "mean_wind": 4.1, + "min_hum": 82, + "mean_hum": 86, + "sun": 0, + "cloud": 10, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70155, + "power": 70155 + }, + { + "date": 130710, + "mean_temp": 25.3, + "min_temp": 24.6, + "max_temp": 26.1, + "rain": 1, + "max_wind": 6.6, + "mean_wind": 3.9, + "min_hum": 78, + "mean_hum": 82.8, + "sun": 0, + "cloud": 10, + "ground_temp": 24.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69934, + "power": 69934 + }, + { + "date": 130709, + "mean_temp": 24.5, + "min_temp": 23.5, + "max_temp": 26.2, + "rain": 6.5, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 80, + "mean_hum": 87.3, + "sun": 0, + "cloud": 10, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69627, + "power": 69627 + }, + { + "date": 130708, + "mean_temp": 24.3, + "min_temp": 22.3, + "max_temp": 26.3, + "rain": 68, + "max_wind": 10.9, + "mean_wind": 3.5, + "min_hum": 81, + "mean_hum": 88.6, + "sun": 0, + "cloud": 10, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69699, + "power": 68800 + }, + { + "date": 130707, + "mean_temp": 24.9, + "min_temp": 22.4, + "max_temp": 29.5, + "rain": 3, + "max_wind": 5.3, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 78.8, + "sun": 2.8, + "cloud": 8.1, + "ground_temp": 32.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56316, + "power": 55795 + }, + { + "date": 130706, + "mean_temp": 25.2, + "min_temp": 21.6, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.7, + "min_hum": 48, + "mean_hum": 73, + "sun": 8.7, + "cloud": 4.5, + "ground_temp": 30.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62688, + "power": 61321 + }, + { + "date": 130705, + "mean_temp": 25.6, + "min_temp": 22.1, + "max_temp": 30.2, + "rain": 1, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 51, + "mean_hum": 73.4, + "sun": 7.2, + "cloud": 7.4, + "ground_temp": 29.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68039, + "power": 68039 + }, + { + "date": 130704, + "mean_temp": 24.9, + "min_temp": 23.1, + "max_temp": 27.6, + "rain": 32.5, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 74, + "mean_hum": 84.3, + "sun": 0, + "cloud": 9.9, + "ground_temp": 26.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69137, + "power": 69137 + }, + { + "date": 130703, + "mean_temp": 25.2, + "min_temp": 20.5, + "max_temp": 30.7, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.8, + "min_hum": 45, + "mean_hum": 69.1, + "sun": 11.8, + "cloud": 6.1, + "ground_temp": 23.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69222, + "power": 69222 + }, + { + "date": 130702, + "mean_temp": 24.3, + "min_temp": 21.5, + "max_temp": 27.9, + "rain": 51.5, + "max_wind": 10.6, + "mean_wind": 4.6, + "min_hum": 68, + "mean_hum": 82.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69401, + "power": 69401 + }, + { + "date": 130701, + "mean_temp": 27.1, + "min_temp": 23.9, + "max_temp": 31.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 40, + "mean_hum": 58.4, + "sun": 5.9, + "cloud": 6.3, + "ground_temp": 27.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68943, + "power": 68943 + }, + { + "date": 130630, + "mean_temp": 27.7, + "min_temp": 23.4, + "max_temp": 31.9, + "rain": 0.2, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 60.4, + "sun": 8.4, + "cloud": 3.3, + "ground_temp": 26.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55838, + "power": 55838 + }, + { + "date": 130629, + "mean_temp": 27.2, + "min_temp": 21.8, + "max_temp": 32.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 54.8, + "sun": 8.9, + "cloud": 2, + "ground_temp": 26.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60959, + "power": 60959 + }, + { + "date": 130628, + "mean_temp": 25.5, + "min_temp": 21.5, + "max_temp": 30.6, + "rain": 1.5, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 61.1, + "sun": 10.1, + "cloud": 5.8, + "ground_temp": 25.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68422, + "power": 68422 + }, + { + "date": 130627, + "mean_temp": 25.1, + "min_temp": 20.4, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 35, + "mean_hum": 63.1, + "sun": 7.5, + "cloud": 5.3, + "ground_temp": 24.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67156, + "power": 68472 + }, + { + "date": 130626, + "mean_temp": 24.5, + "min_temp": 21.1, + "max_temp": 29.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 44, + "mean_hum": 59.8, + "sun": 9.2, + "cloud": 5.1, + "ground_temp": 27.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67914, + "power": 67914 + }, + { + "date": 130625, + "mean_temp": 25.1, + "min_temp": 21, + "max_temp": 29.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 58.6, + "sun": 3.9, + "cloud": 8.4, + "ground_temp": 28.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67878, + "power": 67878 + }, + { + "date": 130624, + "mean_temp": 23.5, + "min_temp": 19.6, + "max_temp": 29.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 66.6, + "sun": 6.7, + "cloud": 5.5, + "ground_temp": 28.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67212, + "power": 67212 + }, + { + "date": 130623, + "mean_temp": 22.9, + "min_temp": 20.6, + "max_temp": 26.2, + "rain": 0.3, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 44, + "mean_hum": 69.6, + "sun": 7, + "cloud": 7.6, + "ground_temp": 23.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52918, + "power": 52918 + }, + { + "date": 130622, + "mean_temp": 25.1, + "min_temp": 22.7, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 46, + "mean_hum": 63.9, + "sun": 4.4, + "cloud": 7.9, + "ground_temp": 23.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60744, + "power": 60744 + }, + { + "date": 130621, + "mean_temp": 26.6, + "min_temp": 22.9, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 57.5, + "sun": 5.2, + "cloud": 7.1, + "ground_temp": 23.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67030, + "power": 67030 + }, + { + "date": 130620, + "mean_temp": 25.8, + "min_temp": 20.9, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 58.5, + "sun": 7.6, + "cloud": 6.8, + "ground_temp": 27.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67527, + "power": 67488 + }, + { + "date": 130619, + "mean_temp": 24.3, + "min_temp": 20.6, + "max_temp": 29.6, + "rain": 0.1, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 71.1, + "sun": 6.8, + "cloud": 7, + "ground_temp": 25.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67156, + "power": 67156 + }, + { + "date": 130618, + "mean_temp": 21.7, + "min_temp": 20.5, + "max_temp": 23.1, + "rain": 12, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 85, + "mean_hum": 90.1, + "sun": 0, + "cloud": 10, + "ground_temp": 22.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66929, + "power": 66929 + }, + { + "date": 130617, + "mean_temp": 22.3, + "min_temp": 19.9, + "max_temp": 25.8, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 76.8, + "sun": 1.1, + "cloud": 9.6, + "ground_temp": 25.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66566, + "power": 66566 + }, + { + "date": 130616, + "mean_temp": 22.5, + "min_temp": 19.8, + "max_temp": 27.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 47, + "mean_hum": 69.8, + "sun": 8, + "cloud": 6.1, + "ground_temp": 28.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53717, + "power": 53717 + }, + { + "date": 130615, + "mean_temp": 24.6, + "min_temp": 21.3, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 58.4, + "sun": 10.6, + "cloud": 3.9, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59837, + "power": 60427 + }, + { + "date": 130614, + "mean_temp": 24.6, + "min_temp": 20.9, + "max_temp": 29.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 62.3, + "sun": 7.8, + "cloud": 5.8, + "ground_temp": 21.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66475, + "power": 66475 + }, + { + "date": 130613, + "mean_temp": 23, + "min_temp": 18.8, + "max_temp": 27.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 46, + "mean_hum": 70.5, + "sun": 4.5, + "cloud": 8.5, + "ground_temp": 23.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65504, + "power": 66272 + }, + { + "date": 130612, + "mean_temp": 20.5, + "min_temp": 19.6, + "max_temp": 22.5, + "rain": 6.5, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 73, + "mean_hum": 85.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 19.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64819, + "power": 64819 + }, + { + "date": 130611, + "mean_temp": 23.7, + "min_temp": 20.5, + "max_temp": 26.7, + "rain": 7, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 33, + "mean_hum": 57.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 22.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65850, + "power": 65850 + }, + { + "date": 130610, + "mean_temp": 27.5, + "min_temp": 21.6, + "max_temp": 32.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 35.5, + "sun": 12.8, + "cloud": 2.8, + "ground_temp": 27.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66076, + "power": 66076 + }, + { + "date": 130609, + "mean_temp": 27.4, + "min_temp": 22.3, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 38.3, + "sun": 12.5, + "cloud": 2.4, + "ground_temp": 23.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53036, + "power": 53036 + }, + { + "date": 130608, + "mean_temp": 26.4, + "min_temp": 21, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 48.5, + "sun": 6.6, + "cloud": 6.6, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62936, + "power": 58352 + }, + { + "date": 130607, + "mean_temp": 25.7, + "min_temp": 20.7, + "max_temp": 31.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 50.9, + "sun": 11.8, + "cloud": 1.8, + "ground_temp": 21.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63441, + "power": 63441 + }, + { + "date": 130606, + "mean_temp": 25, + "min_temp": 21.7, + "max_temp": 30, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 55.9, + "sun": 9.6, + "cloud": 4.1, + "ground_temp": 20.6, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 60606, + "power": 60606 + }, + { + "date": 130605, + "mean_temp": 24.8, + "min_temp": 19.1, + "max_temp": 30.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 51.8, + "sun": 10.6, + "cloud": 2.4, + "ground_temp": 24.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63384, + "power": 63384 + }, + { + "date": 130604, + "mean_temp": 22.8, + "min_temp": 17.5, + "max_temp": 28.4, + "rain": 0.2, + "max_wind": 5.7, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 54.3, + "sun": 9.6, + "cloud": 3, + "ground_temp": 22.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60411, + "power": 63185 + }, + { + "date": 130603, + "mean_temp": 21.3, + "min_temp": 18.4, + "max_temp": 26.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 39, + "mean_hum": 59, + "sun": 10.9, + "cloud": 0.8, + "ground_temp": 25.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62596, + "power": 62596 + }, + { + "date": 130602, + "mean_temp": 23.5, + "min_temp": 16.3, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 48.6, + "sun": 12.6, + "cloud": 0, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51865, + "power": 51697 + }, + { + "date": 130601, + "mean_temp": 21.7, + "min_temp": 17.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 44.3, + "sun": 9.3, + "cloud": 4.6, + "ground_temp": 22.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55168, + "power": 55168 + }, + { + "date": 130531, + "mean_temp": 21.3, + "min_temp": 13.9, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 46.6, + "sun": 11.1, + "cloud": 5.8, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61677, + "power": 61677 + }, + { + "date": 130530, + "mean_temp": 19.2, + "min_temp": 14.3, + "max_temp": 25, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 29, + "mean_hum": 57.9, + "sun": 11.7, + "cloud": 2.9, + "ground_temp": 22.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60262, + "power": 61737 + }, + { + "date": 130529, + "mean_temp": 16.1, + "min_temp": 14.9, + "max_temp": 18.1, + "rain": 2.5, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 84, + "mean_hum": 87.8, + "sun": 0, + "cloud": 9.6, + "ground_temp": 18.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62090, + "power": 62090 + }, + { + "date": 130528, + "mean_temp": 18.9, + "min_temp": 17.6, + "max_temp": 20.9, + "rain": 11.5, + "max_wind": 5.8, + "mean_wind": 2.8, + "min_hum": 84, + "mean_hum": 89.1, + "sun": 0, + "cloud": 10, + "ground_temp": 18.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63029, + "power": 63029 + }, + { + "date": 130527, + "mean_temp": 19.7, + "min_temp": 17.7, + "max_temp": 22.6, + "rain": 56.5, + "max_wind": 6.3, + "mean_wind": 3.5, + "min_hum": 55, + "mean_hum": 80.4, + "sun": 0, + "cloud": 10, + "ground_temp": 18.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62576, + "power": 62576 + }, + { + "date": 130526, + "mean_temp": 23.9, + "min_temp": 20.8, + "max_temp": 28.4, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 45.9, + "sun": 4, + "cloud": 8.4, + "ground_temp": 23.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52918, + "power": 51923 + }, + { + "date": 130525, + "mean_temp": 24.7, + "min_temp": 18.2, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 49.6, + "sun": 10.1, + "cloud": 5.1, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57270, + "power": 57270 + }, + { + "date": 130524, + "mean_temp": 21.3, + "min_temp": 15.7, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 35, + "mean_hum": 58.9, + "sun": 10.5, + "cloud": 0.4, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61928, + "power": 61928 + }, + { + "date": 130523, + "mean_temp": 22.1, + "min_temp": 15.4, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 59.3, + "sun": 11.5, + "cloud": 0, + "ground_temp": 23.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61462, + "power": 61462 + }, + { + "date": 130522, + "mean_temp": 19.7, + "min_temp": 13.9, + "max_temp": 25.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 49.4, + "sun": 5.3, + "cloud": 4.3, + "ground_temp": 24.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60558, + "power": 60558 + }, + { + "date": 130521, + "mean_temp": 17.7, + "min_temp": 10.2, + "max_temp": 24.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2, + "min_hum": 11, + "mean_hum": 43.3, + "sun": 12.8, + "cloud": 0.4, + "ground_temp": 22.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59595, + "power": 59595 + }, + { + "date": 130520, + "mean_temp": 14.4, + "min_temp": 12.1, + "max_temp": 18.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 58, + "mean_hum": 76, + "sun": 4.3, + "cloud": 5.5, + "ground_temp": 18.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59795, + "power": 59795 + }, + { + "date": 130519, + "mean_temp": 16.6, + "min_temp": 13.6, + "max_temp": 21.5, + "rain": 19.5, + "max_wind": 4.8, + "mean_wind": 3.1, + "min_hum": 56, + "mean_hum": 80.9, + "sun": 1.3, + "cloud": 8, + "ground_temp": 15.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51032, + "power": 50511 + }, + { + "date": 130518, + "mean_temp": 17.7, + "min_temp": 13.7, + "max_temp": 22.3, + "rain": 14.5, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 36, + "mean_hum": 62.8, + "sun": 0.6, + "cloud": 9.4, + "ground_temp": 20.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52401, + "power": 52401 + }, + { + "date": 130517, + "mean_temp": 20.2, + "min_temp": 15.7, + "max_temp": 26.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3, + "min_hum": 21, + "mean_hum": 36.6, + "sun": 12.6, + "cloud": 4.4, + "ground_temp": 19.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 52106, + "power": 54382 + }, + { + "date": 130516, + "mean_temp": 22, + "min_temp": 15.3, + "max_temp": 28.3, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 4.2, + "min_hum": 19, + "mean_hum": 33.3, + "sun": 13.2, + "cloud": 0, + "ground_temp": 20.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61462, + "power": 60111 + }, + { + "date": 130515, + "mean_temp": 19.4, + "min_temp": 15.6, + "max_temp": 24.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.3, + "min_hum": 33, + "mean_hum": 57, + "sun": 11.2, + "cloud": 4.8, + "ground_temp": 16.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59617, + "power": 61018 + }, + { + "date": 130514, + "mean_temp": 20.2, + "min_temp": 17, + "max_temp": 25.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.9, + "min_hum": 28, + "mean_hum": 46.9, + "sun": 4.4, + "cloud": 7.6, + "ground_temp": 16, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60873, + "power": 60873 + }, + { + "date": 130513, + "mean_temp": 21.6, + "min_temp": 17.7, + "max_temp": 26.8, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.5, + "min_hum": 25, + "mean_hum": 45, + "sun": 10.4, + "cloud": 3.1, + "ground_temp": 18.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60757, + "power": 60757 + }, + { + "date": 130512, + "mean_temp": 19.1, + "min_temp": 16.4, + "max_temp": 22.5, + "rain": 1, + "max_wind": 7.3, + "mean_wind": 4, + "min_hum": 53, + "mean_hum": 61.3, + "sun": 5.2, + "cloud": 6.1, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50776, + "power": 50776 + }, + { + "date": 130511, + "mean_temp": 17.9, + "min_temp": 11, + "max_temp": 24.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.5, + "min_hum": 21, + "mean_hum": 55.5, + "sun": 11.2, + "cloud": 3.1, + "ground_temp": 21.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53938, + "power": 53938 + }, + { + "date": 130510, + "mean_temp": 14, + "min_temp": 10.4, + "max_temp": 16.1, + "rain": 22, + "max_wind": 6.7, + "mean_wind": 3.6, + "min_hum": 82, + "mean_hum": 89.3, + "sun": 0, + "cloud": 9.9, + "ground_temp": 17.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60692, + "power": 60692 + }, + { + "date": 130509, + "mean_temp": 18.1, + "min_temp": 14.7, + "max_temp": 23, + "rain": 2.5, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 55.3, + "sun": 4, + "cloud": 8.5, + "ground_temp": 19.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60325, + "power": 60325 + }, + { + "date": 130508, + "mean_temp": 19.4, + "min_temp": 12.7, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 16, + "mean_hum": 33.6, + "sun": 11.7, + "cloud": 2.3, + "ground_temp": 19.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59488, + "power": 59488 + }, + { + "date": 130507, + "mean_temp": 18.7, + "min_temp": 11.9, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 24, + "mean_hum": 41.4, + "sun": 10.9, + "cloud": 0, + "ground_temp": 19.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59475, + "power": 59475 + }, + { + "date": 130506, + "mean_temp": 14.6, + "min_temp": 7.9, + "max_temp": 21.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 29, + "mean_hum": 54, + "sun": 10.8, + "cloud": 0, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59617, + "power": 58827 + }, + { + "date": 130505, + "mean_temp": 14.3, + "min_temp": 9.2, + "max_temp": 20.6, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 3.4, + "min_hum": 22, + "mean_hum": 51.8, + "sun": 12.5, + "cloud": 0, + "ground_temp": 21.5, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 50753, + "power": 50753 + }, + { + "date": 130504, + "mean_temp": 13.9, + "min_temp": 9.3, + "max_temp": 19.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.1, + "min_hum": 31, + "mean_hum": 58.1, + "sun": 11.2, + "cloud": 1.8, + "ground_temp": 18.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54274, + "power": 53102 + }, + { + "date": 130503, + "mean_temp": 12.6, + "min_temp": 9, + "max_temp": 18.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 29, + "mean_hum": 64.8, + "sun": 6.2, + "cloud": 6, + "ground_temp": 14, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59617, + "power": 59617 + }, + { + "date": 130502, + "mean_temp": 12.4, + "min_temp": 9, + "max_temp": 17.1, + "rain": 1, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 67.1, + "sun": 8.9, + "cloud": 3.9, + "ground_temp": 13.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59465, + "power": 59465 + }, + { + "date": 130501, + "mean_temp": 13.2, + "min_temp": 8.7, + "max_temp": 18.6, + "rain": 1, + "max_wind": 5.5, + "mean_wind": 3.3, + "min_hum": 31, + "mean_hum": 52.4, + "sun": 10.5, + "cloud": 3.3, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54401, + "power": 54401 + }, + { + "date": 130430, + "mean_temp": 13.4, + "min_temp": 7.7, + "max_temp": 19.5, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 48.8, + "sun": 10.7, + "cloud": 2.3, + "ground_temp": 16.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59710, + "power": 59710 + }, + { + "date": 130429, + "mean_temp": 13.5, + "min_temp": 9, + "max_temp": 17.7, + "rain": 21, + "max_wind": 9.5, + "mean_wind": 4.5, + "min_hum": 31, + "mean_hum": 67.6, + "sun": 6.7, + "cloud": 5.4, + "ground_temp": 16.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60584, + "power": 60584 + }, + { + "date": 130428, + "mean_temp": 16, + "min_temp": 10.3, + "max_temp": 21.6, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 3.8, + "min_hum": 31, + "mean_hum": 51, + "sun": 3.3, + "cloud": 6.1, + "ground_temp": 14.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51398, + "power": 51398 + }, + { + "date": 130427, + "mean_temp": 12.8, + "min_temp": 8.2, + "max_temp": 18.5, + "rain": 0, + "max_wind": 8.3, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 51.4, + "sun": 11.6, + "cloud": 1.6, + "ground_temp": 15.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54274, + "power": 54274 + }, + { + "date": 130426, + "mean_temp": 11.7, + "min_temp": 6.9, + "max_temp": 16.3, + "rain": 0.1, + "max_wind": 7.7, + "mean_wind": 3.6, + "min_hum": 32, + "mean_hum": 55, + "sun": 11.7, + "cloud": 1.6, + "ground_temp": 11.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59617, + "power": 60659 + }, + { + "date": 130425, + "mean_temp": 9.3, + "min_temp": 7.9, + "max_temp": 13.8, + "rain": 4.5, + "max_wind": 6.9, + "mean_wind": 3.3, + "min_hum": 57, + "mean_hum": 78.9, + "sun": 2.7, + "cloud": 8.6, + "ground_temp": 12.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61275, + "power": 61275 + }, + { + "date": 130424, + "mean_temp": 12.3, + "min_temp": 8.3, + "max_temp": 18, + "rain": 0.1, + "max_wind": 7.3, + "mean_wind": 3.7, + "min_hum": 43, + "mean_hum": 67, + "sun": 11.8, + "cloud": 3.1, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59889, + "power": 59889 + }, + { + "date": 130423, + "mean_temp": 11.2, + "min_temp": 9.7, + "max_temp": 14.8, + "rain": 5.5, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 59.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 13.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61632, + "power": 62169 + }, + { + "date": 130422, + "mean_temp": 11.4, + "min_temp": 5.6, + "max_temp": 17.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 43.8, + "sun": 10.7, + "cloud": 3.4, + "ground_temp": 13.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60892, + "power": 60892 + }, + { + "date": 130421, + "mean_temp": 9, + "min_temp": 4.2, + "max_temp": 15.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.3, + "min_hum": 19, + "mean_hum": 58.8, + "sun": 10.1, + "cloud": 3.4, + "ground_temp": 10.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53250, + "power": 53250 + }, + { + "date": 130420, + "mean_temp": 6.6, + "min_temp": 4, + "max_temp": 10.1, + "rain": 9.5, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 70.8, + "sun": 0.1, + "cloud": 9.1, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58619, + "power": 58619 + }, + { + "date": 130419, + "mean_temp": 9.8, + "min_temp": 5.1, + "max_temp": 15, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.2, + "min_hum": 13, + "mean_hum": 27, + "sun": 10.2, + "cloud": 5.1, + "ground_temp": 10, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61310, + "power": 61310 + }, + { + "date": 130418, + "mean_temp": 12.3, + "min_temp": 9, + "max_temp": 16.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4, + "min_hum": 14, + "mean_hum": 37.4, + "sun": 7.8, + "cloud": 4.3, + "ground_temp": 8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61778, + "power": 61778 + }, + { + "date": 130417, + "mean_temp": 14.8, + "min_temp": 10.3, + "max_temp": 20.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 40, + "mean_hum": 62.3, + "sun": 9.4, + "cloud": 5.9, + "ground_temp": 7.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62189, + "power": 62189 + }, + { + "date": 130416, + "mean_temp": 13.2, + "min_temp": 8.6, + "max_temp": 19.1, + "rain": 0, + "max_wind": 9.9, + "mean_wind": 4.4, + "min_hum": 25, + "mean_hum": 54.5, + "sun": 2.7, + "cloud": 7.9, + "ground_temp": 9.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61632, + "power": 61632 + }, + { + "date": 130415, + "mean_temp": 7.5, + "min_temp": 2.6, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 31.5, + "sun": 2.2, + "cloud": 4.5, + "ground_temp": 10.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63318, + "power": 63318 + }, + { + "date": 130414, + "mean_temp": 8.3, + "min_temp": 4.2, + "max_temp": 12.2, + "rain": 3.5, + "max_wind": 8.1, + "mean_wind": 4.7, + "min_hum": 12, + "mean_hum": 40.4, + "sun": 9.9, + "cloud": 3.4, + "ground_temp": 13.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53790, + "power": 53790 + }, + { + "date": 130413, + "mean_temp": 11.4, + "min_temp": 3.4, + "max_temp": 17.5, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 4.5, + "min_hum": 15, + "mean_hum": 38.6, + "sun": 10, + "cloud": 3.5, + "ground_temp": 13.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54568, + "power": 56491 + }, + { + "date": 130412, + "mean_temp": 6.9, + "min_temp": 2.2, + "max_temp": 11.9, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 42.6, + "sun": 11.6, + "cloud": 1.1, + "ground_temp": 10.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63704, + "power": 63704 + }, + { + "date": 130411, + "mean_temp": 5.5, + "min_temp": 3.7, + "max_temp": 9.6, + "rain": 0.5, + "max_wind": 9.4, + "mean_wind": 4.9, + "min_hum": 30, + "mean_hum": 54.5, + "sun": 10.1, + "cloud": 3.6, + "ground_temp": 8.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64092, + "power": 64092 + }, + { + "date": 130410, + "mean_temp": 5, + "min_temp": 1.3, + "max_temp": 8.1, + "rain": 1.5, + "max_wind": 7.8, + "mean_wind": 4.1, + "min_hum": 26, + "mean_hum": 49.3, + "sun": 8.6, + "cloud": 4.4, + "ground_temp": 8.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61778, + "power": 64054 + }, + { + "date": 130409, + "mean_temp": 6.2, + "min_temp": 3.2, + "max_temp": 10.7, + "rain": 0.5, + "max_wind": 9.3, + "mean_wind": 5.1, + "min_hum": 28, + "mean_hum": 50.8, + "sun": 10.2, + "cloud": 4, + "ground_temp": 7.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64098, + "power": 64098 + }, + { + "date": 130408, + "mean_temp": 8, + "min_temp": 2.5, + "max_temp": 13.8, + "rain": 1, + "max_wind": 9, + "mean_wind": 4, + "min_hum": 26, + "mean_hum": 55.1, + "sun": 7.5, + "cloud": 5.1, + "ground_temp": 9.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63306, + "power": 63306 + }, + { + "date": 130407, + "mean_temp": 5.1, + "min_temp": 2, + "max_temp": 9.6, + "rain": 1, + "max_wind": 6.6, + "mean_wind": 4.4, + "min_hum": 33, + "mean_hum": 57.3, + "sun": 10.6, + "cloud": 4, + "ground_temp": 9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54144, + "power": 54491 + }, + { + "date": 130406, + "mean_temp": 7.5, + "min_temp": 2.5, + "max_temp": 13, + "rain": 14, + "max_wind": 6.7, + "mean_wind": 2.9, + "min_hum": 51, + "mean_hum": 84.4, + "sun": 0, + "cloud": 10, + "ground_temp": 7.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57295, + "power": 57295 + }, + { + "date": 130405, + "mean_temp": 14.6, + "min_temp": 10.1, + "max_temp": 19.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 42.1, + "sun": 2.1, + "cloud": 7.8, + "ground_temp": 10.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60601, + "power": 60601 + }, + { + "date": 130404, + "mean_temp": 12.6, + "min_temp": 5.6, + "max_temp": 19.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 20, + "mean_hum": 44.5, + "sun": 10.7, + "cloud": 1.8, + "ground_temp": 12.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62740, + "power": 62740 + }, + { + "date": 130403, + "mean_temp": 7.9, + "min_temp": 3.9, + "max_temp": 14.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 64, + "sun": 8.7, + "cloud": 4.5, + "ground_temp": 11.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63906, + "power": 63906 + }, + { + "date": 130402, + "mean_temp": 7.2, + "min_temp": 5.8, + "max_temp": 9.5, + "rain": 8.5, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 71, + "mean_hum": 86.1, + "sun": 0.6, + "cloud": 7.6, + "ground_temp": 7.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64872, + "power": 64872 + }, + { + "date": 130401, + "mean_temp": 9.2, + "min_temp": 3.3, + "max_temp": 13.4, + "rain": 0.5, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 44.5, + "sun": 0.9, + "cloud": 7.3, + "ground_temp": 9.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54401, + "power": 63611 + }, + { + "date": 130331, + "mean_temp": 6.3, + "min_temp": 1, + "max_temp": 13.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 46.4, + "sun": 11.2, + "cloud": 0, + "ground_temp": 9.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52299, + "power": 54007 + }, + { + "date": 130330, + "mean_temp": 4.9, + "min_temp": 2.3, + "max_temp": 10.2, + "rain": 0.2, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 15, + "mean_hum": 43.1, + "sun": 3.4, + "cloud": 7.8, + "ground_temp": 6.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61622, + "power": 56973 + }, + { + "date": 130329, + "mean_temp": 5.4, + "min_temp": 0.6, + "max_temp": 10.4, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.4, + "min_hum": 14, + "mean_hum": 28.6, + "sun": 11.7, + "cloud": 1.9, + "ground_temp": 8.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63768, + "power": 63768 + }, + { + "date": 130328, + "mean_temp": 7.3, + "min_temp": 4.4, + "max_temp": 12, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 20, + "mean_hum": 42.1, + "sun": 4, + "cloud": 7, + "ground_temp": 10, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63318, + "power": 63891 + }, + { + "date": 130327, + "mean_temp": 7.5, + "min_temp": 1.4, + "max_temp": 14.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 8, + "mean_hum": 30.1, + "sun": 11.4, + "cloud": 0, + "ground_temp": 7.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64627, + "power": 64627 + }, + { + "date": 130326, + "mean_temp": 4.4, + "min_temp": -0.9, + "max_temp": 10.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 39.9, + "sun": 11.5, + "cloud": 0.8, + "ground_temp": 4.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66106, + "power": 66106 + }, + { + "date": 130325, + "mean_temp": 2.8, + "min_temp": -0.7, + "max_temp": 7.8, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.8, + "min_hum": 19, + "mean_hum": 40.3, + "sun": 11.5, + "cloud": 0.3, + "ground_temp": 1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65718, + "power": 65718 + }, + { + "date": 130324, + "mean_temp": 5.1, + "min_temp": 1.8, + "max_temp": 10.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.9, + "min_hum": 26, + "mean_hum": 47.4, + "sun": 11, + "cloud": 2.1, + "ground_temp": 6.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55600, + "power": 54589 + }, + { + "date": 130323, + "mean_temp": 5.4, + "min_temp": -1.2, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 20, + "mean_hum": 39, + "sun": 11.2, + "cloud": 1.6, + "ground_temp": 5.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61622, + "power": 58514 + }, + { + "date": 130322, + "mean_temp": 3.4, + "min_temp": 0.9, + "max_temp": 6.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 53, + "mean_hum": 61.6, + "sun": 0.7, + "cloud": 6.1, + "ground_temp": 4.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66964, + "power": 66964 + }, + { + "date": 130321, + "mean_temp": 1.5, + "min_temp": -4, + "max_temp": 7.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 34.3, + "sun": 11.2, + "cloud": 0, + "ground_temp": 1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67159, + "power": 67159 + }, + { + "date": 130320, + "mean_temp": 2.8, + "min_temp": -2.5, + "max_temp": 8.5, + "rain": 0.1, + "max_wind": 8.4, + "mean_wind": 4.3, + "min_hum": 18, + "mean_hum": 51.9, + "sun": 5.6, + "cloud": 5.3, + "ground_temp": 2.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67916, + "power": 65952 + }, + { + "date": 130319, + "mean_temp": 8, + "min_temp": 5.2, + "max_temp": 11.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 38, + "mean_hum": 61.1, + "sun": 3.2, + "cloud": 8.5, + "ground_temp": 9.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64275, + "power": 64275 + }, + { + "date": 130318, + "mean_temp": 8.3, + "min_temp": 5.3, + "max_temp": 14.2, + "rain": 1, + "max_wind": 7.4, + "mean_wind": 3.3, + "min_hum": 41, + "mean_hum": 73, + "sun": 9.3, + "cloud": 6, + "ground_temp": 11, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64038, + "power": 64038 + }, + { + "date": 130317, + "mean_temp": 8.2, + "min_temp": 3.4, + "max_temp": 15.9, + "rain": 7.5, + "max_wind": 6.3, + "mean_wind": 2.9, + "min_hum": 10, + "mean_hum": 57.5, + "sun": 7.2, + "cloud": 7, + "ground_temp": 5.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54585, + "power": 54585 + }, + { + "date": 130316, + "mean_temp": 6.3, + "min_temp": 1.6, + "max_temp": 12.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 53.6, + "sun": 10.8, + "cloud": 2.4, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60420, + "power": 58869 + }, + { + "date": 130315, + "mean_temp": 4.6, + "min_temp": 0, + "max_temp": 10.5, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 27, + "mean_hum": 43.4, + "sun": 10.7, + "cloud": 0.9, + "ground_temp": 5.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65817, + "power": 66752 + }, + { + "date": 130314, + "mean_temp": 4.1, + "min_temp": 0.9, + "max_temp": 9.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 29, + "mean_hum": 48.9, + "sun": 9.3, + "cloud": 3.4, + "ground_temp": 3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68837, + "power": 66346 + }, + { + "date": 130313, + "mean_temp": 5.2, + "min_temp": 1.8, + "max_temp": 8.4, + "rain": 11.5, + "max_wind": 7, + "mean_wind": 3.6, + "min_hum": 37, + "mean_hum": 64.5, + "sun": 5.7, + "cloud": 6.8, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66668, + "power": 66668 + }, + { + "date": 130312, + "mean_temp": 7.5, + "min_temp": 1.6, + "max_temp": 11.7, + "rain": 3.5, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 60.4, + "sun": 3, + "cloud": 6.3, + "ground_temp": 5.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66052, + "power": 66052 + }, + { + "date": 130311, + "mean_temp": 4.2, + "min_temp": -2.6, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 12, + "mean_hum": 33.4, + "sun": 11.2, + "cloud": 0, + "ground_temp": 4.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66150, + "power": 66073 + }, + { + "date": 130310, + "mean_temp": 1.2, + "min_temp": -1.5, + "max_temp": 7.9, + "rain": 0, + "max_wind": 8, + "mean_wind": 5, + "min_hum": 19, + "mean_hum": 32.5, + "sun": 11.2, + "cloud": 0.4, + "ground_temp": 6.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59503, + "power": 55328 + }, + { + "date": 130309, + "mean_temp": 13.2, + "min_temp": 6.2, + "max_temp": 23.8, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 4.3, + "min_hum": 16, + "mean_hum": 48.8, + "sun": 9.4, + "cloud": 1.5, + "ground_temp": 5.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57125, + "power": 57125 + }, + { + "date": 130308, + "mean_temp": 8.5, + "min_temp": 3.8, + "max_temp": 14.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 45, + "mean_hum": 66, + "sun": 6.1, + "cloud": 3.6, + "ground_temp": 8.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66335, + "power": 66335 + }, + { + "date": 130307, + "mean_temp": 8, + "min_temp": 4.3, + "max_temp": 11.7, + "rain": 0.5, + "max_wind": 7.4, + "mean_wind": 3.7, + "min_hum": 32, + "mean_hum": 74.1, + "sun": 2.2, + "cloud": 7.9, + "ground_temp": 7.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66035, + "power": 66035 + }, + { + "date": 130306, + "mean_temp": 7.9, + "min_temp": 0.9, + "max_temp": 14.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 43.1, + "sun": 6.9, + "cloud": 1.6, + "ground_temp": 6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68551, + "power": 68551 + }, + { + "date": 130305, + "mean_temp": 3.7, + "min_temp": -0.7, + "max_temp": 9.1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 23, + "mean_hum": 51.8, + "sun": 10.7, + "cloud": 0, + "ground_temp": 3.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69252, + "power": 69252 + }, + { + "date": 130304, + "mean_temp": 3.1, + "min_temp": -0.7, + "max_temp": 8.9, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 2.8, + "min_hum": 24, + "mean_hum": 58.6, + "sun": 5.8, + "cloud": 4.6, + "ground_temp": 2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66846, + "power": 69653 + }, + { + "date": 130303, + "mean_temp": 0.4, + "min_temp": -3.5, + "max_temp": 4.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 50.3, + "sun": 10.4, + "cloud": 1.8, + "ground_temp": 3.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61896, + "power": 57568 + }, + { + "date": 130302, + "mean_temp": -0.8, + "min_temp": -4.4, + "max_temp": 3.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.2, + "min_hum": 29, + "mean_hum": 42.6, + "sun": 9.7, + "cloud": 3.5, + "ground_temp": 1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60745, + "power": 60144 + }, + { + "date": 130301, + "mean_temp": 0.8, + "min_temp": -2.4, + "max_temp": 7.7, + "rain": 3, + "max_wind": 7.8, + "mean_wind": 4.8, + "min_hum": 35, + "mean_hum": 56.1, + "sun": 9.1, + "cloud": 3.8, + "ground_temp": 4.6, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 60178, + "power": 61639 + }, + { + "date": 130228, + "mean_temp": 6.7, + "min_temp": -1.1, + "max_temp": 13.9, + "rain": 1, + "max_wind": 6.7, + "mean_wind": 2.9, + "min_hum": 16, + "mean_hum": 57.3, + "sun": 6.7, + "cloud": 5.4, + "ground_temp": 3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66668, + "power": 66378 + }, + { + "date": 130227, + "mean_temp": 3.4, + "min_temp": 0.8, + "max_temp": 8.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 34, + "mean_hum": 69.5, + "sun": 7, + "cloud": 4.6, + "ground_temp": 4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69252, + "power": 66919 + }, + { + "date": 130226, + "mean_temp": 4.8, + "min_temp": 2.5, + "max_temp": 7.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 37, + "mean_hum": 56.4, + "sun": 0, + "cloud": 8.6, + "ground_temp": 1.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69136, + "power": 69758 + }, + { + "date": 130225, + "mean_temp": 3.3, + "min_temp": -0.7, + "max_temp": 8.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 23, + "mean_hum": 39.4, + "sun": 6.2, + "cloud": 7, + "ground_temp": 2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69513, + "power": 69513 + }, + { + "date": 130224, + "mean_temp": 1.4, + "min_temp": -2.4, + "max_temp": 5.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 42.4, + "sun": 8.8, + "cloud": 4.1, + "ground_temp": 2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59503, + "power": 59503 + }, + { + "date": 130223, + "mean_temp": -0.9, + "min_temp": -4.4, + "max_temp": 2.4, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 3.7, + "min_hum": 23, + "mean_hum": 45.9, + "sun": 9.7, + "cloud": 0.8, + "ground_temp": 1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62773, + "power": 62773 + }, + { + "date": 130222, + "mean_temp": 0.5, + "min_temp": -3.1, + "max_temp": 4.3, + "rain": 3.9, + "max_wind": 6.8, + "mean_wind": 3.1, + "min_hum": 20, + "mean_hum": 57.1, + "sun": 7.4, + "cloud": 4.1, + "ground_temp": 0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70240, + "power": 70240 + }, + { + "date": 130221, + "mean_temp": -1.7, + "min_temp": -5.3, + "max_temp": 2.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 49, + "sun": 9, + "cloud": 2.8, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71294, + "power": 71294 + }, + { + "date": 130220, + "mean_temp": -4.8, + "min_temp": -8.7, + "max_temp": 0, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 17, + "mean_hum": 35.3, + "sun": 9.5, + "cloud": 1.8, + "ground_temp": -0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71826, + "power": 71826 + }, + { + "date": 130219, + "mean_temp": -2.9, + "min_temp": -7.1, + "max_temp": 0.6, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4, + "min_hum": 15, + "mean_hum": 27.5, + "sun": 9.6, + "cloud": 2, + "ground_temp": 2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71243, + "power": 71243 + }, + { + "date": 130218, + "mean_temp": 0.5, + "min_temp": -2.5, + "max_temp": 3.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 34, + "mean_hum": 49.8, + "sun": 5.7, + "cloud": 6.9, + "ground_temp": 1.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70278, + "power": 70278 + }, + { + "date": 130217, + "mean_temp": 2.3, + "min_temp": -2.1, + "max_temp": 5.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 44.5, + "sun": 3.6, + "cloud": 9.3, + "ground_temp": 1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59718, + "power": 59718 + }, + { + "date": 130216, + "mean_temp": -2.6, + "min_temp": -7, + "max_temp": 2.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 38.8, + "sun": 9.6, + "cloud": 2, + "ground_temp": -0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63952, + "power": 63952 + }, + { + "date": 130215, + "mean_temp": -1.2, + "min_temp": -5.2, + "max_temp": 1.5, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.9, + "min_hum": 20, + "mean_hum": 48.4, + "sun": 9.7, + "cloud": 2.1, + "ground_temp": 0.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74135, + "power": 69697 + }, + { + "date": 130214, + "mean_temp": 1.1, + "min_temp": -2.6, + "max_temp": 5.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 42, + "mean_hum": 60.1, + "sun": 7.4, + "cloud": 6, + "ground_temp": 1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71414, + "power": 71414 + }, + { + "date": 130213, + "mean_temp": -1.3, + "min_temp": -6.3, + "max_temp": 2.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 59.6, + "sun": 9.3, + "cloud": 3.3, + "ground_temp": -0.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70551, + "power": 70551 + }, + { + "date": 130212, + "mean_temp": -3.8, + "min_temp": -4.8, + "max_temp": -1.9, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 55.6, + "sun": 0.2, + "cloud": 8, + "ground_temp": -0.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62525, + "power": 62525 + }, + { + "date": 130211, + "mean_temp": -5.8, + "min_temp": -10.4, + "max_temp": -0.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 41.8, + "sun": 9.7, + "cloud": 2.6, + "ground_temp": -1.8, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 56338, + "power": 56338 + }, + { + "date": 130210, + "mean_temp": -4, + "min_temp": -8.4, + "max_temp": -0.5, + "rain": 1.2, + "max_wind": 6.3, + "mean_wind": 2.9, + "min_hum": 30, + "mean_hum": 56.6, + "sun": 8.6, + "cloud": 3.5, + "ground_temp": -1.3, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 61896, + "power": 54678 + }, + { + "date": 130209, + "mean_temp": -7.2, + "min_temp": -12.3, + "max_temp": -2.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 55.5, + "sun": 8.9, + "cloud": 3.6, + "ground_temp": -2.8, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 64826, + "power": 62468 + }, + { + "date": 130208, + "mean_temp": -11.5, + "min_temp": -15.8, + "max_temp": -6.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 39.3, + "sun": 9.3, + "cloud": 1.6, + "ground_temp": -3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74269, + "power": 74196 + }, + { + "date": 130207, + "mean_temp": -11.1, + "min_temp": -13.8, + "max_temp": -2.6, + "rain": 0, + "max_wind": 8.2, + "mean_wind": 5.5, + "min_hum": 28, + "mean_hum": 42.5, + "sun": 9.8, + "cloud": 1.3, + "ground_temp": -1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73098, + "power": 73964 + }, + { + "date": 130206, + "mean_temp": -1.5, + "min_temp": -3.1, + "max_temp": 0.2, + "rain": 2.1, + "max_wind": 5.2, + "mean_wind": 3.3, + "min_hum": 62, + "mean_hum": 75, + "sun": 5.8, + "cloud": 7.4, + "ground_temp": 1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70985, + "power": 70985 + }, + { + "date": 130205, + "mean_temp": -0.6, + "min_temp": -4, + "max_temp": 2.7, + "rain": 4.5, + "max_wind": 4.2, + "mean_wind": 2.4, + "min_hum": 55, + "mean_hum": 77, + "sun": 0, + "cloud": 8.4, + "ground_temp": 0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72515, + "power": 72515 + }, + { + "date": 130204, + "mean_temp": -0.8, + "min_temp": -3.3, + "max_temp": 2.5, + "rain": 7.4, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 58, + "mean_hum": 77.1, + "sun": 6.1, + "cloud": 5.4, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70352, + "power": 70352 + }, + { + "date": 130203, + "mean_temp": -3.2, + "min_temp": -5.8, + "max_temp": -1.1, + "rain": 7.5, + "max_wind": 6.9, + "mean_wind": 2.7, + "min_hum": 31, + "mean_hum": 62.3, + "sun": 0.2, + "cloud": 7.9, + "ground_temp": 0, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62801, + "power": 60333 + }, + { + "date": 130202, + "mean_temp": -1.1, + "min_temp": -4.5, + "max_temp": 3.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 4.1, + "min_hum": 26, + "mean_hum": 52.1, + "sun": 9.4, + "cloud": 2.1, + "ground_temp": 2.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60745, + "power": 62234 + }, + { + "date": 130201, + "mean_temp": 7.3, + "min_temp": 3.7, + "max_temp": 9.3, + "rain": 46.5, + "max_wind": 6.3, + "mean_wind": 3.7, + "min_hum": 46, + "mean_hum": 85.8, + "sun": 0, + "cloud": 9.5, + "ground_temp": 1.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67350, + "power": 67350 + }, + { + "date": 130131, + "mean_temp": 7.4, + "min_temp": 3.7, + "max_temp": 11.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 44, + "mean_hum": 59.5, + "sun": 6.4, + "cloud": 6.6, + "ground_temp": 1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69136, + "power": 69136 + }, + { + "date": 130130, + "mean_temp": 5.4, + "min_temp": 3.5, + "max_temp": 8.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 57, + "mean_hum": 68.8, + "sun": 0.7, + "cloud": 7.9, + "ground_temp": 0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70366, + "power": 70366 + }, + { + "date": 130129, + "mean_temp": 2.2, + "min_temp": -0.3, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.7, + "min_hum": 56, + "mean_hum": 63.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72309, + "power": 72309 + }, + { + "date": 130128, + "mean_temp": -3.5, + "min_temp": -8.9, + "max_temp": 0.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 56, + "sun": 3.7, + "cloud": 6, + "ground_temp": -2.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73613, + "power": 73589 + }, + { + "date": 130127, + "mean_temp": -7.3, + "min_temp": -10.7, + "max_temp": -3.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 34, + "mean_hum": 44.9, + "sun": 9.5, + "cloud": 0.5, + "ground_temp": -3.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63092, + "power": 63092 + }, + { + "date": 130126, + "mean_temp": -9.2, + "min_temp": -11.9, + "max_temp": -5.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 25, + "mean_hum": 37, + "sun": 9.6, + "cloud": 0, + "ground_temp": -4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66011, + "power": 66011 + }, + { + "date": 130125, + "mean_temp": -9.1, + "min_temp": -10.8, + "max_temp": -6.5, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.7, + "min_hum": 24, + "mean_hum": 37.5, + "sun": 9.5, + "cloud": 0, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73098, + "power": 73340 + }, + { + "date": 130124, + "mean_temp": -0.9, + "min_temp": -6.7, + "max_temp": 2.4, + "rain": 0.1, + "max_wind": 8.2, + "mean_wind": 4.3, + "min_hum": 28, + "mean_hum": 57.6, + "sun": 2.4, + "cloud": 5.8, + "ground_temp": 0, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70895, + "power": 70895 + }, + { + "date": 130123, + "mean_temp": 1.8, + "min_temp": 1, + "max_temp": 3.8, + "rain": 1.5, + "max_wind": 4.8, + "mean_wind": 3.1, + "min_hum": 60, + "mean_hum": 80.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70555, + "power": 70555 + }, + { + "date": 130122, + "mean_temp": 3.8, + "min_temp": 2, + "max_temp": 6, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 58, + "mean_hum": 74.3, + "sun": 0, + "cloud": 9.1, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70439, + "power": 70439 + }, + { + "date": 130121, + "mean_temp": 2.2, + "min_temp": 1.1, + "max_temp": 4, + "rain": 16.5, + "max_wind": 6.6, + "mean_wind": 4.3, + "min_hum": 46, + "mean_hum": 83.6, + "sun": 0, + "cloud": 10, + "ground_temp": 0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70240, + "power": 71696 + }, + { + "date": 130120, + "mean_temp": 1.6, + "min_temp": -2, + "max_temp": 4.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 40, + "mean_hum": 55.8, + "sun": 0.4, + "cloud": 7.5, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61013, + "power": 61013 + }, + { + "date": 130119, + "mean_temp": 0.5, + "min_temp": -2.5, + "max_temp": 4.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 59.9, + "sun": 6.5, + "cloud": 4.3, + "ground_temp": 0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64737, + "power": 64737 + }, + { + "date": 130118, + "mean_temp": -4.4, + "min_temp": -9.2, + "max_temp": 0.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 21, + "mean_hum": 51.9, + "sun": 9.3, + "cloud": 2.1, + "ground_temp": 0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74135, + "power": 74135 + }, + { + "date": 130117, + "mean_temp": -5.8, + "min_temp": -8.2, + "max_temp": -2.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 52, + "mean_hum": 62.9, + "sun": 7.3, + "cloud": 1.3, + "ground_temp": -1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73613, + "power": 73613 + }, + { + "date": 130116, + "mean_temp": -2.6, + "min_temp": -5.8, + "max_temp": 0.4, + "rain": 0.3, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 52, + "mean_hum": 64.1, + "sun": 4, + "cloud": 6.4, + "ground_temp": -1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72808, + "power": 72808 + }, + { + "date": 130115, + "mean_temp": -2.1, + "min_temp": -5.5, + "max_temp": 2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 57, + "sun": 4.1, + "cloud": 4.5, + "ground_temp": 0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73364, + "power": 73364 + }, + { + "date": 130114, + "mean_temp": -2.1, + "min_temp": -4.3, + "max_temp": 1.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 61.6, + "sun": 4.5, + "cloud": 1, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73629, + "power": 72869 + }, + { + "date": 130113, + "mean_temp": -0.5, + "min_temp": -3, + "max_temp": 3.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 65.6, + "sun": 0.6, + "cloud": 5.9, + "ground_temp": -0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61334, + "power": 61334 + }, + { + "date": 130112, + "mean_temp": 0, + "min_temp": -2.7, + "max_temp": 4.2, + "rain": 0.1, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 55, + "mean_hum": 70, + "sun": 3.2, + "cloud": 5.8, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65458, + "power": 65458 + }, + { + "date": 130111, + "mean_temp": -3.2, + "min_temp": -7.9, + "max_temp": 1.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 40, + "mean_hum": 50.5, + "sun": 6.1, + "cloud": 6.6, + "ground_temp": -2.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75154, + "power": 75583 + }, + { + "date": 130110, + "mean_temp": -8.3, + "min_temp": -12.3, + "max_temp": -3.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 41.3, + "sun": 9.1, + "cloud": 0.5, + "ground_temp": -5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75570, + "power": 75570 + }, + { + "date": 130109, + "mean_temp": -9, + "min_temp": -10.7, + "max_temp": -6.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 38.5, + "sun": 9.3, + "cloud": 0, + "ground_temp": -4.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75609, + "power": 75609 + }, + { + "date": 130108, + "mean_temp": -4.6, + "min_temp": -6.8, + "max_temp": -0.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 53.4, + "sun": 8, + "cloud": 2.4, + "ground_temp": -2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75220, + "power": 75220 + }, + { + "date": 130107, + "mean_temp": -5.1, + "min_temp": -8.8, + "max_temp": 0.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 53.6, + "sun": 5.8, + "cloud": 6.6, + "ground_temp": -2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75383, + "power": 75383 + }, + { + "date": 130106, + "mean_temp": -6.3, + "min_temp": -9.4, + "max_temp": -2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 59.4, + "sun": 8.2, + "cloud": 1.4, + "ground_temp": -3.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62638, + "power": 64147 + }, + { + "date": 130105, + "mean_temp": -7, + "min_temp": -12.1, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 59.4, + "sun": 7.5, + "cloud": 2.3, + "ground_temp": -4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64826, + "power": 68053 + }, + { + "date": 130104, + "mean_temp": -10.7, + "min_temp": -14.8, + "max_temp": -5.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 27, + "mean_hum": 44.3, + "sun": 9.2, + "cloud": 0, + "ground_temp": -5.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 76375, + "power": 76375 + }, + { + "date": 130103, + "mean_temp": -13.2, + "min_temp": -16.4, + "max_temp": -9.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 42.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": -6.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76522, + "power": 76522 + }, + { + "date": 130102, + "mean_temp": -11.7, + "min_temp": -15.1, + "max_temp": -4.8, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 4.2, + "min_hum": 29, + "mean_hum": 40.8, + "sun": 9.1, + "cloud": 0.3, + "ground_temp": -5.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76522, + "power": 73387 + }, + { + "date": 130101, + "mean_temp": -4.7, + "min_temp": -8.7, + "max_temp": 0, + "rain": 3.1, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 52, + "mean_hum": 73.5, + "sun": 4.6, + "cloud": 8.3, + "ground_temp": -2.8, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 60178, + "power": 60178 + }, + { + "date": 121231, + "mean_temp": -8.7, + "min_temp": -11.6, + "max_temp": -5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 45.9, + "sun": 9, + "cloud": 1.5, + "ground_temp": -4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75987, + "power": 65266 + }, + { + "date": 121230, + "mean_temp": -8.2, + "min_temp": -10.7, + "max_temp": 0, + "rain": 2.3, + "max_wind": 6.4, + "mean_wind": 4, + "min_hum": 32, + "mean_hum": 54.6, + "sun": 8.6, + "cloud": 2, + "ground_temp": -1.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61819, + "power": 61819 + }, + { + "date": 121229, + "mean_temp": -0.3, + "min_temp": -1.9, + "max_temp": 0.6, + "rain": 4.1, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 75, + "mean_hum": 84.1, + "sun": 0, + "cloud": 8.6, + "ground_temp": 0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65100, + "power": 63609 + }, + { + "date": 121228, + "mean_temp": -0.9, + "min_temp": -3.5, + "max_temp": 1.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 59.5, + "sun": 0, + "cloud": 7.4, + "ground_temp": -0.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74947, + "power": 73073 + }, + { + "date": 121227, + "mean_temp": -5.7, + "min_temp": -11.3, + "max_temp": -0.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 47.1, + "sun": 7.3, + "cloud": 4.4, + "ground_temp": -3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70451, + "power": 75105 + }, + { + "date": 121226, + "mean_temp": -10.8, + "min_temp": -14.5, + "max_temp": -7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 33.5, + "sun": 9, + "cloud": 1, + "ground_temp": -5.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 75987, + "power": 75987 + }, + { + "date": 121225, + "mean_temp": -8.9, + "min_temp": -13.7, + "max_temp": -4.6, + "rain": 1, + "max_wind": 7.4, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 50.9, + "sun": 8.6, + "cloud": 1.6, + "ground_temp": -3.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 65874, + "power": 65874 + }, + { + "date": 121224, + "mean_temp": -8.8, + "min_temp": -13.6, + "max_temp": -4.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 52, + "sun": 9, + "cloud": 2.4, + "ground_temp": -5.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 75987, + "power": 74300 + }, + { + "date": 121223, + "mean_temp": -8.9, + "min_temp": -12.5, + "max_temp": -5.9, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 4.4, + "min_hum": 36, + "mean_hum": 53.9, + "sun": 8.8, + "cloud": 1.8, + "ground_temp": -3.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63306, + "power": 63306 + }, + { + "date": 121222, + "mean_temp": -3, + "min_temp": -5.9, + "max_temp": -0.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 67.4, + "sun": 4.1, + "cloud": 4.1, + "ground_temp": -0.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64515, + "power": 64515 + }, + { + "date": 121221, + "mean_temp": -0.7, + "min_temp": -1.9, + "max_temp": 0.8, + "rain": 1.8, + "max_wind": 7, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 66.1, + "sun": 0, + "cloud": 8.4, + "ground_temp": 0, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 74947, + "power": 74947 + }, + { + "date": 121220, + "mean_temp": -3.4, + "min_temp": -7.8, + "max_temp": 0.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 49.1, + "sun": 7.9, + "cloud": 2.6, + "ground_temp": -2.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 75154, + "power": 75154 + }, + { + "date": 121219, + "mean_temp": -6.9, + "min_temp": -10.4, + "max_temp": -2.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 45, + "sun": 9, + "cloud": 0.9, + "ground_temp": -2.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67769, + "power": 67769 + }, + { + "date": 121218, + "mean_temp": -6.8, + "min_temp": -9.2, + "max_temp": -4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 49.4, + "sun": 9, + "cloud": 0, + "ground_temp": -1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 75172, + "power": 75172 + }, + { + "date": 121217, + "mean_temp": -0.4, + "min_temp": -4.7, + "max_temp": 3.2, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 39, + "mean_hum": 65.4, + "sun": 7.2, + "cloud": 1.6, + "ground_temp": 1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70433, + "power": 72407 + }, + { + "date": 121216, + "mean_temp": 1.6, + "min_temp": -1.2, + "max_temp": 4.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 77, + "sun": 6.3, + "cloud": 3.5, + "ground_temp": 2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59375, + "power": 59375 + }, + { + "date": 121215, + "mean_temp": 4.6, + "min_temp": 1.9, + "max_temp": 8.3, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 59, + "mean_hum": 78.4, + "sun": 4.5, + "cloud": 5, + "ground_temp": 2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63513, + "power": 63513 + }, + { + "date": 121214, + "mean_temp": 2.7, + "min_temp": 0.3, + "max_temp": 4.7, + "rain": 18.5, + "max_wind": 7.4, + "mean_wind": 4.5, + "min_hum": 54, + "mean_hum": 79.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67407, + "power": 73928 + }, + { + "date": 121213, + "mean_temp": -1.5, + "min_temp": -6.2, + "max_temp": 3.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.7, + "min_hum": 41, + "mean_hum": 55.1, + "sun": 8, + "cloud": 2.8, + "ground_temp": -0.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70433, + "power": 73244 + }, + { + "date": 121212, + "mean_temp": -5, + "min_temp": -9, + "max_temp": 0, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 56.8, + "sun": 8.8, + "cloud": 0, + "ground_temp": -2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 74052, + "power": 73890 + }, + { + "date": 121211, + "mean_temp": -6.5, + "min_temp": -10.4, + "max_temp": -0.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 55.3, + "sun": 9, + "cloud": 1.3, + "ground_temp": -2.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 74052, + "power": 74052 + }, + { + "date": 121210, + "mean_temp": -8.3, + "min_temp": -11.8, + "max_temp": -4.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 51.3, + "sun": 9, + "cloud": 0, + "ground_temp": -3.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74269, + "power": 74269 + }, + { + "date": 121209, + "mean_temp": -10.5, + "min_temp": -13.2, + "max_temp": -7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 45.5, + "sun": 9, + "cloud": 0, + "ground_temp": -4.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62638, + "power": 62638 + }, + { + "date": 121208, + "mean_temp": -8.2, + "min_temp": -11, + "max_temp": -5.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 42.4, + "sun": 8.7, + "cloud": 1.3, + "ground_temp": -4.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64826, + "power": 64826 + }, + { + "date": 121207, + "mean_temp": -4.5, + "min_temp": -6.4, + "max_temp": -2.4, + "rain": 1.9, + "max_wind": 6.3, + "mean_wind": 4.1, + "min_hum": 60, + "mean_hum": 76, + "sun": 0, + "cloud": 8, + "ground_temp": -2.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 73291, + "power": 73291 + }, + { + "date": 121206, + "mean_temp": -6.3, + "min_temp": -10.3, + "max_temp": -2.9, + "rain": 0.1, + "max_wind": 7.1, + "mean_wind": 2.5, + "min_hum": 17, + "mean_hum": 53.4, + "sun": 6.8, + "cloud": 3.8, + "ground_temp": -3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72744, + "power": 72744 + }, + { + "date": 121205, + "mean_temp": -3.8, + "min_temp": -6.2, + "max_temp": -0.8, + "rain": 5.8, + "max_wind": 6.8, + "mean_wind": 3.2, + "min_hum": 38, + "mean_hum": 66.5, + "sun": 0.1, + "cloud": 6.4, + "ground_temp": -1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72502, + "power": 72502 + }, + { + "date": 121204, + "mean_temp": -3.3, + "min_temp": -5.9, + "max_temp": -0.1, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 41.3, + "sun": 9.2, + "cloud": 0.5, + "ground_temp": -1.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71774, + "power": 71774 + }, + { + "date": 121203, + "mean_temp": 1.7, + "min_temp": -1.6, + "max_temp": 5, + "rain": 5.4, + "max_wind": 8.4, + "mean_wind": 3.8, + "min_hum": 51, + "mean_hum": 66.9, + "sun": 0, + "cloud": 8.6, + "ground_temp": 2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70771, + "power": 70771 + }, + { + "date": 121202, + "mean_temp": 2.9, + "min_temp": 1, + "max_temp": 7.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 50.4, + "sun": 7.8, + "cloud": 5.1, + "ground_temp": 1.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57401, + "power": 57401 + }, + { + "date": 121201, + "mean_temp": -0.9, + "min_temp": -5.9, + "max_temp": 4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 47.9, + "sun": 8.9, + "cloud": 3, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60745, + "power": 60745 + }, + { + "date": 121130, + "mean_temp": 1.7, + "min_temp": -3, + "max_temp": 6.2, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 49.6, + "sun": 5.9, + "cloud": 5.5, + "ground_temp": 1.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68779, + "power": 68779 + }, + { + "date": 121129, + "mean_temp": 0.8, + "min_temp": -1.9, + "max_temp": 4.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 15, + "mean_hum": 34.4, + "sun": 8.2, + "cloud": 3.8, + "ground_temp": 1.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68779, + "power": 69062 + }, + { + "date": 121128, + "mean_temp": 5, + "min_temp": -0.1, + "max_temp": 10.2, + "rain": 1, + "max_wind": 8.5, + "mean_wind": 3.8, + "min_hum": 34, + "mean_hum": 54.5, + "sun": 3.5, + "cloud": 5.3, + "ground_temp": 2.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68297, + "power": 68297 + }, + { + "date": 121127, + "mean_temp": 2.1, + "min_temp": -2.8, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 15, + "mean_hum": 38.9, + "sun": 9.3, + "cloud": 1.6, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68958, + "power": 68958 + }, + { + "date": 121126, + "mean_temp": 2.3, + "min_temp": -1.2, + "max_temp": 5.1, + "rain": 1, + "max_wind": 8.3, + "mean_wind": 3.8, + "min_hum": 28, + "mean_hum": 51.5, + "sun": 8.1, + "cloud": 3.8, + "ground_temp": 2.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68958, + "power": 68602 + }, + { + "date": 121125, + "mean_temp": 3.4, + "min_temp": -0.7, + "max_temp": 7.5, + "rain": 0.5, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 55.6, + "sun": 4.3, + "cloud": 7.6, + "ground_temp": 2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55600, + "power": 56021 + }, + { + "date": 121124, + "mean_temp": 1.7, + "min_temp": -1.8, + "max_temp": 6.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 18, + "mean_hum": 46.9, + "sun": 9.3, + "cloud": 0, + "ground_temp": 3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59203, + "power": 59203 + }, + { + "date": 121123, + "mean_temp": 3.3, + "min_temp": 0.3, + "max_temp": 6.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 48, + "mean_hum": 63, + "sun": 6.4, + "cloud": 5.9, + "ground_temp": 5.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66568, + "power": 66568 + }, + { + "date": 121122, + "mean_temp": 6.7, + "min_temp": 1.9, + "max_temp": 10.5, + "rain": 0.3, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 68.3, + "sun": 5.2, + "cloud": 5.6, + "ground_temp": 5.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66803, + "power": 66803 + }, + { + "date": 121121, + "mean_temp": 4.1, + "min_temp": -0.4, + "max_temp": 8.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 41, + "mean_hum": 62.5, + "sun": 5.1, + "cloud": 5, + "ground_temp": 2.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67861, + "power": 67861 + }, + { + "date": 121120, + "mean_temp": 1.9, + "min_temp": -1.8, + "max_temp": 6.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 51.6, + "sun": 8.9, + "cloud": 1.3, + "ground_temp": 2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67338, + "power": 67338 + }, + { + "date": 121119, + "mean_temp": 3.4, + "min_temp": -0.5, + "max_temp": 7.6, + "rain": 5.5, + "max_wind": 7.3, + "mean_wind": 3.2, + "min_hum": 46, + "mean_hum": 64.4, + "sun": 5.8, + "cloud": 5, + "ground_temp": 3.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66846, + "power": 66846 + }, + { + "date": 121118, + "mean_temp": 3.5, + "min_temp": -0.5, + "max_temp": 8.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 45.1, + "sun": 9.4, + "cloud": 1.6, + "ground_temp": 3.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55874, + "power": 55874 + }, + { + "date": 121117, + "mean_temp": 5.3, + "min_temp": 1.5, + "max_temp": 8, + "rain": 1.5, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 35, + "mean_hum": 61.6, + "sun": 7.4, + "cloud": 4.5, + "ground_temp": 6.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56470, + "power": 58325 + }, + { + "date": 121116, + "mean_temp": 4.9, + "min_temp": 1, + "max_temp": 8.2, + "rain": 9.5, + "max_wind": 3.5, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 74, + "sun": 0.6, + "cloud": 7.1, + "ground_temp": 4.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65817, + "power": 65817 + }, + { + "date": 121115, + "mean_temp": 4.2, + "min_temp": -0.3, + "max_temp": 9.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 51.5, + "sun": 9.5, + "cloud": 0, + "ground_temp": 4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68915, + "power": 65600 + }, + { + "date": 121114, + "mean_temp": 2.4, + "min_temp": -0.6, + "max_temp": 6.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 53.3, + "sun": 9.3, + "cloud": 1.8, + "ground_temp": 3.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66568, + "power": 65597 + }, + { + "date": 121113, + "mean_temp": 5.3, + "min_temp": 1.7, + "max_temp": 9.1, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.6, + "min_hum": 39, + "mean_hum": 54.8, + "sun": 7.2, + "cloud": 4.9, + "ground_temp": 5.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65071, + "power": 65071 + }, + { + "date": 121112, + "mean_temp": 7.3, + "min_temp": 5.8, + "max_temp": 9.1, + "rain": 3, + "max_wind": 8.7, + "mean_wind": 4.6, + "min_hum": 47, + "mean_hum": 67.8, + "sun": 1.4, + "cloud": 9.4, + "ground_temp": 6.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63856, + "power": 63856 + }, + { + "date": 121111, + "mean_temp": 8.7, + "min_temp": 3.6, + "max_temp": 12, + "rain": 28, + "max_wind": 9.3, + "mean_wind": 5.3, + "min_hum": 45, + "mean_hum": 72, + "sun": 0.7, + "cloud": 8.9, + "ground_temp": 10.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54242, + "power": 54242 + }, + { + "date": 121110, + "mean_temp": 12, + "min_temp": 9.2, + "max_temp": 14.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 4.6, + "min_hum": 36, + "mean_hum": 49.3, + "sun": 9.1, + "cloud": 4.8, + "ground_temp": 10.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55993, + "power": 55606 + }, + { + "date": 121109, + "mean_temp": 9.4, + "min_temp": 4.4, + "max_temp": 15, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 63.6, + "sun": 8.4, + "cloud": 1.6, + "ground_temp": 9.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62933, + "power": 62933 + }, + { + "date": 121108, + "mean_temp": 8.8, + "min_temp": 6, + "max_temp": 12.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 59, + "mean_hum": 74.6, + "sun": 0, + "cloud": 6.1, + "ground_temp": 7.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63379, + "power": 63379 + }, + { + "date": 121107, + "mean_temp": 8.4, + "min_temp": 4.1, + "max_temp": 12.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 48, + "mean_hum": 68.4, + "sun": 6.5, + "cloud": 5, + "ground_temp": 8.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62448, + "power": 62448 + }, + { + "date": 121106, + "mean_temp": 7.1, + "min_temp": 5.1, + "max_temp": 8.6, + "rain": 5, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 71, + "mean_hum": 81, + "sun": 0.7, + "cloud": 9.3, + "ground_temp": 8.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64872, + "power": 63871 + }, + { + "date": 121105, + "mean_temp": 8.5, + "min_temp": 7.2, + "max_temp": 10.7, + "rain": 8, + "max_wind": 6.5, + "mean_wind": 1.9, + "min_hum": 74, + "mean_hum": 87.6, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 10.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62933, + "power": 63267 + }, + { + "date": 121104, + "mean_temp": 11.8, + "min_temp": 9.1, + "max_temp": 15.3, + "rain": 4, + "max_wind": 5.8, + "mean_wind": 3.4, + "min_hum": 36, + "mean_hum": 56.5, + "sun": 1.3, + "cloud": 8.9, + "ground_temp": 9.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53038, + "power": 53038 + }, + { + "date": 121103, + "mean_temp": 9.4, + "min_temp": 3.2, + "max_temp": 15.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 41.5, + "sun": 9.5, + "cloud": 1.5, + "ground_temp": 7.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57532, + "power": 55191 + }, + { + "date": 121102, + "mean_temp": 7.2, + "min_temp": 1.6, + "max_temp": 12.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 19, + "mean_hum": 36.9, + "sun": 9.8, + "cloud": 0.3, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61775, + "power": 61775 + }, + { + "date": 121101, + "mean_temp": 5.6, + "min_temp": 2.7, + "max_temp": 10, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.7, + "min_hum": 21, + "mean_hum": 36.5, + "sun": 9.8, + "cloud": 0.4, + "ground_temp": 6.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62758, + "power": 62758 + }, + { + "date": 121031, + "mean_temp": 6.9, + "min_temp": 2.8, + "max_temp": 11.6, + "rain": 0.2, + "max_wind": 7, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 50.9, + "sun": 6.4, + "cloud": 5.1, + "ground_temp": 8.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61481, + "power": 61481 + }, + { + "date": 121030, + "mean_temp": 8.6, + "min_temp": 5.8, + "max_temp": 12.4, + "rain": 0.1, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 41, + "mean_hum": 55.4, + "sun": 9.6, + "cloud": 1.5, + "ground_temp": 8.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61165, + "power": 61165 + }, + { + "date": 121029, + "mean_temp": 11.7, + "min_temp": 8, + "max_temp": 16.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 60.6, + "sun": 6.4, + "cloud": 4.8, + "ground_temp": 12.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61144, + "power": 61144 + }, + { + "date": 121028, + "mean_temp": 14.3, + "min_temp": 10.8, + "max_temp": 18.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 41, + "mean_hum": 65.4, + "sun": 9.5, + "cloud": 2.9, + "ground_temp": 14.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51487, + "power": 51516 + }, + { + "date": 121027, + "mean_temp": 14.3, + "min_temp": 12.5, + "max_temp": 16.4, + "rain": 44, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 57, + "mean_hum": 84.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 14, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53135, + "power": 55277 + }, + { + "date": 121026, + "mean_temp": 15.9, + "min_temp": 11.1, + "max_temp": 22.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 62.1, + "sun": 8.9, + "cloud": 2.4, + "ground_temp": 15.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60371, + "power": 60371 + }, + { + "date": 121025, + "mean_temp": 15.2, + "min_temp": 12.6, + "max_temp": 20, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 68.5, + "sun": 4, + "cloud": 5.3, + "ground_temp": 16, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61308, + "power": 61308 + }, + { + "date": 121024, + "mean_temp": 13.2, + "min_temp": 9.5, + "max_temp": 18.4, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 62.8, + "sun": 3.5, + "cloud": 6.9, + "ground_temp": 13.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61169, + "power": 60965 + }, + { + "date": 121023, + "mean_temp": 10, + "min_temp": 4.5, + "max_temp": 14.5, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 25, + "mean_hum": 49.4, + "sun": 10, + "cloud": 2.4, + "ground_temp": 11.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61169, + "power": 61622 + }, + { + "date": 121022, + "mean_temp": 13.4, + "min_temp": 8.5, + "max_temp": 17.1, + "rain": 39.5, + "max_wind": 7.2, + "mean_wind": 3.9, + "min_hum": 57, + "mean_hum": 77.3, + "sun": 0.3, + "cloud": 8.9, + "ground_temp": 14.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61169, + "power": 61429 + }, + { + "date": 121021, + "mean_temp": 18.3, + "min_temp": 15.4, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 70.5, + "sun": 6.3, + "cloud": 4.8, + "ground_temp": 19.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51456, + "power": 51456 + }, + { + "date": 121020, + "mean_temp": 15.8, + "min_temp": 10.5, + "max_temp": 21, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 65, + "sun": 6.8, + "cloud": 5.9, + "ground_temp": 16.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54174, + "power": 54174 + }, + { + "date": 121019, + "mean_temp": 14.8, + "min_temp": 10.3, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 19, + "mean_hum": 52.3, + "sun": 9.8, + "cloud": 1.5, + "ground_temp": 16.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61169, + "power": 60020 + }, + { + "date": 121018, + "mean_temp": 11.6, + "min_temp": 6, + "max_temp": 17, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 46.5, + "sun": 10.4, + "cloud": 0.3, + "ground_temp": 14.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61169, + "power": 61039 + }, + { + "date": 121017, + "mean_temp": 12.6, + "min_temp": 8.1, + "max_temp": 17.6, + "rain": 2.5, + "max_wind": 7, + "mean_wind": 3.8, + "min_hum": 24, + "mean_hum": 57, + "sun": 7.2, + "cloud": 4.1, + "ground_temp": 17.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60257, + "power": 60257 + }, + { + "date": 121016, + "mean_temp": 17.1, + "min_temp": 10.8, + "max_temp": 23.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 46.5, + "sun": 8.2, + "cloud": 4.8, + "ground_temp": 17.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60814, + "power": 60814 + }, + { + "date": 121015, + "mean_temp": 14.8, + "min_temp": 10.3, + "max_temp": 21.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 14, + "mean_hum": 33.3, + "sun": 10.5, + "cloud": 1.8, + "ground_temp": 16.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60196, + "power": 60196 + }, + { + "date": 121014, + "mean_temp": 16.3, + "min_temp": 12, + "max_temp": 21.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 14, + "mean_hum": 39.9, + "sun": 7.9, + "cloud": 2.5, + "ground_temp": 19.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49454, + "power": 50815 + }, + { + "date": 121013, + "mean_temp": 16.4, + "min_temp": 11.3, + "max_temp": 23.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.7, + "min_hum": 23, + "mean_hum": 54, + "sun": 9.4, + "cloud": 3.5, + "ground_temp": 18.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53632, + "power": 53632 + }, + { + "date": 121012, + "mean_temp": 14.9, + "min_temp": 8.5, + "max_temp": 21.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 51.8, + "sun": 10.6, + "cloud": 1.4, + "ground_temp": 17.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59780, + "power": 59780 + }, + { + "date": 121011, + "mean_temp": 13.9, + "min_temp": 9.9, + "max_temp": 19, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 47.4, + "sun": 10.7, + "cloud": 0.1, + "ground_temp": 15, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61169, + "power": 61169 + }, + { + "date": 121010, + "mean_temp": 15.7, + "min_temp": 12.6, + "max_temp": 20.3, + "rain": 13, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 69.6, + "sun": 3.5, + "cloud": 4.5, + "ground_temp": 16.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60099, + "power": 60099 + }, + { + "date": 121009, + "mean_temp": 17.6, + "min_temp": 13.8, + "max_temp": 22.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 60, + "sun": 5.6, + "cloud": 5, + "ground_temp": 17.8, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 60972, + "power": 60972 + }, + { + "date": 121008, + "mean_temp": 18.4, + "min_temp": 14.6, + "max_temp": 23.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 53, + "sun": 8.7, + "cloud": 2.8, + "ground_temp": 19.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60359, + "power": 60359 + }, + { + "date": 121007, + "mean_temp": 19.2, + "min_temp": 15.1, + "max_temp": 24.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 54.9, + "sun": 9.8, + "cloud": 0.9, + "ground_temp": 21.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51457, + "power": 51457 + }, + { + "date": 121006, + "mean_temp": 19.6, + "min_temp": 16.1, + "max_temp": 24.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 52.9, + "sun": 8.8, + "cloud": 3.6, + "ground_temp": 20.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55401, + "power": 55401 + }, + { + "date": 121005, + "mean_temp": 19, + "min_temp": 14.9, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 61.4, + "sun": 4.4, + "cloud": 6.9, + "ground_temp": 21.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60138, + "power": 60138 + }, + { + "date": 121004, + "mean_temp": 19, + "min_temp": 14.4, + "max_temp": 24.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 61.6, + "sun": 10.3, + "cloud": 1.4, + "ground_temp": 20.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59549, + "power": 59549 + }, + { + "date": 121003, + "mean_temp": 19.9, + "min_temp": 15, + "max_temp": 26, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 60.4, + "sun": 9.1, + "cloud": 3.5, + "ground_temp": 20.9, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 51925, + "power": 51925 + }, + { + "date": 121002, + "mean_temp": 19.3, + "min_temp": 14.3, + "max_temp": 24.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 36, + "mean_hum": 64.3, + "sun": 8.4, + "cloud": 1.5, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61461, + "power": 48778 + }, + { + "date": 121001, + "mean_temp": 18.1, + "min_temp": 12.5, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 64.3, + "sun": 10.4, + "cloud": 0.9, + "ground_temp": 20.4, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 44079, + "power": 44079 + }, + { + "date": 120930, + "mean_temp": 16.2, + "min_temp": 12, + "max_temp": 21, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 63.8, + "sun": 10.4, + "cloud": 1.6, + "ground_temp": 20.1, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 41302, + "power": 41302 + }, + { + "date": 120929, + "mean_temp": 16.4, + "min_temp": 14, + "max_temp": 19.8, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 39, + "mean_hum": 58.8, + "sun": 8.6, + "cloud": 5.1, + "ground_temp": 19, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 46048, + "power": 46048 + }, + { + "date": 120928, + "mean_temp": 18, + "min_temp": 15.4, + "max_temp": 22, + "rain": 13.5, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 58, + "mean_hum": 72.3, + "sun": 4, + "cloud": 6.3, + "ground_temp": 20.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58686, + "power": 58686 + }, + { + "date": 120927, + "mean_temp": 20.3, + "min_temp": 17.7, + "max_temp": 23.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 62, + "sun": 1.7, + "cloud": 6.8, + "ground_temp": 20.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60988, + "power": 60988 + }, + { + "date": 120926, + "mean_temp": 21.3, + "min_temp": 17.5, + "max_temp": 25.4, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 60, + "sun": 5.6, + "cloud": 7.1, + "ground_temp": 20.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61849, + "power": 61849 + }, + { + "date": 120925, + "mean_temp": 21.8, + "min_temp": 16.9, + "max_temp": 27.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 26, + "mean_hum": 52.3, + "sun": 10.8, + "cloud": 0.6, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61999, + "power": 61999 + }, + { + "date": 120924, + "mean_temp": 21.5, + "min_temp": 16.1, + "max_temp": 27.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 49.8, + "sun": 11.2, + "cloud": 0.5, + "ground_temp": 22.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61955, + "power": 61955 + }, + { + "date": 120923, + "mean_temp": 21.2, + "min_temp": 16.4, + "max_temp": 26.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 56.6, + "sun": 11.2, + "cloud": 1.6, + "ground_temp": 21.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52648, + "power": 52648 + }, + { + "date": 120922, + "mean_temp": 20.7, + "min_temp": 15.2, + "max_temp": 26.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 33, + "mean_hum": 60.6, + "sun": 9.6, + "cloud": 4.5, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54366, + "power": 56074 + }, + { + "date": 120921, + "mean_temp": 20.1, + "min_temp": 17.2, + "max_temp": 24.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 68.3, + "sun": 5.2, + "cloud": 5, + "ground_temp": 21.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61504, + "power": 61504 + }, + { + "date": 120920, + "mean_temp": 20.1, + "min_temp": 15.6, + "max_temp": 24.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 40, + "mean_hum": 69.6, + "sun": 7.9, + "cloud": 3.4, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61933, + "power": 61933 + }, + { + "date": 120919, + "mean_temp": 20.6, + "min_temp": 17.7, + "max_temp": 25.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 63.9, + "sun": 7.6, + "cloud": 4.5, + "ground_temp": 21.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61552, + "power": 61552 + }, + { + "date": 120918, + "mean_temp": 20.9, + "min_temp": 17.7, + "max_temp": 24.6, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.9, + "min_hum": 46, + "mean_hum": 69.4, + "sun": 9.1, + "cloud": 6.5, + "ground_temp": 21.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61632, + "power": 61632 + }, + { + "date": 120917, + "mean_temp": 17.3, + "min_temp": 16, + "max_temp": 18.4, + "rain": 85.5, + "max_wind": 11.5, + "mean_wind": 5.2, + "min_hum": 73, + "mean_hum": 86.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 17.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60517, + "power": 60517 + }, + { + "date": 120916, + "mean_temp": 19.9, + "min_temp": 17.5, + "max_temp": 22.1, + "rain": 2.5, + "max_wind": 6, + "mean_wind": 3.8, + "min_hum": 45, + "mean_hum": 60.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 18.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52053, + "power": 52053 + }, + { + "date": 120915, + "mean_temp": 21, + "min_temp": 17, + "max_temp": 25.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 56.8, + "sun": 7.2, + "cloud": 7.9, + "ground_temp": 21.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55814, + "power": 55814 + }, + { + "date": 120914, + "mean_temp": 19.4, + "min_temp": 17.3, + "max_temp": 21.8, + "rain": 2, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 68.5, + "sun": 2.1, + "cloud": 8.9, + "ground_temp": 20.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61461, + "power": 61461 + }, + { + "date": 120913, + "mean_temp": 20, + "min_temp": 18.6, + "max_temp": 21.1, + "rain": 13.5, + "max_wind": 5.2, + "mean_wind": 1.5, + "min_hum": 74, + "mean_hum": 87.1, + "sun": 0, + "cloud": 10, + "ground_temp": 20.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63780, + "power": 63730 + }, + { + "date": 120912, + "mean_temp": 21.6, + "min_temp": 19.6, + "max_temp": 24.8, + "rain": 0.5, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 68.9, + "sun": 0.2, + "cloud": 8.5, + "ground_temp": 20.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63598, + "power": 63598 + }, + { + "date": 120911, + "mean_temp": 22.8, + "min_temp": 18.1, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 53.1, + "sun": 10.5, + "cloud": 2.9, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63690, + "power": 63690 + }, + { + "date": 120910, + "mean_temp": 23.2, + "min_temp": 17.8, + "max_temp": 28.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 61.4, + "sun": 10.5, + "cloud": 3.4, + "ground_temp": 22.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63382, + "power": 63382 + }, + { + "date": 120909, + "mean_temp": 20.9, + "min_temp": 17.1, + "max_temp": 25, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 68.4, + "sun": 4.5, + "cloud": 8.4, + "ground_temp": 22.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52607, + "power": 52607 + }, + { + "date": 120908, + "mean_temp": 20.2, + "min_temp": 17.7, + "max_temp": 23.7, + "rain": 25, + "max_wind": 8.1, + "mean_wind": 4.2, + "min_hum": 51, + "mean_hum": 71.8, + "sun": 2.9, + "cloud": 8.3, + "ground_temp": 20.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56953, + "power": 56953 + }, + { + "date": 120907, + "mean_temp": 22.5, + "min_temp": 16.9, + "max_temp": 27.2, + "rain": 3, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 60.6, + "sun": 7.7, + "cloud": 6.8, + "ground_temp": 24.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64860, + "power": 64860 + }, + { + "date": 120906, + "mean_temp": 21.6, + "min_temp": 16, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 52.9, + "sun": 12, + "cloud": 0, + "ground_temp": 22.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64096, + "power": 64096 + }, + { + "date": 120905, + "mean_temp": 22.3, + "min_temp": 19.2, + "max_temp": 26.1, + "rain": 10.5, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 61.1, + "sun": 9.7, + "cloud": 4.8, + "ground_temp": 23.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63598, + "power": 65566 + }, + { + "date": 120904, + "mean_temp": 22, + "min_temp": 19.7, + "max_temp": 24.4, + "rain": 55.5, + "max_wind": 6.7, + "mean_wind": 2.3, + "min_hum": 62, + "mean_hum": 84.1, + "sun": 0.5, + "cloud": 9.8, + "ground_temp": 22.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66433, + "power": 66324 + }, + { + "date": 120903, + "mean_temp": 24.9, + "min_temp": 22.2, + "max_temp": 28.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 54, + "mean_hum": 71.4, + "sun": 3.7, + "cloud": 6.3, + "ground_temp": 24.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69481, + "power": 67693 + }, + { + "date": 120902, + "mean_temp": 25, + "min_temp": 20.8, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 43, + "mean_hum": 65.1, + "sun": 8.2, + "cloud": 3.9, + "ground_temp": 23.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54602, + "power": 54602 + }, + { + "date": 120901, + "mean_temp": 25.2, + "min_temp": 22.3, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 47, + "mean_hum": 69, + "sun": 8.2, + "cloud": 5.9, + "ground_temp": 21.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58196, + "power": 58196 + }, + { + "date": 120831, + "mean_temp": 23.8, + "min_temp": 18.7, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 39, + "mean_hum": 65.6, + "sun": 11.3, + "cloud": 3, + "ground_temp": 20.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64788, + "power": 64788 + }, + { + "date": 120830, + "mean_temp": 21.4, + "min_temp": 18.7, + "max_temp": 24.7, + "rain": 34.5, + "max_wind": 9.4, + "mean_wind": 3.3, + "min_hum": 65, + "mean_hum": 85.8, + "sun": 0, + "cloud": 9.5, + "ground_temp": 21.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65840, + "power": 65840 + }, + { + "date": 120829, + "mean_temp": 25.7, + "min_temp": 21.7, + "max_temp": 29.1, + "rain": 6, + "max_wind": 11.1, + "mean_wind": 5.3, + "min_hum": 52, + "mean_hum": 70.3, + "sun": 7, + "cloud": 7.8, + "ground_temp": 23.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67862, + "power": 68780 + }, + { + "date": 120828, + "mean_temp": 26.1, + "min_temp": 21.8, + "max_temp": 29.4, + "rain": 13.5, + "max_wind": 13.7, + "mean_wind": 7.5, + "min_hum": 53, + "mean_hum": 69.5, + "sun": 0, + "cloud": 10, + "ground_temp": 24.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65715, + "power": 65715 + }, + { + "date": 120827, + "mean_temp": 28.5, + "min_temp": 24.5, + "max_temp": 32.9, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 4, + "min_hum": 43, + "mean_hum": 59.9, + "sun": 9.2, + "cloud": 5, + "ground_temp": 24.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74015, + "power": 71046 + }, + { + "date": 120826, + "mean_temp": 27.5, + "min_temp": 24.1, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 50, + "mean_hum": 72.3, + "sun": 5.4, + "cloud": 6.1, + "ground_temp": 26.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58068, + "power": 58068 + }, + { + "date": 120825, + "mean_temp": 25, + "min_temp": 21.5, + "max_temp": 28.9, + "rain": 11.5, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 61, + "mean_hum": 80.1, + "sun": 2.3, + "cloud": 8.5, + "ground_temp": 23.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60744, + "power": 60599 + }, + { + "date": 120824, + "mean_temp": 23.3, + "min_temp": 21.1, + "max_temp": 26.1, + "rain": 7.5, + "max_wind": 5.9, + "mean_wind": 3.9, + "min_hum": 60, + "mean_hum": 70, + "sun": 0.1, + "cloud": 9.3, + "ground_temp": 22.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63708, + "power": 63708 + }, + { + "date": 120823, + "mean_temp": 23, + "min_temp": 20.5, + "max_temp": 25.7, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 3.5, + "min_hum": 57, + "mean_hum": 68.3, + "sun": 1.8, + "cloud": 8.4, + "ground_temp": 21.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64960, + "power": 64960 + }, + { + "date": 120822, + "mean_temp": 22, + "min_temp": 20.3, + "max_temp": 24.6, + "rain": 17, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 65, + "mean_hum": 80.5, + "sun": 0, + "cloud": 9.4, + "ground_temp": 23.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66037, + "power": 66037 + }, + { + "date": 120821, + "mean_temp": 25.3, + "min_temp": 23.5, + "max_temp": 28.7, + "rain": 137, + "max_wind": 6.1, + "mean_wind": 2, + "min_hum": 67, + "mean_hum": 85.4, + "sun": 0.6, + "cloud": 9.5, + "ground_temp": 26.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70992, + "power": 70992 + }, + { + "date": 120820, + "mean_temp": 25.4, + "min_temp": 24, + "max_temp": 27.1, + "rain": 59.5, + "max_wind": 7.6, + "mean_wind": 4.1, + "min_hum": 79, + "mean_hum": 87.4, + "sun": 0, + "cloud": 10, + "ground_temp": 25.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69627, + "power": 71059 + }, + { + "date": 120819, + "mean_temp": 27.9, + "min_temp": 26.3, + "max_temp": 30.8, + "rain": 5, + "max_wind": 8.2, + "mean_wind": 4.9, + "min_hum": 61, + "mean_hum": 75.8, + "sun": 1.9, + "cloud": 9.5, + "ground_temp": 26.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58594, + "power": 59360 + }, + { + "date": 120818, + "mean_temp": 27.2, + "min_temp": 25.8, + "max_temp": 28.6, + "rain": 2, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 74, + "mean_hum": 80.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 25.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63768, + "power": 63768 + }, + { + "date": 120817, + "mean_temp": 27.5, + "min_temp": 24.3, + "max_temp": 32.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 53, + "mean_hum": 74, + "sun": 3.8, + "cloud": 7.1, + "ground_temp": 26.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72676, + "power": 71135 + }, + { + "date": 120816, + "mean_temp": 26, + "min_temp": 22.7, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 68.8, + "sun": 4.4, + "cloud": 6.8, + "ground_temp": 23.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69481, + "power": 69481 + }, + { + "date": 120815, + "mean_temp": 23.7, + "min_temp": 22.4, + "max_temp": 27.1, + "rain": 136.5, + "max_wind": 10.2, + "mean_wind": 2.7, + "min_hum": 76, + "mean_hum": 88, + "sun": 0, + "cloud": 9.8, + "ground_temp": 22.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 62387, + "power": 62387 + }, + { + "date": 120814, + "mean_temp": 26.7, + "min_temp": 23.2, + "max_temp": 31.2, + "rain": 15.5, + "max_wind": 4.7, + "mean_wind": 2.9, + "min_hum": 44, + "mean_hum": 64.3, + "sun": 6.9, + "cloud": 5.6, + "ground_temp": 25.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69018, + "power": 69018 + }, + { + "date": 120813, + "mean_temp": 26.6, + "min_temp": 22.1, + "max_temp": 32.1, + "rain": 2, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 65, + "sun": 6.5, + "cloud": 6.8, + "ground_temp": 23.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69481, + "power": 69090 + }, + { + "date": 120812, + "mean_temp": 25.5, + "min_temp": 22.3, + "max_temp": 27.9, + "rain": 17, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 67, + "mean_hum": 80.3, + "sun": 0, + "cloud": 9.3, + "ground_temp": 28.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56316, + "power": 57960 + }, + { + "date": 120811, + "mean_temp": 27.7, + "min_temp": 24, + "max_temp": 31.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 65, + "sun": 2.6, + "cloud": 5.9, + "ground_temp": 32.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63524, + "power": 63524 + }, + { + "date": 120810, + "mean_temp": 27.4, + "min_temp": 25.7, + "max_temp": 29, + "rain": 0.3, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 50, + "mean_hum": 69.4, + "sun": 0.2, + "cloud": 8.9, + "ground_temp": 30.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70288, + "power": 70288 + }, + { + "date": 120809, + "mean_temp": 29.7, + "min_temp": 26.6, + "max_temp": 34.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 39, + "mean_hum": 63.5, + "sun": 8.5, + "cloud": 5.3, + "ground_temp": 30.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72940, + "power": 72940 + }, + { + "date": 120808, + "mean_temp": 29.6, + "min_temp": 25.6, + "max_temp": 34.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.9, + "min_hum": 35, + "mean_hum": 51.6, + "sun": 9.7, + "cloud": 4, + "ground_temp": 31.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73653, + "power": 72497 + }, + { + "date": 120807, + "mean_temp": 30.7, + "min_temp": 26.6, + "max_temp": 35, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 33, + "mean_hum": 48, + "sun": 9.2, + "cloud": 3, + "ground_temp": 30.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73653, + "power": 73653 + }, + { + "date": 120806, + "mean_temp": 31.5, + "min_temp": 27.8, + "max_temp": 35.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 54.1, + "sun": 9.4, + "cloud": 2.9, + "ground_temp": 26.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 74291, + "power": 74291 + }, + { + "date": 120805, + "mean_temp": 31.8, + "min_temp": 27.5, + "max_temp": 36.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 51, + "sun": 12.2, + "cloud": 1.9, + "ground_temp": 33.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 63236, + "power": 63236 + }, + { + "date": 120804, + "mean_temp": 31.7, + "min_temp": 28.2, + "max_temp": 36.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 50.1, + "sun": 11.3, + "cloud": 3, + "ground_temp": 27.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59182, + "power": 62279 + }, + { + "date": 120803, + "mean_temp": 31.3, + "min_temp": 27.1, + "max_temp": 35.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 38, + "mean_hum": 51.9, + "sun": 12.9, + "cloud": 3.5, + "ground_temp": 27.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66851, + "power": 66851 + }, + { + "date": 120802, + "mean_temp": 30.8, + "min_temp": 26.8, + "max_temp": 35.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.7, + "min_hum": 39, + "mean_hum": 53.6, + "sun": 11.7, + "cloud": 4.6, + "ground_temp": 25.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67314, + "power": 67314 + }, + { + "date": 120801, + "mean_temp": 30.8, + "min_temp": 25.9, + "max_temp": 35.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 56.8, + "sun": 9.8, + "cloud": 5.5, + "ground_temp": 31.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68525, + "power": 68525 + }, + { + "date": 120731, + "mean_temp": 29, + "min_temp": 26.6, + "max_temp": 33, + "rain": 0.1, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 66.1, + "sun": 6.4, + "cloud": 6.9, + "ground_temp": 35.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70763, + "power": 70763 + }, + { + "date": 120730, + "mean_temp": 28.4, + "min_temp": 23, + "max_temp": 31.6, + "rain": 18, + "max_wind": 6.6, + "mean_wind": 4, + "min_hum": 57, + "mean_hum": 72.3, + "sun": 5, + "cloud": 7.6, + "ground_temp": 32.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69856, + "power": 69856 + }, + { + "date": 120729, + "mean_temp": 29.2, + "min_temp": 26.2, + "max_temp": 33.2, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.7, + "min_hum": 48, + "mean_hum": 66.8, + "sun": 9.6, + "cloud": 5.5, + "ground_temp": 35.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57003, + "power": 60779 + }, + { + "date": 120728, + "mean_temp": 28.5, + "min_temp": 25.2, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 67.3, + "sun": 8.4, + "cloud": 4.6, + "ground_temp": 34.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64680, + "power": 64680 + }, + { + "date": 120727, + "mean_temp": 27.9, + "min_temp": 24.9, + "max_temp": 32.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 48, + "mean_hum": 68, + "sun": 9.1, + "cloud": 4.1, + "ground_temp": 33.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72940, + "power": 72704 + }, + { + "date": 120726, + "mean_temp": 28.1, + "min_temp": 24.3, + "max_temp": 32.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 63.4, + "sun": 13, + "cloud": 2.4, + "ground_temp": 32.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72630, + "power": 72630 + }, + { + "date": 120725, + "mean_temp": 27.9, + "min_temp": 24.2, + "max_temp": 32.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 45, + "mean_hum": 68, + "sun": 10.6, + "cloud": 4.9, + "ground_temp": 31.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72630, + "power": 72784 + }, + { + "date": 120724, + "mean_temp": 27.8, + "min_temp": 25.5, + "max_temp": 32.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 52, + "mean_hum": 71.9, + "sun": 8.4, + "cloud": 6.8, + "ground_temp": 26.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72913, + "power": 72913 + }, + { + "date": 120723, + "mean_temp": 27.6, + "min_temp": 25.6, + "max_temp": 30.5, + "rain": 1, + "max_wind": 7.3, + "mean_wind": 4, + "min_hum": 59, + "mean_hum": 73.9, + "sun": 1.7, + "cloud": 8.8, + "ground_temp": 25, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72595, + "power": 72595 + }, + { + "date": 120722, + "mean_temp": 27.2, + "min_temp": 23.7, + "max_temp": 30.4, + "rain": 16.5, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 59, + "mean_hum": 74.4, + "sun": 3.5, + "cloud": 7.5, + "ground_temp": 22.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52044, + "power": 57900 + }, + { + "date": 120721, + "mean_temp": 27.5, + "min_temp": 24.1, + "max_temp": 31.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 67.4, + "sun": 6.8, + "cloud": 6, + "ground_temp": 23.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62512, + "power": 62512 + }, + { + "date": 120720, + "mean_temp": 25.6, + "min_temp": 22.1, + "max_temp": 29.7, + "rain": 1, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 52, + "mean_hum": 73.6, + "sun": 7.3, + "cloud": 7.1, + "ground_temp": 28.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69021, + "power": 69021 + }, + { + "date": 120719, + "mean_temp": 23.9, + "min_temp": 22.4, + "max_temp": 26.5, + "rain": 72.5, + "max_wind": 7.3, + "mean_wind": 4.9, + "min_hum": 68, + "mean_hum": 85.3, + "sun": 2.4, + "cloud": 9.6, + "ground_temp": 24.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67871, + "power": 67871 + }, + { + "date": 120718, + "mean_temp": 26.3, + "min_temp": 24.7, + "max_temp": 28.4, + "rain": 6, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 67, + "mean_hum": 78.8, + "sun": 0.8, + "cloud": 9.4, + "ground_temp": 23.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68952, + "power": 68952 + }, + { + "date": 120717, + "mean_temp": 25.5, + "min_temp": 21.6, + "max_temp": 29, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 58, + "mean_hum": 70.5, + "sun": 0.3, + "cloud": 9.3, + "ground_temp": 23.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66197, + "power": 66197 + }, + { + "date": 120716, + "mean_temp": 21.7, + "min_temp": 19, + "max_temp": 25, + "rain": 2.5, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 80.3, + "sun": 0.5, + "cloud": 9.1, + "ground_temp": 22, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64442, + "power": 64442 + }, + { + "date": 120715, + "mean_temp": 19.7, + "min_temp": 19.1, + "max_temp": 20.5, + "rain": 32.5, + "max_wind": 7, + "mean_wind": 4.4, + "min_hum": 84, + "mean_hum": 89.5, + "sun": 0, + "cloud": 10, + "ground_temp": 19.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53714, + "power": 53714 + }, + { + "date": 120714, + "mean_temp": 22.8, + "min_temp": 20.4, + "max_temp": 26.2, + "rain": 8, + "max_wind": 5.5, + "mean_wind": 3.7, + "min_hum": 65, + "mean_hum": 82.1, + "sun": 0.3, + "cloud": 10, + "ground_temp": 21.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59922, + "power": 59922 + }, + { + "date": 120713, + "mean_temp": 26.1, + "min_temp": 21.8, + "max_temp": 29.3, + "rain": 76.5, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 56, + "mean_hum": 76.1, + "sun": 2.6, + "cloud": 8.8, + "ground_temp": 23.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68543, + "power": 68543 + }, + { + "date": 120712, + "mean_temp": 24.7, + "min_temp": 21.1, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 72.3, + "sun": 1, + "cloud": 9.5, + "ground_temp": 26.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67740, + "power": 67740 + }, + { + "date": 120711, + "mean_temp": 23.3, + "min_temp": 21, + "max_temp": 26.5, + "rain": 8, + "max_wind": 5.2, + "mean_wind": 3, + "min_hum": 72, + "mean_hum": 83.5, + "sun": 0.8, + "cloud": 9.4, + "ground_temp": 24, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67862, + "power": 67862 + }, + { + "date": 120710, + "mean_temp": 25.9, + "min_temp": 21.7, + "max_temp": 29.1, + "rain": 6.5, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 67.4, + "sun": 0.7, + "cloud": 8.9, + "ground_temp": 25.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67961, + "power": 67961 + }, + { + "date": 120709, + "mean_temp": 26.3, + "min_temp": 21.9, + "max_temp": 32.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 64.1, + "sun": 6.7, + "cloud": 5.8, + "ground_temp": 27.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66076, + "power": 68751 + }, + { + "date": 120708, + "mean_temp": 25.8, + "min_temp": 21.4, + "max_temp": 30.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 48, + "mean_hum": 64.5, + "sun": 13.1, + "cloud": 1.5, + "ground_temp": 26.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56534, + "power": 54057 + }, + { + "date": 120707, + "mean_temp": 24.8, + "min_temp": 18.5, + "max_temp": 31, + "rain": 0, + "max_wind": 6, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 62.1, + "sun": 12, + "cloud": 2.1, + "ground_temp": 25.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57899, + "power": 57899 + }, + { + "date": 120706, + "mean_temp": 20.9, + "min_temp": 19.9, + "max_temp": 21.8, + "rain": 102.5, + "max_wind": 6.7, + "mean_wind": 3.2, + "min_hum": 77, + "mean_hum": 88.8, + "sun": 0, + "cloud": 9.3, + "ground_temp": 22.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65582, + "power": 65582 + }, + { + "date": 120705, + "mean_temp": 22.7, + "min_temp": 20.9, + "max_temp": 24.6, + "rain": 72, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 76, + "mean_hum": 89.6, + "sun": 0, + "cloud": 10, + "ground_temp": 27.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66378, + "power": 66378 + }, + { + "date": 120704, + "mean_temp": 24.4, + "min_temp": 22.6, + "max_temp": 27.4, + "rain": 0.3, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 65, + "mean_hum": 79.8, + "sun": 1.6, + "cloud": 8.9, + "ground_temp": 27.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67858, + "power": 67858 + }, + { + "date": 120703, + "mean_temp": 22.7, + "min_temp": 19.7, + "max_temp": 25.7, + "rain": 25, + "max_wind": 6.4, + "mean_wind": 1.5, + "min_hum": 57, + "mean_hum": 78.1, + "sun": 3.2, + "cloud": 8.3, + "ground_temp": 27.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66433, + "power": 66433 + }, + { + "date": 120702, + "mean_temp": 24, + "min_temp": 21.7, + "max_temp": 29.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 62.8, + "sun": 6.2, + "cloud": 7.3, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69401, + "power": 65642 + }, + { + "date": 120701, + "mean_temp": 21.6, + "min_temp": 19.2, + "max_temp": 25.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 3, + "min_hum": 62, + "mean_hum": 80.1, + "sun": 2, + "cloud": 8.5, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53717, + "power": 53160 + }, + { + "date": 120630, + "mean_temp": 21.9, + "min_temp": 20.2, + "max_temp": 23.7, + "rain": 69.5, + "max_wind": 9, + "mean_wind": 4.2, + "min_hum": 78, + "mean_hum": 87.8, + "sun": 0.1, + "cloud": 10, + "ground_temp": 21.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59230, + "power": 59230 + }, + { + "date": 120629, + "mean_temp": 25.9, + "min_temp": 22, + "max_temp": 31, + "rain": 20, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 60.4, + "sun": 4.8, + "cloud": 8.9, + "ground_temp": 26.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68422, + "power": 67390 + }, + { + "date": 120628, + "mean_temp": 25.3, + "min_temp": 20.9, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 50.4, + "sun": 4.9, + "cloud": 6.5, + "ground_temp": 22.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65842, + "power": 65842 + }, + { + "date": 120627, + "mean_temp": 24.8, + "min_temp": 19.3, + "max_temp": 31, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.3, + "min_hum": 32, + "mean_hum": 47.1, + "sun": 9.4, + "cloud": 3, + "ground_temp": 22.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65558, + "power": 65558 + }, + { + "date": 120626, + "mean_temp": 24.6, + "min_temp": 20.6, + "max_temp": 30.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.6, + "min_hum": 29, + "mean_hum": 44.9, + "sun": 12.8, + "cloud": 5.1, + "ground_temp": 20.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65382, + "power": 65382 + }, + { + "date": 120625, + "mean_temp": 26.5, + "min_temp": 22.2, + "max_temp": 33.2, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 4.2, + "min_hum": 25, + "mean_hum": 40.5, + "sun": 10.9, + "cloud": 2.5, + "ground_temp": 25.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66791, + "power": 66791 + }, + { + "date": 120624, + "mean_temp": 27.8, + "min_temp": 23.6, + "max_temp": 32.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 48.3, + "sun": 5.4, + "cloud": 5.3, + "ground_temp": 22.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54183, + "power": 54183 + }, + { + "date": 120623, + "mean_temp": 26.2, + "min_temp": 21.5, + "max_temp": 31.7, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 55.8, + "sun": 7.5, + "cloud": 3.8, + "ground_temp": 25.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60035, + "power": 60035 + }, + { + "date": 120622, + "mean_temp": 24.3, + "min_temp": 21.3, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 61.4, + "sun": 3.6, + "cloud": 5.1, + "ground_temp": 23, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66429, + "power": 66429 + }, + { + "date": 120621, + "mean_temp": 25.7, + "min_temp": 21.3, + "max_temp": 32.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 26, + "mean_hum": 55.3, + "sun": 9.2, + "cloud": 3.4, + "ground_temp": 23.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66934, + "power": 66934 + }, + { + "date": 120620, + "mean_temp": 25.4, + "min_temp": 21.3, + "max_temp": 31.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.5, + "min_hum": 28, + "mean_hum": 49.1, + "sun": 13, + "cloud": 2.1, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67527, + "power": 67009 + }, + { + "date": 120619, + "mean_temp": 26, + "min_temp": 20.9, + "max_temp": 33.5, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 44.8, + "sun": 9.3, + "cloud": 3.8, + "ground_temp": 23.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67156, + "power": 66982 + }, + { + "date": 120618, + "mean_temp": 24.9, + "min_temp": 20.1, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 46.5, + "sun": 8.2, + "cloud": 7.3, + "ground_temp": 27, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66205, + "power": 66205 + }, + { + "date": 120617, + "mean_temp": 23.6, + "min_temp": 18.1, + "max_temp": 29.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 27, + "mean_hum": 52.5, + "sun": 12.3, + "cloud": 2.9, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53298, + "power": 53298 + }, + { + "date": 120616, + "mean_temp": 23.5, + "min_temp": 20.2, + "max_temp": 29.9, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 34, + "mean_hum": 61.3, + "sun": 10.2, + "cloud": 4.8, + "ground_temp": 22.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58330, + "power": 58330 + }, + { + "date": 120615, + "mean_temp": 23.7, + "min_temp": 20.4, + "max_temp": 28, + "rain": 0, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 41, + "mean_hum": 52.8, + "sun": 4.7, + "cloud": 7.6, + "ground_temp": 18.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65850, + "power": 63990 + }, + { + "date": 120614, + "mean_temp": 24.8, + "min_temp": 19.3, + "max_temp": 31.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 49.1, + "sun": 9, + "cloud": 5.5, + "ground_temp": 19.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64546, + "power": 64546 + }, + { + "date": 120613, + "mean_temp": 23.4, + "min_temp": 18.3, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 53.1, + "sun": 6.4, + "cloud": 5, + "ground_temp": 18.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63780, + "power": 63780 + }, + { + "date": 120612, + "mean_temp": 22.6, + "min_temp": 19, + "max_temp": 28.9, + "rain": 0.4, + "max_wind": 7.8, + "mean_wind": 2.6, + "min_hum": 36, + "mean_hum": 58.9, + "sun": 7.3, + "cloud": 5.9, + "ground_temp": 20.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66278, + "power": 64506 + }, + { + "date": 120611, + "mean_temp": 23.2, + "min_temp": 20.3, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 37, + "mean_hum": 59.4, + "sun": 4.3, + "cloud": 6.8, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66566, + "power": 63222 + }, + { + "date": 120610, + "mean_temp": 23.7, + "min_temp": 20.8, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 58.8, + "sun": 7.8, + "cloud": 6, + "ground_temp": 24.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53332, + "power": 52788 + }, + { + "date": 120609, + "mean_temp": 24.2, + "min_temp": 18.6, + "max_temp": 29.9, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 59.5, + "sun": 7.6, + "cloud": 5.6, + "ground_temp": 25.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56122, + "power": 57383 + }, + { + "date": 120608, + "mean_temp": 22.2, + "min_temp": 19, + "max_temp": 27.9, + "rain": 2, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 66.4, + "sun": 1.7, + "cloud": 8.4, + "ground_temp": 25.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62556, + "power": 62556 + }, + { + "date": 120607, + "mean_temp": 23, + "min_temp": 18.5, + "max_temp": 29.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 38, + "mean_hum": 62.8, + "sun": 5.5, + "cloud": 4.6, + "ground_temp": 28.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63340, + "power": 63340 + }, + { + "date": 120606, + "mean_temp": 23, + "min_temp": 19.1, + "max_temp": 28.9, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 62, + "sun": 8.2, + "cloud": 7.3, + "ground_temp": 29.1, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 59139, + "power": 59139 + }, + { + "date": 120605, + "mean_temp": 22.5, + "min_temp": 19.8, + "max_temp": 27.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 37, + "mean_hum": 62.6, + "sun": 10, + "cloud": 6, + "ground_temp": 28.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62958, + "power": 62958 + }, + { + "date": 120604, + "mean_temp": 23.7, + "min_temp": 18.6, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 35.1, + "sun": 11.6, + "cloud": 3.9, + "ground_temp": 23.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62206, + "power": 62206 + }, + { + "date": 120603, + "mean_temp": 23.3, + "min_temp": 18, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 38.9, + "sun": 12.7, + "cloud": 2.8, + "ground_temp": 23.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51865, + "power": 51865 + }, + { + "date": 120602, + "mean_temp": 23.1, + "min_temp": 19.2, + "max_temp": 28.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 44.8, + "sun": 7.5, + "cloud": 6.8, + "ground_temp": 20.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56122, + "power": 56122 + }, + { + "date": 120601, + "mean_temp": 21.4, + "min_temp": 16.3, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 52.3, + "sun": 6.1, + "cloud": 5.8, + "ground_temp": 22, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60411, + "power": 60411 + }, + { + "date": 120531, + "mean_temp": 20.9, + "min_temp": 16.6, + "max_temp": 27.2, + "rain": 0.2, + "max_wind": 7, + "mean_wind": 2.7, + "min_hum": 28, + "mean_hum": 58.6, + "sun": 8.4, + "cloud": 3.8, + "ground_temp": 20.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57954, + "power": 60991 + }, + { + "date": 120530, + "mean_temp": 20.7, + "min_temp": 18.6, + "max_temp": 23.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 44.4, + "sun": 0.6, + "cloud": 9.1, + "ground_temp": 17.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59194, + "power": 60395 + }, + { + "date": 120529, + "mean_temp": 21.6, + "min_temp": 18.8, + "max_temp": 25.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 30, + "mean_hum": 40.8, + "sun": 3, + "cloud": 6.8, + "ground_temp": 20.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60116, + "power": 60116 + }, + { + "date": 120528, + "mean_temp": 20.9, + "min_temp": 16.4, + "max_temp": 26, + "rain": 0.1, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 41, + "mean_hum": 58, + "sun": 3.3, + "cloud": 7.3, + "ground_temp": 18.4, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 53876, + "power": 53876 + }, + { + "date": 120527, + "mean_temp": 19.3, + "min_temp": 17.1, + "max_temp": 23.4, + "rain": 0.3, + "max_wind": 8, + "mean_wind": 2.7, + "min_hum": 43, + "mean_hum": 65.6, + "sun": 2.8, + "cloud": 5.9, + "ground_temp": 26.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50165, + "power": 50165 + }, + { + "date": 120526, + "mean_temp": 19.8, + "min_temp": 14.1, + "max_temp": 26.1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.6, + "min_hum": 12, + "mean_hum": 44.8, + "sun": 8, + "cloud": 3.5, + "ground_temp": 25.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54131, + "power": 54131 + }, + { + "date": 120525, + "mean_temp": 20.5, + "min_temp": 16.2, + "max_temp": 26.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 23, + "mean_hum": 45.4, + "sun": 11.5, + "cloud": 3.3, + "ground_temp": 25.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60262, + "power": 60262 + }, + { + "date": 120524, + "mean_temp": 19.7, + "min_temp": 17, + "max_temp": 24, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 38, + "mean_hum": 53, + "sun": 1.5, + "cloud": 6.9, + "ground_temp": 23.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60583, + "power": 60583 + }, + { + "date": 120523, + "mean_temp": 22.1, + "min_temp": 18.3, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 21, + "mean_hum": 39.5, + "sun": 10.4, + "cloud": 3.5, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59194, + "power": 61029 + }, + { + "date": 120522, + "mean_temp": 23.3, + "min_temp": 17.8, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 34.6, + "sun": 12.4, + "cloud": 3.9, + "ground_temp": 23.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60915, + "power": 60915 + }, + { + "date": 120521, + "mean_temp": 23, + "min_temp": 17.2, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 34.8, + "sun": 12.4, + "cloud": 0, + "ground_temp": 22.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60915, + "power": 59738 + }, + { + "date": 120520, + "mean_temp": 21.3, + "min_temp": 14.5, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 39.1, + "sun": 12.3, + "cloud": 0, + "ground_temp": 24.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51396, + "power": 51396 + }, + { + "date": 120519, + "mean_temp": 19.5, + "min_temp": 13.1, + "max_temp": 25.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 16, + "mean_hum": 38, + "sun": 11.6, + "cloud": 4.4, + "ground_temp": 22.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52404, + "power": 54050 + }, + { + "date": 120518, + "mean_temp": 18.1, + "min_temp": 12, + "max_temp": 24.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 51.4, + "sun": 12.7, + "cloud": 2.1, + "ground_temp": 21.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58805, + "power": 58805 + }, + { + "date": 120517, + "mean_temp": 16.6, + "min_temp": 13.9, + "max_temp": 20.5, + "rain": 0.5, + "max_wind": 7.3, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 56.6, + "sun": 7.9, + "cloud": 4, + "ground_temp": 15.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59354, + "power": 59354 + }, + { + "date": 120516, + "mean_temp": 16.6, + "min_temp": 12.7, + "max_temp": 22, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 58.6, + "sun": 7.6, + "cloud": 5.9, + "ground_temp": 20.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59297, + "power": 59297 + }, + { + "date": 120515, + "mean_temp": 16.9, + "min_temp": 13, + "max_temp": 22.7, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 26, + "mean_hum": 65.3, + "sun": 10.6, + "cloud": 4.5, + "ground_temp": 19, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59297, + "power": 59545 + }, + { + "date": 120514, + "mean_temp": 16.1, + "min_temp": 15.1, + "max_temp": 17.2, + "rain": 6.5, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 78.8, + "sun": 0, + "cloud": 10, + "ground_temp": 15.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59389, + "power": 60105 + }, + { + "date": 120513, + "mean_temp": 19.1, + "min_temp": 14.8, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 53, + "sun": 8.3, + "cloud": 7.3, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50870, + "power": 50870 + }, + { + "date": 120512, + "mean_temp": 17.1, + "min_temp": 14.4, + "max_temp": 21.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 57.9, + "sun": 1.8, + "cloud": 8.1, + "ground_temp": 18.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54621, + "power": 53474 + }, + { + "date": 120511, + "mean_temp": 16.2, + "min_temp": 13.2, + "max_temp": 19.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 45, + "mean_hum": 55.4, + "sun": 0.4, + "cloud": 8.9, + "ground_temp": 12.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59389, + "power": 59389 + }, + { + "date": 120510, + "mean_temp": 20.1, + "min_temp": 15.5, + "max_temp": 26.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 28, + "mean_hum": 45.1, + "sun": 11.1, + "cloud": 2.4, + "ground_temp": 13.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59469, + "power": 59469 + }, + { + "date": 120509, + "mean_temp": 20.7, + "min_temp": 15, + "max_temp": 27.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 23, + "mean_hum": 45.4, + "sun": 10.7, + "cloud": 0, + "ground_temp": 17.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59469, + "power": 59180 + }, + { + "date": 120508, + "mean_temp": 20.8, + "min_temp": 14.2, + "max_temp": 28, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 14, + "mean_hum": 27.5, + "sun": 9, + "cloud": 3.8, + "ground_temp": 21, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59726, + "power": 59726 + }, + { + "date": 120507, + "mean_temp": 18.5, + "min_temp": 12.2, + "max_temp": 24.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 14, + "mean_hum": 33.3, + "sun": 10.2, + "cloud": 2.5, + "ground_temp": 21.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58783, + "power": 58783 + }, + { + "date": 120506, + "mean_temp": 18.1, + "min_temp": 13.1, + "max_temp": 24.1, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.2, + "min_hum": 11, + "mean_hum": 31.9, + "sun": 12.4, + "cloud": 0.4, + "ground_temp": 18, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49265, + "power": 49265 + }, + { + "date": 120505, + "mean_temp": 18.8, + "min_temp": 13.5, + "max_temp": 24.9, + "rain": 0, + "max_wind": 8.6, + "mean_wind": 3.9, + "min_hum": 15, + "mean_hum": 42.4, + "sun": 12.2, + "cloud": 1.6, + "ground_temp": 19.2, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 51023, + "power": 51023 + }, + { + "date": 120504, + "mean_temp": 19.7, + "min_temp": 14.3, + "max_temp": 25.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.3, + "min_hum": 29, + "mean_hum": 48.8, + "sun": 12.2, + "cloud": 0, + "ground_temp": 18, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58254, + "power": 58254 + }, + { + "date": 120503, + "mean_temp": 20, + "min_temp": 17, + "max_temp": 25.4, + "rain": 0.2, + "max_wind": 7, + "mean_wind": 3.3, + "min_hum": 32, + "mean_hum": 53.8, + "sun": 9.6, + "cloud": 3.4, + "ground_temp": 13.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58681, + "power": 58681 + }, + { + "date": 120502, + "mean_temp": 23.1, + "min_temp": 19, + "max_temp": 29.1, + "rain": 0.4, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 29, + "mean_hum": 47.3, + "sun": 10, + "cloud": 3.3, + "ground_temp": 14.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59194, + "power": 59194 + }, + { + "date": 120501, + "mean_temp": 22.6, + "min_temp": 17.3, + "max_temp": 28.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 46.1, + "sun": 6.4, + "cloud": 6.8, + "ground_temp": 20.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60757, + "power": 53469 + }, + { + "date": 120430, + "mean_temp": 22.9, + "min_temp": 15.4, + "max_temp": 29.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 43.3, + "sun": 12.4, + "cloud": 0, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61677, + "power": 57303 + }, + { + "date": 120429, + "mean_temp": 19.9, + "min_temp": 14, + "max_temp": 26.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 57.1, + "sun": 7.8, + "cloud": 6.8, + "ground_temp": 18.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50060, + "power": 50060 + }, + { + "date": 120428, + "mean_temp": 17, + "min_temp": 13.8, + "max_temp": 22.1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 42.4, + "sun": 8.9, + "cloud": 1.8, + "ground_temp": 19, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52289, + "power": 52289 + }, + { + "date": 120427, + "mean_temp": 15.2, + "min_temp": 7.8, + "max_temp": 22.3, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.1, + "min_hum": 13, + "mean_hum": 32, + "sun": 11.9, + "cloud": 1.8, + "ground_temp": 17.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57420, + "power": 57420 + }, + { + "date": 120426, + "mean_temp": 11.9, + "min_temp": 8, + "max_temp": 16.8, + "rain": 2, + "max_wind": 7.9, + "mean_wind": 4.8, + "min_hum": 27, + "mean_hum": 53.4, + "sun": 12.7, + "cloud": 2.4, + "ground_temp": 16.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58571, + "power": 58571 + }, + { + "date": 120425, + "mean_temp": 15.1, + "min_temp": 10.5, + "max_temp": 20.7, + "rain": 28, + "max_wind": 7.1, + "mean_wind": 3.9, + "min_hum": 27, + "mean_hum": 72.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 13.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60184, + "power": 60184 + }, + { + "date": 120424, + "mean_temp": 19.7, + "min_temp": 12.2, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 60.3, + "sun": 9.2, + "cloud": 5.1, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57954, + "power": 57954 + }, + { + "date": 120423, + "mean_temp": 12.9, + "min_temp": 9.1, + "max_temp": 17.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 67, + "mean_hum": 82.1, + "sun": 0.6, + "cloud": 7.3, + "ground_temp": 19, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59092, + "power": 59092 + }, + { + "date": 120422, + "mean_temp": 9.4, + "min_temp": 7.9, + "max_temp": 12, + "rain": 9, + "max_wind": 9.1, + "mean_wind": 5.2, + "min_hum": 85, + "mean_hum": 91.4, + "sun": 0, + "cloud": 10, + "ground_temp": 12.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51897, + "power": 51897 + }, + { + "date": 120421, + "mean_temp": 11.4, + "min_temp": 9.5, + "max_temp": 16.3, + "rain": 47.5, + "max_wind": 10.5, + "mean_wind": 7.1, + "min_hum": 31, + "mean_hum": 72.6, + "sun": 0, + "cloud": 9.9, + "ground_temp": 10, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56020, + "power": 56020 + }, + { + "date": 120420, + "mean_temp": 18.4, + "min_temp": 13.6, + "max_temp": 23.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.3, + "min_hum": 27, + "mean_hum": 38.9, + "sun": 9.3, + "cloud": 6.1, + "ground_temp": 15.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58827, + "power": 58827 + }, + { + "date": 120419, + "mean_temp": 17, + "min_temp": 12.2, + "max_temp": 24.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 9, + "mean_hum": 34.1, + "sun": 8.3, + "cloud": 6.1, + "ground_temp": 15.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59736, + "power": 59736 + }, + { + "date": 120418, + "mean_temp": 15.2, + "min_temp": 9.2, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 32.3, + "sun": 7.8, + "cloud": 4.6, + "ground_temp": 14.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58531, + "power": 58531 + }, + { + "date": 120417, + "mean_temp": 13.6, + "min_temp": 7.5, + "max_temp": 19.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 38.1, + "sun": 11.9, + "cloud": 0, + "ground_temp": 14.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59354, + "power": 59495 + }, + { + "date": 120416, + "mean_temp": 11.9, + "min_temp": 7.2, + "max_temp": 17.9, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 36, + "mean_hum": 58, + "sun": 8, + "cloud": 3, + "ground_temp": 13.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59317, + "power": 59317 + }, + { + "date": 120415, + "mean_temp": 13.4, + "min_temp": 6.9, + "max_temp": 21.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 22, + "mean_hum": 56, + "sun": 10.9, + "cloud": 3.5, + "ground_temp": 16.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51032, + "power": 51032 + }, + { + "date": 120414, + "mean_temp": 10.5, + "min_temp": 5.9, + "max_temp": 16.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 40, + "mean_hum": 68, + "sun": 8.1, + "cloud": 3.9, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54323, + "power": 54323 + }, + { + "date": 120413, + "mean_temp": 10.3, + "min_temp": 7.4, + "max_temp": 15.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 35, + "mean_hum": 52.8, + "sun": 1, + "cloud": 8.4, + "ground_temp": 11.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59998, + "power": 59998 + }, + { + "date": 120412, + "mean_temp": 8.9, + "min_temp": 5.3, + "max_temp": 12.4, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 49.5, + "sun": 4.3, + "cloud": 6.1, + "ground_temp": 10.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60318, + "power": 60318 + }, + { + "date": 120411, + "mean_temp": 12.2, + "min_temp": 9.1, + "max_temp": 17.4, + "rain": 3, + "max_wind": 6.6, + "mean_wind": 3.8, + "min_hum": 43, + "mean_hum": 72.5, + "sun": 5.4, + "cloud": 5.8, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59297, + "power": 57192 + }, + { + "date": 120410, + "mean_temp": 13.7, + "min_temp": 11.5, + "max_temp": 16.9, + "rain": 10.5, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 65, + "mean_hum": 82.8, + "sun": 0, + "cloud": 9.3, + "ground_temp": 12.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59389, + "power": 60615 + }, + { + "date": 120409, + "mean_temp": 15.4, + "min_temp": 10.7, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 13, + "mean_hum": 55.8, + "sun": 8.4, + "cloud": 4, + "ground_temp": 17.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59632, + "power": 59632 + }, + { + "date": 120408, + "mean_temp": 11.3, + "min_temp": 4.6, + "max_temp": 17.6, + "rain": 0, + "max_wind": 10.8, + "mean_wind": 4.7, + "min_hum": 29, + "mean_hum": 47.3, + "sun": 9.6, + "cloud": 2.9, + "ground_temp": 13.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52545, + "power": 52545 + }, + { + "date": 120407, + "mean_temp": 5.9, + "min_temp": 0.6, + "max_temp": 12.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 16, + "mean_hum": 35.5, + "sun": 12, + "cloud": 0, + "ground_temp": 9.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56470, + "power": 56470 + }, + { + "date": 120406, + "mean_temp": 5.4, + "min_temp": 2.6, + "max_temp": 9.6, + "rain": 0, + "max_wind": 12, + "mean_wind": 4.6, + "min_hum": 13, + "mean_hum": 41.5, + "sun": 7.8, + "cloud": 2.1, + "ground_temp": 5.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65071, + "power": 61955 + }, + { + "date": 120405, + "mean_temp": 6.7, + "min_temp": 3.1, + "max_temp": 12.2, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 4.3, + "min_hum": 16, + "mean_hum": 43.4, + "sun": 11.7, + "cloud": 0.8, + "ground_temp": 7.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61447, + "power": 61447 + }, + { + "date": 120404, + "mean_temp": 7.2, + "min_temp": 2.2, + "max_temp": 12.8, + "rain": 0, + "max_wind": 9.2, + "mean_wind": 4.4, + "min_hum": 44, + "mean_hum": 57.3, + "sun": 10.5, + "cloud": 0.8, + "ground_temp": 6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62448, + "power": 62455 + }, + { + "date": 120403, + "mean_temp": 4.9, + "min_temp": 1.1, + "max_temp": 9.4, + "rain": 35, + "max_wind": 10.2, + "mean_wind": 4.8, + "min_hum": 31, + "mean_hum": 66.9, + "sun": 2.9, + "cloud": 6.3, + "ground_temp": 1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64390, + "power": 64390 + }, + { + "date": 120402, + "mean_temp": 8.3, + "min_temp": 3.5, + "max_temp": 14.1, + "rain": 22, + "max_wind": 5.4, + "mean_wind": 3.4, + "min_hum": 24, + "mean_hum": 56.9, + "sun": 0.2, + "cloud": 9.3, + "ground_temp": 8.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64872, + "power": 62058 + }, + { + "date": 120401, + "mean_temp": 4.6, + "min_temp": 0.6, + "max_temp": 9.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.1, + "min_hum": 17, + "mean_hum": 28.1, + "sun": 10.9, + "cloud": 0, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53824, + "power": 53824 + }, + { + "date": 120331, + "mean_temp": 5.4, + "min_temp": 2.5, + "max_temp": 10.1, + "rain": 0, + "max_wind": 8.2, + "mean_wind": 4.2, + "min_hum": 17, + "mean_hum": 38.4, + "sun": 10.2, + "cloud": 3.6, + "ground_temp": 8.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55993, + "power": 55993 + }, + { + "date": 120330, + "mean_temp": 9, + "min_temp": 5.8, + "max_temp": 11.9, + "rain": 0.1, + "max_wind": 5.8, + "mean_wind": 3.7, + "min_hum": 33, + "mean_hum": 73.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": 13, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62023, + "power": 62023 + }, + { + "date": 120329, + "mean_temp": 11.6, + "min_temp": 5.9, + "max_temp": 16.2, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.4, + "min_hum": 28, + "mean_hum": 57, + "sun": 4.9, + "cloud": 6, + "ground_temp": 9.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61505, + "power": 61505 + }, + { + "date": 120328, + "mean_temp": 10.1, + "min_temp": 6.4, + "max_temp": 15.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 56.4, + "sun": 8.2, + "cloud": 4, + "ground_temp": 11.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58571, + "power": 62671 + }, + { + "date": 120327, + "mean_temp": 6.4, + "min_temp": 1, + "max_temp": 10.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 57.6, + "sun": 4.9, + "cloud": 5, + "ground_temp": 9.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64132, + "power": 64132 + }, + { + "date": 120326, + "mean_temp": 3.9, + "min_temp": -0.2, + "max_temp": 8.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.7, + "min_hum": 19, + "mean_hum": 38.3, + "sun": 11.6, + "cloud": 0, + "ground_temp": 6.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61505, + "power": 65406 + }, + { + "date": 120325, + "mean_temp": 3.6, + "min_temp": 0.9, + "max_temp": 7.7, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 4.8, + "min_hum": 17, + "mean_hum": 36.6, + "sun": 10.9, + "cloud": 1.6, + "ground_temp": 5.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55600, + "power": 55600 + }, + { + "date": 120324, + "mean_temp": 3.3, + "min_temp": 1.5, + "max_temp": 6.9, + "rain": 3.5, + "max_wind": 10.2, + "mean_wind": 5.6, + "min_hum": 18, + "mean_hum": 54.5, + "sun": 7.5, + "cloud": 4.8, + "ground_temp": 4.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58618, + "power": 58455 + }, + { + "date": 120323, + "mean_temp": 5, + "min_temp": 2.3, + "max_temp": 9.7, + "rain": 22, + "max_wind": 6.5, + "mean_wind": 3.7, + "min_hum": 44, + "mean_hum": 82.5, + "sun": 0, + "cloud": 10, + "ground_temp": 4.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65916, + "power": 65916 + }, + { + "date": 120322, + "mean_temp": 7.8, + "min_temp": 3.3, + "max_temp": 11.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 53.6, + "sun": 2, + "cloud": 8.6, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66314, + "power": 66314 + }, + { + "date": 120321, + "mean_temp": 4.3, + "min_temp": -0.5, + "max_temp": 10.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 13, + "mean_hum": 36.3, + "sun": 11, + "cloud": 0.9, + "ground_temp": 5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66106, + "power": 65554 + }, + { + "date": 120320, + "mean_temp": 3.1, + "min_temp": -1.9, + "max_temp": 8.3, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 3.9, + "min_hum": 20, + "mean_hum": 30.6, + "sun": 11.3, + "cloud": 0.4, + "ground_temp": 4.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67916, + "power": 65917 + }, + { + "date": 120319, + "mean_temp": 2.8, + "min_temp": -0.5, + "max_temp": 7.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.1, + "min_hum": 14, + "mean_hum": 38, + "sun": 9.8, + "cloud": 1.9, + "ground_temp": 3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65929, + "power": 65929 + }, + { + "date": 120318, + "mean_temp": 6.9, + "min_temp": 2.2, + "max_temp": 11.5, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.3, + "min_hum": 42, + "mean_hum": 62.8, + "sun": 8.2, + "cloud": 3.4, + "ground_temp": 3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55516, + "power": 55516 + }, + { + "date": 120317, + "mean_temp": 10.4, + "min_temp": 6.8, + "max_temp": 16.1, + "rain": 2, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 71.4, + "sun": 5.5, + "cloud": 7.6, + "ground_temp": 9.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58487, + "power": 58487 + }, + { + "date": 120316, + "mean_temp": 8.1, + "min_temp": 5.7, + "max_temp": 12.9, + "rain": 4, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 25, + "mean_hum": 51.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 5.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65916, + "power": 65949 + }, + { + "date": 120315, + "mean_temp": 5.5, + "min_temp": -1.7, + "max_temp": 11.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 11, + "mean_hum": 35.8, + "sun": 10.4, + "cloud": 1.9, + "ground_temp": 4.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66662, + "power": 66662 + }, + { + "date": 120314, + "mean_temp": 3.6, + "min_temp": 1.8, + "max_temp": 5.9, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 3.8, + "min_hum": 58, + "mean_hum": 70.4, + "sun": 0.3, + "cloud": 7, + "ground_temp": 3.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67941, + "power": 67941 + }, + { + "date": 120313, + "mean_temp": 1.7, + "min_temp": -3.5, + "max_temp": 6.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 49.8, + "sun": 9.2, + "cloud": 0.6, + "ground_temp": 2.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69180, + "power": 67944 + }, + { + "date": 120312, + "mean_temp": -1.6, + "min_temp": -5.7, + "max_temp": 3.2, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.8, + "min_hum": 20, + "mean_hum": 40.1, + "sun": 11.2, + "cloud": 0, + "ground_temp": 1.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69180, + "power": 69180 + }, + { + "date": 120311, + "mean_temp": -2.4, + "min_temp": -4.6, + "max_temp": 1.3, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.4, + "min_hum": 23, + "mean_hum": 43, + "sun": 11.1, + "cloud": 1.9, + "ground_temp": 2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58214, + "power": 58214 + }, + { + "date": 120310, + "mean_temp": 3.9, + "min_temp": 1.3, + "max_temp": 8.9, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.5, + "min_hum": 32, + "mean_hum": 52.5, + "sun": 7, + "cloud": 7, + "ground_temp": 1.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59193, + "power": 59193 + }, + { + "date": 120309, + "mean_temp": 3.4, + "min_temp": -2.1, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 48.9, + "sun": 5.3, + "cloud": 6.4, + "ground_temp": 0, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69252, + "power": 67403 + }, + { + "date": 120308, + "mean_temp": 2, + "min_temp": -0.3, + "max_temp": 5.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 47.8, + "sun": 4, + "cloud": 5.6, + "ground_temp": 2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67407, + "power": 67407 + }, + { + "date": 120307, + "mean_temp": 3, + "min_temp": -0.2, + "max_temp": 7.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 60.1, + "sun": 7.2, + "cloud": 5.8, + "ground_temp": 3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69252, + "power": 67480 + }, + { + "date": 120306, + "mean_temp": 3, + "min_temp": 1.8, + "max_temp": 4.6, + "rain": 8.5, + "max_wind": 8.9, + "mean_wind": 4.7, + "min_hum": 63, + "mean_hum": 81.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 2.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67941, + "power": 68119 + }, + { + "date": 120305, + "mean_temp": 5.3, + "min_temp": 3.1, + "max_temp": 8.5, + "rain": 7, + "max_wind": 7.8, + "mean_wind": 5.8, + "min_hum": 44, + "mean_hum": 66.9, + "sun": 0, + "cloud": 10, + "ground_temp": 2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67475, + "power": 67475 + }, + { + "date": 120304, + "mean_temp": 6.2, + "min_temp": 3, + "max_temp": 9.7, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 5.2, + "min_hum": 38, + "mean_hum": 49.9, + "sun": 1.4, + "cloud": 8.5, + "ground_temp": 1.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55923, + "power": 55923 + }, + { + "date": 120303, + "mean_temp": 6.9, + "min_temp": 2.7, + "max_temp": 12.9, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.5, + "min_hum": 28, + "mean_hum": 47.1, + "sun": 8.9, + "cloud": 5.4, + "ground_temp": 0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57884, + "power": 57884 + }, + { + "date": 120302, + "mean_temp": 6.9, + "min_temp": 5.2, + "max_temp": 9.5, + "rain": 0.3, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 19, + "mean_hum": 54.6, + "sun": 2.1, + "cloud": 8.5, + "ground_temp": 1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66910, + "power": 65461 + }, + { + "date": 120301, + "mean_temp": 8.7, + "min_temp": 4, + "max_temp": 14.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 9, + "mean_hum": 20.1, + "sun": 7.7, + "cloud": 5.9, + "ground_temp": 3.7, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 59676, + "power": 59676 + }, + { + "date": 120229, + "mean_temp": 5.4, + "min_temp": -1.5, + "max_temp": 11.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 27.1, + "sun": 9.2, + "cloud": 3.6, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66910, + "power": 66910 + }, + { + "date": 120228, + "mean_temp": 2.1, + "min_temp": -3.2, + "max_temp": 7.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 26.6, + "sun": 3.5, + "cloud": 5, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69091, + "power": 69091 + }, + { + "date": 120227, + "mean_temp": -0.7, + "min_temp": -5.9, + "max_temp": 5.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 13, + "mean_hum": 31.3, + "sun": 10.5, + "cloud": 0, + "ground_temp": 0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68116, + "power": 68116 + }, + { + "date": 120226, + "mean_temp": -1.6, + "min_temp": -4, + "max_temp": 3.2, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.3, + "min_hum": 17, + "mean_hum": 33.5, + "sun": 6.6, + "cloud": 4.4, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58687, + "power": 58687 + }, + { + "date": 120225, + "mean_temp": 1.2, + "min_temp": -2.3, + "max_temp": 5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.8, + "min_hum": 26, + "mean_hum": 57.4, + "sun": 3.6, + "cloud": 7.1, + "ground_temp": 0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60731, + "power": 60731 + }, + { + "date": 120224, + "mean_temp": 4.3, + "min_temp": 0.2, + "max_temp": 9.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 38, + "mean_hum": 61.3, + "sun": 4.7, + "cloud": 6.8, + "ground_temp": 1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67861, + "power": 66140 + }, + { + "date": 120223, + "mean_temp": 4.4, + "min_temp": 1.1, + "max_temp": 8.2, + "rain": 0.3, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 39, + "mean_hum": 64.4, + "sun": 5.8, + "cloud": 6.9, + "ground_temp": 4.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66267, + "power": 66267 + }, + { + "date": 120222, + "mean_temp": 5.8, + "min_temp": -0.8, + "max_temp": 12.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 46.6, + "sun": 8.7, + "cloud": 5.4, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68837, + "power": 68837 + }, + { + "date": 120221, + "mean_temp": 2.3, + "min_temp": -0.9, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 59.1, + "sun": 0.5, + "cloud": 6.9, + "ground_temp": 1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70066, + "power": 70066 + }, + { + "date": 120220, + "mean_temp": -0.2, + "min_temp": -5.5, + "max_temp": 5.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 56.8, + "sun": 9.6, + "cloud": 0.5, + "ground_temp": 1.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 70433, + "power": 70433 + }, + { + "date": 120219, + "mean_temp": -4.4, + "min_temp": -9.6, + "max_temp": 1.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 15, + "mean_hum": 39.6, + "sun": 10.1, + "cloud": 0, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60436, + "power": 60733 + }, + { + "date": 120218, + "mean_temp": -6.8, + "min_temp": -9.6, + "max_temp": -2.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.4, + "min_hum": 20, + "mean_hum": 38.9, + "sun": 9.8, + "cloud": 0.5, + "ground_temp": -1.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64121, + "power": 64121 + }, + { + "date": 120217, + "mean_temp": -6.4, + "min_temp": -8.8, + "max_temp": -2.9, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.4, + "min_hum": 21, + "mean_hum": 35.1, + "sun": 8.3, + "cloud": 1, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70987, + "power": 70987 + }, + { + "date": 120216, + "mean_temp": -2.8, + "min_temp": -6.1, + "max_temp": 2.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.5, + "min_hum": 18, + "mean_hum": 32.4, + "sun": 9.6, + "cloud": 2, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71774, + "power": 69414 + }, + { + "date": 120215, + "mean_temp": -1.3, + "min_temp": -4.1, + "max_temp": 3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.7, + "min_hum": 12, + "mean_hum": 31.5, + "sun": 8.2, + "cloud": 5.6, + "ground_temp": 0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69690, + "power": 69690 + }, + { + "date": 120214, + "mean_temp": 3, + "min_temp": -0.3, + "max_temp": 8.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 28, + "mean_hum": 48.9, + "sun": 7.5, + "cloud": 4, + "ground_temp": 3.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69252, + "power": 70253 + }, + { + "date": 120213, + "mean_temp": 3.1, + "min_temp": 0.2, + "max_temp": 8.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 26.3, + "sun": 5.2, + "cloud": 5.3, + "ground_temp": 3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71147, + "power": 71147 + }, + { + "date": 120212, + "mean_temp": -0.1, + "min_temp": -5, + "max_temp": 4.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 11, + "mean_hum": 34.4, + "sun": 8.9, + "cloud": 4.9, + "ground_temp": 0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60365, + "power": 60365 + }, + { + "date": 120211, + "mean_temp": -3.8, + "min_temp": -9.2, + "max_temp": 0.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 14, + "mean_hum": 42.5, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": -1.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64071, + "power": 64071 + }, + { + "date": 120210, + "mean_temp": -3.5, + "min_temp": -6.9, + "max_temp": 1.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 2.8, + "min_hum": 34, + "mean_hum": 46.4, + "sun": 7.8, + "cloud": 3.6, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72535, + "power": 72535 + }, + { + "date": 120209, + "mean_temp": -4.5, + "min_temp": -9, + "max_temp": -0.5, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 48.9, + "sun": 9.2, + "cloud": 3.8, + "ground_temp": -2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72432, + "power": 72432 + }, + { + "date": 120208, + "mean_temp": -8, + "min_temp": -12.1, + "max_temp": -3.8, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 25, + "mean_hum": 39.1, + "sun": 9.6, + "cloud": 2.5, + "ground_temp": -4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73131, + "power": 73131 + }, + { + "date": 120207, + "mean_temp": -8.7, + "min_temp": -11.5, + "max_temp": -0.1, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 5.2, + "min_hum": 23, + "mean_hum": 42.3, + "sun": 9.6, + "cloud": 0, + "ground_temp": -0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73098, + "power": 73098 + }, + { + "date": 120206, + "mean_temp": 0.9, + "min_temp": -3.2, + "max_temp": 7, + "rain": 0.2, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 50.6, + "sun": 4.3, + "cloud": 8, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66846, + "power": 72008 + }, + { + "date": 120205, + "mean_temp": -0.9, + "min_temp": -4.5, + "max_temp": 4.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 14, + "mean_hum": 36.1, + "sun": 6.4, + "cloud": 4.3, + "ground_temp": 0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61327, + "power": 61327 + }, + { + "date": 120204, + "mean_temp": -3, + "min_temp": -5.2, + "max_temp": 1, + "rain": 0.2, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 48.5, + "sun": 9.5, + "cloud": 3, + "ground_temp": -1.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65486, + "power": 65486 + }, + { + "date": 120203, + "mean_temp": -8.6, + "min_temp": -14.5, + "max_temp": -3.9, + "rain": 0.1, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 54.3, + "sun": 9.4, + "cloud": 3.4, + "ground_temp": -4.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 75987, + "power": 73040 + }, + { + "date": 120202, + "mean_temp": -13.7, + "min_temp": -17.1, + "max_temp": -9.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.4, + "min_hum": 31, + "mean_hum": 44.4, + "sun": 9.6, + "cloud": 0, + "ground_temp": -6.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 76522, + "power": 73833 + }, + { + "date": 120201, + "mean_temp": -12.8, + "min_temp": -15.3, + "max_temp": -8.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.9, + "min_hum": 33, + "mean_hum": 47.9, + "sun": 9.5, + "cloud": 0, + "ground_temp": -4.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 76522, + "power": 72012 + }, + { + "date": 120131, + "mean_temp": -4.7, + "min_temp": -8.5, + "max_temp": -0.3, + "rain": 3.9, + "max_wind": 7.5, + "mean_wind": 3.1, + "min_hum": 20, + "mean_hum": 48.4, + "sun": 1.9, + "cloud": 7.5, + "ground_temp": -2.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72308, + "power": 72308 + }, + { + "date": 120130, + "mean_temp": -5.6, + "min_temp": -8.8, + "max_temp": -0.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 12, + "mean_hum": 22.4, + "sun": 9.5, + "cloud": 0.3, + "ground_temp": -3.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71609, + "power": 71609 + }, + { + "date": 120129, + "mean_temp": -2.8, + "min_temp": -5.5, + "max_temp": 1.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.8, + "min_hum": 12, + "mean_hum": 23.4, + "sun": 8.7, + "cloud": 1.1, + "ground_temp": -2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 60436, + "power": 60436 + }, + { + "date": 120128, + "mean_temp": -1.8, + "min_temp": -6, + "max_temp": 3.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 14, + "mean_hum": 24.4, + "sun": 7.1, + "cloud": 4.4, + "ground_temp": -2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63016, + "power": 63016 + }, + { + "date": 120127, + "mean_temp": -0.9, + "min_temp": -4.4, + "max_temp": 4.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 64.6, + "sun": 2.9, + "cloud": 3.4, + "ground_temp": -1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 70433, + "power": 71023 + }, + { + "date": 120126, + "mean_temp": -2.9, + "min_temp": -8.5, + "max_temp": 1.8, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 54.5, + "sun": 7.5, + "cloud": 4.3, + "ground_temp": -3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70451, + "power": 70451 + }, + { + "date": 120125, + "mean_temp": -8.2, + "min_temp": -11.6, + "max_temp": -5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.1, + "min_hum": 22, + "mean_hum": 41.3, + "sun": 9.5, + "cloud": 0, + "ground_temp": -4.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63424, + "power": 63424 + }, + { + "date": 120124, + "mean_temp": -7.3, + "min_temp": -11.8, + "max_temp": -3.1, + "rain": 1.6, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 19, + "mean_hum": 39.9, + "sun": 9.2, + "cloud": 2, + "ground_temp": -4.6, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 56051, + "power": 56051 + }, + { + "date": 120123, + "mean_temp": -9.6, + "min_temp": -12.2, + "max_temp": -5.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.4, + "min_hum": 19, + "mean_hum": 33.3, + "sun": 9.3, + "cloud": 0, + "ground_temp": -3, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 53318, + "power": 53318 + }, + { + "date": 120122, + "mean_temp": -7.7, + "min_temp": -11.6, + "max_temp": -2.4, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4.2, + "min_hum": 21, + "mean_hum": 37.9, + "sun": 9, + "cloud": 1.9, + "ground_temp": 0, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 54550, + "power": 54550 + }, + { + "date": 120121, + "mean_temp": 2.4, + "min_temp": -2.6, + "max_temp": 5.7, + "rain": 0.1, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 54, + "mean_hum": 60.3, + "sun": 0, + "cloud": 7.8, + "ground_temp": 1.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58618, + "power": 58618 + }, + { + "date": 120120, + "mean_temp": 5.4, + "min_temp": 3.7, + "max_temp": 8.3, + "rain": 0.5, + "max_wind": 5.3, + "mean_wind": 3.4, + "min_hum": 49, + "mean_hum": 61, + "sun": 0.9, + "cloud": 9.8, + "ground_temp": 1.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66299, + "power": 66299 + }, + { + "date": 120119, + "mean_temp": 5.3, + "min_temp": 1.4, + "max_temp": 8.4, + "rain": 0.2, + "max_wind": 6.6, + "mean_wind": 2.9, + "min_hum": 42, + "mean_hum": 54.4, + "sun": 0.3, + "cloud": 9.3, + "ground_temp": 1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69189, + "power": 69189 + }, + { + "date": 120118, + "mean_temp": 1.4, + "min_temp": -2.2, + "max_temp": 5.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 39.8, + "sun": 4.6, + "cloud": 4.8, + "ground_temp": 0.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69874, + "power": 69874 + }, + { + "date": 120117, + "mean_temp": 2.8, + "min_temp": 0, + "max_temp": 8.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 48.5, + "sun": 5.2, + "cloud": 4.3, + "ground_temp": 1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71147, + "power": 69998 + }, + { + "date": 120116, + "mean_temp": 1, + "min_temp": -5.1, + "max_temp": 7.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 29, + "mean_hum": 44.6, + "sun": 9.1, + "cloud": 1.4, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69939, + "power": 71422 + }, + { + "date": 120115, + "mean_temp": -2.6, + "min_temp": -4.7, + "max_temp": 0.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 44.5, + "sun": 6.3, + "cloud": 4.6, + "ground_temp": -1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61327, + "power": 60377 + }, + { + "date": 120114, + "mean_temp": -1.5, + "min_temp": -6.3, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 51.6, + "sun": 8.7, + "cloud": 2.5, + "ground_temp": -2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65486, + "power": 63746 + }, + { + "date": 120113, + "mean_temp": -1.2, + "min_temp": -4.1, + "max_temp": 2.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 24, + "mean_hum": 52.8, + "sun": 6.7, + "cloud": 3.3, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71893, + "power": 71893 + }, + { + "date": 120112, + "mean_temp": -4.6, + "min_temp": -10.3, + "max_temp": -0.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 56.5, + "sun": 6.3, + "cloud": 4.5, + "ground_temp": -3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70451, + "power": 71980 + }, + { + "date": 120111, + "mean_temp": -6, + "min_temp": -8.1, + "max_temp": -3.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 42.3, + "sun": 9, + "cloud": 0, + "ground_temp": -2.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72453, + "power": 72453 + }, + { + "date": 120110, + "mean_temp": -2.5, + "min_temp": -5.8, + "max_temp": 1.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 53.9, + "sun": 6.6, + "cloud": 1.9, + "ground_temp": -2.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71620, + "power": 71620 + }, + { + "date": 120109, + "mean_temp": -0.3, + "min_temp": -1.8, + "max_temp": 2.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 66.1, + "sun": 2.4, + "cloud": 6.4, + "ground_temp": -1.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72535, + "power": 71646 + }, + { + "date": 120108, + "mean_temp": -2.5, + "min_temp": -5.5, + "max_temp": 0.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 54.3, + "sun": 2.8, + "cloud": 6.8, + "ground_temp": -2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 61089, + "power": 61089 + }, + { + "date": 120107, + "mean_temp": -3.8, + "min_temp": -8, + "max_temp": 2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 46.5, + "sun": 8.5, + "cloud": 0, + "ground_temp": -3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64071, + "power": 64570 + }, + { + "date": 120106, + "mean_temp": -2.8, + "min_temp": -5.6, + "max_temp": 1.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 42.9, + "sun": 8.4, + "cloud": 3.1, + "ground_temp": -3.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72199, + "power": 72552 + }, + { + "date": 120105, + "mean_temp": -5.7, + "min_temp": -9.8, + "max_temp": -1.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 27, + "mean_hum": 49.8, + "sun": 9, + "cloud": 0, + "ground_temp": -4.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 72199, + "power": 72199 + }, + { + "date": 120104, + "mean_temp": -7.4, + "min_temp": -9.6, + "max_temp": -4.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.1, + "min_hum": 37, + "mean_hum": 55.4, + "sun": 8.1, + "cloud": 1.1, + "ground_temp": -3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 72865, + "power": 72865 + }, + { + "date": 120103, + "mean_temp": -4.5, + "min_temp": -6.8, + "max_temp": -0.2, + "rain": 0.4, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 68.3, + "sun": 2.7, + "cloud": 7.5, + "ground_temp": -2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72502, + "power": 71631 + }, + { + "date": 120102, + "mean_temp": -4.8, + "min_temp": -8.3, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 47, + "mean_hum": 66.5, + "sun": 5.9, + "cloud": 2.9, + "ground_temp": -1.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69015, + "power": 69015 + }, + { + "date": 120101, + "mean_temp": -3, + "min_temp": -6.9, + "max_temp": 0.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 2.9, + "min_hum": 40, + "mean_hum": 64.5, + "sun": 4.4, + "cloud": 5.1, + "ground_temp": -1.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 58124, + "power": 58124 + }, + { + "date": 111231, + "mean_temp": -1.9, + "min_temp": -6, + "max_temp": 1.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 47, + "mean_hum": 66.5, + "sun": 3.2, + "cloud": 5.5, + "ground_temp": -1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60312, + "power": 60312 + }, + { + "date": 111230, + "mean_temp": -3, + "min_temp": -6.4, + "max_temp": 1.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 66.6, + "sun": 7.4, + "cloud": 0, + "ground_temp": -0.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68524, + "power": 68524 + }, + { + "date": 111229, + "mean_temp": -1.7, + "min_temp": -4.8, + "max_temp": 1.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 38, + "mean_hum": 66.1, + "sun": 8.1, + "cloud": 2.8, + "ground_temp": -0.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67595, + "power": 68986 + }, + { + "date": 111228, + "mean_temp": -0.5, + "min_temp": -4.1, + "max_temp": 2.2, + "rain": 0.3, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 65, + "sun": 2.2, + "cloud": 7.6, + "ground_temp": -1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69017, + "power": 71482 + }, + { + "date": 111227, + "mean_temp": -4, + "min_temp": -8.8, + "max_temp": 1.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 37.4, + "sun": 7.8, + "cloud": 1.4, + "ground_temp": -4.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72554, + "power": 72554 + }, + { + "date": 111226, + "mean_temp": -7.1, + "min_temp": -10.1, + "max_temp": -3.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 29.1, + "sun": 9, + "cloud": 0, + "ground_temp": -5.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 72128, + "power": 72128 + }, + { + "date": 111225, + "mean_temp": -7.1, + "min_temp": -9.5, + "max_temp": -3.5, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.6, + "min_hum": 23, + "mean_hum": 35.4, + "sun": 9, + "cloud": 0, + "ground_temp": -4.9, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 60765, + "power": 60765 + }, + { + "date": 111224, + "mean_temp": -5.2, + "min_temp": -7.8, + "max_temp": -3, + "rain": 0.5, + "max_wind": 7.3, + "mean_wind": 3.7, + "min_hum": 28, + "mean_hum": 54, + "sun": 8.8, + "cloud": 1.4, + "ground_temp": -3.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63489, + "power": 63489 + }, + { + "date": 111223, + "mean_temp": -5.4, + "min_temp": -10.1, + "max_temp": -1.1, + "rain": 0.6, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 42.8, + "sun": 7.8, + "cloud": 3.4, + "ground_temp": -4.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71886, + "power": 71886 + }, + { + "date": 111222, + "mean_temp": -5.5, + "min_temp": -8.7, + "max_temp": 1.1, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4.8, + "min_hum": 16, + "mean_hum": 33.9, + "sun": 8.9, + "cloud": 1, + "ground_temp": -2.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70990, + "power": 70990 + }, + { + "date": 111221, + "mean_temp": 1.9, + "min_temp": -0.7, + "max_temp": 5.2, + "rain": 0.7, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 45, + "mean_hum": 61.8, + "sun": 1.8, + "cloud": 8.9, + "ground_temp": -0.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68671, + "power": 70090 + }, + { + "date": 111220, + "mean_temp": -0.3, + "min_temp": -5.1, + "max_temp": 3.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 40.8, + "sun": 6.8, + "cloud": 4.5, + "ground_temp": -2.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71573, + "power": 71573 + }, + { + "date": 111219, + "mean_temp": -2.4, + "min_temp": -6.7, + "max_temp": 1.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 38.3, + "sun": 8.8, + "cloud": 0.5, + "ground_temp": -2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 68667, + "power": 71145 + }, + { + "date": 111218, + "mean_temp": -2.4, + "min_temp": -5, + "max_temp": 1.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 46.8, + "sun": 8.6, + "cloud": 2.8, + "ground_temp": -2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58140, + "power": 60134 + }, + { + "date": 111217, + "mean_temp": -5.8, + "min_temp": -10.6, + "max_temp": -1.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 45.6, + "sun": 9.1, + "cloud": 2.4, + "ground_temp": -2.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 64187, + "power": 64187 + }, + { + "date": 111216, + "mean_temp": -7.1, + "min_temp": -9.8, + "max_temp": -3.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.9, + "min_hum": 29, + "mean_hum": 39.1, + "sun": 9, + "cloud": 0.1, + "ground_temp": -1.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69899, + "power": 69899 + }, + { + "date": 111215, + "mean_temp": -3.9, + "min_temp": -5.8, + "max_temp": -0.9, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.9, + "min_hum": 22, + "mean_hum": 38.8, + "sun": 8.9, + "cloud": 0.8, + "ground_temp": 0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68667, + "power": 68667 + }, + { + "date": 111214, + "mean_temp": 2.4, + "min_temp": -1.1, + "max_temp": 7.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 44, + "mean_hum": 60.9, + "sun": 1.6, + "cloud": 6.4, + "ground_temp": 0.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68671, + "power": 68985 + }, + { + "date": 111213, + "mean_temp": 1.5, + "min_temp": -3.1, + "max_temp": 7.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 42.8, + "sun": 8.7, + "cloud": 2.1, + "ground_temp": 0.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69017, + "power": 69017 + }, + { + "date": 111212, + "mean_temp": 3.5, + "min_temp": -0.1, + "max_temp": 6.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 54.4, + "sun": 8.8, + "cloud": 3.6, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67595, + "power": 67595 + }, + { + "date": 111211, + "mean_temp": 2.8, + "min_temp": -1.7, + "max_temp": 6.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 64.6, + "sun": 3.8, + "cloud": 7.5, + "ground_temp": 0.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57849, + "power": 57849 + }, + { + "date": 111210, + "mean_temp": -1.7, + "min_temp": -4.9, + "max_temp": 1.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.2, + "min_hum": 36, + "mean_hum": 48.6, + "sun": 7, + "cloud": 4.4, + "ground_temp": 0.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61464, + "power": 61464 + }, + { + "date": 111209, + "mean_temp": -2.7, + "min_temp": -4.4, + "max_temp": 0.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 33, + "mean_hum": 50.8, + "sun": 2.9, + "cloud": 5.1, + "ground_temp": 0.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69410, + "power": 69410 + }, + { + "date": 111208, + "mean_temp": 0.1, + "min_temp": -3.7, + "max_temp": 3.7, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.8, + "min_hum": 41, + "mean_hum": 59.6, + "sun": 8.1, + "cloud": 4.8, + "ground_temp": 1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 68671, + "power": 68671 + }, + { + "date": 111207, + "mean_temp": 4, + "min_temp": 2.3, + "max_temp": 5.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 45, + "mean_hum": 60.1, + "sun": 0, + "cloud": 9, + "ground_temp": 3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65139, + "power": 66500 + }, + { + "date": 111206, + "mean_temp": 3.9, + "min_temp": 1.2, + "max_temp": 7.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 39.3, + "sun": 5.3, + "cloud": 6.8, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67180, + "power": 67180 + }, + { + "date": 111205, + "mean_temp": 1.5, + "min_temp": -2.1, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 35.9, + "sun": 7.4, + "cloud": 4.8, + "ground_temp": 1.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67115, + "power": 67115 + }, + { + "date": 111204, + "mean_temp": 2.5, + "min_temp": -0.3, + "max_temp": 6.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 51.4, + "sun": 8, + "cloud": 2.9, + "ground_temp": 2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55878, + "power": 55878 + }, + { + "date": 111203, + "mean_temp": 5.3, + "min_temp": 3.7, + "max_temp": 9.1, + "rain": 3.5, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 73.6, + "sun": 4, + "cloud": 5.8, + "ground_temp": 4.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57807, + "power": 57807 + }, + { + "date": 111202, + "mean_temp": 5.5, + "min_temp": 2.5, + "max_temp": 7.5, + "rain": 1.5, + "max_wind": 5.7, + "mean_wind": 4, + "min_hum": 48, + "mean_hum": 58.6, + "sun": 0, + "cloud": 8.6, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65139, + "power": 65139 + }, + { + "date": 111201, + "mean_temp": 5.8, + "min_temp": 4.3, + "max_temp": 9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.9, + "min_hum": 42, + "mean_hum": 55, + "sun": 4.8, + "cloud": 6.9, + "ground_temp": 3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65542, + "power": 65542 + }, + { + "date": 111130, + "mean_temp": 4.7, + "min_temp": 3, + "max_temp": 9.2, + "rain": 30, + "max_wind": 7.4, + "mean_wind": 5, + "min_hum": 67, + "mean_hum": 82.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63256, + "power": 64892 + }, + { + "date": 111129, + "mean_temp": 11.3, + "min_temp": 9.2, + "max_temp": 13.6, + "rain": 1, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 74, + "mean_hum": 87.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 10, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63079, + "power": 63079 + }, + { + "date": 111128, + "mean_temp": 14.6, + "min_temp": 13.6, + "max_temp": 17, + "rain": 0.3, + "max_wind": 4.3, + "mean_wind": 1.3, + "min_hum": 69, + "mean_hum": 82.8, + "sun": 0.1, + "cloud": 9, + "ground_temp": 13.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62210, + "power": 62210 + }, + { + "date": 111127, + "mean_temp": 13.5, + "min_temp": 8.7, + "max_temp": 15.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 55, + "mean_hum": 73.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 11.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54280, + "power": 54280 + }, + { + "date": 111126, + "mean_temp": 5.6, + "min_temp": 1.8, + "max_temp": 8.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 55.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 4.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58402, + "power": 58814 + }, + { + "date": 111125, + "mean_temp": 2.8, + "min_temp": -0.5, + "max_temp": 7.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 49.4, + "sun": 8.6, + "cloud": 3.5, + "ground_temp": 2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63658, + "power": 66512 + }, + { + "date": 111124, + "mean_temp": -1.6, + "min_temp": -5.5, + "max_temp": 2, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 45.8, + "sun": 9.3, + "cloud": 2, + "ground_temp": 1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67554, + "power": 67554 + }, + { + "date": 111123, + "mean_temp": 2.8, + "min_temp": -2.1, + "max_temp": 7.4, + "rain": 4.5, + "max_wind": 9.7, + "mean_wind": 4.4, + "min_hum": 50, + "mean_hum": 68.5, + "sun": 1.2, + "cloud": 8.3, + "ground_temp": 5.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66818, + "power": 66818 + }, + { + "date": 111122, + "mean_temp": 5.6, + "min_temp": 1.9, + "max_temp": 7.9, + "rain": 0.1, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 53.1, + "sun": 0, + "cloud": 9, + "ground_temp": 4.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65709, + "power": 65709 + }, + { + "date": 111121, + "mean_temp": 1.6, + "min_temp": -2.6, + "max_temp": 6.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 14, + "mean_hum": 39.1, + "sun": 9.4, + "cloud": 0, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65357, + "power": 65357 + }, + { + "date": 111120, + "mean_temp": 0.4, + "min_temp": -2.2, + "max_temp": 3.7, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 4.5, + "min_hum": 23, + "mean_hum": 40.5, + "sun": 9.4, + "cloud": 0.5, + "ground_temp": 2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55878, + "power": 54654 + }, + { + "date": 111119, + "mean_temp": 10.6, + "min_temp": 3.5, + "max_temp": 15.5, + "rain": 0.2, + "max_wind": 7.3, + "mean_wind": 4.3, + "min_hum": 47, + "mean_hum": 71.4, + "sun": 3.5, + "cloud": 5.8, + "ground_temp": 12.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55031, + "power": 55031 + }, + { + "date": 111118, + "mean_temp": 14.2, + "min_temp": 11.9, + "max_temp": 16.1, + "rain": 6, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 53, + "mean_hum": 81, + "sun": 1.7, + "cloud": 9.8, + "ground_temp": 12.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61210, + "power": 61210 + }, + { + "date": 111117, + "mean_temp": 13.6, + "min_temp": 10.5, + "max_temp": 16.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 37, + "mean_hum": 52.9, + "sun": 0.2, + "cloud": 8.5, + "ground_temp": 10.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62286, + "power": 62286 + }, + { + "date": 111116, + "mean_temp": 10.9, + "min_temp": 5.8, + "max_temp": 15.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 51.1, + "sun": 7.2, + "cloud": 5.9, + "ground_temp": 8.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61292, + "power": 61292 + }, + { + "date": 111115, + "mean_temp": 7.2, + "min_temp": 3.4, + "max_temp": 11.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 43.8, + "sun": 9.3, + "cloud": 0.8, + "ground_temp": 5.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62550, + "power": 62550 + }, + { + "date": 111114, + "mean_temp": 6.4, + "min_temp": 3.4, + "max_temp": 11, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 37.3, + "sun": 9.5, + "cloud": 0, + "ground_temp": 6.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62550, + "power": 62271 + }, + { + "date": 111113, + "mean_temp": 11.3, + "min_temp": 6, + "max_temp": 15.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.3, + "min_hum": 21, + "mean_hum": 53.9, + "sun": 6.2, + "cloud": 3.4, + "ground_temp": 10, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52104, + "power": 52104 + }, + { + "date": 111112, + "mean_temp": 12, + "min_temp": 9.1, + "max_temp": 15.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 66.5, + "sun": 5.6, + "cloud": 4.6, + "ground_temp": 10, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54054, + "power": 54054 + }, + { + "date": 111111, + "mean_temp": 12.5, + "min_temp": 11, + "max_temp": 14.7, + "rain": 1, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 71.1, + "sun": 0, + "cloud": 8.6, + "ground_temp": 11.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61125, + "power": 60197 + }, + { + "date": 111110, + "mean_temp": 14.1, + "min_temp": 10.9, + "max_temp": 17, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3, + "min_hum": 43, + "mean_hum": 54.1, + "sun": 2.8, + "cloud": 7.6, + "ground_temp": 9.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61125, + "power": 61125 + }, + { + "date": 111109, + "mean_temp": 14.5, + "min_temp": 12.5, + "max_temp": 18.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.6, + "min_hum": 46, + "mean_hum": 59.4, + "sun": 5.4, + "cloud": 6.6, + "ground_temp": 10.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60409, + "power": 60409 + }, + { + "date": 111108, + "mean_temp": 14.9, + "min_temp": 11.1, + "max_temp": 19.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 65, + "sun": 4.7, + "cloud": 6.9, + "ground_temp": 12.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61174, + "power": 61174 + }, + { + "date": 111107, + "mean_temp": 15.1, + "min_temp": 12.5, + "max_temp": 18.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 48, + "mean_hum": 68.9, + "sun": 3.3, + "cloud": 6.5, + "ground_temp": 13.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60708, + "power": 60708 + }, + { + "date": 111106, + "mean_temp": 14.6, + "min_temp": 12.9, + "max_temp": 19.3, + "rain": 12, + "max_wind": 6, + "mean_wind": 3.9, + "min_hum": 57, + "mean_hum": 79.8, + "sun": 0, + "cloud": 8.3, + "ground_temp": 13, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54280, + "power": 51533 + }, + { + "date": 111105, + "mean_temp": 19.9, + "min_temp": 16.4, + "max_temp": 25.9, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 67.5, + "sun": 4.9, + "cloud": 8.1, + "ground_temp": 15.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54200, + "power": 54200 + }, + { + "date": 111104, + "mean_temp": 18.4, + "min_temp": 15.4, + "max_temp": 22.5, + "rain": 1, + "max_wind": 6.9, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 67.6, + "sun": 1.3, + "cloud": 8.9, + "ground_temp": 16.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61587, + "power": 60326 + }, + { + "date": 111103, + "mean_temp": 16.8, + "min_temp": 10, + "max_temp": 24.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 49.1, + "sun": 9.5, + "cloud": 1.1, + "ground_temp": 14, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60915, + "power": 60915 + }, + { + "date": 111102, + "mean_temp": 16.2, + "min_temp": 13.4, + "max_temp": 21.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 46.1, + "sun": 6.8, + "cloud": 6, + "ground_temp": 14.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60192, + "power": 60192 + }, + { + "date": 111101, + "mean_temp": 16.1, + "min_temp": 9.9, + "max_temp": 22.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 45.9, + "sun": 9.6, + "cloud": 3.1, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60289, + "power": 60289 + }, + { + "date": 111031, + "mean_temp": 15, + "min_temp": 8.5, + "max_temp": 22.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 19, + "mean_hum": 42.8, + "sun": 8.1, + "cloud": 3.4, + "ground_temp": 11.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61599, + "power": 60913 + }, + { + "date": 111030, + "mean_temp": 14.8, + "min_temp": 10.7, + "max_temp": 20.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 54.8, + "sun": 8.9, + "cloud": 2.3, + "ground_temp": 12.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41302, + "power": 51704 + }, + { + "date": 111029, + "mean_temp": 12, + "min_temp": 10.2, + "max_temp": 13.5, + "rain": 5, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 80.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 12.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55053, + "power": 55053 + }, + { + "date": 111028, + "mean_temp": 14.5, + "min_temp": 11, + "max_temp": 19.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 27, + "mean_hum": 49.6, + "sun": 7, + "cloud": 4.8, + "ground_temp": 14.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60753, + "power": 60753 + }, + { + "date": 111027, + "mean_temp": 12.7, + "min_temp": 6.6, + "max_temp": 19.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 43.6, + "sun": 8.3, + "cloud": 5.5, + "ground_temp": 11.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61921, + "power": 61921 + }, + { + "date": 111026, + "mean_temp": 9.5, + "min_temp": 3.1, + "max_temp": 15.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 42.8, + "sun": 9.5, + "cloud": 3.3, + "ground_temp": 9.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61599, + "power": 61599 + }, + { + "date": 111025, + "mean_temp": 7.6, + "min_temp": 3.7, + "max_temp": 12.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 36.9, + "sun": 9.9, + "cloud": 0, + "ground_temp": 9.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62575, + "power": 62575 + }, + { + "date": 111024, + "mean_temp": 12.3, + "min_temp": 7.1, + "max_temp": 15.3, + "rain": 1.5, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 42, + "mean_hum": 72.3, + "sun": 0, + "cloud": 8.4, + "ground_temp": 13.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61578, + "power": 61578 + }, + { + "date": 111023, + "mean_temp": 16.5, + "min_temp": 11.8, + "max_temp": 22.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 66.3, + "sun": 5.6, + "cloud": 6.5, + "ground_temp": 14.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51487, + "power": 51428 + }, + { + "date": 111022, + "mean_temp": 17.1, + "min_temp": 14.4, + "max_temp": 21.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 59.8, + "sun": 3.8, + "cloud": 5.5, + "ground_temp": 14.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54621, + "power": 54621 + }, + { + "date": 111021, + "mean_temp": 17.3, + "min_temp": 13.1, + "max_temp": 21, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 53.1, + "sun": 5, + "cloud": 8.3, + "ground_temp": 16.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60554, + "power": 60554 + }, + { + "date": 111020, + "mean_temp": 15.5, + "min_temp": 11, + "max_temp": 20.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 35, + "mean_hum": 52.4, + "sun": 6.8, + "cloud": 5.6, + "ground_temp": 15.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61343, + "power": 61343 + }, + { + "date": 111019, + "mean_temp": 12.8, + "min_temp": 4.6, + "max_temp": 20.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 44, + "sun": 10, + "cloud": 1.1, + "ground_temp": 13.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60644, + "power": 60644 + }, + { + "date": 111018, + "mean_temp": 9.4, + "min_temp": 3.9, + "max_temp": 15.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 19, + "mean_hum": 37.4, + "sun": 10.5, + "cloud": 0, + "ground_temp": 12, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60644, + "power": 61448 + }, + { + "date": 111017, + "mean_temp": 11.2, + "min_temp": 7, + "max_temp": 14.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.4, + "min_hum": 15, + "mean_hum": 34.3, + "sun": 10.3, + "cloud": 0.1, + "ground_temp": 14.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60644, + "power": 61107 + }, + { + "date": 111016, + "mean_temp": 14.8, + "min_temp": 11.1, + "max_temp": 20.1, + "rain": 0.5, + "max_wind": 7.1, + "mean_wind": 3.7, + "min_hum": 35, + "mean_hum": 62.8, + "sun": 8, + "cloud": 3.6, + "ground_temp": 15, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51487, + "power": 50957 + }, + { + "date": 111015, + "mean_temp": 13, + "min_temp": 11.4, + "max_temp": 16.9, + "rain": 20, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 67, + "mean_hum": 85.3, + "sun": 0, + "cloud": 8.3, + "ground_temp": 15.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53962, + "power": 53962 + }, + { + "date": 111014, + "mean_temp": 14.4, + "min_temp": 12.7, + "max_temp": 15.7, + "rain": 5, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 58, + "mean_hum": 79.3, + "sun": 0, + "cloud": 8.6, + "ground_temp": 15.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60044, + "power": 60044 + }, + { + "date": 111013, + "mean_temp": 16.6, + "min_temp": 10.7, + "max_temp": 23.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.4, + "min_hum": 25, + "mean_hum": 51.4, + "sun": 10.1, + "cloud": 2.1, + "ground_temp": 18.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60907, + "power": 60907 + }, + { + "date": 111012, + "mean_temp": 14.7, + "min_temp": 10.7, + "max_temp": 18.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.2, + "min_hum": 41, + "mean_hum": 52.5, + "cloud": 7.1, + "ground_temp": 16.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60476, + "power": 60476 + }, + { + "date": 111011, + "mean_temp": 16.5, + "min_temp": 12.4, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 17, + "mean_hum": 58.1, + "sun": 10, + "cloud": 0.9, + "ground_temp": 18.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60691, + "power": 60691 + }, + { + "date": 111010, + "mean_temp": 16.9, + "min_temp": 12.4, + "max_temp": 21.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 69.6, + "sun": 4.6, + "cloud": 5.1, + "ground_temp": 19.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60712, + "power": 60712 + }, + { + "date": 111009, + "mean_temp": 16.6, + "min_temp": 11.9, + "max_temp": 22.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 59, + "sun": 3, + "cloud": 5, + "ground_temp": 17.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 50842, + "power": 50842 + }, + { + "date": 111008, + "mean_temp": 16.2, + "min_temp": 10.4, + "max_temp": 22.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 55.3, + "sun": 10.2, + "cloud": 0, + "ground_temp": 18.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54621, + "power": 53737 + }, + { + "date": 111007, + "mean_temp": 15.4, + "min_temp": 10.5, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 57.5, + "sun": 10.4, + "cloud": 0.3, + "ground_temp": 17.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59674, + "power": 59674 + }, + { + "date": 111006, + "mean_temp": 16.5, + "min_temp": 12.7, + "max_temp": 20.2, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.4, + "min_hum": 24, + "mean_hum": 54.1, + "sun": 8, + "cloud": 2.6, + "ground_temp": 18.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59182, + "power": 60086 + }, + { + "date": 111005, + "mean_temp": 16.4, + "min_temp": 12.7, + "max_temp": 22, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 51.5, + "sun": 5.4, + "cloud": 5, + "ground_temp": 18.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59182, + "power": 59182 + }, + { + "date": 111004, + "mean_temp": 14.9, + "min_temp": 8.4, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 25, + "mean_hum": 47.3, + "sun": 9.7, + "cloud": 2.6, + "ground_temp": 16.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59282, + "power": 59282 + }, + { + "date": 111003, + "mean_temp": 13.8, + "min_temp": 7.3, + "max_temp": 20.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 44.3, + "sun": 10.9, + "cloud": 0.1, + "ground_temp": 15.5, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 53024, + "power": 53024 + }, + { + "date": 111002, + "mean_temp": 13.3, + "min_temp": 9.6, + "max_temp": 18.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 42.1, + "sun": 10.3, + "cloud": 2.1, + "ground_temp": 14.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49454, + "power": 49454 + }, + { + "date": 111001, + "mean_temp": 12.7, + "min_temp": 7.7, + "max_temp": 17.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 28, + "mean_hum": 48.9, + "sun": 11, + "cloud": 1, + "ground_temp": 15, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52404, + "power": 52404 + }, + { + "date": 110930, + "mean_temp": 14.8, + "min_temp": 10.3, + "max_temp": 18.6, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.7, + "min_hum": 26, + "mean_hum": 49.5, + "sun": 10.9, + "cloud": 1.8, + "ground_temp": 17.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57516, + "power": 57516 + }, + { + "date": 110929, + "mean_temp": 16.9, + "min_temp": 15.5, + "max_temp": 19.5, + "rain": 22.5, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 62, + "mean_hum": 83.3, + "sun": 0.1, + "cloud": 8.8, + "ground_temp": 17, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60274, + "power": 60274 + }, + { + "date": 110928, + "mean_temp": 19.8, + "min_temp": 16.6, + "max_temp": 23.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 52.6, + "sun": 0.2, + "cloud": 7.1, + "ground_temp": 19.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59963, + "power": 59963 + }, + { + "date": 110927, + "mean_temp": 21.8, + "min_temp": 15.4, + "max_temp": 29.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 13, + "mean_hum": 41.1, + "sun": 11, + "cloud": 0, + "ground_temp": 20.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61003, + "power": 61003 + }, + { + "date": 110926, + "mean_temp": 21.2, + "min_temp": 14.8, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 52.1, + "sun": 10.8, + "cloud": 0, + "ground_temp": 21.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60018, + "power": 60018 + }, + { + "date": 110925, + "mean_temp": 20, + "min_temp": 14.6, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 61.3, + "sun": 8.8, + "cloud": 0.5, + "ground_temp": 21.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52053, + "power": 51479 + }, + { + "date": 110924, + "mean_temp": 19.6, + "min_temp": 14.4, + "max_temp": 25.9, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 27, + "mean_hum": 55.9, + "sun": 10.7, + "cloud": 0.5, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54366, + "power": 54366 + }, + { + "date": 110923, + "mean_temp": 19.5, + "min_temp": 13.5, + "max_temp": 26, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 49.9, + "sun": 11.1, + "cloud": 0.4, + "ground_temp": 19.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59500, + "power": 59500 + }, + { + "date": 110922, + "mean_temp": 18.1, + "min_temp": 11.9, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 23, + "mean_hum": 49.8, + "sun": 10.3, + "cloud": 0.8, + "ground_temp": 19.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59707, + "power": 59707 + }, + { + "date": 110921, + "mean_temp": 18.1, + "min_temp": 12.4, + "max_temp": 24, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 44.4, + "sun": 7.9, + "cloud": 2, + "ground_temp": 17.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59182, + "power": 58737 + }, + { + "date": 110920, + "mean_temp": 17.7, + "min_temp": 13.4, + "max_temp": 23.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.6, + "min_hum": 30, + "mean_hum": 44.5, + "sun": 5.6, + "cloud": 4.5, + "ground_temp": 17, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59172, + "power": 59172 + }, + { + "date": 110919, + "mean_temp": 16.8, + "min_temp": 14.5, + "max_temp": 18.2, + "rain": 0.1, + "max_wind": 6.9, + "mean_wind": 4.2, + "min_hum": 47, + "mean_hum": 56.1, + "sun": 0, + "cloud": 7.8, + "ground_temp": 15.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59227, + "power": 59227 + }, + { + "date": 110918, + "mean_temp": 21, + "min_temp": 17.5, + "max_temp": 26.4, + "rain": 0.5, + "max_wind": 7.2, + "mean_wind": 3.9, + "min_hum": 43, + "mean_hum": 63, + "sun": 3.9, + "cloud": 8, + "ground_temp": 16.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52738, + "power": 52738 + }, + { + "date": 110917, + "mean_temp": 25.8, + "min_temp": 21.6, + "max_temp": 31, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 46, + "mean_hum": 65.6, + "sun": 4.2, + "cloud": 7.3, + "ground_temp": 21.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62936, + "power": 62936 + }, + { + "date": 110916, + "mean_temp": 25.6, + "min_temp": 21.7, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 68.1, + "sun": 3.6, + "cloud": 6.3, + "ground_temp": 26.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67405, + "power": 67405 + }, + { + "date": 110915, + "mean_temp": 25.7, + "min_temp": 21.2, + "max_temp": 31.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 68.8, + "sun": 6.7, + "cloud": 4.9, + "ground_temp": 25.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67281, + "power": 67281 + }, + { + "date": 110914, + "mean_temp": 24.4, + "min_temp": 22.8, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 70.9, + "sun": 1.3, + "cloud": 6.6, + "ground_temp": 25.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58754, + "power": 58754 + }, + { + "date": 110913, + "mean_temp": 25, + "min_temp": 20.9, + "max_temp": 30.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 50.3, + "sun": 5.3, + "cloud": 7.1, + "ground_temp": 23.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 42993, + "power": 48043 + }, + { + "date": 110912, + "mean_temp": 23.3, + "min_temp": 20, + "max_temp": 27, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.6, + "min_hum": 52, + "mean_hum": 69.6, + "sun": 1.4, + "cloud": 8.9, + "ground_temp": 21.9, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 42993, + "power": 42993 + }, + { + "date": 110911, + "mean_temp": 21.2, + "min_temp": 19.5, + "max_temp": 22.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 62, + "mean_hum": 77.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 19.9, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 45021, + "power": 45021 + }, + { + "date": 110910, + "mean_temp": 21.5, + "min_temp": 18, + "max_temp": 26.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 47, + "mean_hum": 68.6, + "sun": 1.2, + "cloud": 9, + "ground_temp": 19.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51803, + "power": 51803 + }, + { + "date": 110909, + "mean_temp": 19.9, + "min_temp": 19, + "max_temp": 20.7, + "rain": 2.5, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 63, + "mean_hum": 75.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 20.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64442, + "power": 62293 + }, + { + "date": 110908, + "mean_temp": 22.3, + "min_temp": 20.4, + "max_temp": 25.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.8, + "min_hum": 31, + "mean_hum": 53.8, + "sun": 3.7, + "cloud": 7.5, + "ground_temp": 22.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64960, + "power": 64524 + }, + { + "date": 110907, + "mean_temp": 22.6, + "min_temp": 17.5, + "max_temp": 27.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 49.9, + "sun": 5.8, + "cloud": 6, + "ground_temp": 24.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60712, + "power": 64990 + }, + { + "date": 110906, + "mean_temp": 23.4, + "min_temp": 18.8, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 52.5, + "sun": 11.9, + "cloud": 0, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66278, + "power": 66278 + }, + { + "date": 110905, + "mean_temp": 23.8, + "min_temp": 19.5, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 55.9, + "sun": 11.4, + "cloud": 2, + "ground_temp": 24.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64546, + "power": 66594 + }, + { + "date": 110904, + "mean_temp": 23.7, + "min_temp": 19.4, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 47.6, + "sun": 3.6, + "cloud": 3.6, + "ground_temp": 24.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54861, + "power": 54861 + }, + { + "date": 110903, + "mean_temp": 25.1, + "min_temp": 20.3, + "max_temp": 30.7, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.3, + "min_hum": 34, + "mean_hum": 48, + "sun": 10.1, + "cloud": 0.9, + "ground_temp": 24.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61977, + "power": 61977 + }, + { + "date": 110902, + "mean_temp": 26.9, + "min_temp": 22.9, + "max_temp": 32.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 35, + "mean_hum": 58.1, + "sun": 8, + "cloud": 1.9, + "ground_temp": 23.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71061, + "power": 71061 + }, + { + "date": 110901, + "mean_temp": 27, + "min_temp": 22.9, + "max_temp": 31.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 63.3, + "sun": 10.9, + "cloud": 0.6, + "ground_temp": 30.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70529, + "power": 70529 + }, + { + "date": 110831, + "mean_temp": 27.9, + "min_temp": 23.6, + "max_temp": 32.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 62.6, + "sun": 10.2, + "cloud": 1, + "ground_temp": 29.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70350, + "power": 72194 + }, + { + "date": 110830, + "mean_temp": 27.1, + "min_temp": 24.2, + "max_temp": 32.4, + "rain": 8.5, + "max_wind": 7, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 70, + "sun": 1.5, + "cloud": 8, + "ground_temp": 27.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67619, + "power": 71745 + }, + { + "date": 110829, + "mean_temp": 26.8, + "min_temp": 24.5, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 60, + "mean_hum": 75.6, + "sun": 0.7, + "cloud": 6.3, + "ground_temp": 28.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64812, + "power": 70767 + }, + { + "date": 110828, + "mean_temp": 27.3, + "min_temp": 24.3, + "max_temp": 32, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 66.8, + "sun": 6.3, + "cloud": 5.3, + "ground_temp": 27.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56941, + "power": 56941 + }, + { + "date": 110827, + "mean_temp": 27.6, + "min_temp": 23.5, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 59.5, + "sun": 5.5, + "cloud": 6.3, + "ground_temp": 26.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62936, + "power": 60944 + }, + { + "date": 110826, + "mean_temp": 26.4, + "min_temp": 23.2, + "max_temp": 30.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 45, + "mean_hum": 57.5, + "sun": 7.6, + "cloud": 6.8, + "ground_temp": 24.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66226, + "power": 66226 + }, + { + "date": 110825, + "mean_temp": 25.7, + "min_temp": 21, + "max_temp": 30.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 57.3, + "sun": 8.1, + "cloud": 5.6, + "ground_temp": 27.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67527, + "power": 65285 + }, + { + "date": 110824, + "mean_temp": 24.8, + "min_temp": 21.2, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3, + "min_hum": 43, + "mean_hum": 57.9, + "sun": 5.5, + "cloud": 5.9, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63959, + "power": 63959 + }, + { + "date": 110823, + "mean_temp": 24.3, + "min_temp": 18.1, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 60.1, + "sun": 8.9, + "cloud": 3.5, + "ground_temp": 26.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64249, + "power": 63587 + }, + { + "date": 110822, + "mean_temp": 23.5, + "min_temp": 19.8, + "max_temp": 29.6, + "rain": 3.5, + "max_wind": 7.3, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 71.4, + "sun": 2.2, + "cloud": 6.5, + "ground_temp": 26.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64261, + "power": 64261 + }, + { + "date": 110821, + "mean_temp": 24.4, + "min_temp": 18.7, + "max_temp": 31, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 68.4, + "sun": 8.9, + "cloud": 4, + "ground_temp": 28.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53116, + "power": 53116 + }, + { + "date": 110820, + "mean_temp": 23.1, + "min_temp": 20.3, + "max_temp": 27, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 76.9, + "sun": 1.6, + "cloud": 7.9, + "ground_temp": 26.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59230, + "power": 57322 + }, + { + "date": 110819, + "mean_temp": 24.4, + "min_temp": 21.7, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 75.6, + "sun": 1, + "cloud": 8.8, + "ground_temp": 25.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65828, + "power": 65828 + }, + { + "date": 110818, + "mean_temp": 25.2, + "min_temp": 21.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 55, + "mean_hum": 73.3, + "sun": 4.8, + "cloud": 6.6, + "ground_temp": 25.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67527, + "power": 67527 + }, + { + "date": 110817, + "mean_temp": 23.7, + "min_temp": 22.8, + "max_temp": 24.6, + "rain": 4, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 86, + "mean_hum": 91.1, + "sun": 0, + "cloud": 10, + "ground_temp": 23.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67645, + "power": 67645 + }, + { + "date": 110816, + "mean_temp": 25, + "min_temp": 23.6, + "max_temp": 26.2, + "rain": 16, + "max_wind": 6.5, + "mean_wind": 2.5, + "min_hum": 80, + "mean_hum": 87.8, + "sun": 0, + "cloud": 10, + "ground_temp": 30.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59826, + "power": 68649 + }, + { + "date": 110815, + "mean_temp": 24.5, + "min_temp": 22.9, + "max_temp": 26.9, + "rain": 0.5, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 74, + "mean_hum": 87.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 31.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 59826, + "power": 59826 + }, + { + "date": 110814, + "mean_temp": 25, + "min_temp": 23.9, + "max_temp": 26.8, + "rain": 9.5, + "max_wind": 7.1, + "mean_wind": 2.3, + "min_hum": 79, + "mean_hum": 86.8, + "sun": 0, + "cloud": 10, + "ground_temp": 30.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55352, + "power": 55352 + }, + { + "date": 110813, + "mean_temp": 25.3, + "min_temp": 23.9, + "max_temp": 26.6, + "rain": 6.5, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 72, + "mean_hum": 83.9, + "sun": 0, + "cloud": 9.5, + "ground_temp": 28.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60927, + "power": 60927 + }, + { + "date": 110812, + "mean_temp": 25.3, + "min_temp": 24.1, + "max_temp": 26.3, + "rain": 19.5, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 79, + "mean_hum": 86.5, + "sun": 0, + "cloud": 10, + "ground_temp": 28.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68112, + "power": 68112 + }, + { + "date": 110811, + "mean_temp": 26.6, + "min_temp": 24.5, + "max_temp": 29.9, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 63, + "mean_hum": 78.9, + "sun": 1.2, + "cloud": 8.5, + "ground_temp": 33, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69587, + "power": 69587 + }, + { + "date": 110810, + "mean_temp": 25.8, + "min_temp": 23.2, + "max_temp": 28.9, + "rain": 0.3, + "max_wind": 4.9, + "mean_wind": 3, + "min_hum": 66, + "mean_hum": 81, + "sun": 1.2, + "cloud": 8.5, + "ground_temp": 30.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67776, + "power": 67776 + }, + { + "date": 110809, + "mean_temp": 26, + "min_temp": 24.4, + "max_temp": 28.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.5, + "min_hum": 60, + "mean_hum": 76.3, + "sun": 1.7, + "cloud": 8.9, + "ground_temp": 25.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66480, + "power": 67523 + }, + { + "date": 110808, + "mean_temp": 24.7, + "min_temp": 23.6, + "max_temp": 27.7, + "rain": 39.5, + "max_wind": 9.4, + "mean_wind": 5.8, + "min_hum": 66, + "mean_hum": 84.8, + "sun": 0, + "cloud": 10, + "ground_temp": 26.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66784, + "power": 66784 + }, + { + "date": 110807, + "mean_temp": 28.7, + "min_temp": 24.9, + "max_temp": 33, + "rain": 4.5, + "max_wind": 7.7, + "mean_wind": 4.4, + "min_hum": 48, + "mean_hum": 63.9, + "sun": 4.3, + "cloud": 7.6, + "ground_temp": 28.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57003, + "power": 57003 + }, + { + "date": 110806, + "mean_temp": 28.5, + "min_temp": 26.1, + "max_temp": 32.7, + "rain": 1.5, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 67.5, + "sun": 0.5, + "cloud": 6.5, + "ground_temp": 27.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61767, + "power": 61767 + }, + { + "date": 110805, + "mean_temp": 28.9, + "min_temp": 23.4, + "max_temp": 34.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 67.8, + "sun": 8.3, + "cloud": 4.6, + "ground_temp": 29.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67951, + "power": 67951 + }, + { + "date": 110804, + "mean_temp": 25.4, + "min_temp": 23.7, + "max_temp": 28, + "rain": 10, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 71, + "mean_hum": 86.3, + "sun": 0.4, + "cloud": 8.4, + "ground_temp": 26.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65124, + "power": 65124 + }, + { + "date": 110803, + "mean_temp": 25.4, + "min_temp": 23.7, + "max_temp": 28.1, + "rain": 41.5, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 67, + "mean_hum": 83, + "sun": 0.7, + "cloud": 8.8, + "ground_temp": 25.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61244, + "power": 61244 + }, + { + "date": 110802, + "mean_temp": 26.1, + "min_temp": 24.4, + "max_temp": 30.1, + "rain": 0.5, + "max_wind": 5.1, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 77.5, + "sun": 2.2, + "cloud": 8.5, + "ground_temp": 23.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61244, + "power": 59306 + }, + { + "date": 110801, + "mean_temp": 25.6, + "min_temp": 23.3, + "max_temp": 29.2, + "rain": 0.5, + "max_wind": 4.2, + "mean_wind": 2.9, + "min_hum": 66, + "mean_hum": 81.1, + "sun": 0.7, + "cloud": 9.4, + "ground_temp": 23.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61244, + "power": 57942 + }, + { + "date": 110731, + "mean_temp": 24.7, + "min_temp": 23.2, + "max_temp": 26.6, + "rain": 73, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 75, + "mean_hum": 87.8, + "sun": 0, + "cloud": 9.6, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54326, + "power": 54326 + }, + { + "date": 110730, + "mean_temp": 27.2, + "min_temp": 24.4, + "max_temp": 30.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 58, + "mean_hum": 75.3, + "sun": 1, + "cloud": 7.3, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58439, + "power": 58439 + }, + { + "date": 110729, + "mean_temp": 26.2, + "min_temp": 23.9, + "max_temp": 30.2, + "rain": 7.5, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 61, + "mean_hum": 81.6, + "sun": 2.4, + "cloud": 8.1, + "ground_temp": 29.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68307, + "power": 68307 + }, + { + "date": 110728, + "mean_temp": 24.7, + "min_temp": 22.8, + "max_temp": 26.3, + "rain": 115, + "max_wind": 7.5, + "mean_wind": 3.7, + "min_hum": 74, + "mean_hum": 89, + "sun": 0, + "cloud": 10, + "ground_temp": 23.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67942, + "power": 67942 + }, + { + "date": 110727, + "mean_temp": 24, + "min_temp": 22.3, + "max_temp": 26.2, + "rain": 301.5, + "max_wind": 7.3, + "mean_wind": 2.6, + "min_hum": 83, + "mean_hum": 92.1, + "sun": 0, + "cloud": 10, + "ground_temp": 24.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67942, + "power": 67464 + }, + { + "date": 110726, + "mean_temp": 24.8, + "min_temp": 21.1, + "max_temp": 29.3, + "rain": 171, + "max_wind": 6.7, + "mean_wind": 2.7, + "min_hum": 61, + "mean_hum": 81, + "sun": 0.3, + "cloud": 8.6, + "ground_temp": 25.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65497, + "power": 68964 + }, + { + "date": 110725, + "mean_temp": 24.9, + "min_temp": 23.2, + "max_temp": 27.9, + "rain": 27.5, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 69, + "mean_hum": 85.3, + "sun": 0.5, + "cloud": 9.3, + "ground_temp": 23.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67965, + "power": 67965 + }, + { + "date": 110724, + "mean_temp": 24.8, + "min_temp": 22.8, + "max_temp": 27.9, + "rain": 8, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 62, + "mean_hum": 81.6, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 22, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50322, + "power": 55435 + }, + { + "date": 110723, + "mean_temp": 25.4, + "min_temp": 22.9, + "max_temp": 29.7, + "rain": 3, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 56, + "mean_hum": 76.3, + "sun": 2.1, + "cloud": 8.5, + "ground_temp": 24.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61339, + "power": 61339 + }, + { + "date": 110722, + "mean_temp": 24.1, + "min_temp": 21.4, + "max_temp": 26.6, + "rain": 1.5, + "max_wind": 3.5, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 71, + "sun": 0, + "cloud": 9.3, + "ground_temp": 27.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66105, + "power": 66105 + }, + { + "date": 110721, + "mean_temp": 27.1, + "min_temp": 22.3, + "max_temp": 32.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 33, + "mean_hum": 48, + "sun": 12.8, + "cloud": 3, + "ground_temp": 22.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69173, + "power": 69173 + }, + { + "date": 110720, + "mean_temp": 27.6, + "min_temp": 23.6, + "max_temp": 32.6, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 30, + "mean_hum": 50.3, + "sun": 13.1, + "cloud": 1.1, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 70350, + "power": 70350 + }, + { + "date": 110719, + "mean_temp": 28.5, + "min_temp": 24.7, + "max_temp": 32.7, + "rain": 0, + "max_wind": 9.3, + "mean_wind": 5.2, + "min_hum": 44, + "mean_hum": 55.5, + "sun": 12.4, + "cloud": 2.3, + "ground_temp": 21.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71393, + "power": 71393 + }, + { + "date": 110718, + "mean_temp": 28.7, + "min_temp": 24.4, + "max_temp": 34.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 42, + "mean_hum": 62.8, + "sun": 7.4, + "cloud": 5, + "ground_temp": 22.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64587, + "power": 70956 + }, + { + "date": 110717, + "mean_temp": 25.1, + "min_temp": 22.2, + "max_temp": 29.1, + "rain": 1, + "max_wind": 5.1, + "mean_wind": 1.8, + "min_hum": 64, + "mean_hum": 82.5, + "sun": 1, + "cloud": 8.9, + "ground_temp": 25.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53593, + "power": 56518 + }, + { + "date": 110716, + "mean_temp": 22.8, + "min_temp": 21.2, + "max_temp": 25.3, + "rain": 54.5, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 80, + "mean_hum": 91.1, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 24.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61028, + "power": 61028 + }, + { + "date": 110715, + "mean_temp": 23.4, + "min_temp": 21.6, + "max_temp": 26, + "rain": 15, + "max_wind": 6.6, + "mean_wind": 2.4, + "min_hum": 81, + "mean_hum": 89.4, + "sun": 0, + "cloud": 10, + "ground_temp": 23.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67140, + "power": 67140 + }, + { + "date": 110714, + "mean_temp": 23.6, + "min_temp": 22.3, + "max_temp": 24.6, + "rain": 38, + "max_wind": 6.8, + "mean_wind": 2.6, + "min_hum": 85, + "mean_hum": 89.5, + "sun": 0, + "cloud": 10, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66480, + "power": 66480 + }, + { + "date": 110713, + "mean_temp": 24.3, + "min_temp": 22.5, + "max_temp": 26.2, + "rain": 29, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 75, + "mean_hum": 85.6, + "sun": 0, + "cloud": 10, + "ground_temp": 22.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66087, + "power": 66087 + }, + { + "date": 110712, + "mean_temp": 22.8, + "min_temp": 20.9, + "max_temp": 25.6, + "rain": 51.5, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 73, + "mean_hum": 87.9, + "sun": 0, + "cloud": 10, + "ground_temp": 22.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65237, + "power": 65237 + }, + { + "date": 110711, + "mean_temp": 21.2, + "min_temp": 19.9, + "max_temp": 22.1, + "rain": 42.5, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 84, + "mean_hum": 90.3, + "sun": 0, + "cloud": 10, + "ground_temp": 22, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65765, + "power": 64240 + }, + { + "date": 110710, + "mean_temp": 24.2, + "min_temp": 21.4, + "max_temp": 28.4, + "rain": 6, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 63, + "mean_hum": 80.4, + "sun": 1.2, + "cloud": 9.3, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53593, + "power": 53593 + }, + { + "date": 110709, + "mean_temp": 23.6, + "min_temp": 20.8, + "max_temp": 27.8, + "rain": 15, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 63, + "mean_hum": 83.5, + "sun": 1.3, + "cloud": 8, + "ground_temp": 22.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62633, + "power": 58040 + }, + { + "date": 110708, + "mean_temp": 22.4, + "min_temp": 20.6, + "max_temp": 24.6, + "rain": 13, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 69, + "mean_hum": 84.1, + "sun": 0, + "cloud": 10, + "ground_temp": 22, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64283, + "power": 64283 + }, + { + "date": 110707, + "mean_temp": 22.9, + "min_temp": 20.9, + "max_temp": 25.3, + "rain": 42.5, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 67, + "mean_hum": 84.9, + "sun": 0, + "cloud": 10, + "ground_temp": 22, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64622, + "power": 64622 + }, + { + "date": 110706, + "mean_temp": 25.6, + "min_temp": 20.4, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 60.9, + "sun": 4.6, + "cloud": 6.8, + "ground_temp": 29, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67527, + "power": 65060 + }, + { + "date": 110705, + "mean_temp": 24.3, + "min_temp": 19, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 64.6, + "sun": 11.7, + "cloud": 1.9, + "ground_temp": 29, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64546, + "power": 66128 + }, + { + "date": 110704, + "mean_temp": 22.5, + "min_temp": 18.9, + "max_temp": 28, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 51, + "mean_hum": 76.8, + "sun": 7.1, + "cloud": 4.6, + "ground_temp": 26.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64946, + "power": 64946 + }, + { + "date": 110703, + "mean_temp": 22.6, + "min_temp": 20.7, + "max_temp": 24.8, + "rain": 115, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 83, + "mean_hum": 92.1, + "sun": 0, + "cloud": 10, + "ground_temp": 22.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53332, + "power": 53332 + }, + { + "date": 110702, + "mean_temp": 24.7, + "min_temp": 22.7, + "max_temp": 26.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.5, + "min_hum": 76, + "mean_hum": 82.3, + "sun": 0, + "cloud": 8.9, + "ground_temp": 29.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59613, + "power": 59613 + }, + { + "date": 110701, + "mean_temp": 25.1, + "min_temp": 22.2, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 62, + "mean_hum": 78.9, + "sun": 1.1, + "cloud": 8.1, + "ground_temp": 28.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66358, + "power": 66358 + }, + { + "date": 110630, + "mean_temp": 23.8, + "min_temp": 21, + "max_temp": 27.9, + "rain": 46, + "max_wind": 6.3, + "mean_wind": 2.5, + "min_hum": 64, + "mean_hum": 87.4, + "sun": 0.4, + "cloud": 9.5, + "ground_temp": 25.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65497, + "power": 65497 + }, + { + "date": 110629, + "mean_temp": 21, + "min_temp": 19.7, + "max_temp": 23.3, + "rain": 177, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 81, + "mean_hum": 92.3, + "sun": 0, + "cloud": 10, + "ground_temp": 21.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66433, + "power": 64414 + }, + { + "date": 110628, + "mean_temp": 24.1, + "min_temp": 18.2, + "max_temp": 29.7, + "rain": 0.5, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 67.3, + "sun": 9.9, + "cloud": 6.9, + "ground_temp": 21.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64249, + "power": 64249 + }, + { + "date": 110627, + "mean_temp": 19.2, + "min_temp": 18.3, + "max_temp": 20.5, + "rain": 11.5, + "max_wind": 9.3, + "mean_wind": 4.4, + "min_hum": 81, + "mean_hum": 85.9, + "sun": 0, + "cloud": 9.9, + "ground_temp": 16.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63780, + "power": 60942 + }, + { + "date": 110626, + "mean_temp": 19.2, + "min_temp": 17.2, + "max_temp": 21.6, + "rain": 40, + "max_wind": 10.9, + "mean_wind": 6.9, + "min_hum": 67, + "mean_hum": 82.1, + "sun": 0.6, + "cloud": 9.9, + "ground_temp": 17.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51456, + "power": 50607 + }, + { + "date": 110625, + "mean_temp": 18.3, + "min_temp": 17.5, + "max_temp": 20, + "rain": 37, + "max_wind": 6.8, + "mean_wind": 4.8, + "min_hum": 74, + "mean_hum": 84.9, + "sun": 0, + "cloud": 10, + "ground_temp": 18.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56953, + "power": 56412 + }, + { + "date": 110624, + "mean_temp": 19.7, + "min_temp": 18.6, + "max_temp": 21.6, + "rain": 10.5, + "max_wind": 6.5, + "mean_wind": 2.9, + "min_hum": 79, + "mean_hum": 88.9, + "sun": 0, + "cloud": 10, + "ground_temp": 18, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63780, + "power": 63144 + }, + { + "date": 110623, + "mean_temp": 22, + "min_temp": 21.2, + "max_temp": 23.3, + "rain": 41, + "max_wind": 9.4, + "mean_wind": 4.6, + "min_hum": 89, + "mean_hum": 92.3, + "sun": 0, + "cloud": 10, + "ground_temp": 24.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65856, + "power": 65856 + }, + { + "date": 110622, + "mean_temp": 22.7, + "min_temp": 20.9, + "max_temp": 24.9, + "rain": 16, + "max_wind": 6.2, + "mean_wind": 2, + "min_hum": 66, + "mean_hum": 83.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 37.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64846, + "power": 64846 + }, + { + "date": 110621, + "mean_temp": 24.1, + "min_temp": 19.4, + "max_temp": 29.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 35, + "mean_hum": 59.9, + "sun": 12.4, + "cloud": 1.6, + "ground_temp": 36.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66254, + "power": 66254 + }, + { + "date": 110620, + "mean_temp": 26.6, + "min_temp": 22.7, + "max_temp": 32, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.1, + "min_hum": 33, + "mean_hum": 52.5, + "sun": 12.2, + "cloud": 0.6, + "ground_temp": 31.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66872, + "power": 66872 + }, + { + "date": 110619, + "mean_temp": 26.6, + "min_temp": 20.7, + "max_temp": 32.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 50.4, + "sun": 9.5, + "cloud": 1.3, + "ground_temp": 31, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52965, + "power": 52965 + }, + { + "date": 110618, + "mean_temp": 24.5, + "min_temp": 20.8, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.6, + "min_hum": 36, + "mean_hum": 52.5, + "sun": 7.5, + "cloud": 4.1, + "ground_temp": 31.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63061, + "power": 57953 + }, + { + "date": 110617, + "mean_temp": 24.9, + "min_temp": 22.1, + "max_temp": 31.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 19, + "mean_hum": 43, + "sun": 6.2, + "cloud": 7.1, + "ground_temp": 28.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63935, + "power": 63935 + }, + { + "date": 110616, + "mean_temp": 26.5, + "min_temp": 20.3, + "max_temp": 32, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 43.3, + "sun": 12.7, + "cloud": 1.3, + "ground_temp": 26, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64211, + "power": 64211 + }, + { + "date": 110615, + "mean_temp": 25.2, + "min_temp": 19.1, + "max_temp": 31.9, + "rain": 1, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 50.8, + "sun": 9.5, + "cloud": 3.6, + "ground_temp": 25.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63471, + "power": 63471 + }, + { + "date": 110614, + "mean_temp": 22.8, + "min_temp": 16.8, + "max_temp": 29.5, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 57.6, + "sun": 11.4, + "cloud": 1.9, + "ground_temp": 27.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62196, + "power": 62196 + }, + { + "date": 110613, + "mean_temp": 21, + "min_temp": 16.6, + "max_temp": 26.9, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 46, + "mean_hum": 69.9, + "sun": 7.6, + "cloud": 5.3, + "ground_temp": 23.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61587, + "power": 61587 + }, + { + "date": 110612, + "mean_temp": 23.4, + "min_temp": 19, + "max_temp": 30.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 49.5, + "sun": 6, + "cloud": 7, + "ground_temp": 26.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53717, + "power": 51047 + }, + { + "date": 110611, + "mean_temp": 24, + "min_temp": 20.6, + "max_temp": 29.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 33, + "mean_hum": 45.8, + "sun": 13.1, + "cloud": 2.5, + "ground_temp": 32.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56286, + "power": 56286 + }, + { + "date": 110610, + "mean_temp": 21.4, + "min_temp": 17.8, + "max_temp": 24.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 71.4, + "sun": 0.6, + "cloud": 8.8, + "ground_temp": 25.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59963, + "power": 61087 + }, + { + "date": 110609, + "mean_temp": 19.4, + "min_temp": 17.5, + "max_temp": 22, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 76.5, + "sun": 0.5, + "cloud": 8.6, + "ground_temp": 30.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60058, + "power": 60058 + }, + { + "date": 110608, + "mean_temp": 22, + "min_temp": 18.2, + "max_temp": 27.5, + "rain": 1.5, + "max_wind": 7.3, + "mean_wind": 3, + "min_hum": 39, + "mean_hum": 55.8, + "sun": 7.7, + "cloud": 4.9, + "ground_temp": 30, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61512, + "power": 61512 + }, + { + "date": 110607, + "mean_temp": 20.9, + "min_temp": 15.9, + "max_temp": 26.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 45.8, + "sun": 5.9, + "cloud": 6.4, + "ground_temp": 26.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60236, + "power": 60236 + }, + { + "date": 110606, + "mean_temp": 20.9, + "min_temp": 15.3, + "max_temp": 26.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 50.5, + "sun": 8.9, + "cloud": 4.1, + "ground_temp": 30.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 53077, + "power": 53077 + }, + { + "date": 110605, + "mean_temp": 20.4, + "min_temp": 16.1, + "max_temp": 27.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 35, + "mean_hum": 62.6, + "sun": 10.6, + "cloud": 3.5, + "ground_temp": 29.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52648, + "power": 49207 + }, + { + "date": 110604, + "mean_temp": 18.7, + "min_temp": 15.8, + "max_temp": 24.6, + "rain": 0.5, + "max_wind": 7.4, + "mean_wind": 3.6, + "min_hum": 47, + "mean_hum": 76.8, + "sun": 5.8, + "cloud": 7.1, + "ground_temp": 26.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53800, + "power": 53800 + }, + { + "date": 110603, + "mean_temp": 19, + "min_temp": 14.4, + "max_temp": 24.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.4, + "min_hum": 25, + "mean_hum": 67, + "sun": 7.7, + "cloud": 5, + "ground_temp": 20.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59282, + "power": 58448 + }, + { + "date": 110602, + "mean_temp": 19, + "min_temp": 15.1, + "max_temp": 24.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 47, + "mean_hum": 73.6, + "sun": 3, + "cloud": 4, + "ground_temp": 20.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61578, + "power": 58797 + }, + { + "date": 110601, + "mean_temp": 18, + "min_temp": 14.7, + "max_temp": 21.6, + "rain": 21.5, + "max_wind": 6.6, + "mean_wind": 2.4, + "min_hum": 57, + "mean_hum": 76.9, + "sun": 1.1, + "cloud": 9.1, + "ground_temp": 14.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60044, + "power": 57787 + }, + { + "date": 110531, + "mean_temp": 18.7, + "min_temp": 15.4, + "max_temp": 23.7, + "rain": 7.5, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 40, + "mean_hum": 66.5, + "sun": 1.1, + "cloud": 9.9, + "ground_temp": 14.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58616, + "power": 58616 + }, + { + "date": 110530, + "mean_temp": 22.7, + "min_temp": 18.6, + "max_temp": 28.1, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 41.6, + "sun": 7, + "cloud": 6.9, + "ground_temp": 16.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59194, + "power": 59330 + }, + { + "date": 110529, + "mean_temp": 24.4, + "min_temp": 18.4, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 40.4, + "sun": 11.3, + "cloud": 0.8, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50249, + "power": 50249 + }, + { + "date": 110528, + "mean_temp": 22.4, + "min_temp": 15.7, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 48, + "sun": 8.2, + "cloud": 3.6, + "ground_temp": 20.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52404, + "power": 53420 + }, + { + "date": 110527, + "mean_temp": 20.1, + "min_temp": 15.6, + "max_temp": 24.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 53.5, + "sun": 6.1, + "cloud": 3.6, + "ground_temp": 17.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58006, + "power": 58006 + }, + { + "date": 110526, + "mean_temp": 20.7, + "min_temp": 17.9, + "max_temp": 24, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 47.9, + "sun": 0.1, + "cloud": 9.5, + "ground_temp": 15.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58444, + "power": 58444 + }, + { + "date": 110525, + "mean_temp": 22.7, + "min_temp": 16.7, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 23, + "mean_hum": 41.4, + "sun": 1.3, + "cloud": 7.8, + "ground_temp": 16.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58444, + "power": 58637 + }, + { + "date": 110524, + "mean_temp": 21.5, + "min_temp": 14.1, + "max_temp": 28, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 39.5, + "sun": 9.7, + "cloud": 5.5, + "ground_temp": 19.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58142, + "power": 58142 + }, + { + "date": 110523, + "mean_temp": 19.5, + "min_temp": 15.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 45.3, + "sun": 6.8, + "cloud": 4.3, + "ground_temp": 18.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57395, + "power": 57395 + }, + { + "date": 110522, + "mean_temp": 17.3, + "min_temp": 10.7, + "max_temp": 23.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 19, + "mean_hum": 57.8, + "sun": 7.4, + "cloud": 7.9, + "ground_temp": 19.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49085, + "power": 49822 + }, + { + "date": 110521, + "mean_temp": 14.5, + "min_temp": 12.6, + "max_temp": 17.7, + "rain": 2, + "max_wind": 5.1, + "mean_wind": 1.8, + "min_hum": 63, + "mean_hum": 85.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 13.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54227, + "power": 54227 + }, + { + "date": 110520, + "mean_temp": 17.5, + "min_temp": 15.6, + "max_temp": 20.5, + "rain": 15, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 67, + "mean_hum": 89.8, + "sun": 0, + "cloud": 10, + "ground_temp": 17.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59355, + "power": 59355 + }, + { + "date": 110519, + "mean_temp": 20.7, + "min_temp": 18.8, + "max_temp": 23.6, + "rain": 0.4, + "max_wind": 9.7, + "mean_wind": 4.6, + "min_hum": 43, + "mean_hum": 60.4, + "sun": 0.9, + "cloud": 8.3, + "ground_temp": 17.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59194, + "power": 58085 + }, + { + "date": 110518, + "mean_temp": 20.5, + "min_temp": 13.8, + "max_temp": 25.4, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.4, + "min_hum": 31, + "mean_hum": 40.9, + "sun": 6.7, + "cloud": 6.6, + "ground_temp": 19.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57557, + "power": 57557 + }, + { + "date": 110517, + "mean_temp": 17.5, + "min_temp": 11.6, + "max_temp": 22.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 19, + "mean_hum": 35.4, + "sun": 12, + "cloud": 1.6, + "ground_temp": 22.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56867, + "power": 56867 + }, + { + "date": 110516, + "mean_temp": 16.4, + "min_temp": 10.9, + "max_temp": 22.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3, + "min_hum": 21, + "mean_hum": 48.4, + "sun": 12.4, + "cloud": 1.3, + "ground_temp": 16.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56752, + "power": 56752 + }, + { + "date": 110515, + "mean_temp": 17.2, + "min_temp": 13, + "max_temp": 22.9, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 4.3, + "min_hum": 21, + "mean_hum": 50, + "sun": 8.5, + "cloud": 3.6, + "ground_temp": 19.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49085, + "power": 49085 + }, + { + "date": 110514, + "mean_temp": 17.2, + "min_temp": 12.1, + "max_temp": 22.9, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.1, + "min_hum": 18, + "mean_hum": 39.8, + "sun": 11.9, + "cloud": 0, + "ground_temp": 23, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52212, + "power": 52212 + }, + { + "date": 110513, + "mean_temp": 14.6, + "min_temp": 10.3, + "max_temp": 20.6, + "rain": 0, + "max_wind": 9.4, + "mean_wind": 4.5, + "min_hum": 31, + "mean_hum": 56.5, + "sun": 11.9, + "cloud": 0, + "ground_temp": 20.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56752, + "power": 56468 + }, + { + "date": 110512, + "mean_temp": 15.7, + "min_temp": 11.5, + "max_temp": 20.2, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.3, + "min_hum": 33, + "mean_hum": 64, + "sun": 0.6, + "cloud": 5.9, + "ground_temp": 14, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57456, + "power": 57456 + }, + { + "date": 110511, + "mean_temp": 17.2, + "min_temp": 14.4, + "max_temp": 21.1, + "rain": 14, + "max_wind": 7.9, + "mean_wind": 4.6, + "min_hum": 56, + "mean_hum": 74.6, + "sun": 0.6, + "cloud": 7.9, + "ground_temp": 13.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58162, + "power": 58162 + }, + { + "date": 110510, + "mean_temp": 16.5, + "min_temp": 14.5, + "max_temp": 18.5, + "rain": 6.5, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 75, + "mean_hum": 89.3, + "sun": 0, + "cloud": 10, + "ground_temp": 15.4, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 54245, + "power": 54245 + }, + { + "date": 110509, + "mean_temp": 17.6, + "min_temp": 14.6, + "max_temp": 22, + "rain": 4, + "max_wind": 9.2, + "mean_wind": 3.9, + "min_hum": 41, + "mean_hum": 78.8, + "sun": 0, + "cloud": 10, + "ground_temp": 14.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57426, + "power": 57426 + }, + { + "date": 110508, + "mean_temp": 17.3, + "min_temp": 10.3, + "max_temp": 24.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 15, + "mean_hum": 56.1, + "sun": 9.4, + "cloud": 6.3, + "ground_temp": 22.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49085, + "power": 48844 + }, + { + "date": 110507, + "mean_temp": 14.5, + "min_temp": 11.5, + "max_temp": 21.8, + "rain": 3.5, + "max_wind": 7.1, + "mean_wind": 3.6, + "min_hum": 38, + "mean_hum": 80.6, + "sun": 5.2, + "cloud": 6.6, + "ground_temp": 19, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53135, + "power": 53135 + }, + { + "date": 110506, + "mean_temp": 15.4, + "min_temp": 13.2, + "max_temp": 17.9, + "rain": 0.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 34, + "mean_hum": 63.3, + "sun": 0, + "cloud": 8.5, + "ground_temp": 13.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58162, + "power": 56584 + }, + { + "date": 110505, + "mean_temp": 17.5, + "min_temp": 12.7, + "max_temp": 23.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 35.9, + "sun": 11.6, + "cloud": 2.5, + "ground_temp": 12.9, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 53773, + "power": 53773 + }, + { + "date": 110504, + "mean_temp": 15.9, + "min_temp": 10.6, + "max_temp": 21.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 19, + "mean_hum": 41.5, + "sun": 5.3, + "cloud": 5.5, + "ground_temp": 13.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57261, + "power": 57261 + }, + { + "date": 110503, + "mean_temp": 15.3, + "min_temp": 11.9, + "max_temp": 20.6, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 44.1, + "sun": 10.5, + "cloud": 2, + "ground_temp": 21.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57474, + "power": 57474 + }, + { + "date": 110502, + "mean_temp": 14.2, + "min_temp": 8.5, + "max_temp": 20.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 57.6, + "sun": 9.9, + "cloud": 4.5, + "ground_temp": 17.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58990, + "power": 56616 + }, + { + "date": 110501, + "mean_temp": 12.5, + "min_temp": 9.9, + "max_temp": 15.7, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4, + "min_hum": 53, + "mean_hum": 74.9, + "sun": 4, + "cloud": 4.1, + "ground_temp": 17.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49708, + "power": 49708 + }, + { + "date": 110430, + "mean_temp": 13, + "min_temp": 10.6, + "max_temp": 14.6, + "rain": 69, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 80, + "mean_hum": 93.6, + "sun": 0, + "cloud": 10, + "ground_temp": 11.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53761, + "power": 53761 + }, + { + "date": 110429, + "mean_temp": 13.2, + "min_temp": 7.3, + "max_temp": 18.4, + "rain": 4, + "max_wind": 6.3, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 47.4, + "sun": 0.8, + "cloud": 8.9, + "ground_temp": 13.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58567, + "power": 57543 + }, + { + "date": 110428, + "mean_temp": 10.4, + "min_temp": 7.3, + "max_temp": 15.3, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.6, + "min_hum": 30, + "mean_hum": 57, + "sun": 8, + "cloud": 4, + "ground_temp": 11.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58727, + "power": 58727 + }, + { + "date": 110427, + "mean_temp": 11.4, + "min_temp": 8.7, + "max_temp": 14.2, + "rain": 5, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 52, + "mean_hum": 74.3, + "sun": 3.2, + "cloud": 8.4, + "ground_temp": 8.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58652, + "power": 58652 + }, + { + "date": 110426, + "mean_temp": 10.5, + "min_temp": 9.1, + "max_temp": 11.4, + "rain": 2.5, + "max_wind": 7, + "mean_wind": 4.3, + "min_hum": 64, + "mean_hum": 82, + "sun": 0, + "cloud": 10, + "ground_temp": 13.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60417, + "power": 60417 + }, + { + "date": 110425, + "mean_temp": 11.3, + "min_temp": 7.2, + "max_temp": 15.7, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.6, + "min_hum": 33, + "mean_hum": 61, + "sun": 6.5, + "cloud": 7.1, + "ground_temp": 17.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58213, + "power": 58468 + }, + { + "date": 110424, + "mean_temp": 9.7, + "min_temp": 6.1, + "max_temp": 13.9, + "rain": 0, + "max_wind": 9.5, + "mean_wind": 4.5, + "min_hum": 24, + "mean_hum": 58.5, + "sun": 10.2, + "cloud": 2.4, + "ground_temp": 14.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51836, + "power": 51836 + }, + { + "date": 110423, + "mean_temp": 9.7, + "min_temp": 6.1, + "max_temp": 14.2, + "rain": 0, + "max_wind": 8.9, + "mean_wind": 4.5, + "min_hum": 31, + "mean_hum": 59.6, + "sun": 11.2, + "cloud": 2.3, + "ground_temp": 14.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54022, + "power": 54022 + }, + { + "date": 110422, + "mean_temp": 8.9, + "min_temp": 7.4, + "max_temp": 14.5, + "rain": 19, + "max_wind": 6.8, + "mean_wind": 3.3, + "min_hum": 24, + "mean_hum": 83.9, + "sun": 0, + "cloud": 9.1, + "ground_temp": 7.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58652, + "power": 60413 + }, + { + "date": 110421, + "mean_temp": 13.5, + "min_temp": 8, + "max_temp": 18, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 14, + "mean_hum": 32.4, + "sun": 3.7, + "cloud": 7.8, + "ground_temp": 16.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58567, + "power": 58567 + }, + { + "date": 110420, + "mean_temp": 11.2, + "min_temp": 6.3, + "max_temp": 16.8, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.5, + "min_hum": 21, + "mean_hum": 49.3, + "sun": 10.5, + "cloud": 1.3, + "ground_temp": 12.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57945, + "power": 57945 + }, + { + "date": 110419, + "mean_temp": 10.8, + "min_temp": 6.6, + "max_temp": 16.2, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.6, + "min_hum": 27, + "mean_hum": 41.6, + "sun": 9.9, + "cloud": 3.4, + "ground_temp": 10, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59288, + "power": 59288 + }, + { + "date": 110418, + "mean_temp": 6.7, + "min_temp": 5.8, + "max_temp": 10.7, + "rain": 2, + "max_wind": 7.3, + "mean_wind": 3.7, + "min_hum": 39, + "mean_hum": 70.1, + "sun": 0, + "cloud": 8.9, + "ground_temp": 7.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62730, + "power": 60491 + }, + { + "date": 110417, + "mean_temp": 12, + "min_temp": 8, + "max_temp": 18.4, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.4, + "min_hum": 27, + "mean_hum": 49.8, + "sun": 9.7, + "cloud": 4, + "ground_temp": 14.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51060, + "power": 51060 + }, + { + "date": 110416, + "mean_temp": 12.1, + "min_temp": 5.9, + "max_temp": 18.4, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.2, + "min_hum": 11, + "mean_hum": 26.3, + "sun": 12.1, + "cloud": 0, + "ground_temp": 16.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53422, + "power": 53422 + }, + { + "date": 110415, + "mean_temp": 12.2, + "min_temp": 9.4, + "max_temp": 19, + "rain": 0.1, + "max_wind": 6.9, + "mean_wind": 3.5, + "min_hum": 56, + "mean_hum": 77.1, + "sun": 2.1, + "cloud": 7.5, + "ground_temp": 22.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58213, + "power": 58213 + }, + { + "date": 110414, + "mean_temp": 12.4, + "min_temp": 6.6, + "max_temp": 18.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 13, + "mean_hum": 44.4, + "sun": 10.5, + "cloud": 4.5, + "ground_temp": 20.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58387, + "power": 58387 + }, + { + "date": 110413, + "mean_temp": 11.3, + "min_temp": 5.7, + "max_temp": 17.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 25, + "mean_hum": 44.1, + "sun": 11.1, + "cloud": 0, + "ground_temp": 21.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58167, + "power": 58167 + }, + { + "date": 110412, + "mean_temp": 10.2, + "min_temp": 4.9, + "max_temp": 15.5, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.6, + "min_hum": 12, + "mean_hum": 38.1, + "sun": 11.8, + "cloud": 0, + "ground_temp": 18.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59317, + "power": 58278 + }, + { + "date": 110411, + "mean_temp": 10.4, + "min_temp": 6, + "max_temp": 15.4, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4.1, + "min_hum": 10, + "mean_hum": 32.6, + "sun": 12.1, + "cloud": 1.3, + "ground_temp": 15.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59317, + "power": 59317 + }, + { + "date": 110410, + "mean_temp": 10.8, + "min_temp": 8.2, + "max_temp": 14.5, + "rain": 1.5, + "max_wind": 8.3, + "mean_wind": 3.5, + "min_hum": 27, + "mean_hum": 55.4, + "sun": 2.9, + "cloud": 7.1, + "ground_temp": 17.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51540, + "power": 51540 + }, + { + "date": 110409, + "mean_temp": 9.9, + "min_temp": 6.8, + "max_temp": 15, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 35, + "mean_hum": 54, + "sun": 10.2, + "cloud": 1.3, + "ground_temp": 17.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54158, + "power": 54158 + }, + { + "date": 110408, + "mean_temp": 11.4, + "min_temp": 7.4, + "max_temp": 17.3, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 2.9, + "min_hum": 17, + "mean_hum": 55.9, + "sun": 8.8, + "cloud": 4, + "ground_temp": 16.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58990, + "power": 58990 + }, + { + "date": 110407, + "mean_temp": 9.6, + "min_temp": 8.5, + "max_temp": 10.7, + "rain": 7, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 54, + "mean_hum": 89.3, + "sun": 0, + "cloud": 10, + "ground_temp": 12.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60417, + "power": 61400 + }, + { + "date": 110406, + "mean_temp": 10.6, + "min_temp": 5.2, + "max_temp": 16.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 31.1, + "sun": 5.3, + "cloud": 6.4, + "ground_temp": 14, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59317, + "power": 59749 + }, + { + "date": 110405, + "mean_temp": 10.7, + "min_temp": 5.1, + "max_temp": 17.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 13, + "mean_hum": 28.5, + "sun": 11.6, + "cloud": 0, + "ground_temp": 13.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59513, + "power": 59513 + }, + { + "date": 110404, + "mean_temp": 10.1, + "min_temp": 4.5, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 20, + "mean_hum": 40.4, + "sun": 10.4, + "cloud": 0.3, + "ground_temp": 12.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60148, + "power": 60148 + }, + { + "date": 110403, + "mean_temp": 9.6, + "min_temp": 4.9, + "max_temp": 15.5, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.8, + "min_hum": 19, + "mean_hum": 50.9, + "sun": 9.4, + "cloud": 0.8, + "ground_temp": 8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52545, + "power": 52487 + }, + { + "date": 110402, + "mean_temp": 8.9, + "min_temp": 5.3, + "max_temp": 12.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 51.6, + "sun": 0, + "cloud": 8.6, + "ground_temp": 7.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55482, + "power": 55482 + }, + { + "date": 110401, + "mean_temp": 9.1, + "min_temp": 4.3, + "max_temp": 14.9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 47, + "sun": 10.1, + "cloud": 2.6, + "ground_temp": 16.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60148, + "power": 59252 + }, + { + "date": 110331, + "mean_temp": 9.2, + "min_temp": 3.3, + "max_temp": 16.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.8, + "min_hum": 24, + "mean_hum": 54.6, + "sun": 10.5, + "cloud": 0.4, + "ground_temp": 13.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60600, + "power": 60600 + }, + { + "date": 110330, + "mean_temp": 7.3, + "min_temp": 2.3, + "max_temp": 13.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 31, + "mean_hum": 61.5, + "sun": 9.6, + "cloud": 0.4, + "ground_temp": 13.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61571, + "power": 61571 + }, + { + "date": 110329, + "mean_temp": 4.8, + "min_temp": 1.7, + "max_temp": 9.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 40, + "mean_hum": 63, + "sun": 4.6, + "cloud": 3.9, + "ground_temp": 9.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63256, + "power": 63256 + }, + { + "date": 110328, + "mean_temp": 5.2, + "min_temp": 3.1, + "max_temp": 8.4, + "rain": 1.5, + "max_wind": 6.5, + "mean_wind": 2.9, + "min_hum": 42, + "mean_hum": 68.1, + "sun": 3.3, + "cloud": 6.9, + "ground_temp": 4.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65709, + "power": 62884 + }, + { + "date": 110327, + "mean_temp": 5.1, + "min_temp": 0.9, + "max_temp": 9.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3, + "min_hum": 21, + "mean_hum": 54.3, + "sun": 4.9, + "cloud": 7, + "ground_temp": 8.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53874, + "power": 53874 + }, + { + "date": 110326, + "mean_temp": 3.6, + "min_temp": -0.6, + "max_temp": 8.6, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.4, + "min_hum": 15, + "mean_hum": 41.9, + "sun": 11.5, + "cloud": 0.3, + "ground_temp": 7.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59203, + "power": 57412 + }, + { + "date": 110325, + "mean_temp": 2.2, + "min_temp": -0.8, + "max_temp": 6.5, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.4, + "min_hum": 18, + "mean_hum": 43.9, + "sun": 10.7, + "cloud": 1.1, + "ground_temp": 4.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64447, + "power": 64447 + }, + { + "date": 110324, + "mean_temp": 2.9, + "min_temp": 0.1, + "max_temp": 8, + "rain": 5.8, + "max_wind": 6.6, + "mean_wind": 3, + "min_hum": 19, + "mean_hum": 63.4, + "sun": 5.8, + "cloud": 5.5, + "ground_temp": 6.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63658, + "power": 63658 + }, + { + "date": 110323, + "mean_temp": 2.2, + "min_temp": -2.2, + "max_temp": 7.3, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.7, + "min_hum": 18, + "mean_hum": 39.9, + "sun": 11.2, + "cloud": 0.9, + "ground_temp": 7.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65532, + "power": 64073 + }, + { + "date": 110322, + "mean_temp": 1.8, + "min_temp": -1, + "max_temp": 6.1, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.1, + "min_hum": 12, + "mean_hum": 25.1, + "sun": 9.9, + "cloud": 1.8, + "ground_temp": 3.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63654, + "power": 63654 + }, + { + "date": 110321, + "mean_temp": 8, + "min_temp": 3.8, + "max_temp": 13, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.2, + "min_hum": 17, + "mean_hum": 43.4, + "sun": 7.2, + "cloud": 9.1, + "ground_temp": 7.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61855, + "power": 61855 + }, + { + "date": 110320, + "mean_temp": 6.9, + "min_temp": 2.9, + "max_temp": 11.4, + "rain": 5, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 65.6, + "sun": 3.1, + "cloud": 8.8, + "ground_temp": 7.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53881, + "power": 53881 + }, + { + "date": 110319, + "mean_temp": 8.8, + "min_temp": 5.5, + "max_temp": 13.7, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.7, + "min_hum": 13, + "mean_hum": 48.1, + "sun": 7.2, + "cloud": 8, + "ground_temp": 12.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54131, + "power": 57109 + }, + { + "date": 110318, + "mean_temp": 5.7, + "min_temp": -1.5, + "max_temp": 12.5, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.5, + "min_hum": 12, + "mean_hum": 38.3, + "sun": 10.5, + "cloud": 2.9, + "ground_temp": 7.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64124, + "power": 64124 + }, + { + "date": 110317, + "mean_temp": 0.8, + "min_temp": -3.5, + "max_temp": 6.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 39.6, + "sun": 11.2, + "cloud": 0, + "ground_temp": 5.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65357, + "power": 65740 + }, + { + "date": 110316, + "mean_temp": -0.4, + "min_temp": -3.1, + "max_temp": 3.2, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 4.1, + "min_hum": 13, + "mean_hum": 34.4, + "sun": 9.6, + "cloud": 0.9, + "ground_temp": 4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65532, + "power": 65532 + }, + { + "date": 110315, + "mean_temp": 1.5, + "min_temp": -2.3, + "max_temp": 5.7, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 5.1, + "min_hum": 18, + "mean_hum": 40, + "sun": 9.7, + "cloud": 3.9, + "ground_temp": 7.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65700, + "power": 64101 + }, + { + "date": 110314, + "mean_temp": 6.7, + "min_temp": 4.4, + "max_temp": 10.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 50, + "mean_hum": 72.8, + "sun": 0, + "cloud": 8.4, + "ground_temp": 9.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62730, + "power": 62730 + }, + { + "date": 110313, + "mean_temp": 10.7, + "min_temp": 8.5, + "max_temp": 16.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.1, + "min_hum": 34, + "mean_hum": 65.5, + "sun": 5.3, + "cloud": 5.6, + "ground_temp": 13.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53341, + "power": 53341 + }, + { + "date": 110312, + "mean_temp": 7.8, + "min_temp": 1.9, + "max_temp": 13.4, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 3.5, + "min_hum": 16, + "mean_hum": 46.5, + "sun": 10, + "cloud": 2.3, + "ground_temp": 9.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55482, + "power": 57908 + }, + { + "date": 110311, + "mean_temp": 4.6, + "min_temp": -0.3, + "max_temp": 9.8, + "rain": 0, + "max_wind": 8.7, + "mean_wind": 3.2, + "min_hum": 13, + "mean_hum": 46, + "sun": 10.2, + "cloud": 1.3, + "ground_temp": 7.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63256, + "power": 64038 + }, + { + "date": 110310, + "mean_temp": 1.4, + "min_temp": -3.4, + "max_temp": 4.9, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 3.4, + "min_hum": 33, + "mean_hum": 52.4, + "sun": 6.8, + "cloud": 1.5, + "ground_temp": 5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66818, + "power": 66221 + }, + { + "date": 110309, + "mean_temp": 0.2, + "min_temp": -2.4, + "max_temp": 4.4, + "rain": 0, + "max_wind": 8.6, + "mean_wind": 4.3, + "min_hum": 21, + "mean_hum": 40.8, + "sun": 8.1, + "cloud": 1.5, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65762, + "power": 65762 + }, + { + "date": 110308, + "mean_temp": 1.6, + "min_temp": -2.3, + "max_temp": 6.2, + "rain": 0, + "max_wind": 9.9, + "mean_wind": 4.3, + "min_hum": 24, + "mean_hum": 44.8, + "sun": 9, + "cloud": 1, + "ground_temp": 1.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66818, + "power": 65497 + }, + { + "date": 110307, + "mean_temp": 1.6, + "min_temp": -1.2, + "max_temp": 5.8, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.9, + "min_hum": 20, + "mean_hum": 45.1, + "sun": 10.5, + "cloud": 0.1, + "ground_temp": 0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65700, + "power": 65700 + }, + { + "date": 110306, + "mean_temp": 3.4, + "min_temp": 1.2, + "max_temp": 7.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 68.8, + "sun": 2.9, + "cloud": 7, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55736, + "power": 55736 + }, + { + "date": 110305, + "mean_temp": 2.1, + "min_temp": -1.8, + "max_temp": 6.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 36, + "mean_hum": 68.5, + "sun": 4.6, + "cloud": 4.4, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61100, + "power": 61100 + }, + { + "date": 110304, + "mean_temp": 0.1, + "min_temp": -4.5, + "max_temp": 6, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 50.6, + "sun": 10.6, + "cloud": 0, + "ground_temp": -0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67554, + "power": 67320 + }, + { + "date": 110303, + "mean_temp": -2.1, + "min_temp": -5.5, + "max_temp": 2.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 23, + "mean_hum": 42.6, + "sun": 10.6, + "cloud": 0.3, + "ground_temp": 0, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67554, + "power": 67310 + }, + { + "date": 110302, + "mean_temp": -2.1, + "min_temp": -4.2, + "max_temp": 1.6, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 4.2, + "min_hum": 20, + "mean_hum": 40.5, + "sun": 10.6, + "cloud": 0.6, + "ground_temp": 0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66746, + "power": 66746 + }, + { + "date": 110301, + "mean_temp": 0.5, + "min_temp": -2.7, + "max_temp": 3.7, + "rain": 2.3, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 49, + "mean_hum": 74.5, + "sun": 0.5, + "cloud": 6.6, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 54174, + "power": 60454 + }, + { + "date": 110228, + "mean_temp": 2.8, + "min_temp": 1, + "max_temp": 4.8, + "rain": 0.5, + "max_wind": 9, + "mean_wind": 4.7, + "min_hum": 61, + "mean_hum": 73.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67796, + "power": 65290 + }, + { + "date": 110227, + "mean_temp": 4.2, + "min_temp": 1.8, + "max_temp": 7.4, + "rain": 28.5, + "max_wind": 10.6, + "mean_wind": 6.2, + "min_hum": 54, + "mean_hum": 84.8, + "sun": 0, + "cloud": 10, + "ground_temp": 0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55444, + "power": 55444 + }, + { + "date": 110226, + "mean_temp": 6.2, + "min_temp": -0.4, + "max_temp": 13.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 36.1, + "sun": 7.9, + "cloud": 4.9, + "ground_temp": 3.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58402, + "power": 58402 + }, + { + "date": 110225, + "mean_temp": 2, + "min_temp": -0.8, + "max_temp": 6.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.5, + "min_hum": 15, + "mean_hum": 42.9, + "sun": 8.3, + "cloud": 3.3, + "ground_temp": 4.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69597, + "power": 64032 + }, + { + "date": 110224, + "mean_temp": 6.1, + "min_temp": 2.8, + "max_temp": 10.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 57.4, + "sun": 5.6, + "cloud": 4.9, + "ground_temp": 8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63250, + "power": 63250 + }, + { + "date": 110223, + "mean_temp": 5.6, + "min_temp": 0.6, + "max_temp": 12, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 52.1, + "sun": 9.7, + "cloud": 0.9, + "ground_temp": 4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64124, + "power": 64759 + }, + { + "date": 110222, + "mean_temp": 6.2, + "min_temp": 0.7, + "max_temp": 13, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 48.1, + "sun": 9.5, + "cloud": 0.5, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64954, + "power": 64954 + }, + { + "date": 110221, + "mean_temp": 6.2, + "min_temp": 1.4, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 43.5, + "sun": 9.9, + "cloud": 0.9, + "ground_temp": 0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65622, + "power": 65622 + }, + { + "date": 110220, + "mean_temp": 5.3, + "min_temp": -2.1, + "max_temp": 12.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 43.9, + "sun": 9.8, + "cloud": 1.8, + "ground_temp": 0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57482, + "power": 57482 + }, + { + "date": 110219, + "mean_temp": 1.4, + "min_temp": -2.6, + "max_temp": 7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 20, + "mean_hum": 50.8, + "sun": 8.3, + "cloud": 3.4, + "ground_temp": 0, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61100, + "power": 61327 + }, + { + "date": 110218, + "mean_temp": 1.6, + "min_temp": -3, + "max_temp": 7.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 51.5, + "sun": 9.6, + "cloud": 0.1, + "ground_temp": 0, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67796, + "power": 67796 + }, + { + "date": 110217, + "mean_temp": 0.9, + "min_temp": -2, + "max_temp": 4.7, + "rain": 0.1, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 62, + "sun": 4.9, + "cloud": 5, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67796, + "power": 68750 + }, + { + "date": 110216, + "mean_temp": -0.6, + "min_temp": -5, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 21, + "mean_hum": 55.5, + "sun": 4.3, + "cloud": 5.8, + "ground_temp": 0, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 69763, + "power": 69763 + }, + { + "date": 110215, + "mean_temp": -1.8, + "min_temp": -5.5, + "max_temp": 2.9, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 52.1, + "sun": 9.6, + "cloud": 0, + "ground_temp": -3.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 73137, + "power": 69913 + }, + { + "date": 110214, + "mean_temp": -3.4, + "min_temp": -6.7, + "max_temp": -0.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 46.5, + "sun": 0, + "cloud": 4.3, + "ground_temp": -2.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67876, + "power": 71002 + }, + { + "date": 110213, + "mean_temp": -4.8, + "min_temp": -9, + "max_temp": -0.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 21, + "mean_hum": 39.5, + "sun": 6.1, + "cloud": 4.1, + "ground_temp": -3.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59173, + "power": 60087 + }, + { + "date": 110212, + "mean_temp": -5.9, + "min_temp": -9.2, + "max_temp": -1.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 31, + "mean_hum": 43, + "sun": 9.2, + "cloud": 0, + "ground_temp": -0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63786, + "power": 63786 + }, + { + "date": 110211, + "mean_temp": -2.9, + "min_temp": -6.2, + "max_temp": 1.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.1, + "min_hum": 23, + "mean_hum": 42, + "sun": 9.1, + "cloud": 0.8, + "ground_temp": -0.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 69597, + "power": 69597 + }, + { + "date": 110210, + "mean_temp": -2.1, + "min_temp": -5.6, + "max_temp": 2.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 35, + "sun": 4.3, + "cloud": 3.9, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 70087, + "power": 70087 + }, + { + "date": 110209, + "mean_temp": -1.2, + "min_temp": -4.1, + "max_temp": 2.1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.4, + "min_hum": 25, + "mean_hum": 46.5, + "sun": 8.5, + "cloud": 1.9, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67876, + "power": 67876 + }, + { + "date": 110208, + "mean_temp": 2.9, + "min_temp": -0.5, + "max_temp": 8.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 44.9, + "sun": 7.5, + "cloud": 5.6, + "ground_temp": 1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68791, + "power": 68791 + }, + { + "date": 110207, + "mean_temp": 0.3, + "min_temp": -2.8, + "max_temp": 4.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 63.6, + "sun": 2.1, + "cloud": 5, + "ground_temp": 2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67796, + "power": 68498 + }, + { + "date": 110206, + "mean_temp": 0.3, + "min_temp": -2.1, + "max_temp": 2.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 58, + "mean_hum": 75.4, + "sun": 0, + "cloud": 6.9, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48762, + "power": 57142 + }, + { + "date": 110205, + "mean_temp": 1.1, + "min_temp": -0.8, + "max_temp": 5.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 72.9, + "sun": 4.5, + "cloud": 6.4, + "ground_temp": 2.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55570, + "power": 55570 + }, + { + "date": 110204, + "mean_temp": 1.2, + "min_temp": -0.5, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 56, + "mean_hum": 77.8, + "sun": 0, + "cloud": 8.1, + "ground_temp": 0.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 52817, + "power": 52817 + }, + { + "date": 110203, + "mean_temp": 1.5, + "min_temp": -1.3, + "max_temp": 4.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 62, + "mean_hum": 75.9, + "sun": 1.1, + "cloud": 7.8, + "ground_temp": 2.1, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 50796, + "power": 50796 + }, + { + "date": 110202, + "mean_temp": 1.3, + "min_temp": -2.8, + "max_temp": 7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 60.9, + "sun": 8.5, + "cloud": 2.8, + "ground_temp": 1.6, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 58340, + "power": 58340 + }, + { + "date": 110201, + "mean_temp": -0.2, + "min_temp": -4.2, + "max_temp": 5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 68, + "sun": 8.3, + "cloud": 3.9, + "ground_temp": -0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67396, + "power": 67396 + }, + { + "date": 110131, + "mean_temp": -6.2, + "min_temp": -12.7, + "max_temp": -1.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 61.5, + "sun": 5.3, + "cloud": 3.4, + "ground_temp": -3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71555, + "power": 71555 + }, + { + "date": 110130, + "mean_temp": -10.1, + "min_temp": -13.6, + "max_temp": -5.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.7, + "min_hum": 27, + "mean_hum": 43.5, + "sun": 9.5, + "cloud": 0.1, + "ground_temp": -6.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64028, + "power": 64028 + }, + { + "date": 110129, + "mean_temp": -9.1, + "min_temp": -11.5, + "max_temp": -5.5, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.7, + "min_hum": 27, + "mean_hum": 43.1, + "sun": 8.3, + "cloud": 1.8, + "ground_temp": -5.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 63489, + "power": 66813 + }, + { + "date": 110128, + "mean_temp": -7.9, + "min_temp": -10.5, + "max_temp": -4.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 28, + "mean_hum": 43.3, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 72274, + "power": 72274 + }, + { + "date": 110127, + "mean_temp": -8.9, + "min_temp": -11.5, + "max_temp": -5.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 32, + "mean_hum": 47.3, + "sun": 9.3, + "cloud": 2.5, + "ground_temp": -5.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 73014, + "power": 73014 + }, + { + "date": 110126, + "mean_temp": -8.5, + "min_temp": -10.7, + "max_temp": -5.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.2, + "min_hum": 33, + "mean_hum": 51.5, + "sun": 9.2, + "cloud": 0.3, + "ground_temp": -3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 73137, + "power": 72292 + }, + { + "date": 110125, + "mean_temp": -8.4, + "min_temp": -11.9, + "max_temp": -4.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 60.1, + "sun": 8.4, + "cloud": 0.5, + "ground_temp": -4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72344, + "power": 72344 + }, + { + "date": 110124, + "mean_temp": -8.8, + "min_temp": -10.9, + "max_temp": -5.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.1, + "min_hum": 44, + "mean_hum": 60.8, + "sun": 8.8, + "cloud": 1.6, + "ground_temp": -3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71913, + "power": 71913 + }, + { + "date": 110123, + "mean_temp": -4.5, + "min_temp": -7.1, + "max_temp": -2.1, + "rain": 5.3, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 51, + "mean_hum": 72.5, + "sun": 0.2, + "cloud": 8.5, + "ground_temp": -3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 62263, + "power": 62263 + }, + { + "date": 110122, + "mean_temp": -4.3, + "min_temp": -7.1, + "max_temp": -0.8, + "rain": 0.4, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 59.8, + "sun": 4.9, + "cloud": 5, + "ground_temp": -3.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65505, + "power": 65505 + }, + { + "date": 110121, + "mean_temp": -6.8, + "min_temp": -9.7, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 44.4, + "sun": 8.4, + "cloud": 3, + "ground_temp": -4.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71910, + "power": 71910 + }, + { + "date": 110120, + "mean_temp": -8.2, + "min_temp": -10.5, + "max_temp": -4.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 31, + "mean_hum": 43.6, + "sun": 9.1, + "cloud": 0.6, + "ground_temp": -5.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71918, + "power": 71918 + }, + { + "date": 110119, + "mean_temp": -6.6, + "min_temp": -10, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 19, + "mean_hum": 46.4, + "sun": 9, + "cloud": 1.8, + "ground_temp": -4.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71910, + "power": 72223 + }, + { + "date": 110118, + "mean_temp": -6.7, + "min_temp": -10.8, + "max_temp": -2.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 48.9, + "sun": 7.6, + "cloud": 2.8, + "ground_temp": -4.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 72433, + "power": 72433 + }, + { + "date": 110117, + "mean_temp": -9.7, + "min_temp": -14.1, + "max_temp": -4.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 28, + "mean_hum": 49.8, + "sun": 9.2, + "cloud": 0, + "ground_temp": -5.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 73137, + "power": 73137 + }, + { + "date": 110116, + "mean_temp": -14.5, + "min_temp": -17.8, + "max_temp": -10.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.4, + "min_hum": 32, + "mean_hum": 45.4, + "sun": 9.2, + "cloud": 0, + "ground_temp": -7.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64446, + "power": 64446 + }, + { + "date": 110115, + "mean_temp": -12.2, + "min_temp": -15.7, + "max_temp": -6.9, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.9, + "min_hum": 23, + "mean_hum": 40, + "sun": 8.6, + "cloud": 0.9, + "ground_temp": -6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 66923, + "power": 66923 + }, + { + "date": 110114, + "mean_temp": -3.8, + "min_temp": -6.9, + "max_temp": 0.3, + "rain": 1.1, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 59.1, + "sun": 2.7, + "cloud": 7.5, + "ground_temp": -3.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71569, + "power": 71569 + }, + { + "date": 110113, + "mean_temp": -5.9, + "min_temp": -11.1, + "max_temp": -0.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 47, + "sun": 8, + "cloud": 1.6, + "ground_temp": -4.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71783, + "power": 71783 + }, + { + "date": 110112, + "mean_temp": -8.2, + "min_temp": -11.1, + "max_temp": -4.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 29, + "mean_hum": 44.6, + "sun": 9.1, + "cloud": 0, + "ground_temp": -4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71785, + "power": 71785 + }, + { + "date": 110111, + "mean_temp": -5.4, + "min_temp": -7.8, + "max_temp": -2.7, + "rain": 1.9, + "max_wind": 7.5, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 70.3, + "sun": 0, + "cloud": 8.1, + "ground_temp": -3.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71687, + "power": 71687 + }, + { + "date": 110110, + "mean_temp": -8.2, + "min_temp": -11.8, + "max_temp": -4.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 44, + "sun": 8, + "cloud": 3.1, + "ground_temp": -4.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 71783, + "power": 71840 + }, + { + "date": 110109, + "mean_temp": -7, + "min_temp": -10.3, + "max_temp": -0.3, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 4.1, + "min_hum": 38, + "mean_hum": 52.6, + "sun": 8.9, + "cloud": 1.9, + "ground_temp": -2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54550, + "power": 61861 + }, + { + "date": 110108, + "mean_temp": -3.6, + "min_temp": -8.2, + "max_temp": 0.1, + "rain": 0.2, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 54, + "mean_hum": 67.9, + "sun": 1.6, + "cloud": 7.5, + "ground_temp": -2.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 65100, + "power": 65100 + }, + { + "date": 110107, + "mean_temp": -7, + "min_temp": -10.6, + "max_temp": -2.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 48.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": -3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71423, + "power": 71423 + }, + { + "date": 110106, + "mean_temp": -7.6, + "min_temp": -9.8, + "max_temp": -4.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 36, + "mean_hum": 53.5, + "sun": 9, + "cloud": 0, + "ground_temp": -2.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71423, + "power": 71285 + }, + { + "date": 110105, + "mean_temp": -4, + "min_temp": -7.7, + "max_temp": -1.8, + "rain": 0, + "max_wind": 8, + "mean_wind": 3.8, + "min_hum": 51, + "mean_hum": 62.9, + "sun": 5, + "cloud": 5.5, + "ground_temp": -1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67796, + "power": 70073 + }, + { + "date": 110104, + "mean_temp": -3.9, + "min_temp": -7.4, + "max_temp": -1.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 56, + "mean_hum": 66.4, + "sun": 0.6, + "cloud": 5.8, + "ground_temp": -0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67396, + "power": 70869 + }, + { + "date": 110103, + "mean_temp": -4.5, + "min_temp": -8.5, + "max_temp": -0.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 48, + "mean_hum": 66.4, + "sun": 7.1, + "cloud": 3.6, + "ground_temp": -0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67796, + "power": 70868 + }, + { + "date": 110102, + "mean_temp": -5.4, + "min_temp": -8.5, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 62.3, + "sun": 8.9, + "cloud": 0, + "ground_temp": -0.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59173, + "power": 59173 + }, + { + "date": 110101, + "mean_temp": -6.8, + "min_temp": -10.4, + "max_temp": -2.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 61, + "sun": 8.8, + "cloud": 3.1, + "ground_temp": -1.9, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 59796, + "power": 59796 + }, + { + "date": 101231, + "mean_temp": -8.7, + "min_temp": -10.7, + "max_temp": -6.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.1, + "min_hum": 41, + "mean_hum": 57.3, + "sun": 8.7, + "cloud": 1.6, + "ground_temp": -5.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67331, + "power": 67331 + }, + { + "date": 101230, + "mean_temp": -6.1, + "min_temp": -9, + "max_temp": -3.6, + "rain": 3.7, + "max_wind": 6.3, + "mean_wind": 3.8, + "min_hum": 48, + "mean_hum": 70.4, + "sun": 6.2, + "cloud": 5.1, + "ground_temp": -2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 69000, + "power": 69000 + }, + { + "date": 101229, + "mean_temp": -5.7, + "min_temp": -9.4, + "max_temp": -2.1, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 38, + "mean_hum": 55.4, + "sun": 8.1, + "cloud": 2.9, + "ground_temp": -3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71258, + "power": 69708 + }, + { + "date": 101228, + "mean_temp": -2.6, + "min_temp": -6, + "max_temp": -0.1, + "rain": 6, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 45, + "mean_hum": 80.8, + "sun": 0, + "cloud": 6.5, + "ground_temp": -0.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 70018, + "power": 70018 + }, + { + "date": 101227, + "mean_temp": -4.9, + "min_temp": -9.4, + "max_temp": -2.1, + "rain": 0.2, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 72.3, + "sun": 2.1, + "cloud": 5.8, + "ground_temp": -1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69410, + "power": 70107 + }, + { + "date": 101226, + "mean_temp": -9.3, + "min_temp": -13.6, + "max_temp": -5.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 47.9, + "sun": 7.2, + "cloud": 1.8, + "ground_temp": -5.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 64446, + "power": 60856 + }, + { + "date": 101225, + "mean_temp": -11.2, + "min_temp": -14.3, + "max_temp": -6.7, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 4.4, + "min_hum": 30, + "mean_hum": 40.5, + "sun": 8.8, + "cloud": 0.3, + "ground_temp": -6.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 53947, + "power": 63874 + }, + { + "date": 101224, + "mean_temp": -12.3, + "min_temp": -15.1, + "max_temp": -9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4.4, + "min_hum": 24, + "mean_hum": 36.1, + "sun": 8.8, + "cloud": 0, + "ground_temp": -4.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66357, + "power": 69950 + }, + { + "date": 101223, + "mean_temp": -1.9, + "min_temp": -9.5, + "max_temp": 4.5, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 4, + "min_hum": 25, + "mean_hum": 52, + "sun": 1.6, + "cloud": 4.3, + "ground_temp": 0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67320, + "power": 67320 + }, + { + "date": 101222, + "mean_temp": 4, + "min_temp": 0.3, + "max_temp": 8.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 61.6, + "sun": 8, + "cloud": 2.1, + "ground_temp": 3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62072, + "power": 66055 + }, + { + "date": 101221, + "mean_temp": 4.9, + "min_temp": 0.9, + "max_temp": 10.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 49.1, + "sun": 6.8, + "cloud": 5.1, + "ground_temp": 2.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67445, + "power": 67445 + }, + { + "date": 101220, + "mean_temp": 4.1, + "min_temp": 1.6, + "max_temp": 8.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 71, + "sun": 6.1, + "cloud": 3.1, + "ground_temp": 1.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66377, + "power": 66377 + }, + { + "date": 101219, + "mean_temp": 4.9, + "min_temp": 0.7, + "max_temp": 8.3, + "rain": 0.4, + "max_wind": 4.2, + "mean_wind": 2.5, + "min_hum": 57, + "mean_hum": 67.9, + "sun": 0, + "cloud": 8.4, + "ground_temp": 1.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57830, + "power": 57830 + }, + { + "date": 101218, + "mean_temp": 0.1, + "min_temp": -4.6, + "max_temp": 5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 51.4, + "sun": 8.1, + "cloud": 0.1, + "ground_temp": -1.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62928, + "power": 62928 + }, + { + "date": 101217, + "mean_temp": -2.1, + "min_temp": -5.5, + "max_temp": 2.6, + "rain": 1.4, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 35, + "mean_hum": 74.5, + "sun": 3.2, + "cloud": 5.9, + "ground_temp": -1.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71060, + "power": 71060 + }, + { + "date": 101216, + "mean_temp": -7.7, + "min_temp": -12.9, + "max_temp": -4.1, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 46.1, + "sun": 7.5, + "cloud": 3.1, + "ground_temp": -4.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71258, + "power": 71258 + }, + { + "date": 101215, + "mean_temp": -10.5, + "min_temp": -12.7, + "max_temp": -7.3, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.9, + "min_hum": 27, + "mean_hum": 37.8, + "sun": 8.8, + "cloud": 0, + "ground_temp": -3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66357, + "power": 71308 + }, + { + "date": 101214, + "mean_temp": -4, + "min_temp": -10.1, + "max_temp": 1.8, + "rain": 0, + "max_wind": 8.2, + "mean_wind": 4.7, + "min_hum": 22, + "mean_hum": 43.3, + "sun": 7.1, + "cloud": 2.3, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 71060, + "power": 69614 + }, + { + "date": 101213, + "mean_temp": 3.7, + "min_temp": 1.7, + "max_temp": 6.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 29, + "mean_hum": 38.1, + "sun": 0.2, + "cloud": 9.5, + "ground_temp": 1.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66728, + "power": 68739 + }, + { + "date": 101212, + "mean_temp": -1.2, + "min_temp": -6.6, + "max_temp": 3.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.5, + "min_hum": 22, + "mean_hum": 31.4, + "sun": 7.5, + "cloud": 4.9, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57531, + "power": 57531 + }, + { + "date": 101211, + "mean_temp": -3.5, + "min_temp": -6.2, + "max_temp": 6.7, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 4.4, + "min_hum": 17, + "mean_hum": 38.4, + "sun": 8.8, + "cloud": 1.5, + "ground_temp": 0.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53947, + "power": 60423 + }, + { + "date": 101210, + "mean_temp": 2.9, + "min_temp": -2.8, + "max_temp": 10.1, + "rain": 1.5, + "max_wind": 7.5, + "mean_wind": 4.2, + "min_hum": 35, + "mean_hum": 59.8, + "sun": 0.6, + "cloud": 6.9, + "ground_temp": 1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67505, + "power": 67505 + }, + { + "date": 101209, + "mean_temp": -1.8, + "min_temp": -4.3, + "max_temp": 2.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 22, + "mean_hum": 56.3, + "sun": 8.9, + "cloud": 0.3, + "ground_temp": 1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67817, + "power": 67817 + }, + { + "date": 101208, + "mean_temp": 0.4, + "min_temp": -2.1, + "max_temp": 2.2, + "rain": 2.5, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 32, + "mean_hum": 73.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 1.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67295, + "power": 67295 + }, + { + "date": 101207, + "mean_temp": -0.7, + "min_temp": -4.8, + "max_temp": 4.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 19, + "mean_hum": 37.4, + "sun": 8.5, + "cloud": 3.1, + "ground_temp": 3.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66728, + "power": 66728 + }, + { + "date": 101206, + "mean_temp": 3, + "min_temp": -3.2, + "max_temp": 10.2, + "rain": 0, + "max_wind": 8, + "mean_wind": 4, + "min_hum": 31, + "mean_hum": 58.9, + "sun": 6, + "cloud": 4.6, + "ground_temp": 7.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65324, + "power": 65324 + }, + { + "date": 101205, + "mean_temp": 8.2, + "min_temp": 4.9, + "max_temp": 10.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 59, + "mean_hum": 68.3, + "sun": 0.1, + "cloud": 8.4, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50063, + "power": 54345 + }, + { + "date": 101204, + "mean_temp": 1.7, + "min_temp": -3.6, + "max_temp": 5, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.7, + "min_hum": 46, + "mean_hum": 54.3, + "sun": 1.4, + "cloud": 5.6, + "ground_temp": 2.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62928, + "power": 59111 + }, + { + "date": 101203, + "mean_temp": 0, + "min_temp": -2.7, + "max_temp": 7.8, + "rain": 0, + "max_wind": 8, + "mean_wind": 5.1, + "min_hum": 23, + "mean_hum": 50.8, + "sun": 6.8, + "cloud": 2.1, + "ground_temp": 3.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65414, + "power": 65414 + }, + { + "date": 101202, + "mean_temp": 9.5, + "min_temp": 5.5, + "max_temp": 13.5, + "rain": 0.3, + "max_wind": 8.9, + "mean_wind": 3, + "min_hum": 58, + "mean_hum": 70, + "sun": 0, + "cloud": 7.5, + "ground_temp": 7.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62690, + "power": 62690 + }, + { + "date": 101201, + "mean_temp": 7.2, + "min_temp": 5.3, + "max_temp": 10.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.2, + "min_hum": 67, + "mean_hum": 81.4, + "sun": 1.9, + "cloud": 4.6, + "ground_temp": 5.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62842, + "power": 62842 + }, + { + "date": 101130, + "mean_temp": 7.3, + "min_temp": 4.1, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 52, + "mean_hum": 75.1, + "sun": 0.9, + "cloud": 4.8, + "ground_temp": 5.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61352, + "power": 63154 + }, + { + "date": 101129, + "mean_temp": 3.2, + "min_temp": -0.8, + "max_temp": 7.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 61.4, + "sun": 8.4, + "cloud": 3, + "ground_temp": 3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64984, + "power": 64984 + }, + { + "date": 101128, + "mean_temp": -1.3, + "min_temp": -5.2, + "max_temp": 2, + "rain": 1, + "max_wind": 6.7, + "mean_wind": 3, + "min_hum": 14, + "mean_hum": 44.6, + "sun": 8.6, + "cloud": 3.5, + "ground_temp": 0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 55891, + "power": 55891 + }, + { + "date": 101127, + "mean_temp": 1.3, + "min_temp": -2.7, + "max_temp": 9.1, + "rain": 1, + "max_wind": 9.7, + "mean_wind": 4.2, + "min_hum": 28, + "mean_hum": 47.3, + "sun": 2.3, + "cloud": 5.9, + "ground_temp": 1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53947, + "power": 58710 + }, + { + "date": 101126, + "mean_temp": 0.4, + "min_temp": -3, + "max_temp": 4.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 16, + "mean_hum": 32.5, + "sun": 8.3, + "cloud": 0.5, + "ground_temp": 1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64100, + "power": 64100 + }, + { + "date": 101125, + "mean_temp": 3.1, + "min_temp": -1, + "max_temp": 6.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 50.9, + "sun": 8.7, + "cloud": 1.5, + "ground_temp": 4.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63802, + "power": 63802 + }, + { + "date": 101124, + "mean_temp": 6.3, + "min_temp": 3.7, + "max_temp": 10.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 62.1, + "sun": 3, + "cloud": 4.4, + "ground_temp": 6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61352, + "power": 61352 + }, + { + "date": 101123, + "mean_temp": 5.9, + "min_temp": -0.6, + "max_temp": 12.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 44.9, + "sun": 8.7, + "cloud": 1.4, + "ground_temp": 5.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62576, + "power": 62576 + }, + { + "date": 101122, + "mean_temp": 6.2, + "min_temp": 1.9, + "max_temp": 13.1, + "rain": 5, + "max_wind": 6.1, + "mean_wind": 3.8, + "min_hum": 26, + "mean_hum": 51.6, + "sun": 8.8, + "cloud": 2.1, + "ground_temp": 8.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62052, + "power": 62052 + }, + { + "date": 101121, + "mean_temp": 11, + "min_temp": 6.1, + "max_temp": 15.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3, + "min_hum": 45, + "mean_hum": 64.4, + "sun": 5.7, + "cloud": 3.9, + "ground_temp": 8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52209, + "power": 52209 + }, + { + "date": 101120, + "mean_temp": 7.9, + "min_temp": 4.1, + "max_temp": 13.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 58.1, + "sun": 3.3, + "cloud": 3.8, + "ground_temp": 6.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53514, + "power": 56191 + }, + { + "date": 101119, + "mean_temp": 5.9, + "min_temp": 2.4, + "max_temp": 10.9, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 60.1, + "sun": 1, + "cloud": 3.4, + "ground_temp": 4.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61785, + "power": 62270 + }, + { + "date": 101118, + "mean_temp": 6.5, + "min_temp": 1.9, + "max_temp": 12, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 56, + "sun": 8.9, + "cloud": 0, + "ground_temp": 4.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62482, + "power": 62482 + }, + { + "date": 101117, + "mean_temp": 6.5, + "min_temp": 3, + "max_temp": 11.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 62.4, + "sun": 4, + "cloud": 4.1, + "ground_temp": 4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61785, + "power": 61785 + }, + { + "date": 101116, + "mean_temp": 3.7, + "min_temp": -1.4, + "max_temp": 8.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 35, + "mean_hum": 54.4, + "sun": 7.1, + "cloud": 3.9, + "ground_temp": 3.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63204, + "power": 63204 + }, + { + "date": 101115, + "mean_temp": 1.4, + "min_temp": -1.6, + "max_temp": 5.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 37, + "sun": 9.5, + "cloud": 0.4, + "ground_temp": 3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63802, + "power": 63009 + }, + { + "date": 101114, + "mean_temp": 5.8, + "min_temp": 3, + "max_temp": 12.4, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.5, + "min_hum": 11, + "mean_hum": 39.9, + "sun": 5.8, + "cloud": 5.1, + "ground_temp": 8.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52299, + "power": 52299 + }, + { + "date": 101113, + "mean_temp": 11.1, + "min_temp": 5.8, + "max_temp": 17.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.3, + "min_hum": 15, + "mean_hum": 56.5, + "sun": 7.9, + "cloud": 4.8, + "ground_temp": 7.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54292, + "power": 54292 + }, + { + "date": 101112, + "mean_temp": 8.9, + "min_temp": 6.2, + "max_temp": 12.6, + "rain": 0.4, + "max_wind": 6.9, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 58, + "sun": 7.4, + "cloud": 3, + "ground_temp": 7.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60282, + "power": 60282 + }, + { + "date": 101111, + "mean_temp": 9.3, + "min_temp": 3.2, + "max_temp": 15.1, + "rain": 1, + "max_wind": 10.5, + "mean_wind": 4.2, + "min_hum": 33, + "mean_hum": 46.5, + "sun": 4.8, + "cloud": 4.9, + "ground_temp": 7.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60749, + "power": 60749 + }, + { + "date": 101110, + "mean_temp": 4.1, + "min_temp": -0.5, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 37.9, + "sun": 9.5, + "cloud": 0, + "ground_temp": 3.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60567, + "power": 60837 + }, + { + "date": 101109, + "mean_temp": 2.9, + "min_temp": 1.2, + "max_temp": 6.5, + "rain": 0, + "max_wind": 8.9, + "mean_wind": 5.3, + "min_hum": 28, + "mean_hum": 41.8, + "sun": 8.7, + "cloud": 1.1, + "ground_temp": 4.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63802, + "power": 62623 + }, + { + "date": 101108, + "mean_temp": 7, + "min_temp": 1.8, + "max_temp": 11.4, + "rain": 0.5, + "max_wind": 9, + "mean_wind": 5.3, + "min_hum": 44, + "mean_hum": 62.5, + "sun": 1.1, + "cloud": 8.4, + "ground_temp": 8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61506, + "power": 61506 + }, + { + "date": 101107, + "mean_temp": 12.3, + "min_temp": 10.8, + "max_temp": 14.3, + "rain": 2, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 61, + "mean_hum": 74, + "sun": 0, + "cloud": 10, + "ground_temp": 11.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46849, + "power": 50906 + }, + { + "date": 101106, + "mean_temp": 12.7, + "min_temp": 11.1, + "max_temp": 14.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 71, + "mean_hum": 83.1, + "sun": 0, + "cloud": 10, + "ground_temp": 11.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50843, + "power": 53375 + }, + { + "date": 101105, + "mean_temp": 11.2, + "min_temp": 7, + "max_temp": 15.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 61, + "mean_hum": 80.1, + "sun": 2.2, + "cloud": 2.3, + "ground_temp": 10, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58874, + "power": 58874 + }, + { + "date": 101104, + "mean_temp": 10.6, + "min_temp": 5.7, + "max_temp": 16, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 40, + "mean_hum": 66.6, + "sun": 7.9, + "cloud": 1.8, + "ground_temp": 10, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60006, + "power": 60006 + }, + { + "date": 101103, + "mean_temp": 7.2, + "min_temp": 0.8, + "max_temp": 12.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 31, + "mean_hum": 52.8, + "sun": 9.1, + "cloud": 2.9, + "ground_temp": 6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62576, + "power": 59648 + }, + { + "date": 101102, + "mean_temp": 5, + "min_temp": 2.5, + "max_temp": 9.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.8, + "min_hum": 15, + "mean_hum": 33.8, + "sun": 9.6, + "cloud": 0.1, + "ground_temp": 7.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60444, + "power": 60444 + }, + { + "date": 101101, + "mean_temp": 11.4, + "min_temp": 6.8, + "max_temp": 16.7, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 52.3, + "sun": 9.1, + "cloud": 0.8, + "ground_temp": 10.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58325, + "power": 58325 + }, + { + "date": 101031, + "mean_temp": 12, + "min_temp": 7.1, + "max_temp": 17, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 52.6, + "sun": 2.5, + "cloud": 4, + "ground_temp": 11, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48850, + "power": 50057 + }, + { + "date": 101030, + "mean_temp": 11.7, + "min_temp": 6.4, + "max_temp": 17.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 26, + "mean_hum": 43.6, + "sun": 9.1, + "cloud": 2, + "ground_temp": 11.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51919, + "power": 51919 + }, + { + "date": 101029, + "mean_temp": 9.6, + "min_temp": 3.4, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 14, + "mean_hum": 37.4, + "sun": 9.7, + "cloud": 0.6, + "ground_temp": 9.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58414, + "power": 58414 + }, + { + "date": 101028, + "mean_temp": 7.2, + "min_temp": 2.1, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 37.5, + "sun": 9.7, + "cloud": 0, + "ground_temp": 7.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58949, + "power": 60003 + }, + { + "date": 101027, + "mean_temp": 5.6, + "min_temp": 0.7, + "max_temp": 10.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 35.3, + "sun": 2.9, + "cloud": 4.5, + "ground_temp": 8.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59328, + "power": 59328 + }, + { + "date": 101026, + "mean_temp": 4, + "min_temp": 0.9, + "max_temp": 8.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.4, + "min_hum": 16, + "mean_hum": 26.3, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": 6.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60330, + "power": 60330 + }, + { + "date": 101025, + "mean_temp": 9.9, + "min_temp": 4.4, + "max_temp": 15.1, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 4.7, + "min_hum": 22, + "mean_hum": 46.9, + "sun": 7.3, + "cloud": 3.5, + "ground_temp": 12.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58268, + "power": 58170 + }, + { + "date": 101024, + "mean_temp": 17.2, + "min_temp": 13.6, + "max_temp": 23.4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 62.9, + "sun": 6.5, + "cloud": 4.5, + "ground_temp": 15.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49157, + "power": 49157 + }, + { + "date": 101023, + "mean_temp": 15.9, + "min_temp": 11.7, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 45, + "mean_hum": 65, + "sun": 5.3, + "cloud": 5, + "ground_temp": 15.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50843, + "power": 50843 + }, + { + "date": 101022, + "mean_temp": 16.9, + "min_temp": 12.8, + "max_temp": 22.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 59.3, + "sun": 9.9, + "cloud": 0.5, + "ground_temp": 15.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57184, + "power": 57184 + }, + { + "date": 101021, + "mean_temp": 15.8, + "min_temp": 10.2, + "max_temp": 21.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 64.5, + "sun": 8.7, + "cloud": 1.4, + "ground_temp": 14.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58268, + "power": 58268 + }, + { + "date": 101020, + "mean_temp": 15.2, + "min_temp": 12.7, + "max_temp": 19.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 71.3, + "sun": 2.9, + "cloud": 4.3, + "ground_temp": 17, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57494, + "power": 57494 + }, + { + "date": 101019, + "mean_temp": 15.9, + "min_temp": 11, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 58.1, + "sun": 6.2, + "cloud": 4.4, + "ground_temp": 15.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57601, + "power": 58124 + }, + { + "date": 101018, + "mean_temp": 13.9, + "min_temp": 9, + "max_temp": 19.3, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 26, + "mean_hum": 47.1, + "sun": 9.3, + "cloud": 0, + "ground_temp": 15.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57601, + "power": 57601 + }, + { + "date": 101017, + "mean_temp": 15.6, + "min_temp": 12.1, + "max_temp": 19.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 54, + "sun": 7.8, + "cloud": 1.5, + "ground_temp": 15.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48850, + "power": 48850 + }, + { + "date": 101016, + "mean_temp": 16, + "min_temp": 10.2, + "max_temp": 21.6, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 2.8, + "min_hum": 26, + "mean_hum": 62, + "sun": 7.5, + "cloud": 3, + "ground_temp": 15.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51213, + "power": 51213 + }, + { + "date": 101015, + "mean_temp": 13.1, + "min_temp": 9.3, + "max_temp": 16.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 49.5, + "sun": 9.1, + "cloud": 1.9, + "ground_temp": 15, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57057, + "power": 57057 + }, + { + "date": 101014, + "mean_temp": 15.7, + "min_temp": 12.6, + "max_temp": 20.4, + "rain": 0.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 34, + "mean_hum": 70, + "sun": 8.3, + "cloud": 4.1, + "ground_temp": 17.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57712, + "power": 57818 + }, + { + "date": 101013, + "mean_temp": 15.7, + "min_temp": 12.9, + "max_temp": 19.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 55, + "mean_hum": 73.1, + "sun": 0.3, + "cloud": 8, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57364, + "power": 57364 + }, + { + "date": 101012, + "mean_temp": 16.6, + "min_temp": 13.8, + "max_temp": 19.2, + "rain": 0.1, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 58, + "mean_hum": 76.1, + "sun": 1.5, + "cloud": 7.3, + "ground_temp": 18.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57712, + "power": 57712 + }, + { + "date": 101011, + "mean_temp": 18.3, + "min_temp": 15.6, + "max_temp": 21.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 63, + "mean_hum": 80.4, + "sun": 0.2, + "cloud": 8.9, + "ground_temp": 18, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57773, + "power": 57773 + }, + { + "date": 101010, + "mean_temp": 18.5, + "min_temp": 14.3, + "max_temp": 22.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 73.1, + "sun": 10.1, + "cloud": 0.8, + "ground_temp": 19.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49737, + "power": 48332 + }, + { + "date": 101009, + "mean_temp": 19.4, + "min_temp": 15.4, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 44, + "mean_hum": 66.5, + "sun": 9.3, + "cloud": 2.4, + "ground_temp": 19.5, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 51919, + "power": 50452 + }, + { + "date": 101008, + "mean_temp": 18.9, + "min_temp": 15.1, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 42, + "mean_hum": 65.3, + "sun": 4.8, + "cloud": 7, + "ground_temp": 16.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57084, + "power": 57084 + }, + { + "date": 101007, + "mean_temp": 17.3, + "min_temp": 11.9, + "max_temp": 23.8, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 69, + "sun": 9.9, + "cloud": 1.4, + "ground_temp": 19.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56475, + "power": 57373 + }, + { + "date": 101006, + "mean_temp": 16.1, + "min_temp": 11.2, + "max_temp": 22.1, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 42, + "mean_hum": 70.3, + "sun": 9.6, + "cloud": 0.5, + "ground_temp": 18.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56475, + "power": 56475 + }, + { + "date": 101005, + "mean_temp": 15, + "min_temp": 11.2, + "max_temp": 19.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 70.8, + "sun": 6.5, + "cloud": 3, + "ground_temp": 16.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55938, + "power": 56438 + }, + { + "date": 101004, + "mean_temp": 14, + "min_temp": 12.4, + "max_temp": 16.7, + "rain": 3, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 60, + "mean_hum": 77.1, + "sun": 0.7, + "cloud": 9, + "ground_temp": 17.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55938, + "power": 56515 + }, + { + "date": 101003, + "mean_temp": 17, + "min_temp": 14.4, + "max_temp": 21.4, + "rain": 7, + "max_wind": 8.1, + "mean_wind": 3.2, + "min_hum": 47, + "mean_hum": 78.5, + "sun": 3, + "cloud": 8.9, + "ground_temp": 18.7, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 49721, + "power": 48264 + }, + { + "date": 101002, + "mean_temp": 16, + "min_temp": 13.7, + "max_temp": 18.6, + "rain": 15, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 58, + "mean_hum": 79, + "sun": 0, + "cloud": 8.3, + "ground_temp": 17.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50843, + "power": 51865 + }, + { + "date": 101001, + "mean_temp": 16, + "min_temp": 10.8, + "max_temp": 21.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 66.1, + "sun": 6.3, + "cloud": 4.1, + "ground_temp": 17.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55938, + "power": 55938 + }, + { + "date": 100930, + "mean_temp": 14.6, + "min_temp": 8.4, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 61.5, + "sun": 10.7, + "cloud": 0.9, + "ground_temp": 17.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56247, + "power": 56247 + }, + { + "date": 100929, + "mean_temp": 13, + "min_temp": 9.8, + "max_temp": 16.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 61.1, + "sun": 1.9, + "cloud": 5.9, + "ground_temp": 15.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55918, + "power": 55918 + }, + { + "date": 100928, + "mean_temp": 15.6, + "min_temp": 12.4, + "max_temp": 18.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 49.8, + "sun": 11.1, + "cloud": 1.5, + "ground_temp": 19.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56040, + "power": 56040 + }, + { + "date": 100927, + "mean_temp": 19, + "min_temp": 14.9, + "max_temp": 23.9, + "rain": 15.5, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 48, + "mean_hum": 73.9, + "sun": 5, + "cloud": 6.5, + "ground_temp": 19.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56095, + "power": 56095 + }, + { + "date": 100926, + "mean_temp": 18.6, + "min_temp": 15.2, + "max_temp": 24.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 60.4, + "sun": 6.6, + "cloud": 4.3, + "ground_temp": 18.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48466, + "power": 48466 + }, + { + "date": 100925, + "mean_temp": 18.6, + "min_temp": 13.6, + "max_temp": 24.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 59.5, + "sun": 8.4, + "cloud": 2.8, + "ground_temp": 19.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51919, + "power": 48664 + }, + { + "date": 100924, + "mean_temp": 17.6, + "min_temp": 11.9, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 61.5, + "sun": 8.5, + "cloud": 2, + "ground_temp": 18.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47132, + "power": 47132 + }, + { + "date": 100923, + "mean_temp": 17, + "min_temp": 12.1, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 62.6, + "sun": 10.3, + "cloud": 0.6, + "ground_temp": 18.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41282, + "power": 41282 + }, + { + "date": 100922, + "mean_temp": 16.7, + "min_temp": 14.4, + "max_temp": 18.8, + "rain": 0.5, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 70, + "mean_hum": 81.9, + "sun": 0, + "cloud": 8.3, + "ground_temp": 16.6, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 38764, + "power": 38764 + }, + { + "date": 100921, + "mean_temp": 21.4, + "min_temp": 17.9, + "max_temp": 24.9, + "rain": 259.5, + "max_wind": 10.4, + "mean_wind": 2.5, + "min_hum": 86, + "mean_hum": 93.1, + "sun": 0, + "cloud": 10, + "ground_temp": 20.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45151, + "power": 45151 + }, + { + "date": 100920, + "mean_temp": 21.7, + "min_temp": 18.2, + "max_temp": 26, + "rain": 25.5, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 82.3, + "sun": 2.2, + "cloud": 9.8, + "ground_temp": 23.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55804, + "power": 55804 + }, + { + "date": 100919, + "mean_temp": 20.8, + "min_temp": 18.3, + "max_temp": 23.8, + "rain": 17.5, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 60, + "mean_hum": 83.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46849, + "power": 52757 + }, + { + "date": 100918, + "mean_temp": 25.2, + "min_temp": 21.8, + "max_temp": 30.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 58.4, + "sun": 10.1, + "cloud": 3.8, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58479, + "power": 58479 + }, + { + "date": 100917, + "mean_temp": 24.3, + "min_temp": 20.1, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 66.4, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": 24.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63411, + "power": 63411 + }, + { + "date": 100916, + "mean_temp": 24.5, + "min_temp": 19.2, + "max_temp": 30, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 61.8, + "sun": 11.1, + "cloud": 0.8, + "ground_temp": 23.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62644, + "power": 62644 + }, + { + "date": 100915, + "mean_temp": 24.7, + "min_temp": 19.2, + "max_temp": 30.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 56.8, + "sun": 11.2, + "cloud": 0, + "ground_temp": 23.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62527, + "power": 62527 + }, + { + "date": 100914, + "mean_temp": 24, + "min_temp": 21.1, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 71.1, + "sun": 5.8, + "cloud": 4, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63188, + "power": 63188 + }, + { + "date": 100913, + "mean_temp": 23.9, + "min_temp": 20.9, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 52, + "mean_hum": 76.3, + "sun": 7, + "cloud": 5.3, + "ground_temp": 22.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62758, + "power": 62758 + }, + { + "date": 100912, + "mean_temp": 22.8, + "min_temp": 21, + "max_temp": 26.1, + "rain": 15.5, + "max_wind": 4.9, + "mean_wind": 1.7, + "min_hum": 62, + "mean_hum": 85.4, + "sun": 1.7, + "cloud": 8.5, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52039, + "power": 52039 + }, + { + "date": 100911, + "mean_temp": 23.7, + "min_temp": 22.4, + "max_temp": 26.1, + "rain": 68.5, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 78, + "mean_hum": 90.9, + "sun": 0, + "cloud": 10, + "ground_temp": 21.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58590, + "power": 58590 + }, + { + "date": 100910, + "mean_temp": 24, + "min_temp": 22.4, + "max_temp": 25.8, + "rain": 74.5, + "max_wind": 7.7, + "mean_wind": 4.5, + "min_hum": 86, + "mean_hum": 92, + "sun": 0, + "cloud": 10, + "ground_temp": 21.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63799, + "power": 64312 + }, + { + "date": 100909, + "mean_temp": 20.9, + "min_temp": 19, + "max_temp": 22.5, + "rain": 90.5, + "max_wind": 4.4, + "mean_wind": 2.6, + "min_hum": 60, + "mean_hum": 88, + "sun": 0, + "cloud": 10, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60665, + "power": 60665 + }, + { + "date": 100908, + "mean_temp": 22.7, + "min_temp": 21.6, + "max_temp": 24.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.3, + "min_hum": 35, + "mean_hum": 48.8, + "sun": 0.1, + "cloud": 9.5, + "ground_temp": 22.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59598, + "power": 59598 + }, + { + "date": 100907, + "mean_temp": 26.3, + "min_temp": 22.8, + "max_temp": 30.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.1, + "min_hum": 37, + "mean_hum": 56.5, + "sun": 11.1, + "cloud": 3.6, + "ground_temp": 24.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63906, + "power": 63906 + }, + { + "date": 100906, + "mean_temp": 25.5, + "min_temp": 22.6, + "max_temp": 30, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 57, + "mean_hum": 77.3, + "sun": 3.7, + "cloud": 8, + "ground_temp": 25.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61244, + "power": 66362 + }, + { + "date": 100905, + "mean_temp": 25.1, + "min_temp": 23.1, + "max_temp": 30.7, + "rain": 49.5, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 60, + "mean_hum": 83.3, + "sun": 2.5, + "cloud": 7.9, + "ground_temp": 27.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54902, + "power": 54902 + }, + { + "date": 100904, + "mean_temp": 26.8, + "min_temp": 23.3, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 75.8, + "sun": 6.1, + "cloud": 4.3, + "ground_temp": 26.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62239, + "power": 62239 + }, + { + "date": 100903, + "mean_temp": 25.4, + "min_temp": 22.8, + "max_temp": 30, + "rain": 3, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 65, + "mean_hum": 82.4, + "sun": 1.3, + "cloud": 7.1, + "ground_temp": 26.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67802, + "power": 67802 + }, + { + "date": 100902, + "mean_temp": 24, + "min_temp": 22.2, + "max_temp": 26.2, + "rain": 37, + "max_wind": 14, + "mean_wind": 4.9, + "min_hum": 68, + "mean_hum": 83.8, + "sun": 0, + "cloud": 9.1, + "ground_temp": 25.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63901, + "power": 63901 + }, + { + "date": 100901, + "mean_temp": 26, + "min_temp": 22.8, + "max_temp": 31.4, + "rain": 14.5, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 56, + "mean_hum": 81.6, + "sun": 3.3, + "cloud": 8.4, + "ground_temp": 26, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68842, + "power": 68842 + }, + { + "date": 100831, + "mean_temp": 24.9, + "min_temp": 22.2, + "max_temp": 27.2, + "rain": 2, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 68, + "mean_hum": 80.1, + "sun": 0.4, + "cloud": 8.8, + "ground_temp": 25.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66242, + "power": 66242 + }, + { + "date": 100830, + "mean_temp": 25.8, + "min_temp": 23.1, + "max_temp": 29.9, + "rain": 1.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 73.3, + "sun": 6.5, + "cloud": 6.8, + "ground_temp": 26.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66192, + "power": 67230 + }, + { + "date": 100829, + "mean_temp": 23.7, + "min_temp": 21.7, + "max_temp": 26, + "rain": 99, + "max_wind": 6, + "mean_wind": 1.6, + "min_hum": 81, + "mean_hum": 91.8, + "sun": 0.4, + "cloud": 9.8, + "ground_temp": 26.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54204, + "power": 54204 + }, + { + "date": 100828, + "mean_temp": 25.5, + "min_temp": 24.7, + "max_temp": 27.2, + "rain": 12.5, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 70, + "mean_hum": 83.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 24.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58726, + "power": 59400 + }, + { + "date": 100827, + "mean_temp": 25.8, + "min_temp": 23.8, + "max_temp": 31.8, + "rain": 92.5, + "max_wind": 6.4, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 81.9, + "sun": 4, + "cloud": 8, + "ground_temp": 27, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67781, + "power": 67781 + }, + { + "date": 100826, + "mean_temp": 24, + "min_temp": 21.1, + "max_temp": 26.7, + "rain": 10, + "max_wind": 4.4, + "mean_wind": 2.7, + "min_hum": 78, + "mean_hum": 87.4, + "sun": 0, + "cloud": 9.6, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66283, + "power": 66283 + }, + { + "date": 100825, + "mean_temp": 21.6, + "min_temp": 19.9, + "max_temp": 22.5, + "rain": 50.5, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 81, + "mean_hum": 89, + "sun": 0, + "cloud": 10, + "ground_temp": 22.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65140, + "power": 65140 + }, + { + "date": 100824, + "mean_temp": 23.7, + "min_temp": 21.9, + "max_temp": 25.9, + "rain": 9.5, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 68, + "mean_hum": 85.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 26.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66982, + "power": 66982 + }, + { + "date": 100823, + "mean_temp": 26.4, + "min_temp": 23.7, + "max_temp": 29.1, + "rain": 21, + "max_wind": 5.7, + "mean_wind": 3.6, + "min_hum": 66, + "mean_hum": 84.3, + "sun": 2.3, + "cloud": 9.5, + "ground_temp": 27.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 69587, + "power": 69404 + }, + { + "date": 100822, + "mean_temp": 28.7, + "min_temp": 25.4, + "max_temp": 32.5, + "rain": 0.1, + "max_wind": 7.1, + "mean_wind": 3.4, + "min_hum": 51, + "mean_hum": 69.8, + "sun": 6, + "cloud": 4.8, + "ground_temp": 31.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58594, + "power": 58594 + }, + { + "date": 100821, + "mean_temp": 28.6, + "min_temp": 25.1, + "max_temp": 32.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 52, + "mean_hum": 69.3, + "sun": 6.8, + "cloud": 2.3, + "ground_temp": 31.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62239, + "power": 64327 + }, + { + "date": 100820, + "mean_temp": 28.6, + "min_temp": 25.5, + "max_temp": 32.2, + "rain": 0.5, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 57, + "mean_hum": 71.9, + "sun": 6.5, + "cloud": 4.5, + "ground_temp": 30.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 67951, + "power": 69886 + }, + { + "date": 100819, + "mean_temp": 28.5, + "min_temp": 24.7, + "max_temp": 32.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 52, + "mean_hum": 72.5, + "sun": 5.8, + "cloud": 6.1, + "ground_temp": 27.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67008, + "power": 68493 + }, + { + "date": 100818, + "mean_temp": 26, + "min_temp": 22.2, + "max_temp": 31.2, + "rain": 19.5, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 59, + "mean_hum": 81.9, + "sun": 3, + "cloud": 7.9, + "ground_temp": 26.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67452, + "power": 67452 + }, + { + "date": 100817, + "mean_temp": 26.3, + "min_temp": 21, + "max_temp": 31.8, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 37, + "mean_hum": 65.4, + "sun": 11.1, + "cloud": 3.3, + "ground_temp": 27.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64676, + "power": 64676 + }, + { + "date": 100816, + "mean_temp": 24.8, + "min_temp": 22.8, + "max_temp": 26.7, + "rain": 0.1, + "max_wind": 5.7, + "mean_wind": 2.1, + "min_hum": 62, + "mean_hum": 78.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 25, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63646, + "power": 63646 + }, + { + "date": 100815, + "mean_temp": 26.6, + "min_temp": 24.6, + "max_temp": 30.2, + "rain": 49.5, + "max_wind": 8.6, + "mean_wind": 4, + "min_hum": 60, + "mean_hum": 80.5, + "sun": 3.6, + "cloud": 7.9, + "ground_temp": 26.2, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 54015, + "power": 54015 + }, + { + "date": 100814, + "mean_temp": 26.9, + "min_temp": 25.3, + "max_temp": 29.1, + "rain": 7, + "max_wind": 10.7, + "mean_wind": 2.5, + "min_hum": 71, + "mean_hum": 84.4, + "sun": 1.3, + "cloud": 9.6, + "ground_temp": 26.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58726, + "power": 58726 + }, + { + "date": 100813, + "mean_temp": 26, + "min_temp": 21.5, + "max_temp": 29.6, + "rain": 62, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 69, + "mean_hum": 85.9, + "sun": 0.9, + "cloud": 8.8, + "ground_temp": 26.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66982, + "power": 65504 + }, + { + "date": 100812, + "mean_temp": 23.7, + "min_temp": 21.7, + "max_temp": 26.7, + "rain": 5.5, + "max_wind": 4.4, + "mean_wind": 3, + "min_hum": 55, + "mean_hum": 78.6, + "sun": 0, + "cloud": 9.3, + "ground_temp": 26, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63439, + "power": 63461 + }, + { + "date": 100811, + "mean_temp": 28.2, + "min_temp": 25, + "max_temp": 32.7, + "rain": 2.5, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 54, + "mean_hum": 73.9, + "sun": 2.7, + "cloud": 7.3, + "ground_temp": 25.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65206, + "power": 65206 + }, + { + "date": 100810, + "mean_temp": 26.5, + "min_temp": 24.9, + "max_temp": 29.8, + "rain": 24.5, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 64, + "mean_hum": 82.4, + "sun": 0.9, + "cloud": 8.9, + "ground_temp": 28.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 69587, + "power": 65800 + }, + { + "date": 100809, + "mean_temp": 28.6, + "min_temp": 24.1, + "max_temp": 33.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 62.9, + "sun": 9.9, + "cloud": 5, + "ground_temp": 29.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67287, + "power": 67287 + }, + { + "date": 100808, + "mean_temp": 27.3, + "min_temp": 24, + "max_temp": 31.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2, + "min_hum": 44, + "mean_hum": 70.5, + "sun": 5.6, + "cloud": 5.6, + "ground_temp": 29.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54975, + "power": 54975 + }, + { + "date": 100807, + "mean_temp": 26.2, + "min_temp": 24.3, + "max_temp": 28.2, + "rain": 83.5, + "max_wind": 6, + "mean_wind": 2.2, + "min_hum": 73, + "mean_hum": 86.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 26.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59045, + "power": 59045 + }, + { + "date": 100806, + "mean_temp": 28.3, + "min_temp": 26.3, + "max_temp": 31, + "rain": 3.5, + "max_wind": 7.6, + "mean_wind": 3.8, + "min_hum": 60, + "mean_hum": 76.3, + "sun": 2.6, + "cloud": 8.4, + "ground_temp": 29.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65633, + "power": 65633 + }, + { + "date": 100805, + "mean_temp": 29.2, + "min_temp": 26, + "max_temp": 33.8, + "rain": 0.5, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 50, + "mean_hum": 74.5, + "sun": 5.5, + "cloud": 7.3, + "ground_temp": 30.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66609, + "power": 66609 + }, + { + "date": 100804, + "mean_temp": 28.1, + "min_temp": 25.8, + "max_temp": 31.9, + "rain": 16.5, + "max_wind": 4.2, + "mean_wind": 1.4, + "min_hum": 53, + "mean_hum": 72.1, + "sun": 0.8, + "cloud": 7.8, + "ground_temp": 29.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67008, + "power": 62663 + }, + { + "date": 100803, + "mean_temp": 27.6, + "min_temp": 24, + "max_temp": 32.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 59.4, + "sun": 4.6, + "cloud": 5, + "ground_temp": 24.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58086, + "power": 58086 + }, + { + "date": 100802, + "mean_temp": 27.3, + "min_temp": 25.4, + "max_temp": 31.8, + "rain": 25, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 42, + "mean_hum": 77.3, + "sun": 4.7, + "cloud": 6.5, + "ground_temp": 24.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58915, + "power": 58915 + }, + { + "date": 100801, + "mean_temp": 27.5, + "min_temp": 26.1, + "max_temp": 31, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.5, + "min_hum": 64, + "mean_hum": 78.5, + "sun": 0.6, + "cloud": 9, + "ground_temp": 32.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53946, + "power": 53946 + }, + { + "date": 100731, + "mean_temp": 27, + "min_temp": 24.9, + "max_temp": 30.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.6, + "min_hum": 67, + "mean_hum": 77.3, + "sun": 0.1, + "cloud": 9, + "ground_temp": 35.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54739, + "power": 54739 + }, + { + "date": 100730, + "mean_temp": 27, + "min_temp": 25.1, + "max_temp": 30.8, + "rain": 0.1, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 63, + "mean_hum": 74.9, + "sun": 0, + "cloud": 9.5, + "ground_temp": 30, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64812, + "power": 64812 + }, + { + "date": 100729, + "mean_temp": 26.8, + "min_temp": 24.7, + "max_temp": 30.6, + "rain": 0.5, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 57, + "mean_hum": 75.5, + "sun": 1.4, + "cloud": 8.6, + "ground_temp": 36.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66192, + "power": 66192 + }, + { + "date": 100728, + "mean_temp": 27, + "min_temp": 23.7, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 69.6, + "sun": 4.5, + "cloud": 5.9, + "ground_temp": 32.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64812, + "power": 64904 + }, + { + "date": 100727, + "mean_temp": 26.9, + "min_temp": 24.4, + "max_temp": 30.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 69.4, + "sun": 9.5, + "cloud": 5, + "ground_temp": 33.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64812, + "power": 67323 + }, + { + "date": 100726, + "mean_temp": 25.4, + "min_temp": 23, + "max_temp": 28.6, + "rain": 16.5, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 64, + "mean_hum": 80.4, + "sun": 0.9, + "cloud": 8.5, + "ground_temp": 35.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67776, + "power": 65445 + }, + { + "date": 100725, + "mean_temp": 26, + "min_temp": 23.5, + "max_temp": 30, + "rain": 0.5, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 55, + "mean_hum": 77.6, + "sun": 2.3, + "cloud": 7.1, + "ground_temp": 32.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53154, + "power": 53154 + }, + { + "date": 100724, + "mean_temp": 25.6, + "min_temp": 23.6, + "max_temp": 29.3, + "rain": 1, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 61, + "mean_hum": 80, + "sun": 0.5, + "cloud": 8.6, + "ground_temp": 30.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54962, + "power": 58717 + }, + { + "date": 100723, + "mean_temp": 24.4, + "min_temp": 23, + "max_temp": 25.9, + "rain": 4.5, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 78, + "mean_hum": 84, + "sun": 0, + "cloud": 10, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63799, + "power": 63799 + }, + { + "date": 100722, + "mean_temp": 27.1, + "min_temp": 25.9, + "max_temp": 29.6, + "rain": 0.5, + "max_wind": 7.5, + "mean_wind": 4.7, + "min_hum": 61, + "mean_hum": 74.3, + "sun": 1.3, + "cloud": 8.9, + "ground_temp": 32.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 67619, + "power": 67619 + }, + { + "date": 100721, + "mean_temp": 27.8, + "min_temp": 26.3, + "max_temp": 29.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.6, + "min_hum": 61, + "mean_hum": 68.5, + "sun": 1, + "cloud": 8.3, + "ground_temp": 28.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 67008, + "power": 66850 + }, + { + "date": 100720, + "mean_temp": 28.2, + "min_temp": 24.1, + "max_temp": 32.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 49, + "mean_hum": 68.1, + "sun": 2.6, + "cloud": 6.4, + "ground_temp": 29.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 67008, + "power": 67008 + }, + { + "date": 100719, + "mean_temp": 26.7, + "min_temp": 25, + "max_temp": 30.1, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.9, + "min_hum": 59, + "mean_hum": 73.3, + "sun": 2.3, + "cloud": 7.6, + "ground_temp": 24.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65206, + "power": 65683 + }, + { + "date": 100718, + "mean_temp": 25.9, + "min_temp": 23.1, + "max_temp": 29.1, + "rain": 2, + "max_wind": 7.9, + "mean_wind": 3.8, + "min_hum": 58, + "mean_hum": 74, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 25.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54015, + "power": 53048 + }, + { + "date": 100717, + "mean_temp": 23.2, + "min_temp": 22.1, + "max_temp": 24.2, + "rain": 89.5, + "max_wind": 6.5, + "mean_wind": 2.6, + "min_hum": 83, + "mean_hum": 89.8, + "sun": 0, + "cloud": 10, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56700, + "power": 56700 + }, + { + "date": 100716, + "mean_temp": 23.7, + "min_temp": 21.6, + "max_temp": 27.7, + "rain": 57, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 62, + "mean_hum": 83.4, + "sun": 0.6, + "cloud": 9.6, + "ground_temp": 26.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63439, + "power": 63439 + }, + { + "date": 100715, + "mean_temp": 26, + "min_temp": 22.7, + "max_temp": 30, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 67.8, + "sun": 3.9, + "cloud": 5.6, + "ground_temp": 26.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64795, + "power": 64795 + }, + { + "date": 100714, + "mean_temp": 24.8, + "min_temp": 21.8, + "max_temp": 27.7, + "rain": 1, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 59, + "mean_hum": 74, + "sun": 1.9, + "cloud": 6.3, + "ground_temp": 25.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63985, + "power": 63985 + }, + { + "date": 100713, + "mean_temp": 26.1, + "min_temp": 22, + "max_temp": 31.3, + "rain": 1.5, + "max_wind": 5.5, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 67.5, + "sun": 7, + "cloud": 4.4, + "ground_temp": 24, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63409, + "power": 63409 + }, + { + "date": 100712, + "mean_temp": 25.1, + "min_temp": 21, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 61.3, + "sun": 3.7, + "cloud": 5, + "ground_temp": 25.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62649, + "power": 62649 + }, + { + "date": 100711, + "mean_temp": 23.8, + "min_temp": 22.2, + "max_temp": 26.5, + "rain": 0.5, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 56, + "mean_hum": 67.8, + "sun": 2.1, + "cloud": 7.9, + "ground_temp": 22, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50322, + "power": 50322 + }, + { + "date": 100710, + "mean_temp": 25.6, + "min_temp": 21.7, + "max_temp": 29.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 42, + "mean_hum": 64.6, + "sun": 2.8, + "cloud": 6.4, + "ground_temp": 26.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56927, + "power": 56927 + }, + { + "date": 100709, + "mean_temp": 24.9, + "min_temp": 21.2, + "max_temp": 29.8, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 64.4, + "sun": 6.3, + "cloud": 4.1, + "ground_temp": 25.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63409, + "power": 63904 + }, + { + "date": 100708, + "mean_temp": 24.7, + "min_temp": 21.9, + "max_temp": 29.6, + "rain": 0.1, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 64.6, + "sun": 2.8, + "cloud": 7.5, + "ground_temp": 22.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63493, + "power": 63493 + }, + { + "date": 100707, + "mean_temp": 25.6, + "min_temp": 22.4, + "max_temp": 29.6, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 2.7, + "min_hum": 41, + "mean_hum": 68, + "sun": 9.6, + "cloud": 4.3, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64587, + "power": 64839 + }, + { + "date": 100706, + "mean_temp": 26, + "min_temp": 21.7, + "max_temp": 31.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.2, + "min_hum": 32, + "mean_hum": 61.6, + "sun": 9.5, + "cloud": 5.1, + "ground_temp": 26.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65025, + "power": 65025 + }, + { + "date": 100705, + "mean_temp": 26.1, + "min_temp": 23.1, + "max_temp": 30.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 74.1, + "sun": 7.2, + "cloud": 4.5, + "ground_temp": 24.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64587, + "power": 64587 + }, + { + "date": 100704, + "mean_temp": 26.5, + "min_temp": 23.4, + "max_temp": 29.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 72, + "sun": 4.1, + "cloud": 7.4, + "ground_temp": 24, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52044, + "power": 52044 + }, + { + "date": 100703, + "mean_temp": 24.1, + "min_temp": 22.5, + "max_temp": 25.7, + "rain": 5.5, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 76, + "mean_hum": 88.1, + "sun": 0, + "cloud": 9.5, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56700, + "power": 56545 + }, + { + "date": 100702, + "mean_temp": 24.9, + "min_temp": 23.8, + "max_temp": 25.9, + "rain": 58, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 79.7, + "mean_hum": 89, + "sun": 0, + "cloud": 10, + "ground_temp": 23.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 63277, + "power": 63277 + }, + { + "date": 100701, + "mean_temp": 26.1, + "min_temp": 21.9, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 72.1, + "sun": 1.6, + "cloud": 8.8, + "ground_temp": 29.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65025, + "power": 63274 + }, + { + "date": 100630, + "mean_temp": 22.8, + "min_temp": 20.6, + "max_temp": 24.8, + "rain": 9.5, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 62, + "mean_hum": 81.1, + "sun": 0, + "cloud": 10, + "ground_temp": 25.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61656, + "power": 62044 + }, + { + "date": 100629, + "mean_temp": 23.9, + "min_temp": 21.4, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 58, + "mean_hum": 74, + "sun": 0.5, + "cloud": 7.3, + "ground_temp": 27.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65025, + "power": 62699 + }, + { + "date": 100628, + "mean_temp": 24.6, + "min_temp": 19.7, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 67.9, + "sun": 9.4, + "cloud": 2.9, + "ground_temp": 31.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61810, + "power": 61810 + }, + { + "date": 100627, + "mean_temp": 21.8, + "min_temp": 20.9, + "max_temp": 23.3, + "rain": 9.5, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 71, + "mean_hum": 85.5, + "sun": 0, + "cloud": 8.3, + "ground_temp": 24.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49412, + "power": 49412 + }, + { + "date": 100626, + "mean_temp": 24.8, + "min_temp": 21.4, + "max_temp": 27.2, + "rain": 3.5, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 59.9, + "sun": 0.2, + "cloud": 9.5, + "ground_temp": 21.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54224, + "power": 54224 + }, + { + "date": 100625, + "mean_temp": 26.7, + "min_temp": 20.3, + "max_temp": 32.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 50.1, + "sun": 8.9, + "cloud": 4.6, + "ground_temp": 30.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60564, + "power": 62828 + }, + { + "date": 100624, + "mean_temp": 24.4, + "min_temp": 18.5, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 54.8, + "sun": 11.8, + "cloud": 0.3, + "ground_temp": 30.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62130, + "power": 62130 + }, + { + "date": 100623, + "mean_temp": 23, + "min_temp": 16.7, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 53.6, + "sun": 13.3, + "cloud": 0.1, + "ground_temp": 28.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57021, + "power": 60629 + }, + { + "date": 100622, + "mean_temp": 21.6, + "min_temp": 18.4, + "max_temp": 25.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 50.8, + "sun": 4.7, + "cloud": 5, + "ground_temp": 22.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60265, + "power": 60265 + }, + { + "date": 100621, + "mean_temp": 22.2, + "min_temp": 18.1, + "max_temp": 27.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 35, + "mean_hum": 69, + "sun": 7.6, + "cloud": 1.8, + "ground_temp": 27.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57021, + "power": 61058 + }, + { + "date": 100620, + "mean_temp": 23, + "min_temp": 20.8, + "max_temp": 27, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 56, + "mean_hum": 74.9, + "sun": 5.2, + "cloud": 5.3, + "ground_temp": 31.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49737, + "power": 49737 + }, + { + "date": 100619, + "mean_temp": 23, + "min_temp": 21.5, + "max_temp": 25.8, + "rain": 4.5, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 62, + "mean_hum": 79.1, + "sun": 0.3, + "cloud": 9, + "ground_temp": 27.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54962, + "power": 54962 + }, + { + "date": 100618, + "mean_temp": 25.9, + "min_temp": 22.8, + "max_temp": 31.1, + "rain": 0.4, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 67.5, + "sun": 3.4, + "cloud": 7.6, + "ground_temp": 31.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62545, + "power": 62545 + }, + { + "date": 100617, + "mean_temp": 24, + "min_temp": 20.9, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 58, + "mean_hum": 73.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 29, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 62269, + "power": 62269 + }, + { + "date": 100616, + "mean_temp": 22.3, + "min_temp": 20.2, + "max_temp": 25.6, + "rain": 0.5, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 53, + "mean_hum": 75.3, + "sun": 3, + "cloud": 6.9, + "ground_temp": 29.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60091, + "power": 60091 + }, + { + "date": 100615, + "mean_temp": 24.4, + "min_temp": 20.7, + "max_temp": 29.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 70.8, + "sun": 8.5, + "cloud": 5.1, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61656, + "power": 61656 + }, + { + "date": 100614, + "mean_temp": 22.8, + "min_temp": 20, + "max_temp": 26.4, + "rain": 10.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 80.6, + "sun": 1.1, + "cloud": 9.1, + "ground_temp": 23.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61656, + "power": 59693 + }, + { + "date": 100613, + "mean_temp": 22, + "min_temp": 17.5, + "max_temp": 27.2, + "rain": 18, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 81.3, + "sun": 1.9, + "cloud": 8.8, + "ground_temp": 24.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49237, + "power": 49237 + }, + { + "date": 100612, + "mean_temp": 17.9, + "min_temp": 16.9, + "max_temp": 22, + "rain": 71, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 62, + "mean_hum": 91.5, + "sun": 0, + "cloud": 10, + "ground_temp": 19.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52380, + "power": 52380 + }, + { + "date": 100611, + "mean_temp": 25.6, + "min_temp": 21.6, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 23, + "mean_hum": 44.3, + "sun": 6.5, + "cloud": 7.8, + "ground_temp": 26.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60497, + "power": 60497 + }, + { + "date": 100610, + "mean_temp": 26.5, + "min_temp": 21.7, + "max_temp": 32.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 46.8, + "sun": 8.2, + "cloud": 5.6, + "ground_temp": 28.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60564, + "power": 61464 + }, + { + "date": 100609, + "mean_temp": 26, + "min_temp": 20.5, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 42.3, + "sun": 12.8, + "cloud": 0, + "ground_temp": 27.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60564, + "power": 60564 + }, + { + "date": 100608, + "mean_temp": 25.7, + "min_temp": 19.3, + "max_temp": 31.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 18, + "mean_hum": 34.1, + "sun": 13, + "cloud": 0.4, + "ground_temp": 25.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59341, + "power": 59341 + }, + { + "date": 100607, + "mean_temp": 25.4, + "min_temp": 20.9, + "max_temp": 31.4, + "rain": 0.2, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 47, + "sun": 9.4, + "cloud": 3.9, + "ground_temp": 26.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59364, + "power": 59364 + }, + { + "date": 100606, + "mean_temp": 24.9, + "min_temp": 19, + "max_temp": 30.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 43.6, + "sun": 10.8, + "cloud": 4.9, + "ground_temp": 26.5, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 48278, + "power": 48278 + }, + { + "date": 100605, + "mean_temp": 23.3, + "min_temp": 17.9, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 50.1, + "sun": 10.7, + "cloud": 4, + "ground_temp": 29, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51919, + "power": 52282 + }, + { + "date": 100604, + "mean_temp": 22.3, + "min_temp": 16.6, + "max_temp": 27.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 52, + "sun": 13.5, + "cloud": 0.4, + "ground_temp": 27.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57021, + "power": 57021 + }, + { + "date": 100603, + "mean_temp": 21.1, + "min_temp": 16.2, + "max_temp": 26.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 57.5, + "sun": 12.8, + "cloud": 0.3, + "ground_temp": 25.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56224, + "power": 56224 + }, + { + "date": 100602, + "mean_temp": 21, + "min_temp": 14.8, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 48.1, + "sun": 12.2, + "cloud": 0.5, + "ground_temp": 22, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 51954, + "power": 51954 + }, + { + "date": 100601, + "mean_temp": 19.1, + "min_temp": 12.1, + "max_temp": 26.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 12, + "mean_hum": 45, + "sun": 13.3, + "cloud": 1.3, + "ground_temp": 21.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54197, + "power": 54197 + }, + { + "date": 100531, + "mean_temp": 17.3, + "min_temp": 14.3, + "max_temp": 20, + "rain": 1.5, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 42, + "mean_hum": 65.5, + "sun": 0, + "cloud": 8, + "ground_temp": 19.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53838, + "power": 53838 + }, + { + "date": 100530, + "mean_temp": 18.9, + "min_temp": 15, + "max_temp": 23.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 38, + "mean_hum": 59.4, + "sun": 6.1, + "cloud": 5.6, + "ground_temp": 22.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49737, + "power": 46909 + }, + { + "date": 100529, + "mean_temp": 18.7, + "min_temp": 14.6, + "max_temp": 23.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 63.1, + "sun": 2.7, + "cloud": 7, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50137, + "power": 50137 + }, + { + "date": 100528, + "mean_temp": 17.3, + "min_temp": 14.5, + "max_temp": 20.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 53, + "mean_hum": 66.4, + "sun": 0, + "cloud": 8.9, + "ground_temp": 16, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54128, + "power": 54403 + }, + { + "date": 100527, + "mean_temp": 17.4, + "min_temp": 11.5, + "max_temp": 24, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 35, + "mean_hum": 53, + "sun": 11.4, + "cloud": 3.1, + "ground_temp": 18.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54253, + "power": 54253 + }, + { + "date": 100526, + "mean_temp": 17.4, + "min_temp": 14, + "max_temp": 21.7, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 40, + "mean_hum": 60.8, + "sun": 6.4, + "cloud": 4.3, + "ground_temp": 14.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54253, + "power": 54148 + }, + { + "date": 100525, + "mean_temp": 14.9, + "min_temp": 12.1, + "max_temp": 18.8, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 63, + "mean_hum": 85.6, + "sun": 0.9, + "cloud": 9.3, + "ground_temp": 16.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54352, + "power": 54352 + }, + { + "date": 100524, + "mean_temp": 13.1, + "min_temp": 12.2, + "max_temp": 15.8, + "rain": 15.5, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 69, + "mean_hum": 93.1, + "sun": 0, + "cloud": 10, + "ground_temp": 13.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54076, + "power": 54076 + }, + { + "date": 100523, + "mean_temp": 16.1, + "min_temp": 14.6, + "max_temp": 18.1, + "rain": 21.5, + "max_wind": 5.9, + "mean_wind": 4.7, + "min_hum": 63, + "mean_hum": 78, + "sun": 0, + "cloud": 10, + "ground_temp": 14, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46849, + "power": 46849 + }, + { + "date": 100522, + "mean_temp": 20.1, + "min_temp": 15.7, + "max_temp": 25.5, + "rain": 5.5, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 61.1, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 22.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48959, + "power": 48959 + }, + { + "date": 100521, + "mean_temp": 22.1, + "min_temp": 14.9, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 49.8, + "sun": 10.1, + "cloud": 4, + "ground_temp": 25.9, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 51089, + "power": 51089 + }, + { + "date": 100520, + "mean_temp": 19.5, + "min_temp": 13.6, + "max_temp": 25.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 42, + "mean_hum": 65.6, + "sun": 11.8, + "cloud": 0, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55393, + "power": 55393 + }, + { + "date": 100519, + "mean_temp": 17.1, + "min_temp": 14.5, + "max_temp": 20.9, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 62, + "mean_hum": 82.5, + "sun": 2.4, + "cloud": 7, + "ground_temp": 19.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54308, + "power": 54308 + }, + { + "date": 100518, + "mean_temp": 17.3, + "min_temp": 15, + "max_temp": 19.4, + "rain": 59, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 80, + "mean_hum": 94.4, + "sun": 0, + "cloud": 10, + "ground_temp": 16.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55244, + "power": 55244 + }, + { + "date": 100517, + "mean_temp": 20.3, + "min_temp": 14.4, + "max_temp": 27, + "rain": 1, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 47.9, + "sun": 6.6, + "cloud": 7.3, + "ground_temp": 26, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54482, + "power": 54482 + }, + { + "date": 100516, + "mean_temp": 18.2, + "min_temp": 12.6, + "max_temp": 25.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 48, + "sun": 10.6, + "cloud": 4, + "ground_temp": 23.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46502, + "power": 46502 + }, + { + "date": 100515, + "mean_temp": 17, + "min_temp": 12.9, + "max_temp": 21.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 49.4, + "sun": 7.1, + "cloud": 3.8, + "ground_temp": 17.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49725, + "power": 49725 + }, + { + "date": 100514, + "mean_temp": 18, + "min_temp": 12.1, + "max_temp": 23.7, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 40.5, + "sun": 12, + "cloud": 0.5, + "ground_temp": 20.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53540, + "power": 53540 + }, + { + "date": 100513, + "mean_temp": 16, + "min_temp": 10.2, + "max_temp": 21.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.6, + "min_hum": 28, + "mean_hum": 54.8, + "sun": 9, + "cloud": 1.3, + "ground_temp": 18.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53707, + "power": 53707 + }, + { + "date": 100512, + "mean_temp": 13.8, + "min_temp": 8.7, + "max_temp": 19.6, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.6, + "min_hum": 38, + "mean_hum": 64.5, + "sun": 11.6, + "cloud": 0.4, + "ground_temp": 16.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53564, + "power": 53564 + }, + { + "date": 100511, + "mean_temp": 12.9, + "min_temp": 10.5, + "max_temp": 17, + "rain": 0.4, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 60.4, + "sun": 1.5, + "cloud": 4.3, + "ground_temp": 12.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54209, + "power": 54209 + }, + { + "date": 100510, + "mean_temp": 16.1, + "min_temp": 12.7, + "max_temp": 20.9, + "rain": 0.1, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 51.1, + "sun": 9.8, + "cloud": 3.8, + "ground_temp": 19.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53919, + "power": 53919 + }, + { + "date": 100509, + "mean_temp": 19, + "min_temp": 13.4, + "max_temp": 25.2, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 45.8, + "sun": 7.5, + "cloud": 7, + "ground_temp": 19.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46677, + "power": 46677 + }, + { + "date": 100508, + "mean_temp": 16.7, + "min_temp": 12.1, + "max_temp": 23, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 49.9, + "sun": 11.7, + "cloud": 2.9, + "ground_temp": 23.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49220, + "power": 49220 + }, + { + "date": 100507, + "mean_temp": 14.6, + "min_temp": 9.6, + "max_temp": 20.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.7, + "min_hum": 22, + "mean_hum": 52.8, + "sun": 12.3, + "cloud": 0.4, + "ground_temp": 23.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53512, + "power": 53512 + }, + { + "date": 100506, + "mean_temp": 13.4, + "min_temp": 10.4, + "max_temp": 19.8, + "rain": 18, + "max_wind": 9.9, + "mean_wind": 4.6, + "min_hum": 67, + "mean_hum": 83.4, + "sun": 0.1, + "cloud": 7.6, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54703, + "power": 54703 + }, + { + "date": 100505, + "mean_temp": 20.6, + "min_temp": 15.4, + "max_temp": 25.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.3, + "min_hum": 27, + "mean_hum": 57.5, + "sun": 3.1, + "cloud": 8, + "ground_temp": 22.3, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 50631, + "power": 50631 + }, + { + "date": 100504, + "mean_temp": 20.2, + "min_temp": 18.2, + "max_temp": 25.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 48, + "mean_hum": 70.3, + "sun": 2, + "cloud": 7.3, + "ground_temp": 19, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54128, + "power": 54128 + }, + { + "date": 100503, + "mean_temp": 18.2, + "min_temp": 16.5, + "max_temp": 19.5, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.9, + "min_hum": 47, + "mean_hum": 79.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 22.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54703, + "power": 54328 + }, + { + "date": 100502, + "mean_temp": 17.2, + "min_temp": 9.9, + "max_temp": 23.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 26, + "mean_hum": 43.4, + "sun": 10.9, + "cloud": 1.4, + "ground_temp": 22.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47824, + "power": 47824 + }, + { + "date": 100501, + "mean_temp": 12.3, + "min_temp": 5.8, + "max_temp": 17.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 49.5, + "sun": 10.8, + "cloud": 1, + "ground_temp": 15.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49267, + "power": 49267 + }, + { + "date": 100430, + "mean_temp": 9.6, + "min_temp": 7, + "max_temp": 13.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.8, + "min_hum": 39, + "mean_hum": 63.3, + "sun": 7.8, + "cloud": 4.4, + "ground_temp": 13.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55018, + "power": 55018 + }, + { + "date": 100429, + "mean_temp": 8.5, + "min_temp": 3.4, + "max_temp": 12.4, + "rain": 0, + "max_wind": 8.7, + "mean_wind": 4.2, + "min_hum": 42, + "mean_hum": 62, + "sun": 9.9, + "cloud": 2.8, + "ground_temp": 11.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56313, + "power": 56313 + }, + { + "date": 100428, + "mean_temp": 5, + "min_temp": 3.3, + "max_temp": 7.8, + "rain": 9.5, + "max_wind": 8.8, + "mean_wind": 3.4, + "min_hum": 50, + "mean_hum": 77.5, + "sun": 0, + "cloud": 7.9, + "ground_temp": 8.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58766, + "power": 58766 + }, + { + "date": 100427, + "mean_temp": 7.5, + "min_temp": 5.1, + "max_temp": 10.9, + "rain": 4.5, + "max_wind": 10.9, + "mean_wind": 5.9, + "min_hum": 43, + "mean_hum": 71.5, + "sun": 1.7, + "cloud": 8.6, + "ground_temp": 13.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56387, + "power": 56387 + }, + { + "date": 100426, + "mean_temp": 12.4, + "min_temp": 10.2, + "max_temp": 17.8, + "rain": 27, + "max_wind": 5.6, + "mean_wind": 1.9, + "min_hum": 25, + "mean_hum": 63.4, + "sun": 0.2, + "cloud": 9.6, + "ground_temp": 13.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56083, + "power": 56083 + }, + { + "date": 100425, + "mean_temp": 13.6, + "min_temp": 6.9, + "max_temp": 19.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 17, + "mean_hum": 33.5, + "sun": 10.6, + "cloud": 3.1, + "ground_temp": 15.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48521, + "power": 48521 + }, + { + "date": 100424, + "mean_temp": 11.1, + "min_temp": 5.4, + "max_temp": 16.8, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 50.1, + "sun": 12.2, + "cloud": 0.1, + "ground_temp": 13.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51033, + "power": 51033 + }, + { + "date": 100423, + "mean_temp": 9.3, + "min_temp": 6.6, + "max_temp": 14.3, + "rain": 4, + "max_wind": 7.3, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 71.4, + "sun": 1.3, + "cloud": 6.6, + "ground_temp": 9.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58414, + "power": 55370 + }, + { + "date": 100422, + "mean_temp": 10.7, + "min_temp": 9.1, + "max_temp": 12.7, + "rain": 4.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 51, + "mean_hum": 66.9, + "sun": 0, + "cloud": 10, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58414, + "power": 56553 + }, + { + "date": 100421, + "mean_temp": 14.1, + "min_temp": 10.7, + "max_temp": 18.5, + "rain": 4, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 41, + "mean_hum": 69.9, + "sun": 0.3, + "cloud": 8.8, + "ground_temp": 9.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55520, + "power": 55520 + }, + { + "date": 100420, + "mean_temp": 16.8, + "min_temp": 13.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 68, + "sun": 3, + "cloud": 8.1, + "ground_temp": 12.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55078, + "power": 55078 + }, + { + "date": 100419, + "mean_temp": 14.7, + "min_temp": 12.7, + "max_temp": 17.4, + "rain": 0.2, + "max_wind": 3.2, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 55.6, + "sun": 0, + "cloud": 8.4, + "ground_temp": 13.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55814, + "power": 55814 + }, + { + "date": 100418, + "mean_temp": 12, + "min_temp": 6.2, + "max_temp": 17, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 23, + "mean_hum": 54.3, + "sun": 0, + "cloud": 8.6, + "ground_temp": 12.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49721, + "power": 49721 + }, + { + "date": 100417, + "mean_temp": 7.6, + "min_temp": 4, + "max_temp": 12, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 63.4, + "sun": 4.4, + "cloud": 4.6, + "ground_temp": 14.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51203, + "power": 52212 + }, + { + "date": 100416, + "mean_temp": 8, + "min_temp": 4, + "max_temp": 13.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 16, + "mean_hum": 39.8, + "sun": 11.5, + "cloud": 1.8, + "ground_temp": 12.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55018, + "power": 56590 + }, + { + "date": 100415, + "mean_temp": 7, + "min_temp": 1.6, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 13, + "mean_hum": 34, + "sun": 11.2, + "cloud": 1.9, + "ground_temp": 11.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58949, + "power": 58131 + }, + { + "date": 100414, + "mean_temp": 4, + "min_temp": 1.2, + "max_temp": 6.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 18, + "mean_hum": 28.8, + "sun": 4.9, + "cloud": 5.3, + "ground_temp": 6.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58304, + "power": 58304 + }, + { + "date": 100413, + "mean_temp": 4.4, + "min_temp": 2.4, + "max_temp": 9.6, + "rain": 1, + "max_wind": 7.4, + "mean_wind": 5.2, + "min_hum": 27, + "mean_hum": 50.1, + "sun": 3.8, + "cloud": 6, + "ground_temp": 10.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58181, + "power": 58181 + }, + { + "date": 100412, + "mean_temp": 13.2, + "min_temp": 9.6, + "max_temp": 18.5, + "rain": 7, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 53.6, + "sun": 2.9, + "cloud": 9.3, + "ground_temp": 11.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56017, + "power": 56017 + }, + { + "date": 100411, + "mean_temp": 13.6, + "min_temp": 6.7, + "max_temp": 19.9, + "rain": 0.1, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 50.8, + "sun": 4.9, + "cloud": 7.1, + "ground_temp": 12.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48636, + "power": 48636 + }, + { + "date": 100410, + "mean_temp": 10.7, + "min_temp": 8.8, + "max_temp": 13.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 62.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 11.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51203, + "power": 51203 + }, + { + "date": 100409, + "mean_temp": 11.4, + "min_temp": 5.4, + "max_temp": 17.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 50.4, + "sun": 10.1, + "cloud": 2.1, + "ground_temp": 14.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55600, + "power": 55600 + }, + { + "date": 100408, + "mean_temp": 9.1, + "min_temp": 3.3, + "max_temp": 15.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.3, + "min_hum": 18, + "mean_hum": 43.5, + "sun": 11.3, + "cloud": 0, + "ground_temp": 10.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58130, + "power": 56916 + }, + { + "date": 100407, + "mean_temp": 7.3, + "min_temp": 2.3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 39.1, + "sun": 11.6, + "cloud": 0.4, + "ground_temp": 9.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56624, + "power": 56624 + }, + { + "date": 100406, + "mean_temp": 8.5, + "min_temp": 4.8, + "max_temp": 11.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.6, + "min_hum": 28, + "mean_hum": 52.9, + "sun": 5.4, + "cloud": 5.3, + "ground_temp": 5.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56978, + "power": 56978 + }, + { + "date": 100405, + "mean_temp": 10.4, + "min_temp": 4.8, + "max_temp": 14.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 59.9, + "sun": 6.2, + "cloud": 4.8, + "ground_temp": 13.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55671, + "power": 55671 + }, + { + "date": 100404, + "mean_temp": 7.7, + "min_temp": 2.3, + "max_temp": 14.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 38.9, + "sun": 9.1, + "cloud": 1.8, + "ground_temp": 11, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50063, + "power": 50063 + }, + { + "date": 100403, + "mean_temp": 5, + "min_temp": 1.1, + "max_temp": 9.5, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.1, + "min_hum": 16, + "mean_hum": 30.1, + "sun": 11.4, + "cloud": 0, + "ground_temp": 10.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53429, + "power": 53429 + }, + { + "date": 100402, + "mean_temp": 5.5, + "min_temp": 1.3, + "max_temp": 10.3, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 3.7, + "min_hum": 12, + "mean_hum": 43.1, + "sun": 10.6, + "cloud": 1.3, + "ground_temp": 10, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57662, + "power": 57662 + }, + { + "date": 100401, + "mean_temp": 7, + "min_temp": 3.6, + "max_temp": 9.9, + "rain": 1, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 41, + "mean_hum": 74.3, + "sun": 0, + "cloud": 8, + "ground_temp": 7.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58130, + "power": 58130 + }, + { + "date": 100331, + "mean_temp": 7.3, + "min_temp": 5.9, + "max_temp": 8.7, + "rain": 9.5, + "max_wind": 3.7, + "mean_wind": 2.3, + "min_hum": 58, + "mean_hum": 84.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 8.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58629, + "power": 59738 + }, + { + "date": 100330, + "mean_temp": 8.3, + "min_temp": 3.3, + "max_temp": 14.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 50.1, + "sun": 5.7, + "cloud": 5, + "ground_temp": 7.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58949, + "power": 58949 + }, + { + "date": 100329, + "mean_temp": 5.8, + "min_temp": 0.6, + "max_temp": 11.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 35.6, + "sun": 11, + "cloud": 0, + "ground_temp": 5.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58571, + "power": 58571 + }, + { + "date": 100328, + "mean_temp": 4.1, + "min_temp": -0.1, + "max_temp": 9.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 47.3, + "sun": 11.4, + "cloud": 0.4, + "ground_temp": 7.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53874, + "power": 51532 + }, + { + "date": 100327, + "mean_temp": 5.4, + "min_temp": 4, + "max_temp": 7.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.5, + "min_hum": 63, + "mean_hum": 74, + "sun": 0, + "cloud": 8.5, + "ground_temp": 0.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54292, + "power": 54334 + }, + { + "date": 100326, + "mean_temp": 2, + "min_temp": -2.9, + "max_temp": 4.7, + "rain": 0, + "max_wind": 9, + "mean_wind": 3.9, + "min_hum": 19, + "mean_hum": 46.8, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": 4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60478, + "power": 60478 + }, + { + "date": 100325, + "mean_temp": 5, + "min_temp": -0.1, + "max_temp": 9.5, + "rain": 2.5, + "max_wind": 7.5, + "mean_wind": 3.5, + "min_hum": 14, + "mean_hum": 47.1, + "sun": 0.9, + "cloud": 6.5, + "ground_temp": 2.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60204, + "power": 60204 + }, + { + "date": 100324, + "mean_temp": 8.7, + "min_temp": 4.3, + "max_temp": 13.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 50.3, + "sun": 7.4, + "cloud": 6.5, + "ground_temp": 8.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58629, + "power": 58629 + }, + { + "date": 100323, + "mean_temp": 5.9, + "min_temp": 0.7, + "max_temp": 10.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 67.9, + "sun": 4.6, + "cloud": 7.9, + "ground_temp": 9.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61085, + "power": 61085 + }, + { + "date": 100322, + "mean_temp": 2.1, + "min_temp": -0.1, + "max_temp": 5, + "rain": 9.9, + "max_wind": 4.5, + "mean_wind": 1.4, + "min_hum": 56, + "mean_hum": 80.6, + "sun": 0, + "cloud": 8.8, + "ground_temp": 4.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61342, + "power": 61342 + }, + { + "date": 100321, + "mean_temp": 2.7, + "min_temp": -0.7, + "max_temp": 7.1, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 4.6, + "min_hum": 26, + "mean_hum": 46.1, + "sun": 10.3, + "cloud": 1.9, + "ground_temp": 5.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52065, + "power": 52065 + }, + { + "date": 100320, + "mean_temp": 6.8, + "min_temp": 1.1, + "max_temp": 11.3, + "rain": 0.2, + "max_wind": 10.2, + "mean_wind": 3.6, + "min_hum": 42, + "mean_hum": 70.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": 6.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54292, + "power": 54215 + }, + { + "date": 100319, + "mean_temp": 4.5, + "min_temp": -1.7, + "max_temp": 8.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 46, + "sun": 6.1, + "cloud": 6, + "ground_temp": 4.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60987, + "power": 60987 + }, + { + "date": 100318, + "mean_temp": 0.5, + "min_temp": -2.8, + "max_temp": 4.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 53, + "sun": 11, + "cloud": 1.1, + "ground_temp": 4.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61895, + "power": 61895 + }, + { + "date": 100317, + "mean_temp": -0.1, + "min_temp": -1.9, + "max_temp": 3.1, + "rain": 1, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 22, + "mean_hum": 54.5, + "sun": 4, + "cloud": 6.1, + "ground_temp": 3.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62160, + "power": 60693 + }, + { + "date": 100316, + "mean_temp": 0.7, + "min_temp": -1, + "max_temp": 3.9, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 4.6, + "min_hum": 25, + "mean_hum": 37.6, + "sun": 9.7, + "cloud": 2, + "ground_temp": 3.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63802, + "power": 60522 + }, + { + "date": 100315, + "mean_temp": 7.9, + "min_temp": 2.8, + "max_temp": 11.1, + "rain": 12.5, + "max_wind": 6.5, + "mean_wind": 3.4, + "min_hum": 35, + "mean_hum": 74.4, + "sun": 1, + "cloud": 8.3, + "ground_temp": 4.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59614, + "power": 59614 + }, + { + "date": 100314, + "mean_temp": 7.2, + "min_temp": 1.2, + "max_temp": 12.6, + "rain": 7, + "max_wind": 4.4, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 46.8, + "sun": 3.4, + "cloud": 5.4, + "ground_temp": 2.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51175, + "power": 51175 + }, + { + "date": 100313, + "mean_temp": 2.4, + "min_temp": -1.9, + "max_temp": 7.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.4, + "min_hum": 14, + "mean_hum": 30.5, + "sun": 9.6, + "cloud": 2.6, + "ground_temp": 5.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54685, + "power": 54685 + }, + { + "date": 100312, + "mean_temp": 5.8, + "min_temp": 0.9, + "max_temp": 10, + "rain": 0, + "max_wind": 9.7, + "mean_wind": 4.3, + "min_hum": 34, + "mean_hum": 63, + "sun": 0.5, + "cloud": 8.3, + "ground_temp": 0.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60238, + "power": 60238 + }, + { + "date": 100311, + "mean_temp": 2.3, + "min_temp": -2.7, + "max_temp": 6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 43, + "mean_hum": 62.8, + "sun": 5.8, + "cloud": 5.5, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61714, + "power": 61714 + }, + { + "date": 100310, + "mean_temp": -1.4, + "min_temp": -4, + "max_temp": 0.5, + "rain": 7.1, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 68, + "mean_hum": 82.4, + "sun": 0.7, + "cloud": 8.5, + "ground_temp": 0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62160, + "power": 63520 + }, + { + "date": 100309, + "mean_temp": 1.5, + "min_temp": -3.9, + "max_temp": 5.7, + "rain": 14, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 38, + "mean_hum": 68.1, + "sun": 1.1, + "cloud": 9.1, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61719, + "power": 61719 + }, + { + "date": 100308, + "mean_temp": 4.1, + "min_temp": 1, + "max_temp": 7.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 33, + "mean_hum": 46.8, + "sun": 4.5, + "cloud": 5.9, + "ground_temp": 0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65554, + "power": 60869 + }, + { + "date": 100307, + "mean_temp": 4.9, + "min_temp": 2.6, + "max_temp": 7.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 3.1, + "min_hum": 40, + "mean_hum": 49.3, + "sun": 3.2, + "cloud": 7.8, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52649, + "power": 52649 + }, + { + "date": 100306, + "mean_temp": 6, + "min_temp": 2, + "max_temp": 10.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 40, + "mean_hum": 55.4, + "sun": 4, + "cloud": 7.1, + "ground_temp": 1.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53429, + "power": 54973 + }, + { + "date": 100305, + "mean_temp": 6.4, + "min_temp": 3.9, + "max_temp": 9.5, + "rain": 0.3, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 51, + "mean_hum": 69.8, + "sun": 2.2, + "cloud": 9.4, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56624, + "power": 59940 + }, + { + "date": 100304, + "mean_temp": 5.5, + "min_temp": 4.5, + "max_temp": 6.3, + "rain": 1.5, + "max_wind": 4.3, + "mean_wind": 2.8, + "min_hum": 50, + "mean_hum": 71.9, + "sun": 0, + "cloud": 9.4, + "ground_temp": 1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 65554, + "power": 60678 + }, + { + "date": 100303, + "mean_temp": 4.4, + "min_temp": -1.5, + "max_temp": 10.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.2, + "min_hum": 26, + "mean_hum": 54.5, + "sun": 8.2, + "cloud": 4.6, + "ground_temp": 3.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60567, + "power": 60567 + }, + { + "date": 100302, + "mean_temp": 2.7, + "min_temp": 0.6, + "max_temp": 4.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 63, + "mean_hum": 72.6, + "sun": 0, + "cloud": 7.5, + "ground_temp": 2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66347, + "power": 61058 + }, + { + "date": 100301, + "mean_temp": 2.9, + "min_temp": 1.1, + "max_temp": 6.3, + "rain": 17, + "max_wind": 6.3, + "mean_wind": 4.1, + "min_hum": 63, + "mean_hum": 78.9, + "sun": 0, + "cloud": 9.4, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 54174, + "power": 54174 + }, + { + "date": 100228, + "mean_temp": 6.8, + "min_temp": 5.4, + "max_temp": 9.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 53, + "mean_hum": 74.4, + "sun": 0.4, + "cloud": 8.9, + "ground_temp": 5.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53941, + "power": 50703 + }, + { + "date": 100227, + "mean_temp": 8.6, + "min_temp": 6, + "max_temp": 11, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 50, + "mean_hum": 65.6, + "sun": 2.1, + "cloud": 7.9, + "ground_temp": 3.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53514, + "power": 53514 + }, + { + "date": 100226, + "mean_temp": 12, + "min_temp": 9, + "max_temp": 17.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 73.1, + "sun": 6.4, + "cloud": 4.8, + "ground_temp": 4.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57875, + "power": 57875 + }, + { + "date": 100225, + "mean_temp": 12, + "min_temp": 9.8, + "max_temp": 14.8, + "rain": 26.5, + "max_wind": 6.6, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 91.3, + "sun": 0, + "cloud": 10, + "ground_temp": 5.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58443, + "power": 58443 + }, + { + "date": 100224, + "mean_temp": 12.2, + "min_temp": 5.5, + "max_temp": 17.9, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 47.9, + "sun": 6.3, + "cloud": 4.5, + "ground_temp": 5.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58871, + "power": 58871 + }, + { + "date": 100223, + "mean_temp": 8.2, + "min_temp": 1.6, + "max_temp": 16.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 14, + "mean_hum": 50.5, + "sun": 9.5, + "cloud": 0, + "ground_temp": 3.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60567, + "power": 60745 + }, + { + "date": 100222, + "mean_temp": 6.5, + "min_temp": 3.5, + "max_temp": 11, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 66.8, + "sun": 5.7, + "cloud": 4.5, + "ground_temp": 3.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62072, + "power": 62072 + }, + { + "date": 100221, + "mean_temp": 4.8, + "min_temp": 0, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 57.1, + "sun": 6.7, + "cloud": 2.1, + "ground_temp": 1.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53941, + "power": 53941 + }, + { + "date": 100220, + "mean_temp": 3, + "min_temp": -1.6, + "max_temp": 8.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 65.3, + "sun": 9.4, + "cloud": 0, + "ground_temp": 1.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57670, + "power": 57670 + }, + { + "date": 100219, + "mean_temp": -1, + "min_temp": -4.7, + "max_temp": 2.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 28, + "mean_hum": 54.5, + "sun": 9.4, + "cloud": 1.9, + "ground_temp": 0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 64100, + "power": 64530 + }, + { + "date": 100218, + "mean_temp": -2.9, + "min_temp": -4.4, + "max_temp": -1, + "rain": 2.5, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 23, + "mean_hum": 55.9, + "sun": 7.1, + "cloud": 3.4, + "ground_temp": 0.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64717, + "power": 64717 + }, + { + "date": 100217, + "mean_temp": -3.2, + "min_temp": -7.2, + "max_temp": 0.3, + "rain": 0.2, + "max_wind": 6.1, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 52, + "sun": 0.8, + "cloud": 7.8, + "ground_temp": -1.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63991, + "power": 63991 + }, + { + "date": 100216, + "mean_temp": -4.5, + "min_temp": -8, + "max_temp": -0.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.7, + "min_hum": 23, + "mean_hum": 44.6, + "sun": 9.7, + "cloud": 1.8, + "ground_temp": -0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56551, + "power": 56551 + }, + { + "date": 100215, + "mean_temp": -3.1, + "min_temp": -6, + "max_temp": -0.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 49.9, + "sun": 4.2, + "cloud": 3.5, + "ground_temp": 0, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 52817, + "power": 51038 + }, + { + "date": 100214, + "mean_temp": -2.2, + "min_temp": -5, + "max_temp": 1.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 47.3, + "sun": 0, + "cloud": 7, + "ground_temp": -0.5, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 48762, + "power": 48762 + }, + { + "date": 100213, + "mean_temp": -2.3, + "min_temp": -3.3, + "max_temp": -0.3, + "rain": 1.3, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 40, + "mean_hum": 69.8, + "sun": 6.4, + "cloud": 4.4, + "ground_temp": 0.7, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 53947, + "power": 53947 + }, + { + "date": 100212, + "mean_temp": -0.3, + "min_temp": -1.8, + "max_temp": 1.1, + "rain": 0.3, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 68, + "mean_hum": 82, + "sun": 0, + "cloud": 9.6, + "ground_temp": -0.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62160, + "power": 62160 + }, + { + "date": 100211, + "mean_temp": 0.6, + "min_temp": -0.8, + "max_temp": 3.5, + "rain": 10.5, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 65, + "mean_hum": 84.4, + "sun": 0, + "cloud": 9.6, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64432, + "power": 64432 + }, + { + "date": 100210, + "mean_temp": 3.9, + "min_temp": 3.1, + "max_temp": 5, + "rain": 2, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 70, + "mean_hum": 80.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63648, + "power": 63648 + }, + { + "date": 100209, + "mean_temp": 3.7, + "min_temp": 2.9, + "max_temp": 4.4, + "rain": 12, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 65, + "mean_hum": 87.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 1.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61342, + "power": 64692 + }, + { + "date": 100208, + "mean_temp": 4, + "min_temp": 3, + "max_temp": 5.7, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.6, + "min_hum": 26, + "mean_hum": 47.9, + "sun": 0, + "cloud": 10, + "ground_temp": 2.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65554, + "power": 65554 + }, + { + "date": 100207, + "mean_temp": 0.7, + "min_temp": -6.3, + "max_temp": 5.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 14, + "mean_hum": 31.3, + "sun": 5.6, + "cloud": 5.9, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56968, + "power": 56968 + }, + { + "date": 100206, + "mean_temp": -4.7, + "min_temp": -9.6, + "max_temp": 0.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 36.6, + "sun": 9.6, + "cloud": 0, + "ground_temp": -0.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 60583, + "power": 60583 + }, + { + "date": 100205, + "mean_temp": -5.5, + "min_temp": -7.9, + "max_temp": -1.9, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 15, + "mean_hum": 34.5, + "sun": 9.6, + "cloud": 0, + "ground_temp": -1.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66347, + "power": 66347 + }, + { + "date": 100204, + "mean_temp": -4.3, + "min_temp": -8.3, + "max_temp": -0.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 28, + "mean_hum": 50.3, + "sun": 8.7, + "cloud": 2, + "ground_temp": -2.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66878, + "power": 66878 + }, + { + "date": 100203, + "mean_temp": -8, + "min_temp": -10.8, + "max_temp": -5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.3, + "min_hum": 21, + "mean_hum": 37.1, + "sun": 9.6, + "cloud": 1, + "ground_temp": -3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 66357, + "power": 67158 + }, + { + "date": 100202, + "mean_temp": -6.2, + "min_temp": -9.1, + "max_temp": -2.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.7, + "min_hum": 15, + "mean_hum": 29.6, + "sun": 9.7, + "cloud": 0.8, + "ground_temp": -2.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 65362, + "power": 65362 + }, + { + "date": 100201, + "mean_temp": 0.8, + "min_temp": -2.6, + "max_temp": 5.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 47, + "mean_hum": 71.6, + "sun": 4.3, + "cloud": 4, + "ground_temp": -0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64747, + "power": 64747 + }, + { + "date": 100131, + "mean_temp": 1.8, + "min_temp": -0.5, + "max_temp": 4.3, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.3, + "min_hum": 69, + "mean_hum": 82.4, + "sun": 0, + "cloud": 5.3, + "ground_temp": 1.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48762, + "power": 54660 + }, + { + "date": 100130, + "mean_temp": 1.5, + "min_temp": -1.7, + "max_temp": 5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 67.4, + "sun": 2, + "cloud": 4, + "ground_temp": 0.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 58093, + "power": 58093 + }, + { + "date": 100129, + "mean_temp": -2.1, + "min_temp": -7.3, + "max_temp": 1.4, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 36, + "mean_hum": 55.1, + "sun": 4.1, + "cloud": 4.9, + "ground_temp": 0.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 65033, + "power": 65033 + }, + { + "date": 100128, + "mean_temp": -0.4, + "min_temp": -5, + "max_temp": 2.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.6, + "min_hum": 33, + "mean_hum": 68.1, + "sun": 6.6, + "cloud": 3.4, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63737, + "power": 63737 + }, + { + "date": 100127, + "mean_temp": -0.2, + "min_temp": -4, + "max_temp": 3.1, + "rain": 2.5, + "max_wind": 3.5, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 72.6, + "sun": 3.2, + "cloud": 7.8, + "ground_temp": 0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65585, + "power": 65585 + }, + { + "date": 100126, + "mean_temp": -4.1, + "min_temp": -9.5, + "max_temp": 1.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 53.1, + "sun": 8.7, + "cloud": 0.6, + "ground_temp": -1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66754, + "power": 66754 + }, + { + "date": 100125, + "mean_temp": -3, + "min_temp": -8.5, + "max_temp": 2.6, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.6, + "min_hum": 31, + "mean_hum": 52.4, + "sun": 8.4, + "cloud": 1.3, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65677, + "power": 65677 + }, + { + "date": 100124, + "mean_temp": 0.3, + "min_temp": -4.5, + "max_temp": 3.8, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.9, + "min_hum": 45, + "mean_hum": 66.6, + "sun": 5.5, + "cloud": 5.9, + "ground_temp": -0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 56835, + "power": 56835 + }, + { + "date": 100123, + "mean_temp": -5.3, + "min_temp": -9.1, + "max_temp": -0.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 46.4, + "sun": 9.2, + "cloud": 1.1, + "ground_temp": -2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 59704, + "power": 59704 + }, + { + "date": 100122, + "mean_temp": -7, + "min_temp": -9.6, + "max_temp": -3.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.5, + "min_hum": 31, + "mean_hum": 47.3, + "sun": 8, + "cloud": 0.6, + "ground_temp": -2.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66357, + "power": 66357 + }, + { + "date": 100121, + "mean_temp": -4.1, + "min_temp": -8, + "max_temp": 2.4, + "rain": 0.5, + "max_wind": 6.9, + "mean_wind": 4.1, + "min_hum": 42, + "mean_hum": 60.8, + "sun": 8.9, + "cloud": 2.4, + "ground_temp": 0.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 64783, + "power": 64783 + }, + { + "date": 100120, + "mean_temp": 5.8, + "min_temp": 2.4, + "max_temp": 8.4, + "rain": 7, + "max_wind": 5.3, + "mean_wind": 1.7, + "min_hum": 93, + "mean_hum": 96.5, + "sun": 0, + "cloud": 10, + "ground_temp": 4.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63608, + "power": 63608 + }, + { + "date": 100119, + "mean_temp": 2.7, + "min_temp": -1.6, + "max_temp": 6.8, + "rain": 3, + "max_wind": 3.5, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 72.1, + "sun": 4.3, + "cloud": 7.6, + "ground_temp": 2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66095, + "power": 66095 + }, + { + "date": 100118, + "mean_temp": -0.5, + "min_temp": -3.9, + "max_temp": 1.9, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 69.6, + "sun": 0.1, + "cloud": 8.5, + "ground_temp": 0.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 67347, + "power": 67347 + }, + { + "date": 100117, + "mean_temp": -4, + "min_temp": -9, + "max_temp": 1.4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 61, + "sun": 8.3, + "cloud": 0.1, + "ground_temp": -3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 58140, + "power": 58140 + }, + { + "date": 100116, + "mean_temp": -6.4, + "min_temp": -10.1, + "max_temp": -2.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 52.5, + "sun": 8.7, + "cloud": 0.5, + "ground_temp": -3.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 61076, + "power": 61076 + }, + { + "date": 100115, + "mean_temp": -5, + "min_temp": -7.5, + "max_temp": -0.6, + "rain": 0.3, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 65.1, + "sun": 6, + "cloud": 4, + "ground_temp": -2.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 68539, + "power": 68539 + }, + { + "date": 100114, + "mean_temp": -9.1, + "min_temp": -14.4, + "max_temp": -4.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 55.8, + "sun": 7.3, + "cloud": 2.6, + "ground_temp": -6.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71258, + "power": 68937 + }, + { + "date": 100113, + "mean_temp": -13.2, + "min_temp": -15.3, + "max_temp": -10.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.2, + "min_hum": 39, + "mean_hum": 53.4, + "sun": 9.1, + "cloud": 0, + "ground_temp": -8.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 68963, + "power": 68963 + }, + { + "date": 100112, + "mean_temp": -10.3, + "min_temp": -12.9, + "max_temp": -7.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.9, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 7.7, + "cloud": 1.3, + "ground_temp": -5.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 68758, + "power": 68758 + }, + { + "date": 100111, + "mean_temp": -5.2, + "min_temp": -8.3, + "max_temp": -1.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 55, + "mean_hum": 75.1, + "sun": 0.7, + "cloud": 5.4, + "ground_temp": -2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 65033, + "power": 68372 + }, + { + "date": 100110, + "mean_temp": -3.4, + "min_temp": -5.3, + "max_temp": -0.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 79.1, + "sun": 2, + "cloud": 4.1, + "ground_temp": -2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57900, + "power": 57900 + }, + { + "date": 100109, + "mean_temp": -5.1, + "min_temp": -8.7, + "max_temp": -1.9, + "rain": 0.4, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 75.8, + "sun": 0, + "cloud": 7.8, + "ground_temp": -2.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 62928, + "power": 61277 + }, + { + "date": 100108, + "mean_temp": -8, + "min_temp": -11.8, + "max_temp": -3.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 48, + "mean_hum": 67.4, + "sun": 7.4, + "cloud": 1.4, + "ground_temp": -3.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 71258, + "power": 68555 + }, + { + "date": 100107, + "mean_temp": -10.1, + "min_temp": -13.6, + "max_temp": -5.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 43, + "mean_hum": 66.8, + "sun": 8.8, + "cloud": 0, + "ground_temp": -4.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 71258, + "power": 68273 + }, + { + "date": 100106, + "mean_temp": -11.2, + "min_temp": -13.3, + "max_temp": -8.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 65.5, + "sun": 9, + "cloud": 1.3, + "ground_temp": -6.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 71258, + "power": 67855 + }, + { + "date": 100105, + "mean_temp": -9.9, + "min_temp": -12.3, + "max_temp": -7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 48, + "mean_hum": 66.4, + "sun": 7.5, + "cloud": 2.1, + "ground_temp": -4.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66901, + "power": 66901 + }, + { + "date": 100104, + "mean_temp": -5.9, + "min_temp": -8, + "max_temp": -3.4, + "rain": 14.2, + "max_wind": 4.9, + "mean_wind": 3, + "min_hum": 51, + "mean_hum": 84.1, + "sun": 0.1, + "cloud": 7.5, + "ground_temp": -2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 64783, + "power": 66149 + }, + { + "date": 100103, + "mean_temp": -6.8, + "min_temp": -10.5, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 49.3, + "sun": 8.2, + "cloud": 2.6, + "ground_temp": -3.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 59173, + "power": 55581 + }, + { + "date": 100102, + "mean_temp": -3.6, + "min_temp": -7.4, + "max_temp": 0.2, + "rain": 1.4, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 57, + "mean_hum": 76.4, + "sun": 0.8, + "cloud": 6, + "ground_temp": -2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55470, + "power": 55470 + }, + { + "date": 100101, + "mean_temp": -7.6, + "min_temp": -12.7, + "max_temp": -3.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 48, + "sun": 7.3, + "cloud": 3.8, + "ground_temp": -4.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 53318, + "power": 56391 + }, + { + "date": 91231, + "mean_temp": -10.8, + "min_temp": -12.9, + "max_temp": -8.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.5, + "min_hum": 30, + "mean_hum": 47.3, + "sun": 8.8, + "cloud": 0, + "ground_temp": -5.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63023, + "power": 63023 + }, + { + "date": 91230, + "mean_temp": -4, + "min_temp": -9.5, + "max_temp": 1.8, + "rain": 0.3, + "max_wind": 6.1, + "mean_wind": 3.8, + "min_hum": 51, + "mean_hum": 69.3, + "sun": 3.1, + "cloud": 5.3, + "ground_temp": -0.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 64103, + "power": 64103 + }, + { + "date": 91229, + "mean_temp": -4.5, + "min_temp": -9.9, + "max_temp": 1.6, + "rain": 0.9, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 41, + "mean_hum": 68.3, + "sun": 2.6, + "cloud": 6.9, + "ground_temp": -2.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 66175, + "power": 66175 + }, + { + "date": 91228, + "mean_temp": -8.6, + "min_temp": -10.8, + "max_temp": -5.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 59.4, + "sun": 8.6, + "cloud": 0.3, + "ground_temp": -3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66250, + "power": 66250 + }, + { + "date": 91227, + "mean_temp": -7.9, + "min_temp": -9.9, + "max_temp": -5.5, + "rain": 2.2, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 69.1, + "sun": 0.6, + "cloud": 4.9, + "ground_temp": -1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57317, + "power": 56908 + }, + { + "date": 91226, + "mean_temp": -8.1, + "min_temp": -11, + "max_temp": -4.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.2, + "min_hum": 41, + "mean_hum": 51.9, + "sun": 8.7, + "cloud": 0.3, + "ground_temp": -1.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57698, + "power": 57698 + }, + { + "date": 91225, + "mean_temp": 0.6, + "min_temp": -4.6, + "max_temp": 4, + "rain": 1.9, + "max_wind": 7, + "mean_wind": 3, + "min_hum": 61, + "mean_hum": 77.5, + "sun": 0, + "cloud": 6.5, + "ground_temp": 2.5, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 45285, + "power": 56855 + }, + { + "date": 91224, + "mean_temp": 2.8, + "min_temp": -1, + "max_temp": 6.7, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 68.1, + "sun": 2, + "cloud": 3.5, + "ground_temp": 0.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 63089, + "power": 63089 + }, + { + "date": 91223, + "mean_temp": 4.4, + "min_temp": 1.5, + "max_temp": 7.7, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 72.1, + "sun": 4.7, + "cloud": 5, + "ground_temp": 3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62605, + "power": 62605 + }, + { + "date": 91222, + "mean_temp": 3.3, + "min_temp": -2.4, + "max_temp": 7.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 61.3, + "sun": 2.3, + "cloud": 6.8, + "ground_temp": 1.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56405, + "power": 64988 + }, + { + "date": 91221, + "mean_temp": -3.6, + "min_temp": -8.5, + "max_temp": 0.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 22, + "mean_hum": 39.5, + "sun": 8.8, + "cloud": 1.9, + "ground_temp": -3.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 66430, + "power": 66430 + }, + { + "date": 91220, + "mean_temp": -5.3, + "min_temp": -8.8, + "max_temp": -0.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 48.4, + "sun": 6.1, + "cloud": 1.4, + "ground_temp": -3.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57317, + "power": 57317 + }, + { + "date": 91219, + "mean_temp": -7.9, + "min_temp": -10.8, + "max_temp": -4.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.4, + "min_hum": 33, + "mean_hum": 49.4, + "sun": 8.8, + "cloud": 0.6, + "ground_temp": -5.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57698, + "power": 60368 + }, + { + "date": 91218, + "mean_temp": -9.3, + "min_temp": -12, + "max_temp": -5.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.3, + "min_hum": 35, + "mean_hum": 48.8, + "sun": 9, + "cloud": 0.3, + "ground_temp": -5.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 66797, + "power": 66797 + }, + { + "date": 91217, + "mean_temp": -7.2, + "min_temp": -10.2, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 31, + "mean_hum": 47.8, + "sun": 8.6, + "cloud": 0.8, + "ground_temp": -4.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 66619, + "power": 66619 + }, + { + "date": 91216, + "mean_temp": -6.3, + "min_temp": -9.2, + "max_temp": -3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 39.8, + "sun": 8.9, + "cloud": 0, + "ground_temp": -4.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 65438, + "power": 65438 + }, + { + "date": 91215, + "mean_temp": -4.2, + "min_temp": -7.5, + "max_temp": -1.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 20, + "mean_hum": 34.8, + "sun": 3.6, + "cloud": 3.6, + "ground_temp": -1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 64991, + "power": 64991 + }, + { + "date": 91214, + "mean_temp": -0.3, + "min_temp": -2.6, + "max_temp": 3.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 15, + "mean_hum": 34.6, + "sun": 8, + "cloud": 1.6, + "ground_temp": 1.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63292, + "power": 63035 + }, + { + "date": 91213, + "mean_temp": 2.1, + "min_temp": -0.4, + "max_temp": 6.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 31, + "mean_hum": 52.1, + "sun": 5.7, + "cloud": 3.5, + "ground_temp": 4.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47720, + "power": 53008 + }, + { + "date": 91212, + "mean_temp": 5.1, + "min_temp": 2.4, + "max_temp": 7.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.9, + "min_hum": 54, + "mean_hum": 69.8, + "sun": 7.1, + "cloud": 4.8, + "ground_temp": 5.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54639, + "power": 54639 + }, + { + "date": 91211, + "mean_temp": 7.7, + "min_temp": 6.6, + "max_temp": 8.8, + "rain": 0.5, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 78, + "mean_hum": 85.9, + "sun": 0, + "cloud": 9.5, + "ground_temp": 7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60076, + "power": 60076 + }, + { + "date": 91210, + "mean_temp": 7.6, + "min_temp": 6.7, + "max_temp": 8.5, + "rain": 2.5, + "max_wind": 4.1, + "mean_wind": 3.1, + "min_hum": 63, + "mean_hum": 80.6, + "sun": 0, + "cloud": 9.6, + "ground_temp": 5.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61752, + "power": 61752 + }, + { + "date": 91209, + "mean_temp": 4.9, + "min_temp": 0.9, + "max_temp": 8.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 58, + "mean_hum": 74.8, + "sun": 1.5, + "cloud": 8, + "ground_temp": 3.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62766, + "power": 62766 + }, + { + "date": 91208, + "mean_temp": 1.3, + "min_temp": -1.4, + "max_temp": 3.8, + "rain": 0.2, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 61, + "mean_hum": 79.3, + "sun": 0, + "cloud": 5.6, + "ground_temp": 0.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63292, + "power": 63512 + }, + { + "date": 91207, + "mean_temp": -0.1, + "min_temp": -5.3, + "max_temp": 5.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 48.6, + "sun": 8.6, + "cloud": 0.1, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 63292, + "power": 63292 + }, + { + "date": 91206, + "mean_temp": -3.5, + "min_temp": -6.3, + "max_temp": -0.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 33, + "sun": 9.2, + "cloud": 0, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 54280, + "power": 54280 + }, + { + "date": 91205, + "mean_temp": 0, + "min_temp": -4.6, + "max_temp": 5.6, + "rain": 11.5, + "max_wind": 8.3, + "mean_wind": 4.8, + "min_hum": 33, + "mean_hum": 60.9, + "sun": 3.2, + "cloud": 5.5, + "ground_temp": 2.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52227, + "power": 56513 + }, + { + "date": 91204, + "mean_temp": 4.1, + "min_temp": 0.8, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 48, + "mean_hum": 69.3, + "sun": 4.9, + "cloud": 4, + "ground_temp": 3.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60150, + "power": 60150 + }, + { + "date": 91203, + "mean_temp": 4.6, + "min_temp": 3.5, + "max_temp": 5.9, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 71, + "mean_hum": 77.8, + "sun": 0, + "cloud": 8.5, + "ground_temp": 4.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61007, + "power": 61007 + }, + { + "date": 91202, + "mean_temp": 5.6, + "min_temp": 3.1, + "max_temp": 8, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.4, + "min_hum": 63, + "mean_hum": 76.1, + "sun": 0, + "cloud": 6.8, + "ground_temp": 3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59689, + "power": 59689 + }, + { + "date": 91201, + "mean_temp": 6.2, + "min_temp": 3.3, + "max_temp": 10.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 54, + "mean_hum": 72.3, + "sun": 2.7, + "cloud": 3.4, + "ground_temp": 3.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55501, + "power": 59636 + }, + { + "date": 91130, + "mean_temp": 6.3, + "min_temp": 4.5, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 67.4, + "sun": 7.4, + "cloud": 3, + "ground_temp": 6.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59776, + "power": 59776 + }, + { + "date": 91129, + "mean_temp": 6.4, + "min_temp": 5.6, + "max_temp": 7.5, + "rain": 4, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 64, + "mean_hum": 79.4, + "sun": 0, + "cloud": 9.1, + "ground_temp": 6.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51347, + "power": 51347 + }, + { + "date": 91128, + "mean_temp": 5.8, + "min_temp": 3.4, + "max_temp": 9.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 56, + "mean_hum": 71.1, + "sun": 2.8, + "cloud": 6.6, + "ground_temp": 5.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53523, + "power": 53523 + }, + { + "date": 91127, + "mean_temp": 6.8, + "min_temp": 4, + "max_temp": 8.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 61, + "mean_hum": 75.6, + "sun": 0.2, + "cloud": 8.1, + "ground_temp": 8.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59078, + "power": 59078 + }, + { + "date": 91126, + "mean_temp": 8, + "min_temp": 3.4, + "max_temp": 13.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 54, + "mean_hum": 77, + "sun": 7, + "cloud": 3.3, + "ground_temp": 8.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59278, + "power": 59278 + }, + { + "date": 91125, + "mean_temp": 5.9, + "min_temp": 4.4, + "max_temp": 7.5, + "rain": 1.5, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 67, + "mean_hum": 81, + "sun": 0.1, + "cloud": 5.3, + "ground_temp": 6.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60453, + "power": 60453 + }, + { + "date": 91124, + "mean_temp": 8.6, + "min_temp": 4.8, + "max_temp": 13.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 44, + "mean_hum": 63, + "sun": 8, + "cloud": 1, + "ground_temp": 4.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59548, + "power": 59548 + }, + { + "date": 91123, + "mean_temp": 7.5, + "min_temp": 4.1, + "max_temp": 12.3, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 44, + "mean_hum": 68.9, + "sun": 4.4, + "cloud": 4.4, + "ground_temp": 6.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59278, + "power": 60295 + }, + { + "date": 91122, + "mean_temp": 3.3, + "min_temp": -1, + "max_temp": 6.8, + "rain": 1, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 60.9, + "sun": 3.1, + "cloud": 7.5, + "ground_temp": 2.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 52517, + "power": 52517 + }, + { + "date": 91121, + "mean_temp": -0.1, + "min_temp": -3.4, + "max_temp": 3.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 19, + "mean_hum": 40, + "sun": 9, + "cloud": 0.8, + "ground_temp": 1.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49811, + "power": 55343 + }, + { + "date": 91120, + "mean_temp": 1.4, + "min_temp": -2, + "max_temp": 4.8, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 58.3, + "sun": 3.3, + "cloud": 7.3, + "ground_temp": 1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61513, + "power": 61513 + }, + { + "date": 91119, + "mean_temp": 1.8, + "min_temp": -0.7, + "max_temp": 5.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 27, + "mean_hum": 43.4, + "sun": 5.2, + "cloud": 3.8, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61843, + "power": 61375 + }, + { + "date": 91118, + "mean_temp": -0.6, + "min_temp": -4.3, + "max_temp": 3.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 19, + "mean_hum": 35, + "sun": 9.3, + "cloud": 1.8, + "ground_temp": 0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61941, + "power": 61941 + }, + { + "date": 91117, + "mean_temp": -1.1, + "min_temp": -2.9, + "max_temp": 1.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 44.4, + "sun": 8, + "cloud": 2.3, + "ground_temp": 2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 61843, + "power": 62315 + }, + { + "date": 91116, + "mean_temp": -1.8, + "min_temp": -4.2, + "max_temp": 1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 33, + "mean_hum": 50.8, + "sun": 6.6, + "cloud": 5.3, + "ground_temp": 2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61843, + "power": 61843 + }, + { + "date": 91115, + "mean_temp": -0.5, + "min_temp": -2.9, + "max_temp": 1.9, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 4.2, + "min_hum": 41, + "mean_hum": 56.1, + "sun": 7.6, + "cloud": 4.3, + "ground_temp": 1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53137, + "power": 51343 + }, + { + "date": 91114, + "mean_temp": 5.1, + "min_temp": 0.7, + "max_temp": 8.8, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4, + "min_hum": 34, + "mean_hum": 64.3, + "sun": 4.4, + "cloud": 5, + "ground_temp": 6.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49761, + "power": 52533 + }, + { + "date": 91113, + "mean_temp": 9.3, + "min_temp": 8.2, + "max_temp": 10.3, + "rain": 2.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 61, + "mean_hum": 79.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 8.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56464, + "power": 56464 + }, + { + "date": 91112, + "mean_temp": 8.8, + "min_temp": 6, + "max_temp": 12.4, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.9, + "min_hum": 42, + "mean_hum": 53.4, + "sun": 7.8, + "cloud": 5.1, + "ground_temp": 7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56798, + "power": 56798 + }, + { + "date": 91111, + "mean_temp": 9.3, + "min_temp": 6.4, + "max_temp": 13.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 4.1, + "min_hum": 35, + "mean_hum": 50.3, + "sun": 7.4, + "cloud": 3.5, + "ground_temp": 6.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56084, + "power": 56084 + }, + { + "date": 91110, + "mean_temp": 13, + "min_temp": 9.7, + "max_temp": 14.7, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4.7, + "min_hum": 53, + "mean_hum": 58.6, + "sun": 0, + "cloud": 8.3, + "ground_temp": 9.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56032, + "power": 56032 + }, + { + "date": 91109, + "mean_temp": 16.8, + "min_temp": 14.3, + "max_temp": 21.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 55, + "mean_hum": 75.4, + "sun": 5.4, + "cloud": 6.4, + "ground_temp": 12.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55501, + "power": 55501 + }, + { + "date": 91108, + "mean_temp": 16.9, + "min_temp": 15.3, + "max_temp": 19.8, + "rain": 34, + "max_wind": 4.6, + "mean_wind": 1.5, + "min_hum": 75, + "mean_hum": 89.9, + "sun": 0.6, + "cloud": 7.8, + "ground_temp": 15.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47440, + "power": 47440 + }, + { + "date": 91107, + "mean_temp": 17, + "min_temp": 12.8, + "max_temp": 20, + "rain": 4.5, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 65, + "mean_hum": 80.9, + "sun": 0.4, + "cloud": 7, + "ground_temp": 14.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48378, + "power": 48893 + }, + { + "date": 91106, + "mean_temp": 14.6, + "min_temp": 10.4, + "max_temp": 19.7, + "rain": 0.1, + "max_wind": 6, + "mean_wind": 2, + "min_hum": 56, + "mean_hum": 78.5, + "sun": 2.8, + "cloud": 4.4, + "ground_temp": 12, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55501, + "power": 55063 + }, + { + "date": 91105, + "mean_temp": 14.2, + "min_temp": 11.4, + "max_temp": 17.9, + "rain": 0.3, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 51, + "mean_hum": 75, + "sun": 2.6, + "cloud": 3.9, + "ground_temp": 12.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55675, + "power": 55675 + }, + { + "date": 91104, + "mean_temp": 11.4, + "min_temp": 4.3, + "max_temp": 16.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.7, + "min_hum": 51, + "mean_hum": 70.3, + "sun": 1.7, + "cloud": 7.6, + "ground_temp": 9.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56250, + "power": 56250 + }, + { + "date": 91103, + "mean_temp": 2.9, + "min_temp": -2.8, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 53.6, + "sun": 3.5, + "cloud": 4.5, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58414, + "power": 58414 + }, + { + "date": 91102, + "mean_temp": 0, + "min_temp": -2.3, + "max_temp": 5.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4.2, + "min_hum": 27, + "mean_hum": 40.3, + "sun": 9.6, + "cloud": 0, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57910, + "power": 57910 + }, + { + "date": 91101, + "mean_temp": 9.7, + "min_temp": 5.2, + "max_temp": 13.4, + "rain": 4, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 44, + "mean_hum": 74.8, + "sun": 1.9, + "cloud": 6.5, + "ground_temp": 10.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46865, + "power": 46865 + }, + { + "date": 91031, + "mean_temp": 16.2, + "min_temp": 13.3, + "max_temp": 19.1, + "rain": 19.5, + "max_wind": 6.7, + "mean_wind": 2.8, + "min_hum": 61, + "mean_hum": 80.3, + "sun": 0, + "cloud": 9.3, + "ground_temp": 14, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48315, + "power": 48315 + }, + { + "date": 91030, + "mean_temp": 18.6, + "min_temp": 15.1, + "max_temp": 24, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 37, + "mean_hum": 64.6, + "sun": 7.9, + "cloud": 1.9, + "ground_temp": 17.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54501, + "power": 54501 + }, + { + "date": 91029, + "mean_temp": 17, + "min_temp": 11.3, + "max_temp": 22.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 59.1, + "sun": 7.1, + "cloud": 1, + "ground_temp": 17.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55012, + "power": 55012 + }, + { + "date": 91028, + "mean_temp": 14.7, + "min_temp": 10.5, + "max_temp": 20, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 44, + "mean_hum": 69.4, + "sun": 6.2, + "cloud": 1.4, + "ground_temp": 15, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55590, + "power": 54582 + }, + { + "date": 91027, + "mean_temp": 15.5, + "min_temp": 12.9, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 75, + "sun": 9.3, + "cloud": 1, + "ground_temp": 14.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54954, + "power": 55103 + }, + { + "date": 91026, + "mean_temp": 15.8, + "min_temp": 11.5, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 77.4, + "sun": 9.3, + "cloud": 1, + "ground_temp": 14.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54954, + "power": 54954 + }, + { + "date": 91025, + "mean_temp": 16.2, + "min_temp": 13, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 68, + "sun": 7, + "cloud": 2, + "ground_temp": 15.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46506, + "power": 46506 + }, + { + "date": 91024, + "mean_temp": 16.6, + "min_temp": 13.2, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.6, + "min_hum": 49, + "mean_hum": 64.4, + "sun": 7.2, + "cloud": 1.3, + "ground_temp": 14.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48315, + "power": 48221 + }, + { + "date": 91023, + "mean_temp": 15, + "min_temp": 10.6, + "max_temp": 19.9, + "rain": 4, + "max_wind": 3.5, + "mean_wind": 2.2, + "min_hum": 53, + "mean_hum": 71.6, + "sun": 6.2, + "cloud": 3.5, + "ground_temp": 14.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54448, + "power": 54448 + }, + { + "date": 91022, + "mean_temp": 13.1, + "min_temp": 7.2, + "max_temp": 18.8, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 54.3, + "sun": 7, + "cloud": 4.3, + "ground_temp": 12.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55068, + "power": 55068 + }, + { + "date": 91021, + "mean_temp": 13.8, + "min_temp": 9.8, + "max_temp": 18.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 53.8, + "sun": 10, + "cloud": 1, + "ground_temp": 14, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55012, + "power": 54101 + }, + { + "date": 91020, + "mean_temp": 10.8, + "min_temp": 6.2, + "max_temp": 15.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 50, + "sun": 9.6, + "cloud": 1, + "ground_temp": 11.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54543, + "power": 54543 + }, + { + "date": 91019, + "mean_temp": 11.8, + "min_temp": 9, + "max_temp": 14.9, + "rain": 10, + "max_wind": 9.7, + "mean_wind": 4, + "min_hum": 36, + "mean_hum": 61.1, + "sun": 2.7, + "cloud": 5.1, + "ground_temp": 13.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54576, + "power": 54576 + }, + { + "date": 91018, + "mean_temp": 14.2, + "min_temp": 9.8, + "max_temp": 18.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 31, + "mean_hum": 53.3, + "sun": 8.6, + "cloud": 2.6, + "ground_temp": 16.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46121, + "power": 46121 + }, + { + "date": 91017, + "mean_temp": 13.6, + "min_temp": 11.2, + "max_temp": 17.5, + "rain": 13.5, + "max_wind": 8.2, + "mean_wind": 3.3, + "min_hum": 43, + "mean_hum": 67.4, + "sun": 6.4, + "cloud": 4.8, + "ground_temp": 16.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48159, + "power": 48159 + }, + { + "date": 91016, + "mean_temp": 16.8, + "min_temp": 12.1, + "max_temp": 21.5, + "rain": 2.5, + "max_wind": 6.4, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 70.4, + "sun": 5.2, + "cloud": 4.3, + "ground_temp": 16.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54176, + "power": 54176 + }, + { + "date": 91015, + "mean_temp": 15.9, + "min_temp": 10.4, + "max_temp": 21.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 68.6, + "sun": 9.5, + "cloud": 0.5, + "ground_temp": 16.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53958, + "power": 54511 + }, + { + "date": 91014, + "mean_temp": 14.7, + "min_temp": 10.8, + "max_temp": 20.1, + "rain": 0.4, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 71.8, + "sun": 8.7, + "cloud": 2.9, + "ground_temp": 15.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53812, + "power": 53812 + }, + { + "date": 91013, + "mean_temp": 14.5, + "min_temp": 11.1, + "max_temp": 19.2, + "rain": 13, + "max_wind": 5.8, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 70.4, + "sun": 5.3, + "cloud": 4.6, + "ground_temp": 19.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53958, + "power": 54584 + }, + { + "date": 91012, + "mean_temp": 15.9, + "min_temp": 11.8, + "max_temp": 19.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 60.9, + "sun": 7.7, + "cloud": 2.5, + "ground_temp": 18.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53958, + "power": 54006 + }, + { + "date": 91011, + "mean_temp": 16.4, + "min_temp": 11.4, + "max_temp": 21.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 59.8, + "sun": 6.9, + "cloud": 3, + "ground_temp": 17.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46152, + "power": 46152 + }, + { + "date": 91010, + "mean_temp": 16, + "min_temp": 10.9, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 25, + "mean_hum": 57.4, + "sun": 10.2, + "cloud": 0.6, + "ground_temp": 17.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48378, + "power": 48378 + }, + { + "date": 91009, + "mean_temp": 15.8, + "min_temp": 11.5, + "max_temp": 20.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 52, + "sun": 7.3, + "cloud": 2.6, + "ground_temp": 16.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 53558, + "power": 53558 + }, + { + "date": 91008, + "mean_temp": 16.2, + "min_temp": 11.5, + "max_temp": 21.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 45.6, + "sun": 9.6, + "cloud": 2.4, + "ground_temp": 17.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53914, + "power": 53914 + }, + { + "date": 91007, + "mean_temp": 18, + "min_temp": 13.7, + "max_temp": 23.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.7, + "min_hum": 36, + "mean_hum": 50.8, + "sun": 8.4, + "cloud": 1, + "ground_temp": 16.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46447, + "power": 53223 + }, + { + "date": 91006, + "mean_temp": 19, + "min_temp": 14.3, + "max_temp": 24.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 27, + "mean_hum": 56.5, + "sun": 10.5, + "cloud": 0.4, + "ground_temp": 19.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53265, + "power": 52468 + }, + { + "date": 91005, + "mean_temp": 17.5, + "min_temp": 11.7, + "max_temp": 23.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 62.4, + "sun": 8.5, + "cloud": 1.8, + "ground_temp": 19.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46447, + "power": 46447 + }, + { + "date": 91004, + "mean_temp": 17, + "min_temp": 12.2, + "max_temp": 21.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 50.9, + "sun": 9.3, + "cloud": 2, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 39607, + "power": 39607 + }, + { + "date": 91003, + "mean_temp": 17.9, + "min_temp": 12.6, + "max_temp": 22.8, + "rain": 4, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 52.6, + "sun": 9.1, + "cloud": 2.9, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 37110, + "power": 37110 + }, + { + "date": 91002, + "mean_temp": 19, + "min_temp": 15.6, + "max_temp": 24.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 56.5, + "sun": 8.3, + "cloud": 2.3, + "ground_temp": 21.2, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 40891, + "power": 40891 + }, + { + "date": 91001, + "mean_temp": 21.7, + "min_temp": 17.9, + "max_temp": 26.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 64.6, + "sun": 7.3, + "cloud": 3, + "ground_temp": 21.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51529, + "power": 51529 + }, + { + "date": 90930, + "mean_temp": 22.7, + "min_temp": 18, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 66.4, + "sun": 6.9, + "cloud": 2.6, + "ground_temp": 22.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55676, + "power": 55410 + }, + { + "date": 90929, + "mean_temp": 21.5, + "min_temp": 17.5, + "max_temp": 27.1, + "rain": 1, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 77.3, + "sun": 6.4, + "cloud": 3.4, + "ground_temp": 22.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55733, + "power": 55733 + }, + { + "date": 90928, + "mean_temp": 20.9, + "min_temp": 17.5, + "max_temp": 25.3, + "rain": 2, + "max_wind": 2.9, + "mean_wind": 1.3, + "min_hum": 56, + "mean_hum": 80.1, + "sun": 3.9, + "cloud": 6, + "ground_temp": 20.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55590, + "power": 55590 + }, + { + "date": 90927, + "mean_temp": 20.8, + "min_temp": 19.1, + "max_temp": 22.5, + "rain": 0.5, + "max_wind": 3.5, + "mean_wind": 2.2, + "min_hum": 61, + "mean_hum": 69.3, + "sun": 0, + "cloud": 9, + "ground_temp": 20.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46152, + "power": 47568 + }, + { + "date": 90926, + "mean_temp": 21.2, + "min_temp": 15.4, + "max_temp": 26.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 49, + "mean_hum": 67.8, + "sun": 6.9, + "cloud": 5.8, + "ground_temp": 21, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48315, + "power": 50805 + }, + { + "date": 90925, + "mean_temp": 20, + "min_temp": 17.4, + "max_temp": 23.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.2, + "min_hum": 50, + "mean_hum": 68.6, + "sun": 0, + "cloud": 6.1, + "ground_temp": 19.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55590, + "power": 55228 + }, + { + "date": 90924, + "mean_temp": 20.4, + "min_temp": 15, + "max_temp": 25.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 60.9, + "sun": 6.3, + "cloud": 3.6, + "ground_temp": 22, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55939, + "power": 55939 + }, + { + "date": 90923, + "mean_temp": 20.5, + "min_temp": 15.5, + "max_temp": 26.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 60.4, + "sun": 10.7, + "cloud": 0.6, + "ground_temp": 23.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55676, + "power": 55676 + }, + { + "date": 90922, + "mean_temp": 19.2, + "min_temp": 14.4, + "max_temp": 25.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 25, + "mean_hum": 63, + "sun": 9.9, + "cloud": 2.1, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55412, + "power": 55412 + }, + { + "date": 90921, + "mean_temp": 18.6, + "min_temp": 16.8, + "max_temp": 21.6, + "rain": 30.5, + "max_wind": 5.5, + "mean_wind": 1.5, + "min_hum": 61, + "mean_hum": 87.8, + "sun": 0, + "cloud": 8.8, + "ground_temp": 18.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54954, + "power": 55221 + }, + { + "date": 90920, + "mean_temp": 21.3, + "min_temp": 16.5, + "max_temp": 25.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 54.8, + "sun": 6.3, + "cloud": 5, + "ground_temp": 21, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47118, + "power": 46946 + }, + { + "date": 90919, + "mean_temp": 21.8, + "min_temp": 17.6, + "max_temp": 26.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 35, + "mean_hum": 51.5, + "sun": 10.4, + "cloud": 1.9, + "ground_temp": 23.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50143, + "power": 50143 + }, + { + "date": 90918, + "mean_temp": 22.4, + "min_temp": 17.4, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 52.4, + "sun": 11, + "cloud": 0, + "ground_temp": 22.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56575, + "power": 56575 + }, + { + "date": 90917, + "mean_temp": 21.2, + "min_temp": 16.2, + "max_temp": 26.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 58.3, + "sun": 8.6, + "cloud": 2, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55733, + "power": 55850 + }, + { + "date": 90916, + "mean_temp": 21, + "min_temp": 16.6, + "max_temp": 25.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 33, + "mean_hum": 63.5, + "sun": 8.7, + "cloud": 1.9, + "ground_temp": 24.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55970, + "power": 55970 + }, + { + "date": 90915, + "mean_temp": 20.9, + "min_temp": 16.9, + "max_temp": 25.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 47, + "mean_hum": 73.5, + "sun": 9.8, + "cloud": 2.5, + "ground_temp": 24.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56461, + "power": 55619 + }, + { + "date": 90914, + "mean_temp": 20.1, + "min_temp": 17.5, + "max_temp": 22.8, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.5, + "min_hum": 59, + "mean_hum": 74.1, + "sun": 0.2, + "cloud": 6.9, + "ground_temp": 20, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55318, + "power": 55318 + }, + { + "date": 90913, + "mean_temp": 20.7, + "min_temp": 15.3, + "max_temp": 25.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 67.3, + "sun": 10.2, + "cloud": 1.8, + "ground_temp": 22.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47118, + "power": 47118 + }, + { + "date": 90912, + "mean_temp": 19.1, + "min_temp": 16.6, + "max_temp": 23.9, + "rain": 23.5, + "max_wind": 6.5, + "mean_wind": 1.9, + "min_hum": 52, + "mean_hum": 77.6, + "sun": 3.8, + "cloud": 5.1, + "ground_temp": 20, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48378, + "power": 50159 + }, + { + "date": 90911, + "mean_temp": 20.8, + "min_temp": 17.2, + "max_temp": 25.3, + "rain": 7, + "max_wind": 5.7, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 61.1, + "sun": 0.7, + "cloud": 8.1, + "ground_temp": 22.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56799, + "power": 56799 + }, + { + "date": 90910, + "mean_temp": 22.3, + "min_temp": 17.3, + "max_temp": 27.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 52.3, + "sun": 8, + "cloud": 5.4, + "ground_temp": 24, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56575, + "power": 58242 + }, + { + "date": 90909, + "mean_temp": 23.2, + "min_temp": 19.1, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 49.9, + "sun": 11.6, + "cloud": 1.9, + "ground_temp": 23.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59138, + "power": 59138 + }, + { + "date": 90908, + "mean_temp": 23.4, + "min_temp": 19.3, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 61.1, + "sun": 9.2, + "cloud": 2.6, + "ground_temp": 21.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59386, + "power": 59386 + }, + { + "date": 90907, + "mean_temp": 23.7, + "min_temp": 22.6, + "max_temp": 24.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 69, + "mean_hum": 77, + "sun": 0, + "cloud": 8.5, + "ground_temp": 22.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60624, + "power": 60624 + }, + { + "date": 90906, + "mean_temp": 25.2, + "min_temp": 21.8, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 66.3, + "sun": 5.6, + "cloud": 6.5, + "ground_temp": 25.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49616, + "power": 49616 + }, + { + "date": 90905, + "mean_temp": 25, + "min_temp": 20.9, + "max_temp": 29.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 63.9, + "sun": 5.2, + "cloud": 4.6, + "ground_temp": 25.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53402, + "power": 53402 + }, + { + "date": 90904, + "mean_temp": 24.3, + "min_temp": 18.8, + "max_temp": 29.3, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 32, + "mean_hum": 60.1, + "sun": 9.5, + "cloud": 2.9, + "ground_temp": 25.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59138, + "power": 58476 + }, + { + "date": 90903, + "mean_temp": 23.2, + "min_temp": 18.9, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 60.3, + "sun": 7.6, + "cloud": 2.9, + "ground_temp": 23.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58194, + "power": 58194 + }, + { + "date": 90902, + "mean_temp": 23.4, + "min_temp": 18.7, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 52.8, + "sun": 12.1, + "cloud": 0.1, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57800, + "power": 57800 + }, + { + "date": 90901, + "mean_temp": 23.7, + "min_temp": 18.7, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 51.6, + "sun": 12.1, + "cloud": 0.6, + "ground_temp": 24.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59386, + "power": 57233 + }, + { + "date": 90831, + "mean_temp": 22.6, + "min_temp": 16.4, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 59.1, + "sun": 8.7, + "cloud": 1.4, + "ground_temp": 22.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56461, + "power": 56461 + }, + { + "date": 90830, + "mean_temp": 20.5, + "min_temp": 18.1, + "max_temp": 23.3, + "rain": 6.5, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 64, + "mean_hum": 76.9, + "sun": 1.4, + "cloud": 6.5, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46285, + "power": 46285 + }, + { + "date": 90829, + "mean_temp": 22.2, + "min_temp": 17.9, + "max_temp": 26.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 64, + "sun": 5.3, + "cloud": 6.9, + "ground_temp": 19.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51791, + "power": 51791 + }, + { + "date": 90828, + "mean_temp": 24.1, + "min_temp": 19.8, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 37, + "mean_hum": 68.1, + "sun": 9.3, + "cloud": 4.4, + "ground_temp": 23.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56781, + "power": 61414 + }, + { + "date": 90827, + "mean_temp": 24.1, + "min_temp": 21.9, + "max_temp": 25.7, + "rain": 17, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 72, + "mean_hum": 86.4, + "sun": 0.1, + "cloud": 8.6, + "ground_temp": 21.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60444, + "power": 60444 + }, + { + "date": 90826, + "mean_temp": 24.2, + "min_temp": 22.1, + "max_temp": 26.3, + "rain": 14.5, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 60, + "mean_hum": 75.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 26.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60089, + "power": 60319 + }, + { + "date": 90825, + "mean_temp": 24.3, + "min_temp": 21.7, + "max_temp": 27.6, + "rain": 9, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 57, + "mean_hum": 70.1, + "sun": 3, + "cloud": 5.8, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60971, + "power": 60971 + }, + { + "date": 90824, + "mean_temp": 25.6, + "min_temp": 21.9, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 58.4, + "sun": 7.3, + "cloud": 4.3, + "ground_temp": 24.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61245, + "power": 61245 + }, + { + "date": 90823, + "mean_temp": 25.9, + "min_temp": 21.4, + "max_temp": 30.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 62.5, + "sun": 12.4, + "cloud": 1.8, + "ground_temp": 31.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49661, + "power": 49661 + }, + { + "date": 90822, + "mean_temp": 25.2, + "min_temp": 23.1, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.3, + "min_hum": 37, + "mean_hum": 53.8, + "sun": 1.4, + "cloud": 7.9, + "ground_temp": 30.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53552, + "power": 53552 + }, + { + "date": 90821, + "mean_temp": 25.2, + "min_temp": 20.4, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 61.1, + "sun": 6.1, + "cloud": 5.9, + "ground_temp": 26.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60753, + "power": 60753 + }, + { + "date": 90820, + "mean_temp": 26.1, + "min_temp": 22.7, + "max_temp": 29.4, + "rain": 19.5, + "max_wind": 7.1, + "mean_wind": 4.2, + "min_hum": 59, + "mean_hum": 77.5, + "sun": 2.1, + "cloud": 7, + "ground_temp": 25.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60383, + "power": 62753 + }, + { + "date": 90819, + "mean_temp": 28.1, + "min_temp": 25.1, + "max_temp": 31.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.3, + "min_hum": 52, + "mean_hum": 69.6, + "sun": 2.2, + "cloud": 7.3, + "ground_temp": 30.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 63212, + "power": 63212 + }, + { + "date": 90818, + "mean_temp": 27.4, + "min_temp": 25.5, + "max_temp": 30.9, + "rain": 0.1, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 56, + "mean_hum": 71.1, + "sun": 3.8, + "cloud": 6.6, + "ground_temp": 29.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62677, + "power": 62677 + }, + { + "date": 90817, + "mean_temp": 26.8, + "min_temp": 24, + "max_temp": 30.9, + "rain": 0.2, + "max_wind": 3.7, + "mean_wind": 2.3, + "min_hum": 53, + "mean_hum": 62.6, + "sun": 1.6, + "cloud": 5.8, + "ground_temp": 24.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61411, + "power": 61411 + }, + { + "date": 90816, + "mean_temp": 29.1, + "min_temp": 24.7, + "max_temp": 34.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 55.8, + "sun": 12.1, + "cloud": 0, + "ground_temp": 29.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48082, + "power": 50351 + }, + { + "date": 90815, + "mean_temp": 27.9, + "min_temp": 22.8, + "max_temp": 33, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 64, + "sun": 11.6, + "cloud": 0, + "ground_temp": 29.8, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 52995, + "power": 52995 + }, + { + "date": 90814, + "mean_temp": 27.6, + "min_temp": 23.3, + "max_temp": 33.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 64.9, + "sun": 9.4, + "cloud": 0.6, + "ground_temp": 29.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60439, + "power": 60730 + }, + { + "date": 90813, + "mean_temp": 26.3, + "min_temp": 21.9, + "max_temp": 30.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 74.6, + "sun": 7.8, + "cloud": 2.9, + "ground_temp": 27.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58389, + "power": 60699 + }, + { + "date": 90812, + "mean_temp": 23.5, + "min_temp": 22.4, + "max_temp": 25.9, + "rain": 80.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 76, + "mean_hum": 91.1, + "sun": 1.1, + "cloud": 7.3, + "ground_temp": 23.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58564, + "power": 58564 + }, + { + "date": 90811, + "mean_temp": 23.8, + "min_temp": 22.4, + "max_temp": 27.1, + "rain": 113.5, + "max_wind": 4.8, + "mean_wind": 3.1, + "min_hum": 64, + "mean_hum": 86.1, + "sun": 0, + "cloud": 10, + "ground_temp": 24.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57619, + "power": 57619 + }, + { + "date": 90810, + "mean_temp": 27.8, + "min_temp": 23.7, + "max_temp": 32, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.8, + "min_hum": 48, + "mean_hum": 60, + "sun": 8.5, + "cloud": 4.9, + "ground_temp": 29.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60492, + "power": 60492 + }, + { + "date": 90809, + "mean_temp": 28.7, + "min_temp": 24.9, + "max_temp": 33.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 62.3, + "sun": 8.8, + "cloud": 3.9, + "ground_temp": 29.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50348, + "power": 50348 + }, + { + "date": 90808, + "mean_temp": 26.5, + "min_temp": 24.7, + "max_temp": 28.9, + "rain": 0.5, + "max_wind": 3.2, + "mean_wind": 1.9, + "min_hum": 67, + "mean_hum": 77.3, + "sun": 0.5, + "cloud": 8.6, + "ground_temp": 25.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52192, + "power": 52192 + }, + { + "date": 90807, + "mean_temp": 25.8, + "min_temp": 23.1, + "max_temp": 28.5, + "rain": 0.5, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 67, + "mean_hum": 79.3, + "sun": 0.3, + "cloud": 9.3, + "ground_temp": 23, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59107, + "power": 57052 + }, + { + "date": 90806, + "mean_temp": 26.6, + "min_temp": 23.8, + "max_temp": 30.7, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 2.4, + "min_hum": 50, + "mean_hum": 61.9, + "sun": 3.1, + "cloud": 8.8, + "ground_temp": 25.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57014, + "power": 57014 + }, + { + "date": 90805, + "mean_temp": 27.6, + "min_temp": 23, + "max_temp": 32.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 53, + "sun": 11.5, + "cloud": 4.9, + "ground_temp": 28.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54900, + "power": 54900 + }, + { + "date": 90804, + "mean_temp": 26.9, + "min_temp": 23, + "max_temp": 31.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 65.4, + "sun": 5.6, + "cloud": 5.4, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54900, + "power": 52668 + }, + { + "date": 90803, + "mean_temp": 25.2, + "min_temp": 23.9, + "max_temp": 27.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.3, + "min_hum": 64, + "mean_hum": 75.3, + "sun": 1, + "cloud": 7.9, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49338, + "power": 49338 + }, + { + "date": 90802, + "mean_temp": 25.8, + "min_temp": 23, + "max_temp": 29.6, + "rain": 1.5, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 52, + "mean_hum": 75, + "sun": 1.9, + "cloud": 5.1, + "ground_temp": 23, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46532, + "power": 46763 + }, + { + "date": 90801, + "mean_temp": 25.4, + "min_temp": 23.3, + "max_temp": 28.9, + "rain": 21.5, + "max_wind": 4.6, + "mean_wind": 1.1, + "min_hum": 61, + "mean_hum": 79, + "sun": 3, + "cloud": 6.1, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53402, + "power": 47347 + }, + { + "date": 90731, + "mean_temp": 26.7, + "min_temp": 24.1, + "max_temp": 30.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 68.9, + "sun": 4.4, + "cloud": 3.3, + "ground_temp": 24.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56611, + "power": 56611 + }, + { + "date": 90730, + "mean_temp": 26.5, + "min_temp": 22.6, + "max_temp": 30.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 67.6, + "sun": 7.8, + "cloud": 5, + "ground_temp": 25.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58389, + "power": 58389 + }, + { + "date": 90729, + "mean_temp": 25.5, + "min_temp": 21.5, + "max_temp": 30.4, + "rain": 0.1, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 67.1, + "sun": 8.7, + "cloud": 3.5, + "ground_temp": 24.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57923, + "power": 57923 + }, + { + "date": 90728, + "mean_temp": 24.6, + "min_temp": 22.7, + "max_temp": 26.4, + "rain": 0.5, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 64, + "mean_hum": 74.1, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 25.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56991, + "power": 56991 + }, + { + "date": 90727, + "mean_temp": 24.8, + "min_temp": 22.1, + "max_temp": 27.7, + "rain": 0.2, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 56, + "mean_hum": 72.5, + "sun": 1.9, + "cloud": 5.3, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60444, + "power": 57585 + }, + { + "date": 90726, + "mean_temp": 24.8, + "min_temp": 20.5, + "max_temp": 29.1, + "rain": 10.5, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 69.1, + "sun": 7.7, + "cloud": 4.5, + "ground_temp": 24.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48082, + "power": 46625 + }, + { + "date": 90725, + "mean_temp": 22.5, + "min_temp": 19.3, + "max_temp": 26, + "rain": 22.5, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 58, + "mean_hum": 76.9, + "sun": 1.6, + "cloud": 7.1, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49542, + "power": 49542 + }, + { + "date": 90724, + "mean_temp": 24.8, + "min_temp": 21.2, + "max_temp": 30.1, + "rain": 1, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 46, + "mean_hum": 67, + "sun": 6.1, + "cloud": 5.5, + "ground_temp": 23.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57224, + "power": 57224 + }, + { + "date": 90723, + "mean_temp": 25.4, + "min_temp": 21.9, + "max_temp": 29.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 67, + "sun": 3.8, + "cloud": 6.1, + "ground_temp": 24.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 61548, + "power": 58743 + }, + { + "date": 90722, + "mean_temp": 25.1, + "min_temp": 21.2, + "max_temp": 30, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 67.1, + "sun": 12.1, + "cloud": 1.4, + "ground_temp": 27.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58226, + "power": 58226 + }, + { + "date": 90721, + "mean_temp": 25.4, + "min_temp": 23.2, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 49, + "mean_hum": 74.8, + "sun": 8.3, + "cloud": 5.5, + "ground_temp": 28.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59592, + "power": 59592 + }, + { + "date": 90720, + "mean_temp": 25.5, + "min_temp": 22.5, + "max_temp": 28.5, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 67, + "mean_hum": 80.5, + "sun": 0.1, + "cloud": 9.4, + "ground_temp": 24.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60801, + "power": 60801 + }, + { + "date": 90719, + "mean_temp": 24.6, + "min_temp": 20.7, + "max_temp": 29.9, + "rain": 0.1, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 57, + "mean_hum": 81.4, + "sun": 2.9, + "cloud": 6.8, + "ground_temp": 24, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49323, + "power": 49323 + }, + { + "date": 90718, + "mean_temp": 25.1, + "min_temp": 21.1, + "max_temp": 27.3, + "rain": 14.5, + "max_wind": 8.8, + "mean_wind": 6.2, + "min_hum": 79, + "mean_hum": 86.8, + "sun": 0, + "cloud": 10, + "ground_temp": 21.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53402, + "power": 53370 + }, + { + "date": 90717, + "mean_temp": 24.8, + "min_temp": 22.9, + "max_temp": 26.6, + "rain": 56.5, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 64, + "mean_hum": 85.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 24.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59107, + "power": 59107 + }, + { + "date": 90716, + "mean_temp": 26.7, + "min_temp": 21.3, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 67, + "sun": 9.2, + "cloud": 5.8, + "ground_temp": 28.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57923, + "power": 59022 + }, + { + "date": 90715, + "mean_temp": 23.1, + "min_temp": 19.9, + "max_temp": 25.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.5, + "min_hum": 67, + "mean_hum": 80.6, + "sun": 1.6, + "cloud": 8, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56502, + "power": 56502 + }, + { + "date": 90714, + "mean_temp": 23, + "min_temp": 20, + "max_temp": 25.6, + "rain": 140.5, + "max_wind": 10.4, + "mean_wind": 4.9, + "min_hum": 85, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 21.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60415, + "power": 60415 + }, + { + "date": 90713, + "mean_temp": 23.2, + "min_temp": 19.9, + "max_temp": 27.7, + "rain": 5, + "max_wind": 6, + "mean_wind": 2.3, + "min_hum": 64, + "mean_hum": 83.4, + "sun": 0.1, + "cloud": 10, + "ground_temp": 24.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58453, + "power": 58453 + }, + { + "date": 90712, + "mean_temp": 20.7, + "min_temp": 18.8, + "max_temp": 24, + "rain": 114.5, + "max_wind": 7.4, + "mean_wind": 4.1, + "min_hum": 74, + "mean_hum": 94.3, + "sun": 0, + "cloud": 10, + "ground_temp": 19.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47301, + "power": 47301 + }, + { + "date": 90711, + "mean_temp": 24.6, + "min_temp": 20.7, + "max_temp": 29.2, + "rain": 1, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 39, + "mean_hum": 66.3, + "sun": 2.3, + "cloud": 8, + "ground_temp": 25.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51127, + "power": 51127 + }, + { + "date": 90710, + "mean_temp": 23.8, + "min_temp": 18.7, + "max_temp": 29.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 70.3, + "sun": 9.2, + "cloud": 3.4, + "ground_temp": 24.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58622, + "power": 58622 + }, + { + "date": 90709, + "mean_temp": 21.8, + "min_temp": 19.4, + "max_temp": 25.8, + "rain": 190, + "max_wind": 7.9, + "mean_wind": 2.3, + "min_hum": 75, + "mean_hum": 92.8, + "sun": 0, + "cloud": 8.1, + "ground_temp": 18.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58746, + "power": 58746 + }, + { + "date": 90708, + "mean_temp": 26.3, + "min_temp": 22.5, + "max_temp": 30.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 51, + "mean_hum": 69.3, + "sun": 2.4, + "cloud": 8.1, + "ground_temp": 24.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60557, + "power": 60557 + }, + { + "date": 90707, + "mean_temp": 24.9, + "min_temp": 22.1, + "max_temp": 28.1, + "rain": 1, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 56, + "mean_hum": 73.4, + "sun": 1.7, + "cloud": 7.6, + "ground_temp": 23.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57469, + "power": 57469 + }, + { + "date": 90706, + "mean_temp": 25, + "min_temp": 22, + "max_temp": 29, + "rain": 1, + "max_wind": 4.8, + "mean_wind": 1.6, + "min_hum": 52, + "mean_hum": 72, + "sun": 1.3, + "cloud": 7.6, + "ground_temp": 27.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60089, + "power": 60089 + }, + { + "date": 90705, + "mean_temp": 24.6, + "min_temp": 19.9, + "max_temp": 30, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 69.3, + "sun": 8.1, + "cloud": 3.6, + "ground_temp": 27.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47811, + "power": 47811 + }, + { + "date": 90704, + "mean_temp": 22.8, + "min_temp": 19.8, + "max_temp": 26.9, + "rain": 3, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 52, + "mean_hum": 75.9, + "sun": 2.2, + "cloud": 6.1, + "ground_temp": 23.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51791, + "power": 50224 + }, + { + "date": 90703, + "mean_temp": 22.5, + "min_temp": 19.3, + "max_temp": 27, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 47, + "mean_hum": 73.5, + "sun": 3.3, + "cloud": 6.4, + "ground_temp": 26.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56383, + "power": 56383 + }, + { + "date": 90702, + "mean_temp": 20.7, + "min_temp": 18.7, + "max_temp": 22.3, + "rain": 96.5, + "max_wind": 4.9, + "mean_wind": 1.6, + "min_hum": 82, + "mean_hum": 91, + "sun": 0.9, + "cloud": 8, + "ground_temp": 23.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55640, + "power": 55640 + }, + { + "date": 90701, + "mean_temp": 23.5, + "min_temp": 20.7, + "max_temp": 27.4, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 50, + "mean_hum": 70.9, + "sun": 7.8, + "cloud": 5.9, + "ground_temp": 26, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56781, + "power": 56781 + }, + { + "date": 90630, + "mean_temp": 24.4, + "min_temp": 22.2, + "max_temp": 26.6, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 63, + "mean_hum": 81.6, + "sun": 0, + "cloud": 9.4, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58911, + "power": 58911 + }, + { + "date": 90629, + "mean_temp": 26.1, + "min_temp": 22.5, + "max_temp": 31.1, + "rain": 33, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 47, + "mean_hum": 76.6, + "sun": 6.6, + "cloud": 7.8, + "ground_temp": 25, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58389, + "power": 60129 + }, + { + "date": 90628, + "mean_temp": 26, + "min_temp": 23.4, + "max_temp": 29.6, + "rain": 0.4, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 49, + "mean_hum": 69.6, + "sun": 1.2, + "cloud": 8.6, + "ground_temp": 27.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45148, + "power": 48267 + }, + { + "date": 90627, + "mean_temp": 26.1, + "min_temp": 20.8, + "max_temp": 32.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 63.9, + "sun": 9.3, + "cloud": 4.5, + "ground_temp": 31, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52277, + "power": 52277 + }, + { + "date": 90626, + "mean_temp": 24.4, + "min_temp": 20.9, + "max_temp": 29.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 49, + "mean_hum": 67.4, + "sun": 6, + "cloud": 4.3, + "ground_temp": 27.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58901, + "power": 58901 + }, + { + "date": 90625, + "mean_temp": 24.8, + "min_temp": 20.7, + "max_temp": 29.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.2, + "min_hum": 27, + "mean_hum": 47.5, + "sun": 7.3, + "cloud": 2.4, + "ground_temp": 26.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58049, + "power": 58049 + }, + { + "date": 90624, + "mean_temp": 24.5, + "min_temp": 19.7, + "max_temp": 30, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.2, + "min_hum": 24, + "mean_hum": 50, + "sun": 12.7, + "cloud": 0.1, + "ground_temp": 29.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53566, + "power": 57728 + }, + { + "date": 90623, + "mean_temp": 23.4, + "min_temp": 19.1, + "max_temp": 27.9, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 36, + "mean_hum": 59.1, + "sun": 12.1, + "cloud": 1, + "ground_temp": 26.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53570, + "power": 57052 + }, + { + "date": 90622, + "mean_temp": 23, + "min_temp": 20.6, + "max_temp": 26.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 56, + "mean_hum": 74.5, + "sun": 5.1, + "cloud": 6.6, + "ground_temp": 25.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58901, + "power": 55864 + }, + { + "date": 90621, + "mean_temp": 25.1, + "min_temp": 21.9, + "max_temp": 30.2, + "rain": 0.5, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 77.8, + "sun": 4.6, + "cloud": 7.6, + "ground_temp": 25.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48082, + "power": 48082 + }, + { + "date": 90620, + "mean_temp": 22.7, + "min_temp": 22, + "max_temp": 24.7, + "rain": 48.5, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 69, + "mean_hum": 89.6, + "sun": 0, + "cloud": 10, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50328, + "power": 50328 + }, + { + "date": 90619, + "mean_temp": 25.1, + "min_temp": 22.1, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 52, + "mean_hum": 63.4, + "sun": 0.5, + "cloud": 8.8, + "ground_temp": 21.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58037, + "power": 58037 + }, + { + "date": 90618, + "mean_temp": 25.1, + "min_temp": 18.2, + "max_temp": 31.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 57.9, + "sun": 10.9, + "cloud": 2.3, + "ground_temp": 21.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56457, + "power": 56457 + }, + { + "date": 90617, + "mean_temp": 21.1, + "min_temp": 19.6, + "max_temp": 23.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 61, + "mean_hum": 70.1, + "sun": 0, + "cloud": 9, + "ground_temp": 17, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54583, + "power": 54583 + }, + { + "date": 90616, + "mean_temp": 21.8, + "min_temp": 17.5, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 62.5, + "sun": 7.4, + "cloud": 3.8, + "ground_temp": 18.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53958, + "power": 54676 + }, + { + "date": 90615, + "mean_temp": 21.6, + "min_temp": 17.7, + "max_temp": 26.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 46, + "mean_hum": 68, + "sun": 7.9, + "cloud": 4.4, + "ground_temp": 21, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53958, + "power": 53958 + }, + { + "date": 90614, + "mean_temp": 20.4, + "min_temp": 18.4, + "max_temp": 23.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 56, + "mean_hum": 72.5, + "sun": 0.6, + "cloud": 7.1, + "ground_temp": 20.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44854, + "power": 44854 + }, + { + "date": 90613, + "mean_temp": 20.2, + "min_temp": 15.9, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 48, + "mean_hum": 66.4, + "sun": 8.7, + "cloud": 3.8, + "ground_temp": 24.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47722, + "power": 47722 + }, + { + "date": 90612, + "mean_temp": 19.4, + "min_temp": 14.5, + "max_temp": 24.4, + "rain": 1, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 22, + "mean_hum": 52.8, + "sun": 12.6, + "cloud": 2, + "ground_temp": 21.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53345, + "power": 53345 + }, + { + "date": 90611, + "mean_temp": 21, + "min_temp": 15.9, + "max_temp": 25.7, + "rain": 0.1, + "max_wind": 8, + "mean_wind": 4.2, + "min_hum": 30, + "mean_hum": 57.9, + "sun": 9.5, + "cloud": 5.3, + "ground_temp": 23.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53343, + "power": 53343 + }, + { + "date": 90610, + "mean_temp": 18.8, + "min_temp": 16.9, + "max_temp": 22.2, + "rain": 16.5, + "max_wind": 6.6, + "mean_wind": 2.9, + "min_hum": 68, + "mean_hum": 86.8, + "sun": 0.7, + "cloud": 9.3, + "ground_temp": 20.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53958, + "power": 53202 + }, + { + "date": 90609, + "mean_temp": 19.4, + "min_temp": 16.8, + "max_temp": 21.8, + "rain": 25.5, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 65, + "mean_hum": 86.1, + "sun": 0, + "cloud": 10, + "ground_temp": 17.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52890, + "power": 52890 + }, + { + "date": 90608, + "mean_temp": 20.9, + "min_temp": 14.9, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 61.9, + "sun": 5, + "cloud": 6.3, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53265, + "power": 53265 + }, + { + "date": 90607, + "mean_temp": 19.1, + "min_temp": 17.4, + "max_temp": 21.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 46, + "mean_hum": 63.9, + "sun": 0.6, + "cloud": 6.1, + "ground_temp": 17.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44429, + "power": 44363 + }, + { + "date": 90606, + "mean_temp": 22.2, + "min_temp": 18.2, + "max_temp": 27.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 49, + "sun": 8, + "cloud": 3, + "ground_temp": 18, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 51791, + "power": 46358 + }, + { + "date": 90605, + "mean_temp": 22.5, + "min_temp": 16, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 43.9, + "sun": 12.6, + "cloud": 0.8, + "ground_temp": 21.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53327, + "power": 53327 + }, + { + "date": 90604, + "mean_temp": 21.2, + "min_temp": 17.7, + "max_temp": 25.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 34, + "mean_hum": 62.8, + "sun": 10.5, + "cloud": 3.6, + "ground_temp": 22, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52843, + "power": 52843 + }, + { + "date": 90603, + "mean_temp": 19.1, + "min_temp": 17.9, + "max_temp": 22.2, + "rain": 1.5, + "max_wind": 8.3, + "mean_wind": 4, + "min_hum": 68, + "mean_hum": 81.4, + "sun": 3.1, + "cloud": 6.6, + "ground_temp": 19.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52061, + "power": 52061 + }, + { + "date": 90602, + "mean_temp": 21.7, + "min_temp": 18.8, + "max_temp": 26.2, + "rain": 4.5, + "max_wind": 8.8, + "mean_wind": 4.8, + "min_hum": 49, + "mean_hum": 65.3, + "sun": 5.1, + "cloud": 6, + "ground_temp": 22.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53777, + "power": 53777 + }, + { + "date": 90601, + "mean_temp": 21.7, + "min_temp": 14.3, + "max_temp": 28.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.8, + "min_hum": 18, + "mean_hum": 50.8, + "sun": 12.4, + "cloud": 0, + "ground_temp": 26.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52570, + "power": 52570 + }, + { + "date": 90531, + "mean_temp": 19.7, + "min_temp": 15.8, + "max_temp": 24.7, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 29, + "mean_hum": 50, + "sun": 13, + "cloud": 0, + "ground_temp": 20.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43643, + "power": 43278 + }, + { + "date": 90530, + "mean_temp": 21.3, + "min_temp": 18, + "max_temp": 25.4, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 33.8, + "sun": 7.3, + "cloud": 4.8, + "ground_temp": 19.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45709, + "power": 45709 + }, + { + "date": 90529, + "mean_temp": 22.8, + "min_temp": 18.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 34.9, + "sun": 9.2, + "cloud": 4.3, + "ground_temp": 19.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52423, + "power": 52423 + }, + { + "date": 90528, + "mean_temp": 24.2, + "min_temp": 17.2, + "max_temp": 31, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 31.9, + "sun": 11.8, + "cloud": 0, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53065, + "power": 53065 + }, + { + "date": 90527, + "mean_temp": 23.9, + "min_temp": 18.7, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 20, + "mean_hum": 39, + "sun": 12.8, + "cloud": 0, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53197, + "power": 53197 + }, + { + "date": 90526, + "mean_temp": 23.1, + "min_temp": 18.2, + "max_temp": 29, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 22, + "mean_hum": 53.4, + "sun": 11.3, + "cloud": 2.4, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53033, + "power": 53033 + }, + { + "date": 90525, + "mean_temp": 22.5, + "min_temp": 15.3, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 60.6, + "sun": 12.7, + "cloud": 0.9, + "ground_temp": 25.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51954, + "power": 51954 + }, + { + "date": 90524, + "mean_temp": 19.5, + "min_temp": 14.8, + "max_temp": 25, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 50, + "mean_hum": 71.4, + "sun": 8.4, + "cloud": 4.6, + "ground_temp": 22.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43964, + "power": 43964 + }, + { + "date": 90523, + "mean_temp": 16.5, + "min_temp": 14.5, + "max_temp": 19.6, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 78, + "sun": 0.7, + "cloud": 8.4, + "ground_temp": 19.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46280, + "power": 46280 + }, + { + "date": 90522, + "mean_temp": 18, + "min_temp": 14.9, + "max_temp": 22.5, + "rain": 0.5, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 53, + "mean_hum": 74.8, + "sun": 6.3, + "cloud": 7.5, + "ground_temp": 20.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50554, + "power": 50554 + }, + { + "date": 90521, + "mean_temp": 15.8, + "min_temp": 15.1, + "max_temp": 19.4, + "rain": 38, + "max_wind": 7.2, + "mean_wind": 2.8, + "min_hum": 58, + "mean_hum": 94.6, + "sun": 0, + "cloud": 10, + "ground_temp": 15.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51324, + "power": 51324 + }, + { + "date": 90520, + "mean_temp": 21.6, + "min_temp": 15.1, + "max_temp": 27.3, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 56.5, + "sun": 3.5, + "cloud": 6.6, + "ground_temp": 24.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51223, + "power": 51936 + }, + { + "date": 90519, + "mean_temp": 19.3, + "min_temp": 13.7, + "max_temp": 24.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 62.8, + "sun": 11.2, + "cloud": 0, + "ground_temp": 26.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51397, + "power": 51397 + }, + { + "date": 90518, + "mean_temp": 16.9, + "min_temp": 9.9, + "max_temp": 22.6, + "rain": 0, + "max_wind": 8.2, + "mean_wind": 3.8, + "min_hum": 29, + "mean_hum": 56.6, + "sun": 12.1, + "cloud": 1, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51223, + "power": 50268 + }, + { + "date": 90517, + "mean_temp": 14.3, + "min_temp": 12.1, + "max_temp": 17.4, + "rain": 3, + "max_wind": 6.5, + "mean_wind": 3, + "min_hum": 58, + "mean_hum": 81.6, + "sun": 2.3, + "cloud": 6.4, + "ground_temp": 15.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44125, + "power": 44125 + }, + { + "date": 90516, + "mean_temp": 13.7, + "min_temp": 13, + "max_temp": 15.5, + "rain": 21.5, + "max_wind": 3.9, + "mean_wind": 2.6, + "min_hum": 73, + "mean_hum": 93.4, + "sun": 0, + "cloud": 10, + "ground_temp": 14.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46813, + "power": 46813 + }, + { + "date": 90515, + "mean_temp": 18.3, + "min_temp": 15.3, + "max_temp": 22.1, + "rain": 0.5, + "max_wind": 6.1, + "mean_wind": 2.1, + "min_hum": 42, + "mean_hum": 58.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 18.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51309, + "power": 51309 + }, + { + "date": 90514, + "mean_temp": 18.9, + "min_temp": 12, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 47.5, + "sun": 8.7, + "cloud": 4.4, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51616, + "power": 51338 + }, + { + "date": 90513, + "mean_temp": 17.9, + "min_temp": 13.7, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 34.6, + "sun": 12.9, + "cloud": 0.6, + "ground_temp": 21.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50469, + "power": 50794 + }, + { + "date": 90512, + "mean_temp": 18.6, + "min_temp": 15.1, + "max_temp": 23.9, + "rain": 7, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 43, + "mean_hum": 78.4, + "sun": 4.5, + "cloud": 6.1, + "ground_temp": 19.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51589, + "power": 51589 + }, + { + "date": 90511, + "mean_temp": 17, + "min_temp": 15.8, + "max_temp": 20, + "rain": 36.5, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 66, + "mean_hum": 88.6, + "sun": 0, + "cloud": 10, + "ground_temp": 14.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51616, + "power": 51536 + }, + { + "date": 90510, + "mean_temp": 20.3, + "min_temp": 16, + "max_temp": 25.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 57.6, + "sun": 5.1, + "cloud": 8.1, + "ground_temp": 15.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44429, + "power": 44429 + }, + { + "date": 90509, + "mean_temp": 21.7, + "min_temp": 16.4, + "max_temp": 27, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.1, + "min_hum": 17, + "mean_hum": 38, + "sun": 8.9, + "cloud": 4.4, + "ground_temp": 21.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46862, + "power": 46862 + }, + { + "date": 90508, + "mean_temp": 21.2, + "min_temp": 15.6, + "max_temp": 27.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 45, + "sun": 10.9, + "cloud": 0.3, + "ground_temp": 21.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51616, + "power": 51616 + }, + { + "date": 90507, + "mean_temp": 21.3, + "min_temp": 15.5, + "max_temp": 27.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 15, + "mean_hum": 32.3, + "sun": 12.3, + "cloud": 0, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50939, + "power": 50939 + }, + { + "date": 90506, + "mean_temp": 22.4, + "min_temp": 15.3, + "max_temp": 29.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 21, + "mean_hum": 40.9, + "sun": 12.2, + "cloud": 0, + "ground_temp": 23, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50599, + "power": 50599 + }, + { + "date": 90505, + "mean_temp": 18.1, + "min_temp": 9.8, + "max_temp": 26.3, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 34, + "mean_hum": 64.6, + "sun": 9.6, + "cloud": 4.1, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 45938, + "power": 45938 + }, + { + "date": 90504, + "mean_temp": 14.7, + "min_temp": 10, + "max_temp": 21.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 42, + "mean_hum": 70, + "sun": 11.1, + "cloud": 1.3, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46825, + "power": 46825 + }, + { + "date": 90503, + "mean_temp": 16.6, + "min_temp": 12.7, + "max_temp": 22.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 68.6, + "sun": 10.2, + "cloud": 2.9, + "ground_temp": 22, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43294, + "power": 43294 + }, + { + "date": 90502, + "mean_temp": 15.4, + "min_temp": 14.2, + "max_temp": 18, + "rain": 1.5, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 54, + "mean_hum": 74.9, + "sun": 1, + "cloud": 9.1, + "ground_temp": 17, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 44498, + "power": 44498 + }, + { + "date": 90501, + "mean_temp": 17.4, + "min_temp": 10.9, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 45.4, + "sun": 10.2, + "cloud": 4.3, + "ground_temp": 20.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44772, + "power": 44772 + }, + { + "date": 90430, + "mean_temp": 15.7, + "min_temp": 9.8, + "max_temp": 20.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 19, + "mean_hum": 33.9, + "sun": 4.5, + "cloud": 5.3, + "ground_temp": 18.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51342, + "power": 49883 + }, + { + "date": 90429, + "mean_temp": 15.6, + "min_temp": 8.6, + "max_temp": 22.5, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.4, + "min_hum": 17, + "mean_hum": 43.5, + "sun": 12.2, + "cloud": 0, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50488, + "power": 50407 + }, + { + "date": 90428, + "mean_temp": 13.5, + "min_temp": 7.2, + "max_temp": 20.2, + "rain": 0.5, + "max_wind": 6.9, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 59.6, + "sun": 9.9, + "cloud": 1, + "ground_temp": 16.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50488, + "power": 50488 + }, + { + "date": 90427, + "mean_temp": 11.2, + "min_temp": 6.3, + "max_temp": 17, + "rain": 0.5, + "max_wind": 6.4, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 67, + "sun": 9.8, + "cloud": 2.6, + "ground_temp": 14, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51226, + "power": 51226 + }, + { + "date": 90426, + "mean_temp": 8.7, + "min_temp": 4.9, + "max_temp": 12.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 67.5, + "sun": 0.4, + "cloud": 8.5, + "ground_temp": 12.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46033, + "power": 46033 + }, + { + "date": 90425, + "mean_temp": 8.7, + "min_temp": 6.1, + "max_temp": 11.8, + "rain": 10.5, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 71, + "mean_hum": 85.1, + "sun": 0, + "cloud": 8.6, + "ground_temp": 9.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47911, + "power": 47911 + }, + { + "date": 90424, + "mean_temp": 13.3, + "min_temp": 11.5, + "max_temp": 17.4, + "rain": 7.5, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 75.1, + "sun": 0.7, + "cloud": 10, + "ground_temp": 11, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51051, + "power": 51051 + }, + { + "date": 90423, + "mean_temp": 12.7, + "min_temp": 5.8, + "max_temp": 17.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 54.3, + "sun": 9.2, + "cloud": 4.4, + "ground_temp": 13.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50994, + "power": 50994 + }, + { + "date": 90422, + "mean_temp": 9.9, + "min_temp": 7.7, + "max_temp": 13, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.8, + "min_hum": 46, + "mean_hum": 61.4, + "sun": 5.9, + "cloud": 3.4, + "ground_temp": 13.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52194, + "power": 51114 + }, + { + "date": 90421, + "mean_temp": 9.4, + "min_temp": 8.5, + "max_temp": 11.4, + "rain": 3, + "max_wind": 8.6, + "mean_wind": 5.7, + "min_hum": 69, + "mean_hum": 81.4, + "sun": 0, + "cloud": 9, + "ground_temp": 14.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52194, + "power": 51821 + }, + { + "date": 90420, + "mean_temp": 14, + "min_temp": 11.4, + "max_temp": 17.2, + "rain": 38.5, + "max_wind": 7.7, + "mean_wind": 4.1, + "min_hum": 34, + "mean_hum": 78.8, + "sun": 0, + "cloud": 10, + "ground_temp": 11.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51592, + "power": 51592 + }, + { + "date": 90419, + "mean_temp": 18.5, + "min_temp": 10.7, + "max_temp": 25.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 15, + "mean_hum": 28, + "sun": 8.3, + "cloud": 5.8, + "ground_temp": 14.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44250, + "power": 44250 + }, + { + "date": 90418, + "mean_temp": 14.4, + "min_temp": 7.6, + "max_temp": 20.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 14, + "mean_hum": 31.3, + "sun": 11.3, + "cloud": 1.8, + "ground_temp": 18, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46026, + "power": 46026 + }, + { + "date": 90417, + "mean_temp": 12, + "min_temp": 6, + "max_temp": 17.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 41.4, + "sun": 12.3, + "cloud": 0.4, + "ground_temp": 14.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50395, + "power": 50395 + }, + { + "date": 90416, + "mean_temp": 10.7, + "min_temp": 5.7, + "max_temp": 15.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 67.1, + "sun": 6.4, + "cloud": 3.5, + "ground_temp": 9.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52041, + "power": 52041 + }, + { + "date": 90415, + "mean_temp": 9.9, + "min_temp": 7.9, + "max_temp": 14.1, + "rain": 6, + "max_wind": 6.9, + "mean_wind": 2.6, + "min_hum": 51, + "mean_hum": 81.5, + "sun": 0.1, + "cloud": 7.8, + "ground_temp": 10.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52067, + "power": 52067 + }, + { + "date": 90414, + "mean_temp": 16.1, + "min_temp": 13.2, + "max_temp": 21.1, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.3, + "min_hum": 23, + "mean_hum": 48, + "sun": 7.1, + "cloud": 3.9, + "ground_temp": 15.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51223, + "power": 51223 + }, + { + "date": 90413, + "mean_temp": 15.7, + "min_temp": 12.6, + "max_temp": 20.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 32, + "mean_hum": 53.8, + "sun": 1, + "cloud": 7.9, + "ground_temp": 19.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51616, + "power": 51012 + }, + { + "date": 90412, + "mean_temp": 16.6, + "min_temp": 13, + "max_temp": 21.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 37.4, + "sun": 4.2, + "cloud": 6.1, + "ground_temp": 14.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44195, + "power": 44195 + }, + { + "date": 90411, + "mean_temp": 18.5, + "min_temp": 11.8, + "max_temp": 25.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2, + "min_hum": 13, + "mean_hum": 31.8, + "sun": 10.4, + "cloud": 2.3, + "ground_temp": 16.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45953, + "power": 45953 + }, + { + "date": 90410, + "mean_temp": 17.3, + "min_temp": 11.8, + "max_temp": 23.6, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 17, + "mean_hum": 37.6, + "sun": 11.1, + "cloud": 0, + "ground_temp": 19.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50469, + "power": 50469 + }, + { + "date": 90409, + "mean_temp": 17.5, + "min_temp": 10.9, + "max_temp": 24.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 37.6, + "sun": 11.3, + "cloud": 0, + "ground_temp": 17.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51342, + "power": 51342 + }, + { + "date": 90408, + "mean_temp": 16.2, + "min_temp": 9.8, + "max_temp": 23.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 37.4, + "sun": 11.1, + "cloud": 0, + "ground_temp": 14.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50469, + "power": 50873 + }, + { + "date": 90407, + "mean_temp": 14.1, + "min_temp": 7.8, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 46.3, + "sun": 10.6, + "cloud": 0, + "ground_temp": 15.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51864, + "power": 51864 + }, + { + "date": 90406, + "mean_temp": 10.9, + "min_temp": 5.4, + "max_temp": 17, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 54.3, + "sun": 11.3, + "cloud": 0, + "ground_temp": 15.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52194, + "power": 52194 + }, + { + "date": 90405, + "mean_temp": 9.8, + "min_temp": 5.7, + "max_temp": 15.8, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 68.4, + "sun": 9.3, + "cloud": 0.6, + "ground_temp": 13.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46563, + "power": 46563 + }, + { + "date": 90404, + "mean_temp": 8.7, + "min_temp": 6, + "max_temp": 12.7, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 48, + "mean_hum": 67.6, + "sun": 3, + "cloud": 6.1, + "ground_temp": 13.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47911, + "power": 48270 + }, + { + "date": 90403, + "mean_temp": 8.2, + "min_temp": 5.3, + "max_temp": 12.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 55.9, + "sun": 4.9, + "cloud": 7.1, + "ground_temp": 11.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53216, + "power": 53216 + }, + { + "date": 90402, + "mean_temp": 7.6, + "min_temp": 2.6, + "max_temp": 14.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 25, + "mean_hum": 48.5, + "sun": 10.8, + "cloud": 2.3, + "ground_temp": 10.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53453, + "power": 53453 + }, + { + "date": 90401, + "mean_temp": 5.9, + "min_temp": 2.2, + "max_temp": 10, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 49.5, + "sun": 7.4, + "cloud": 4, + "ground_temp": 8.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44772, + "power": 54063 + }, + { + "date": 90331, + "mean_temp": 6.1, + "min_temp": 3.5, + "max_temp": 9.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.6, + "min_hum": 24, + "mean_hum": 49.6, + "sun": 7.1, + "cloud": 5, + "ground_temp": 5.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53220, + "power": 53220 + }, + { + "date": 90330, + "mean_temp": 7.3, + "min_temp": 3.9, + "max_temp": 11.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.3, + "min_hum": 22, + "mean_hum": 44.8, + "sun": 6.5, + "cloud": 6.8, + "ground_temp": 5.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53448, + "power": 53448 + }, + { + "date": 90329, + "mean_temp": 6.7, + "min_temp": 0.6, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 38.5, + "sun": 11.1, + "cloud": 2.1, + "ground_temp": 4.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47295, + "power": 47295 + }, + { + "date": 90328, + "mean_temp": 4.5, + "min_temp": 0.2, + "max_temp": 10.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 38.3, + "sun": 9.7, + "cloud": 2, + "ground_temp": 8.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49470, + "power": 49470 + }, + { + "date": 90327, + "mean_temp": 3.8, + "min_temp": 0.1, + "max_temp": 8.4, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.6, + "min_hum": 19, + "mean_hum": 35, + "sun": 10.8, + "cloud": 1.5, + "ground_temp": 6.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55381, + "power": 54917 + }, + { + "date": 90326, + "mean_temp": 4.7, + "min_temp": 2.1, + "max_temp": 9.2, + "rain": 6, + "max_wind": 7.1, + "mean_wind": 3.6, + "min_hum": 27, + "mean_hum": 61.1, + "sun": 4.4, + "cloud": 6, + "ground_temp": 7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55822, + "power": 55822 + }, + { + "date": 90325, + "mean_temp": 2.4, + "min_temp": -2, + "max_temp": 5.5, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 4.4, + "min_hum": 22, + "mean_hum": 49.4, + "sun": 7.9, + "cloud": 3.9, + "ground_temp": 5.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55075, + "power": 55075 + }, + { + "date": 90324, + "mean_temp": 1.9, + "min_temp": -0.1, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 41.5, + "sun": 3.1, + "cloud": 5.5, + "ground_temp": 4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54655, + "power": 54655 + }, + { + "date": 90323, + "mean_temp": 4.5, + "min_temp": 0.5, + "max_temp": 9.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.6, + "min_hum": 20, + "mean_hum": 41, + "sun": 10.6, + "cloud": 1.5, + "ground_temp": 5.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55381, + "power": 53588 + }, + { + "date": 90322, + "mean_temp": 10, + "min_temp": 4.6, + "max_temp": 13.5, + "rain": 8.5, + "max_wind": 6.9, + "mean_wind": 3.7, + "min_hum": 43, + "mean_hum": 69.6, + "sun": 4.2, + "cloud": 5.5, + "ground_temp": 9.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44125, + "power": 46749 + }, + { + "date": 90321, + "mean_temp": 14.3, + "min_temp": 8.5, + "max_temp": 22.2, + "rain": 10.5, + "max_wind": 6.8, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 53.8, + "sun": 8.2, + "cloud": 5.1, + "ground_temp": 11.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47092, + "power": 47092 + }, + { + "date": 90320, + "mean_temp": 12.2, + "min_temp": 6.3, + "max_temp": 19.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 17, + "mean_hum": 45.8, + "sun": 10.7, + "cloud": 0.1, + "ground_temp": 9.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51983, + "power": 51983 + }, + { + "date": 90319, + "mean_temp": 14.1, + "min_temp": 9.9, + "max_temp": 17.3, + "rain": 0.4, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 71, + "mean_hum": 82.6, + "sun": 0, + "cloud": 9, + "ground_temp": 14.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52109, + "power": 52109 + }, + { + "date": 90318, + "mean_temp": 16.3, + "min_temp": 14, + "max_temp": 18.8, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 4.7, + "min_hum": 63, + "mean_hum": 71.9, + "sun": 0, + "cloud": 8.8, + "ground_temp": 18.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52245, + "power": 52245 + }, + { + "date": 90317, + "mean_temp": 12.3, + "min_temp": 4.7, + "max_temp": 18.8, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.3, + "min_hum": 25, + "mean_hum": 57.3, + "sun": 8.8, + "cloud": 1.6, + "ground_temp": 12.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53677, + "power": 53677 + }, + { + "date": 90316, + "mean_temp": 8.7, + "min_temp": 5.8, + "max_temp": 13.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.4, + "min_hum": 60, + "mean_hum": 75.1, + "sun": 1.8, + "cloud": 5.6, + "ground_temp": 10.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54969, + "power": 54969 + }, + { + "date": 90315, + "mean_temp": 5.1, + "min_temp": -1.3, + "max_temp": 8.8, + "rain": 0, + "max_wind": 7, + "mean_wind": 4, + "min_hum": 45, + "mean_hum": 60.6, + "sun": 5, + "cloud": 5.4, + "ground_temp": 4.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49085, + "power": 49085 + }, + { + "date": 90314, + "mean_temp": 0.2, + "min_temp": -3.3, + "max_temp": 4.3, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.6, + "min_hum": 25, + "mean_hum": 37.5, + "sun": 10.6, + "cloud": 0, + "ground_temp": 3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50753, + "power": 52205 + }, + { + "date": 90313, + "mean_temp": 2.7, + "min_temp": -3, + "max_temp": 6.3, + "rain": 19.5, + "max_wind": 8.4, + "mean_wind": 4.4, + "min_hum": 33, + "mean_hum": 68.4, + "sun": 1.2, + "cloud": 7.9, + "ground_temp": 5.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56322, + "power": 56322 + }, + { + "date": 90312, + "mean_temp": 7.9, + "min_temp": 2.9, + "max_temp": 13.5, + "rain": 3.5, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 13, + "mean_hum": 34.9, + "sun": 3.7, + "cloud": 8.4, + "ground_temp": 7.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55223, + "power": 55223 + }, + { + "date": 90311, + "mean_temp": 4.5, + "min_temp": 0.3, + "max_temp": 9.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 15, + "mean_hum": 32.3, + "sun": 7.5, + "cloud": 4.6, + "ground_temp": 5.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54304, + "power": 56506 + }, + { + "date": 90310, + "mean_temp": 3.4, + "min_temp": -0.5, + "max_temp": 8.6, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.3, + "min_hum": 15, + "mean_hum": 32.3, + "sun": 10.5, + "cloud": 2.1, + "ground_temp": 7.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55381, + "power": 55381 + }, + { + "date": 90309, + "mean_temp": 5.9, + "min_temp": 2.7, + "max_temp": 11.1, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 42, + "mean_hum": 60, + "sun": 7.7, + "cloud": 2.5, + "ground_temp": 8.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54304, + "power": 55402 + }, + { + "date": 90308, + "mean_temp": 5.1, + "min_temp": -0.2, + "max_temp": 11.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 13, + "mean_hum": 43.8, + "sun": 7.5, + "cloud": 4, + "ground_temp": 6.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46116, + "power": 48870 + }, + { + "date": 90307, + "mean_temp": 1.7, + "min_temp": -3, + "max_temp": 6.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 2.5, + "min_hum": 35, + "mean_hum": 51.4, + "sun": 10.3, + "cloud": 2, + "ground_temp": 4.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51355, + "power": 51479 + }, + { + "date": 90306, + "mean_temp": 1.6, + "min_temp": -1.9, + "max_temp": 4, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 4.2, + "min_hum": 19, + "mean_hum": 53.5, + "sun": 8.2, + "cloud": 3.5, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55993, + "power": 55993 + }, + { + "date": 90305, + "mean_temp": 5.2, + "min_temp": 3.2, + "max_temp": 7.6, + "rain": 9, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 53, + "mean_hum": 70.4, + "sun": 0, + "cloud": 9.1, + "ground_temp": 3.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56564, + "power": 56488 + }, + { + "date": 90304, + "mean_temp": 3.7, + "min_temp": -0.3, + "max_temp": 8.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 63.4, + "sun": 9.1, + "cloud": 3.3, + "ground_temp": 4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55960, + "power": 56892 + }, + { + "date": 90303, + "mean_temp": 2.7, + "min_temp": 0.6, + "max_temp": 5.1, + "rain": 6.5, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 78.4, + "sun": 0, + "cloud": 8.3, + "ground_temp": 3.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56564, + "power": 58047 + }, + { + "date": 90302, + "mean_temp": 3.6, + "min_temp": -2.8, + "max_temp": 8.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 21, + "mean_hum": 36, + "sun": 6.2, + "cloud": 6.1, + "ground_temp": 3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55584, + "power": 55584 + }, + { + "date": 90301, + "mean_temp": 3.3, + "min_temp": -1.6, + "max_temp": 8.6, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.3, + "min_hum": 18, + "mean_hum": 30.3, + "sun": 10.3, + "cloud": 0.5, + "ground_temp": 4.1, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 49391, + "power": 48955 + }, + { + "date": 90228, + "mean_temp": 5.2, + "min_temp": 0.9, + "max_temp": 10.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 13, + "mean_hum": 31.9, + "sun": 9.6, + "cloud": 3.3, + "ground_temp": 3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49811, + "power": 49811 + }, + { + "date": 90227, + "mean_temp": 3.9, + "min_temp": -1, + "max_temp": 8.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 12, + "mean_hum": 34.4, + "sun": 10.1, + "cloud": 2.9, + "ground_temp": 3.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55303, + "power": 55303 + }, + { + "date": 90226, + "mean_temp": 2.4, + "min_temp": -2.5, + "max_temp": 7.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 16, + "mean_hum": 35.4, + "sun": 7.6, + "cloud": 5.1, + "ground_temp": 4.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55960, + "power": 55960 + }, + { + "date": 90225, + "mean_temp": 2.8, + "min_temp": -0.8, + "max_temp": 6.4, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 46.6, + "sun": 5.2, + "cloud": 6.6, + "ground_temp": 4.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59680, + "power": 54976 + }, + { + "date": 90224, + "mean_temp": 7.6, + "min_temp": 6.2, + "max_temp": 10.2, + "rain": 0.2, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 58, + "mean_hum": 68.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 6.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55468, + "power": 55468 + }, + { + "date": 90223, + "mean_temp": 6.2, + "min_temp": -0.2, + "max_temp": 11.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 32, + "mean_hum": 54.5, + "sun": 7, + "cloud": 4.5, + "ground_temp": 4.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56655, + "power": 56655 + }, + { + "date": 90222, + "mean_temp": 3, + "min_temp": 0.1, + "max_temp": 7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 59.9, + "sun": 0.1, + "cloud": 7.9, + "ground_temp": 3.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50234, + "power": 50234 + }, + { + "date": 90221, + "mean_temp": -2.2, + "min_temp": -7.8, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 53.5, + "sun": 9.4, + "cloud": 2, + "ground_temp": 0.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54137, + "power": 54137 + }, + { + "date": 90220, + "mean_temp": -2.5, + "min_temp": -6.8, + "max_temp": -0.1, + "rain": 1, + "max_wind": 7.5, + "mean_wind": 4.1, + "min_hum": 28, + "mean_hum": 58, + "sun": 7.2, + "cloud": 3.8, + "ground_temp": 1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58683, + "power": 58205 + }, + { + "date": 90219, + "mean_temp": 0.6, + "min_temp": -1.8, + "max_temp": 3.9, + "rain": 0.4, + "max_wind": 3.9, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 50.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 1.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59123, + "power": 59123 + }, + { + "date": 90218, + "mean_temp": -2.2, + "min_temp": -6, + "max_temp": 1.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 30, + "mean_hum": 41.3, + "sun": 5.7, + "cloud": 2.5, + "ground_temp": 0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58542, + "power": 59360 + }, + { + "date": 90217, + "mean_temp": -4.6, + "min_temp": -8.6, + "max_temp": -0.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 39.1, + "sun": 9.7, + "cloud": 0.4, + "ground_temp": -1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59293, + "power": 59849 + }, + { + "date": 90216, + "mean_temp": -6, + "min_temp": -8.6, + "max_temp": -2.3, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 4, + "min_hum": 17, + "mean_hum": 28.8, + "sun": 9.7, + "cloud": 0.8, + "ground_temp": -2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59293, + "power": 59293 + }, + { + "date": 90215, + "mean_temp": -1.6, + "min_temp": -6.4, + "max_temp": 2.4, + "rain": 0.4, + "max_wind": 5.6, + "mean_wind": 3.4, + "min_hum": 27, + "mean_hum": 46.1, + "sun": 2.1, + "cloud": 7, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50053, + "power": 51010 + }, + { + "date": 90214, + "mean_temp": 3.6, + "min_temp": 2.1, + "max_temp": 5.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 57, + "mean_hum": 73.4, + "sun": 0.5, + "cloud": 5.8, + "ground_temp": 5.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49896, + "power": 49896 + }, + { + "date": 90213, + "mean_temp": 10.4, + "min_temp": 4.3, + "max_temp": 16.1, + "rain": 34.5, + "max_wind": 11.9, + "mean_wind": 4.9, + "min_hum": 45, + "mean_hum": 84.6, + "sun": 0, + "cloud": 9.6, + "ground_temp": 5.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53827, + "power": 53827 + }, + { + "date": 90212, + "mean_temp": 6.8, + "min_temp": 1.8, + "max_temp": 10.6, + "rain": 0.2, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 32, + "mean_hum": 56.3, + "sun": 1.7, + "cloud": 6.6, + "ground_temp": 3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55969, + "power": 55969 + }, + { + "date": 90211, + "mean_temp": 5.7, + "min_temp": 3.2, + "max_temp": 9.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 48, + "mean_hum": 73.5, + "sun": 2.1, + "cloud": 5.9, + "ground_temp": 5.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56391, + "power": 56391 + }, + { + "date": 90210, + "mean_temp": 4.5, + "min_temp": 2, + "max_temp": 6.5, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.8, + "min_hum": 53, + "mean_hum": 69.1, + "sun": 0.2, + "cloud": 8, + "ground_temp": 3.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56957, + "power": 56957 + }, + { + "date": 90209, + "mean_temp": 5, + "min_temp": 2.6, + "max_temp": 8.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 47.9, + "sun": 5.3, + "cloud": 8, + "ground_temp": 4.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56740, + "power": 56740 + }, + { + "date": 90208, + "mean_temp": 2.7, + "min_temp": -2.2, + "max_temp": 8.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 26, + "mean_hum": 56.8, + "sun": 9, + "cloud": 1.6, + "ground_temp": 3.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49391, + "power": 49391 + }, + { + "date": 90207, + "mean_temp": 2.8, + "min_temp": 0.4, + "max_temp": 5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 74, + "mean_hum": 80.3, + "sun": 0, + "cloud": 8.3, + "ground_temp": 2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51088, + "power": 51088 + }, + { + "date": 90206, + "mean_temp": 3.2, + "min_temp": 0.6, + "max_temp": 6.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 52, + "mean_hum": 70.1, + "sun": 1.3, + "cloud": 2.9, + "ground_temp": 3.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56564, + "power": 56564 + }, + { + "date": 90205, + "mean_temp": 4.4, + "min_temp": 3.2, + "max_temp": 6, + "rain": 0.2, + "max_wind": 3, + "mean_wind": 2, + "min_hum": 55, + "mean_hum": 71.3, + "sun": 0, + "cloud": 8.3, + "ground_temp": 3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56564, + "power": 56451 + }, + { + "date": 90204, + "mean_temp": 4.4, + "min_temp": 1.5, + "max_temp": 8.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 65.5, + "sun": 6.6, + "cloud": 3.8, + "ground_temp": 5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55960, + "power": 56833 + }, + { + "date": 90203, + "mean_temp": 5.7, + "min_temp": 2.9, + "max_temp": 11.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 67.5, + "sun": 6.8, + "cloud": 4.5, + "ground_temp": 1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56655, + "power": 56138 + }, + { + "date": 90202, + "mean_temp": 5.2, + "min_temp": 2.1, + "max_temp": 8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 58, + "mean_hum": 72.1, + "sun": 0, + "cloud": 7.8, + "ground_temp": 3.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56736, + "power": 56736 + }, + { + "date": 90201, + "mean_temp": 5.3, + "min_temp": 1.6, + "max_temp": 10.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 52.1, + "sun": 8.7, + "cloud": 1.8, + "ground_temp": 2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46116, + "power": 48964 + }, + { + "date": 90131, + "mean_temp": 6.1, + "min_temp": 3.4, + "max_temp": 11.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 50.4, + "sun": 6.6, + "cloud": 1.9, + "ground_temp": 2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50216, + "power": 50216 + }, + { + "date": 90130, + "mean_temp": 5.8, + "min_temp": 0.7, + "max_temp": 12.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.2, + "min_hum": 32, + "mean_hum": 46.6, + "sun": 7.2, + "cloud": 2.9, + "ground_temp": 1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56144, + "power": 56144 + }, + { + "date": 90129, + "mean_temp": 3.3, + "min_temp": -1.2, + "max_temp": 8.3, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 17, + "mean_hum": 37, + "sun": 5.5, + "cloud": 4.6, + "ground_temp": 1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56164, + "power": 56164 + }, + { + "date": 90128, + "mean_temp": 1.5, + "min_temp": -3, + "max_temp": 7.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 20, + "mean_hum": 42.1, + "sun": 9.2, + "cloud": 0, + "ground_temp": -0.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50578, + "power": 50578 + }, + { + "date": 90127, + "mean_temp": -1.9, + "min_temp": -6.8, + "max_temp": 3.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 52.8, + "sun": 8.6, + "cloud": 0.9, + "ground_temp": -2.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 46881, + "power": 46881 + }, + { + "date": 90126, + "mean_temp": -3.3, + "min_temp": -5.3, + "max_temp": -0.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 35, + "mean_hum": 63.8, + "sun": 6.7, + "cloud": 2.4, + "ground_temp": -2.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 45285, + "power": 45285 + }, + { + "date": 90125, + "mean_temp": -4.6, + "min_temp": -9.3, + "max_temp": 1, + "rain": 0.4, + "max_wind": 7, + "mean_wind": 2.7, + "min_hum": 34, + "mean_hum": 65.4, + "sun": 5.3, + "cloud": 3.5, + "ground_temp": -3.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 53137, + "power": 50320 + }, + { + "date": 90124, + "mean_temp": -8.1, + "min_temp": -11.4, + "max_temp": -5.1, + "rain": 2, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 62.9, + "sun": 6.1, + "cloud": 3.3, + "ground_temp": -5.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50870, + "power": 54653 + }, + { + "date": 90123, + "mean_temp": -9, + "min_temp": -11, + "max_temp": -2, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.7, + "min_hum": 27, + "mean_hum": 38.6, + "sun": 8.4, + "cloud": 1.8, + "ground_temp": -2.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59718, + "power": 59718 + }, + { + "date": 90122, + "mean_temp": 3.6, + "min_temp": -2, + "max_temp": 9.3, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.4, + "min_hum": 42, + "mean_hum": 61.6, + "sun": 3.9, + "cloud": 6.5, + "ground_temp": 2.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58567, + "power": 58567 + }, + { + "date": 90121, + "mean_temp": 3.9, + "min_temp": 1, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 53.6, + "sun": 0, + "cloud": 8.9, + "ground_temp": 2.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56564, + "power": 59758 + }, + { + "date": 90120, + "mean_temp": 2.2, + "min_temp": -2.4, + "max_temp": 7.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 14, + "mean_hum": 30.3, + "sun": 6.9, + "cloud": 5.6, + "ground_temp": 0.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55584, + "power": 59848 + }, + { + "date": 90119, + "mean_temp": 0.6, + "min_temp": -2.7, + "max_temp": 4.7, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 48, + "sun": 7.8, + "cloud": 2.3, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59680, + "power": 59680 + }, + { + "date": 90118, + "mean_temp": 2.6, + "min_temp": 0.1, + "max_temp": 6.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 71.8, + "sun": 0.3, + "cloud": 7.8, + "ground_temp": 0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51885, + "power": 51885 + }, + { + "date": 90117, + "mean_temp": -1.4, + "min_temp": -5.9, + "max_temp": 3.1, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2.3, + "min_hum": 58, + "mean_hum": 76.8, + "sun": 7.5, + "cloud": 0.9, + "ground_temp": -1.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55500, + "power": 55500 + }, + { + "date": 90116, + "mean_temp": -2.8, + "min_temp": -4.8, + "max_temp": 0.4, + "rain": 3.3, + "max_wind": 3.2, + "mean_wind": 2, + "min_hum": 48, + "mean_hum": 80.8, + "sun": 1.8, + "cloud": 6, + "ground_temp": -1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58542, + "power": 61837 + }, + { + "date": 90115, + "mean_temp": -6.3, + "min_temp": -11.2, + "max_temp": -2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 34.4, + "sun": 8.7, + "cloud": 2.5, + "ground_temp": -5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59938, + "power": 62529 + }, + { + "date": 90114, + "mean_temp": -6.6, + "min_temp": -9.4, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.5, + "min_hum": 22, + "mean_hum": 39.6, + "sun": 9, + "cloud": 0.4, + "ground_temp": -4.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62245, + "power": 62245 + }, + { + "date": 90113, + "mean_temp": -5.5, + "min_temp": -9, + "max_temp": -1.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 45.3, + "sun": 8.9, + "cloud": 1.4, + "ground_temp": -4.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62269, + "power": 62269 + }, + { + "date": 90112, + "mean_temp": -7.8, + "min_temp": -11, + "max_temp": -3.2, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 4.1, + "min_hum": 38, + "mean_hum": 47.5, + "sun": 8.1, + "cloud": 0.5, + "ground_temp": -5.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62245, + "power": 62645 + }, + { + "date": 90111, + "mean_temp": -8, + "min_temp": -9.6, + "max_temp": -4.2, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.3, + "min_hum": 23, + "mean_hum": 39.5, + "sun": 8.9, + "cloud": 0.4, + "ground_temp": -5.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53691, + "power": 53691 + }, + { + "date": 90110, + "mean_temp": -7.5, + "min_temp": -9.9, + "max_temp": -4.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.5, + "min_hum": 28, + "mean_hum": 42, + "sun": 8.8, + "cloud": 0.4, + "ground_temp": -3.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57698, + "power": 55131 + }, + { + "date": 90109, + "mean_temp": -3.5, + "min_temp": -6.8, + "max_temp": -0.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 43, + "sun": 6.9, + "cloud": 0.5, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59984, + "power": 59885 + }, + { + "date": 90108, + "mean_temp": -0.9, + "min_temp": -4, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 22, + "mean_hum": 42, + "sun": 6.2, + "cloud": 3, + "ground_temp": 0.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59984, + "power": 59984 + }, + { + "date": 90107, + "mean_temp": -0.5, + "min_temp": -4.2, + "max_temp": 4.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 42, + "sun": 8.6, + "cloud": 0.5, + "ground_temp": -0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59984, + "power": 59337 + }, + { + "date": 90106, + "mean_temp": -2, + "min_temp": -5.4, + "max_temp": 1.4, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 50, + "sun": 5, + "cloud": 3.6, + "ground_temp": -1.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58542, + "power": 59647 + }, + { + "date": 90105, + "mean_temp": -1.6, + "min_temp": -3.4, + "max_temp": 1.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 42, + "mean_hum": 53.1, + "sun": 4.9, + "cloud": 1.6, + "ground_temp": -1.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58542, + "power": 58542 + }, + { + "date": 90104, + "mean_temp": 0.4, + "min_temp": -2.8, + "max_temp": 4.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 44.3, + "sun": 8.4, + "cloud": 2, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50030, + "power": 50030 + }, + { + "date": 90103, + "mean_temp": -1, + "min_temp": -5.6, + "max_temp": 4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 48.3, + "sun": 8.8, + "cloud": 0.9, + "ground_temp": -2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50753, + "power": 50753 + }, + { + "date": 90102, + "mean_temp": -2.8, + "min_temp": -6.9, + "max_temp": 1.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 51.5, + "sun": 8.8, + "cloud": 0, + "ground_temp": -2.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51611, + "power": 51611 + }, + { + "date": 90101, + "mean_temp": -5.8, + "min_temp": -9.5, + "max_temp": -2.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 45.8, + "sun": 8.8, + "cloud": 0, + "ground_temp": -3.6, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 48935, + "power": 48935 + }, + { + "date": 81231, + "mean_temp": -6.2, + "min_temp": -8, + "max_temp": -2.9, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.8, + "min_hum": 32, + "mean_hum": 47.3, + "sun": 8.8, + "cloud": 0, + "ground_temp": -3.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52857, + "power": 52857 + }, + { + "date": 81230, + "mean_temp": -4.2, + "min_temp": -7.3, + "max_temp": 0.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.5, + "min_hum": 31, + "mean_hum": 43.3, + "sun": 8.2, + "cloud": 1.3, + "ground_temp": -1.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54279, + "power": 54279 + }, + { + "date": 81229, + "mean_temp": 1, + "min_temp": -0.2, + "max_temp": 2.4, + "rain": 0.5, + "max_wind": 8.2, + "mean_wind": 2.6, + "min_hum": 46, + "mean_hum": 66.5, + "sun": 0, + "cloud": 8.9, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55822, + "power": 54390 + }, + { + "date": 81228, + "mean_temp": 0.5, + "min_temp": -3.1, + "max_temp": 4.6, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 39, + "mean_hum": 56.4, + "sun": 5.4, + "cloud": 6.4, + "ground_temp": -0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48901, + "power": 48901 + }, + { + "date": 81227, + "mean_temp": -3, + "min_temp": -7.6, + "max_temp": 1.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 29, + "mean_hum": 43, + "sun": 5.1, + "cloud": 3, + "ground_temp": -3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50870, + "power": 50870 + }, + { + "date": 81226, + "mean_temp": -5.6, + "min_temp": -8.5, + "max_temp": -2.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 30.8, + "sun": 9, + "cloud": 0, + "ground_temp": -3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55113, + "power": 55113 + }, + { + "date": 81225, + "mean_temp": -1.3, + "min_temp": -5.4, + "max_temp": 3.6, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.7, + "min_hum": 24, + "mean_hum": 39.4, + "sun": 8.8, + "cloud": 1.6, + "ground_temp": -0.5, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 51739, + "power": 51739 + }, + { + "date": 81224, + "mean_temp": 2.8, + "min_temp": -0.6, + "max_temp": 5.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 55, + "mean_hum": 65.3, + "sun": 1.5, + "cloud": 8.1, + "ground_temp": 0.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56856, + "power": 56856 + }, + { + "date": 81223, + "mean_temp": -1.2, + "min_temp": -4.7, + "max_temp": 3.2, + "rain": 0.7, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 25, + "mean_hum": 63.5, + "sun": 6.9, + "cloud": 3.4, + "ground_temp": -1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59449, + "power": 57634 + }, + { + "date": 81222, + "mean_temp": -5.1, + "min_temp": -8.1, + "max_temp": -2.7, + "rain": 0.4, + "max_wind": 5.2, + "mean_wind": 3, + "min_hum": 29, + "mean_hum": 52.8, + "sun": 8.7, + "cloud": 3.3, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58636, + "power": 58636 + }, + { + "date": 81221, + "mean_temp": -0.3, + "min_temp": -2.8, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 52.8, + "sun": 5.1, + "cloud": 6.6, + "ground_temp": 0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50362, + "power": 50362 + }, + { + "date": 81220, + "mean_temp": 1.3, + "min_temp": -1.4, + "max_temp": 5.2, + "rain": 5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 60, + "sun": 0.2, + "cloud": 9.9, + "ground_temp": 4.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53238, + "power": 50921 + }, + { + "date": 81219, + "mean_temp": 1.8, + "min_temp": -3.8, + "max_temp": 5.2, + "rain": 0.1, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 57.9, + "sun": 1.9, + "cloud": 6, + "ground_temp": 0.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56927, + "power": 56927 + }, + { + "date": 81218, + "mean_temp": -0.3, + "min_temp": -2.8, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 50, + "sun": 8.8, + "cloud": 0, + "ground_temp": 1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56081, + "power": 56081 + }, + { + "date": 81217, + "mean_temp": 6.4, + "min_temp": 1.5, + "max_temp": 9.3, + "rain": 0.4, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 50, + "mean_hum": 69.8, + "sun": 0, + "cloud": 6.6, + "ground_temp": 4.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55973, + "power": 55973 + }, + { + "date": 81216, + "mean_temp": 4, + "min_temp": -1, + "max_temp": 7.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 52.6, + "sun": 0.8, + "cloud": 6.8, + "ground_temp": 0.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57017, + "power": 57017 + }, + { + "date": 81215, + "mean_temp": 2.1, + "min_temp": -0.8, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 19, + "mean_hum": 45.9, + "sun": 8.5, + "cloud": 1.5, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57043, + "power": 57043 + }, + { + "date": 81214, + "mean_temp": -1.1, + "min_temp": -5, + "max_temp": 3.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 43.1, + "sun": 8.9, + "cloud": 0.3, + "ground_temp": 0, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50053, + "power": 50053 + }, + { + "date": 81213, + "mean_temp": 1.3, + "min_temp": -2.8, + "max_temp": 4.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 37, + "mean_hum": 56.1, + "sun": 5.3, + "cloud": 3.6, + "ground_temp": 2.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51162, + "power": 51162 + }, + { + "date": 81212, + "mean_temp": 5.1, + "min_temp": 1.1, + "max_temp": 8.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 47, + "mean_hum": 62.4, + "sun": 5.3, + "cloud": 5.1, + "ground_temp": 3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55973, + "power": 55350 + }, + { + "date": 81211, + "mean_temp": 3.7, + "min_temp": 1.7, + "max_temp": 8.2, + "rain": 3.5, + "max_wind": 6.4, + "mean_wind": 3.6, + "min_hum": 26, + "mean_hum": 57.9, + "sun": 7.2, + "cloud": 2.9, + "ground_temp": 4.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55168, + "power": 55168 + }, + { + "date": 81210, + "mean_temp": 9.4, + "min_temp": 6.6, + "max_temp": 13.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 58, + "mean_hum": 75, + "sun": 2.6, + "cloud": 6.3, + "ground_temp": 6.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52185, + "power": 54907 + }, + { + "date": 81209, + "mean_temp": 7.9, + "min_temp": 4.4, + "max_temp": 12.1, + "rain": 0.5, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 73.5, + "sun": 2.2, + "cloud": 4.4, + "ground_temp": 6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55084, + "power": 56160 + }, + { + "date": 81208, + "mean_temp": 5.1, + "min_temp": 0.6, + "max_temp": 9.4, + "rain": 7, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 81.8, + "sun": 1, + "cloud": 7.9, + "ground_temp": 2.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58120, + "power": 58120 + }, + { + "date": 81207, + "mean_temp": -2.8, + "min_temp": -8, + "max_temp": 1.2, + "rain": 1.7, + "max_wind": 4, + "mean_wind": 2.8, + "min_hum": 48, + "mean_hum": 70.1, + "sun": 3.1, + "cloud": 8.1, + "ground_temp": -1.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51494, + "power": 51494 + }, + { + "date": 81206, + "mean_temp": -9, + "min_temp": -13.1, + "max_temp": -4.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 26, + "mean_hum": 39.8, + "sun": 8.9, + "cloud": 0, + "ground_temp": -6.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57698, + "power": 54297 + }, + { + "date": 81205, + "mean_temp": -7.6, + "min_temp": -11.9, + "max_temp": -0.7, + "rain": 0, + "max_wind": 8.2, + "mean_wind": 4.5, + "min_hum": 29, + "mean_hum": 43.1, + "sun": 8.1, + "cloud": 1.5, + "ground_temp": -2.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48935, + "power": 58476 + }, + { + "date": 81204, + "mean_temp": 5.3, + "min_temp": -0.7, + "max_temp": 8.9, + "rain": 3.5, + "max_wind": 6.3, + "mean_wind": 3.3, + "min_hum": 43, + "mean_hum": 70.8, + "sun": 0.2, + "cloud": 8.1, + "ground_temp": 6.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56856, + "power": 55230 + }, + { + "date": 81203, + "mean_temp": 7.1, + "min_temp": 0.7, + "max_temp": 12.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 43.1, + "sun": 8.4, + "cloud": 2.9, + "ground_temp": 3.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54992, + "power": 54992 + }, + { + "date": 81202, + "mean_temp": 8.1, + "min_temp": 3.9, + "max_temp": 12, + "rain": 2.5, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 61.8, + "sun": 7, + "cloud": 1.3, + "ground_temp": 7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54918, + "power": 54121 + }, + { + "date": 81201, + "mean_temp": 7.9, + "min_temp": 4.6, + "max_temp": 10.5, + "rain": 0.1, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 60, + "sun": 1.1, + "cloud": 8.1, + "ground_temp": 5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54708, + "power": 54708 + }, + { + "date": 81130, + "mean_temp": 3.6, + "min_temp": -1.4, + "max_temp": 7.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 19, + "mean_hum": 50.4, + "sun": 8.7, + "cloud": 3.1, + "ground_temp": 1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48331, + "power": 48331 + }, + { + "date": 81129, + "mean_temp": 3.6, + "min_temp": 0.7, + "max_temp": 7.3, + "rain": 0.2, + "max_wind": 8.4, + "mean_wind": 4.2, + "min_hum": 31, + "mean_hum": 53.9, + "sun": 5.1, + "cloud": 4.1, + "ground_temp": 3.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50352, + "power": 50352 + }, + { + "date": 81128, + "mean_temp": 6.1, + "min_temp": 3.5, + "max_temp": 9.3, + "rain": 0.4, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 49, + "mean_hum": 71.1, + "sun": 5.8, + "cloud": 6.8, + "ground_temp": 6.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55778, + "power": 54036 + }, + { + "date": 81127, + "mean_temp": 5.6, + "min_temp": 4.6, + "max_temp": 8.8, + "rain": 13, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 57, + "mean_hum": 82.8, + "sun": 0, + "cloud": 10, + "ground_temp": 5.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55778, + "power": 55778 + }, + { + "date": 81126, + "mean_temp": 7.6, + "min_temp": 3.5, + "max_temp": 10.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 58.1, + "sun": 5.2, + "cloud": 6.5, + "ground_temp": 5.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54918, + "power": 54918 + }, + { + "date": 81125, + "mean_temp": 6.7, + "min_temp": 4.8, + "max_temp": 9.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 38, + "mean_hum": 61, + "sun": 2.6, + "cloud": 4.6, + "ground_temp": 5.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55254, + "power": 55254 + }, + { + "date": 81124, + "mean_temp": 8.3, + "min_temp": 5.8, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 58, + "sun": 5.4, + "cloud": 7, + "ground_temp": 6.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55358, + "power": 55358 + }, + { + "date": 81123, + "mean_temp": 7.1, + "min_temp": 2.5, + "max_temp": 11.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 66, + "sun": 7.5, + "cloud": 3.3, + "ground_temp": 5.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47680, + "power": 47680 + }, + { + "date": 81122, + "mean_temp": 4.9, + "min_temp": -0.2, + "max_temp": 9.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 62, + "sun": 0.7, + "cloud": 5.6, + "ground_temp": 4.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50995, + "power": 50995 + }, + { + "date": 81121, + "mean_temp": 4, + "min_temp": 1.7, + "max_temp": 7.2, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 26, + "mean_hum": 47.1, + "sun": 9.2, + "cloud": 0.4, + "ground_temp": 2.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55381, + "power": 55454 + }, + { + "date": 81120, + "mean_temp": 1.1, + "min_temp": -5.3, + "max_temp": 7.2, + "rain": 1, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 71, + "sun": 5.2, + "cloud": 4.5, + "ground_temp": 2.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57695, + "power": 57695 + }, + { + "date": 81119, + "mean_temp": -4.2, + "min_temp": -7.2, + "max_temp": -0.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 41, + "sun": 9.3, + "cloud": 0.1, + "ground_temp": -2.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56535, + "power": 57592 + }, + { + "date": 81118, + "mean_temp": -3.1, + "min_temp": -5.5, + "max_temp": 0.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.6, + "min_hum": 26, + "mean_hum": 38, + "sun": 8.3, + "cloud": 1.6, + "ground_temp": -0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56535, + "power": 56535 + }, + { + "date": 81117, + "mean_temp": 3, + "min_temp": -2.6, + "max_temp": 8.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3, + "min_hum": 34, + "mean_hum": 50, + "sun": 3.5, + "cloud": 3.4, + "ground_temp": 3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54045, + "power": 54045 + }, + { + "date": 81116, + "mean_temp": 7.8, + "min_temp": 4, + "max_temp": 11.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 59.4, + "sun": 8.6, + "cloud": 1.8, + "ground_temp": 7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45589, + "power": 45589 + }, + { + "date": 81115, + "mean_temp": 10.7, + "min_temp": 9.7, + "max_temp": 12.6, + "rain": 3.5, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 54, + "mean_hum": 74.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 9.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47911, + "power": 46685 + }, + { + "date": 81114, + "mean_temp": 11.1, + "min_temp": 6.8, + "max_temp": 15.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 46, + "mean_hum": 62.3, + "sun": 5.7, + "cloud": 6.3, + "ground_temp": 9.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51691, + "power": 51691 + }, + { + "date": 81113, + "mean_temp": 10.1, + "min_temp": 5.3, + "max_temp": 16, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 59.8, + "sun": 7.1, + "cloud": 3.8, + "ground_temp": 7.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52182, + "power": 52182 + }, + { + "date": 81112, + "mean_temp": 10, + "min_temp": 5.1, + "max_temp": 15.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 55.1, + "sun": 9.2, + "cloud": 0.8, + "ground_temp": 7.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52135, + "power": 51808 + }, + { + "date": 81111, + "mean_temp": 10.4, + "min_temp": 6.7, + "max_temp": 15.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 50.8, + "sun": 9.6, + "cloud": 0.1, + "ground_temp": 8.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52187, + "power": 52187 + }, + { + "date": 81110, + "mean_temp": 9.9, + "min_temp": 5.8, + "max_temp": 14.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 56.8, + "sun": 8.8, + "cloud": 0.8, + "ground_temp": 9.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52135, + "power": 52135 + }, + { + "date": 81109, + "mean_temp": 10, + "min_temp": 7.4, + "max_temp": 12, + "rain": 1.5, + "max_wind": 4.1, + "mean_wind": 2.4, + "min_hum": 60, + "mean_hum": 70.1, + "sun": 0.9, + "cloud": 6.9, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44727, + "power": 44727 + }, + { + "date": 81108, + "mean_temp": 12, + "min_temp": 6.5, + "max_temp": 18, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 49.3, + "sun": 7.4, + "cloud": 4.6, + "ground_temp": 10.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45681, + "power": 45681 + }, + { + "date": 81107, + "mean_temp": 11.9, + "min_temp": 8.9, + "max_temp": 15.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 61.1, + "sun": 0.3, + "cloud": 9.5, + "ground_temp": 12.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51675, + "power": 51675 + }, + { + "date": 81106, + "mean_temp": 15.3, + "min_temp": 12.5, + "max_temp": 18.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 71.8, + "sun": 0.1, + "cloud": 7.3, + "ground_temp": 15.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52041, + "power": 52041 + }, + { + "date": 81105, + "mean_temp": 11.5, + "min_temp": 4.6, + "max_temp": 16.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 47.9, + "sun": 5.1, + "cloud": 4.8, + "ground_temp": 11.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50590, + "power": 51727 + }, + { + "date": 81104, + "mean_temp": 9, + "min_temp": 3.9, + "max_temp": 14.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 9, + "mean_hum": 30.6, + "sun": 9.6, + "cloud": 0, + "ground_temp": 8.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53429, + "power": 52398 + }, + { + "date": 81103, + "mean_temp": 11, + "min_temp": 7.2, + "max_temp": 15.4, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.7, + "min_hum": 19, + "mean_hum": 48.1, + "sun": 8.2, + "cloud": 1.5, + "ground_temp": 11.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50590, + "power": 51982 + }, + { + "date": 81102, + "mean_temp": 12.7, + "min_temp": 9.8, + "max_temp": 15.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 26, + "mean_hum": 56.9, + "sun": 6.3, + "cloud": 4.5, + "ground_temp": 13.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43606, + "power": 44411 + }, + { + "date": 81101, + "mean_temp": 11, + "min_temp": 5.9, + "max_temp": 15, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.4, + "min_hum": 41, + "mean_hum": 71, + "sun": 6.3, + "cloud": 4.8, + "ground_temp": 9.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45830, + "power": 45830 + }, + { + "date": 81031, + "mean_temp": 10.6, + "min_temp": 8.9, + "max_temp": 13.5, + "rain": 21.5, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 67, + "mean_hum": 82.8, + "sun": 1.4, + "cloud": 5.9, + "ground_temp": 9.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51691, + "power": 51380 + }, + { + "date": 81030, + "mean_temp": 11.1, + "min_temp": 6.5, + "max_temp": 15.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 48.5, + "sun": 7.4, + "cloud": 2.8, + "ground_temp": 9.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51713, + "power": 52125 + }, + { + "date": 81029, + "mean_temp": 11.9, + "min_temp": 8.7, + "max_temp": 16.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 49.9, + "sun": 8, + "cloud": 4.6, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51713, + "power": 51713 + }, + { + "date": 81028, + "mean_temp": 10.9, + "min_temp": 5.6, + "max_temp": 15.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.6, + "min_hum": 23, + "mean_hum": 56.1, + "sun": 8.6, + "cloud": 3.5, + "ground_temp": 10.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52212, + "power": 52212 + }, + { + "date": 81027, + "mean_temp": 10.2, + "min_temp": 7.3, + "max_temp": 14.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 51.1, + "sun": 5.6, + "cloud": 2.3, + "ground_temp": 9.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51928, + "power": 51928 + }, + { + "date": 81026, + "mean_temp": 12, + "min_temp": 9.3, + "max_temp": 15, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 44.6, + "sun": 6.9, + "cloud": 2.4, + "ground_temp": 11.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44727, + "power": 43745 + }, + { + "date": 81025, + "mean_temp": 11.6, + "min_temp": 7.2, + "max_temp": 14.3, + "rain": 3, + "max_wind": 5.6, + "mean_wind": 1.9, + "min_hum": 41, + "mean_hum": 68, + "sun": 3.1, + "cloud": 5.6, + "ground_temp": 11.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45533, + "power": 45533 + }, + { + "date": 81024, + "mean_temp": 11.1, + "min_temp": 8.7, + "max_temp": 14.1, + "rain": 0.3, + "max_wind": 7.2, + "mean_wind": 3.3, + "min_hum": 29, + "mean_hum": 50.3, + "sun": 6.6, + "cloud": 2.4, + "ground_temp": 12.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51403, + "power": 51403 + }, + { + "date": 81023, + "mean_temp": 16.5, + "min_temp": 13.2, + "max_temp": 20.1, + "rain": 9, + "max_wind": 7, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 82.9, + "sun": 0, + "cloud": 8.9, + "ground_temp": 18.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53232, + "power": 53232 + }, + { + "date": 81022, + "mean_temp": 16.8, + "min_temp": 14.7, + "max_temp": 20.5, + "rain": 8, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 42, + "mean_hum": 72.4, + "sun": 0, + "cloud": 9.5, + "ground_temp": 18, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52376, + "power": 52259 + }, + { + "date": 81021, + "mean_temp": 19, + "min_temp": 14.6, + "max_temp": 22.9, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 55, + "sun": 3.6, + "cloud": 7.4, + "ground_temp": 19, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52943, + "power": 52943 + }, + { + "date": 81020, + "mean_temp": 18.6, + "min_temp": 13.5, + "max_temp": 25.5, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.2, + "min_hum": 32, + "mean_hum": 60, + "sun": 8.7, + "cloud": 1.5, + "ground_temp": 17.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53232, + "power": 52689 + }, + { + "date": 81019, + "mean_temp": 18.5, + "min_temp": 14.8, + "max_temp": 23.1, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 66.6, + "sun": 1.9, + "cloud": 6.3, + "ground_temp": 18.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43324, + "power": 43324 + }, + { + "date": 81018, + "mean_temp": 19.8, + "min_temp": 13.7, + "max_temp": 28.3, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 27, + "mean_hum": 61, + "sun": 9, + "cloud": 1.1, + "ground_temp": 18.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46470, + "power": 46470 + }, + { + "date": 81017, + "mean_temp": 18.7, + "min_temp": 14, + "max_temp": 25.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.2, + "min_hum": 38, + "mean_hum": 66.9, + "sun": 8.2, + "cloud": 0.4, + "ground_temp": 18.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52452, + "power": 52452 + }, + { + "date": 81016, + "mean_temp": 18, + "min_temp": 13.4, + "max_temp": 23.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 49, + "mean_hum": 71.6, + "sun": 3.2, + "cloud": 5.4, + "ground_temp": 17.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53132, + "power": 53132 + }, + { + "date": 81015, + "mean_temp": 16.5, + "min_temp": 12.7, + "max_temp": 20.9, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.1, + "min_hum": 60, + "mean_hum": 75.4, + "sun": 0.5, + "cloud": 5, + "ground_temp": 17.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52185, + "power": 52185 + }, + { + "date": 81014, + "mean_temp": 16.1, + "min_temp": 11.1, + "max_temp": 22.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 65, + "sun": 10.3, + "cloud": 0.5, + "ground_temp": 17.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52584, + "power": 52584 + }, + { + "date": 81013, + "mean_temp": 15.4, + "min_temp": 9.7, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 62.5, + "sun": 8.4, + "cloud": 3.3, + "ground_temp": 16, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52237, + "power": 52237 + }, + { + "date": 81012, + "mean_temp": 14.3, + "min_temp": 8.9, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 52.3, + "sun": 10.3, + "cloud": 1.8, + "ground_temp": 15.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43606, + "power": 43606 + }, + { + "date": 81011, + "mean_temp": 14.4, + "min_temp": 10.9, + "max_temp": 20, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 24, + "mean_hum": 39.5, + "sun": 10.3, + "cloud": 1.1, + "ground_temp": 14.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45675, + "power": 45675 + }, + { + "date": 81010, + "mean_temp": 17.9, + "min_temp": 12.6, + "max_temp": 22.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.7, + "min_hum": 35, + "mean_hum": 59.6, + "sun": 3.1, + "cloud": 5.4, + "ground_temp": 16.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51675, + "power": 52481 + }, + { + "date": 81009, + "mean_temp": 18.7, + "min_temp": 13.3, + "max_temp": 24.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.1, + "min_hum": 31, + "mean_hum": 58.3, + "sun": 9.8, + "cloud": 3.5, + "ground_temp": 18.4, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 53106, + "power": 53106 + }, + { + "date": 81008, + "mean_temp": 17.7, + "min_temp": 14.3, + "max_temp": 22.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 45, + "mean_hum": 65.3, + "sun": 2.8, + "cloud": 6, + "ground_temp": 18.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52376, + "power": 52376 + }, + { + "date": 81007, + "mean_temp": 17, + "min_temp": 14.2, + "max_temp": 21.4, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 63, + "sun": 2.4, + "cloud": 3.6, + "ground_temp": 16.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52803, + "power": 52803 + }, + { + "date": 81006, + "mean_temp": 18.2, + "min_temp": 15.6, + "max_temp": 23.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 61.9, + "sun": 6, + "cloud": 6, + "ground_temp": 20.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52634, + "power": 52634 + }, + { + "date": 81005, + "mean_temp": 20.1, + "min_temp": 17, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 60.5, + "sun": 5.3, + "cloud": 5.6, + "ground_temp": 20, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43885, + "power": 43885 + }, + { + "date": 81004, + "mean_temp": 19.7, + "min_temp": 17.2, + "max_temp": 24.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 60.4, + "sun": 6.5, + "cloud": 5.8, + "ground_temp": 21.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45538, + "power": 45818 + }, + { + "date": 81003, + "mean_temp": 19.5, + "min_temp": 15.9, + "max_temp": 24.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 73.8, + "sun": 7.7, + "cloud": 2.4, + "ground_temp": 23.2, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 47834, + "power": 47834 + }, + { + "date": 81002, + "mean_temp": 20, + "min_temp": 15.1, + "max_temp": 26, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 64.5, + "sun": 10.2, + "cloud": 0.8, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51944, + "power": 51944 + }, + { + "date": 81001, + "mean_temp": 19.8, + "min_temp": 13.6, + "max_temp": 25.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 59.6, + "sun": 9.3, + "cloud": 0.6, + "ground_temp": 19, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51944, + "power": 51817 + }, + { + "date": 80930, + "mean_temp": 17.6, + "min_temp": 12.7, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 63.6, + "sun": 5.9, + "cloud": 4.6, + "ground_temp": 21.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51544, + "power": 51544 + }, + { + "date": 80929, + "mean_temp": 17.4, + "min_temp": 11.6, + "max_temp": 23.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 52.5, + "sun": 10.8, + "cloud": 1.6, + "ground_temp": 22.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52584, + "power": 51196 + }, + { + "date": 80928, + "mean_temp": 15.5, + "min_temp": 12, + "max_temp": 20.2, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 29, + "mean_hum": 51.6, + "sun": 3.1, + "cloud": 8.1, + "ground_temp": 19.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43200, + "power": 43200 + }, + { + "date": 80927, + "mean_temp": 14.8, + "min_temp": 10.3, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 38.5, + "sun": 5.7, + "cloud": 5.6, + "ground_temp": 18.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46686, + "power": 45245 + }, + { + "date": 80926, + "mean_temp": 14.6, + "min_temp": 11.5, + "max_temp": 18.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 18, + "mean_hum": 40, + "sun": 10.7, + "cloud": 4, + "ground_temp": 20, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52212, + "power": 50569 + }, + { + "date": 80925, + "mean_temp": 16.2, + "min_temp": 12.2, + "max_temp": 20.5, + "rain": 7, + "max_wind": 6.6, + "mean_wind": 2.5, + "min_hum": 63, + "mean_hum": 80.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 18.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52041, + "power": 52810 + }, + { + "date": 80924, + "mean_temp": 21.5, + "min_temp": 20.1, + "max_temp": 23.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 62, + "mean_hum": 76.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 19.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55246, + "power": 54257 + }, + { + "date": 80923, + "mean_temp": 21.8, + "min_temp": 19.8, + "max_temp": 24.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 67, + "mean_hum": 82.6, + "sun": 0.6, + "cloud": 7.4, + "ground_temp": 21.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55246, + "power": 55246 + }, + { + "date": 80922, + "mean_temp": 22.3, + "min_temp": 19.7, + "max_temp": 25, + "rain": 6.5, + "max_wind": 5.7, + "mean_wind": 2, + "min_hum": 59, + "mean_hum": 73, + "sun": 0, + "cloud": 8.9, + "ground_temp": 24.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55430, + "power": 55430 + }, + { + "date": 80921, + "mean_temp": 23.5, + "min_temp": 17.6, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 65.6, + "sun": 10.7, + "cloud": 1, + "ground_temp": 26.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45618, + "power": 46749 + }, + { + "date": 80920, + "mean_temp": 21.7, + "min_temp": 19.2, + "max_temp": 24.7, + "rain": 7, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 56, + "mean_hum": 75.8, + "sun": 0.2, + "cloud": 7.6, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50966, + "power": 50966 + }, + { + "date": 80919, + "mean_temp": 25.3, + "min_temp": 20, + "max_temp": 31.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 27, + "mean_hum": 51.9, + "sun": 6.8, + "cloud": 6.9, + "ground_temp": 25.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57585, + "power": 58509 + }, + { + "date": 80918, + "mean_temp": 25.5, + "min_temp": 20.4, + "max_temp": 31.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 31, + "mean_hum": 49.8, + "sun": 10.9, + "cloud": 0.8, + "ground_temp": 27.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58510, + "power": 58510 + }, + { + "date": 80917, + "mean_temp": 25.1, + "min_temp": 19.2, + "max_temp": 32, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 18, + "mean_hum": 49.3, + "sun": 10.1, + "cloud": 3.1, + "ground_temp": 27.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55954, + "power": 55954 + }, + { + "date": 80916, + "mean_temp": 24.4, + "min_temp": 18.6, + "max_temp": 30.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 60.1, + "sun": 10.7, + "cloud": 2.4, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48715, + "power": 48715 + }, + { + "date": 80915, + "mean_temp": 25.1, + "min_temp": 21.6, + "max_temp": 29.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 60.3, + "sun": 7.6, + "cloud": 4, + "ground_temp": 28.8, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 40474, + "power": 40474 + }, + { + "date": 80914, + "mean_temp": 24.4, + "min_temp": 19.8, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 60.5, + "sun": 9.7, + "cloud": 3.3, + "ground_temp": 27.1, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 36649, + "power": 36649 + }, + { + "date": 80913, + "mean_temp": 23.3, + "min_temp": 17.7, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 27, + "mean_hum": 59.6, + "sun": 11.2, + "cloud": 0.1, + "ground_temp": 27.6, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 50966, + "power": 40415 + }, + { + "date": 80912, + "mean_temp": 24.1, + "min_temp": 20.8, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 63, + "sun": 7, + "cloud": 4.6, + "ground_temp": 28.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53880, + "power": 53880 + }, + { + "date": 80911, + "mean_temp": 21.9, + "min_temp": 19.9, + "max_temp": 23.8, + "rain": 0.5, + "max_wind": 4.8, + "mean_wind": 1.4, + "min_hum": 68, + "mean_hum": 78.9, + "sun": 0, + "cloud": 8.5, + "ground_temp": 23.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56543, + "power": 56543 + }, + { + "date": 80910, + "mean_temp": 24.3, + "min_temp": 20.1, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 41, + "mean_hum": 67.5, + "sun": 8.9, + "cloud": 4, + "ground_temp": 27, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57585, + "power": 57585 + }, + { + "date": 80909, + "mean_temp": 24.9, + "min_temp": 20.8, + "max_temp": 29.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 64.6, + "sun": 6.4, + "cloud": 3.3, + "ground_temp": 26.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58222, + "power": 58222 + }, + { + "date": 80908, + "mean_temp": 25.4, + "min_temp": 21.3, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 64.8, + "sun": 7.9, + "cloud": 4.5, + "ground_temp": 24.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58219, + "power": 58219 + }, + { + "date": 80907, + "mean_temp": 25.2, + "min_temp": 19.8, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 65.9, + "sun": 11.1, + "cloud": 4.3, + "ground_temp": 26.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47856, + "power": 47856 + }, + { + "date": 80906, + "mean_temp": 24.2, + "min_temp": 18.9, + "max_temp": 30.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 61.6, + "sun": 10.1, + "cloud": 3.6, + "ground_temp": 25.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50723, + "power": 50723 + }, + { + "date": 80905, + "mean_temp": 22.6, + "min_temp": 21.2, + "max_temp": 24.7, + "rain": 0.2, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 69.4, + "sun": 0.1, + "cloud": 8.9, + "ground_temp": 22, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55678, + "power": 55678 + }, + { + "date": 80904, + "mean_temp": 24, + "min_temp": 20.4, + "max_temp": 28.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 35, + "mean_hum": 62.6, + "sun": 5.8, + "cloud": 6.3, + "ground_temp": 23.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55735, + "power": 55735 + }, + { + "date": 80903, + "mean_temp": 23.2, + "min_temp": 18.3, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 40, + "mean_hum": 68.9, + "sun": 9.6, + "cloud": 3.9, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56596, + "power": 56596 + }, + { + "date": 80902, + "mean_temp": 21.9, + "min_temp": 17.6, + "max_temp": 26.9, + "rain": 5.5, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 52, + "mean_hum": 74.1, + "sun": 3, + "cloud": 6.6, + "ground_temp": 19.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54917, + "power": 54917 + }, + { + "date": 80901, + "mean_temp": 19.7, + "min_temp": 17.7, + "max_temp": 23.5, + "rain": 72.5, + "max_wind": 4.9, + "mean_wind": 3.5, + "min_hum": 60, + "mean_hum": 89.3, + "sun": 0, + "cloud": 10, + "ground_temp": 19.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55319, + "power": 55319 + }, + { + "date": 80831, + "mean_temp": 25.2, + "min_temp": 21.1, + "max_temp": 29, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 53.4, + "sun": 8.8, + "cloud": 7, + "ground_temp": 27, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50348, + "power": 46536 + }, + { + "date": 80830, + "mean_temp": 25.7, + "min_temp": 21.3, + "max_temp": 30.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 56, + "sun": 10.1, + "cloud": 3.5, + "ground_temp": 28.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53552, + "power": 50791 + }, + { + "date": 80829, + "mean_temp": 25.2, + "min_temp": 20.2, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 66.5, + "sun": 9, + "cloud": 1.3, + "ground_temp": 26.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57413, + "power": 57413 + }, + { + "date": 80828, + "mean_temp": 24.6, + "min_temp": 19.6, + "max_temp": 29.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 64.6, + "sun": 12.2, + "cloud": 0.9, + "ground_temp": 26.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56509, + "power": 56509 + }, + { + "date": 80827, + "mean_temp": 24, + "min_temp": 18.6, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 60.3, + "sun": 10.1, + "cloud": 1.9, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54109, + "power": 55526 + }, + { + "date": 80826, + "mean_temp": 24, + "min_temp": 20.9, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 40, + "mean_hum": 56, + "sun": 7.9, + "cloud": 4.4, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55634, + "power": 55634 + }, + { + "date": 80825, + "mean_temp": 24.4, + "min_temp": 21, + "max_temp": 28.4, + "rain": 3.5, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 71.5, + "sun": 7, + "cloud": 5.6, + "ground_temp": 25, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55985, + "power": 55985 + }, + { + "date": 80824, + "mean_temp": 23.6, + "min_temp": 18.7, + "max_temp": 28.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 67, + "sun": 9.9, + "cloud": 5.3, + "ground_temp": 24.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45618, + "power": 45618 + }, + { + "date": 80823, + "mean_temp": 21.5, + "min_temp": 18.2, + "max_temp": 25.3, + "rain": 5, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 79.9, + "sun": 0.9, + "cloud": 7.9, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48272, + "power": 48272 + }, + { + "date": 80822, + "mean_temp": 17.9, + "min_temp": 16.3, + "max_temp": 22.2, + "rain": 72.5, + "max_wind": 6.4, + "mean_wind": 4.1, + "min_hum": 57, + "mean_hum": 89.9, + "sun": 0, + "cloud": 10, + "ground_temp": 19, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52535, + "power": 52535 + }, + { + "date": 80821, + "mean_temp": 23.4, + "min_temp": 18.6, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 38, + "mean_hum": 52.8, + "sun": 11.7, + "cloud": 3.6, + "ground_temp": 24.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56596, + "power": 54501 + }, + { + "date": 80820, + "mean_temp": 23.1, + "min_temp": 20.3, + "max_temp": 27.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 71.5, + "sun": 3, + "cloud": 4.9, + "ground_temp": 21.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55678, + "power": 55810 + }, + { + "date": 80819, + "mean_temp": 23.9, + "min_temp": 21.8, + "max_temp": 27.6, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4.2, + "min_hum": 50, + "mean_hum": 70, + "sun": 7.9, + "cloud": 5.6, + "ground_temp": 27.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 55990, + "power": 55990 + }, + { + "date": 80818, + "mean_temp": 22.9, + "min_temp": 20.3, + "max_temp": 25, + "rain": 39, + "max_wind": 7.5, + "mean_wind": 3.7, + "min_hum": 73, + "mean_hum": 86.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 23.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56804, + "power": 56804 + }, + { + "date": 80817, + "mean_temp": 24.2, + "min_temp": 20.8, + "max_temp": 27.4, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 51, + "mean_hum": 66.5, + "sun": 2, + "cloud": 7.8, + "ground_temp": 27.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45148, + "power": 45791 + }, + { + "date": 80816, + "mean_temp": 21.7, + "min_temp": 19.9, + "max_temp": 23.5, + "rain": 9, + "max_wind": 6.2, + "mean_wind": 3, + "min_hum": 64, + "mean_hum": 79.4, + "sun": 0.9, + "cloud": 7.5, + "ground_temp": 23.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47768, + "power": 47768 + }, + { + "date": 80815, + "mean_temp": 25.7, + "min_temp": 21.9, + "max_temp": 29.6, + "rain": 4, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 58, + "mean_hum": 76.8, + "sun": 1.4, + "cloud": 9.6, + "ground_temp": 23.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 60801, + "power": 53341 + }, + { + "date": 80814, + "mean_temp": 27.3, + "min_temp": 24.9, + "max_temp": 31.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 53, + "mean_hum": 73, + "sun": 7.7, + "cloud": 5.8, + "ground_temp": 28, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59925, + "power": 61297 + }, + { + "date": 80813, + "mean_temp": 27, + "min_temp": 23.7, + "max_temp": 31.5, + "rain": 27, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 57, + "mean_hum": 79.6, + "sun": 4.3, + "cloud": 7.8, + "ground_temp": 28, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61271, + "power": 61271 + }, + { + "date": 80812, + "mean_temp": 25.3, + "min_temp": 23.1, + "max_temp": 28.9, + "rain": 65.5, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 61, + "mean_hum": 83.6, + "sun": 0.8, + "cloud": 9.3, + "ground_temp": 26.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57800, + "power": 61263 + }, + { + "date": 80811, + "mean_temp": 28.2, + "min_temp": 26, + "max_temp": 32.4, + "rain": 0.2, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 67.3, + "sun": 4.6, + "cloud": 6.6, + "ground_temp": 31.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62511, + "power": 62511 + }, + { + "date": 80810, + "mean_temp": 30.1, + "min_temp": 25.3, + "max_temp": 34.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 59.8, + "sun": 11.8, + "cloud": 2, + "ground_temp": 34.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50348, + "power": 52291 + }, + { + "date": 80809, + "mean_temp": 28, + "min_temp": 25.6, + "max_temp": 32.6, + "rain": 2, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 69.4, + "sun": 7.8, + "cloud": 5.1, + "ground_temp": 34.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52277, + "power": 55237 + }, + { + "date": 80808, + "mean_temp": 30, + "min_temp": 25.2, + "max_temp": 35.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 56.6, + "sun": 10.1, + "cloud": 1.6, + "ground_temp": 31.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60439, + "power": 60439 + }, + { + "date": 80807, + "mean_temp": 28.7, + "min_temp": 24.2, + "max_temp": 33.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 57.9, + "sun": 11.1, + "cloud": 0.5, + "ground_temp": 30.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58157, + "power": 58978 + }, + { + "date": 80806, + "mean_temp": 27.8, + "min_temp": 22.4, + "max_temp": 32.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 65.8, + "sun": 12, + "cloud": 1.1, + "ground_temp": 30.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58157, + "power": 58157 + }, + { + "date": 80805, + "mean_temp": 26.3, + "min_temp": 21.8, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 46, + "mean_hum": 68.3, + "sun": 8.2, + "cloud": 3.4, + "ground_temp": 31, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60563, + "power": 57858 + }, + { + "date": 80804, + "mean_temp": 25.5, + "min_temp": 21, + "max_temp": 31.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.4, + "min_hum": 39, + "mean_hum": 66.6, + "sun": 8.1, + "cloud": 1.9, + "ground_temp": 28.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55879, + "power": 55879 + }, + { + "date": 80803, + "mean_temp": 25.5, + "min_temp": 22.2, + "max_temp": 29.8, + "rain": 1, + "max_wind": 5.5, + "mean_wind": 3.1, + "min_hum": 57, + "mean_hum": 78.6, + "sun": 6.5, + "cloud": 5.3, + "ground_temp": 28.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49076, + "power": 46960 + }, + { + "date": 80802, + "mean_temp": 26.1, + "min_temp": 25, + "max_temp": 28.4, + "rain": 22, + "max_wind": 8.3, + "mean_wind": 4.9, + "min_hum": 72, + "mean_hum": 85.4, + "sun": 0, + "cloud": 10, + "ground_temp": 24.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53402, + "power": 47745 + }, + { + "date": 80801, + "mean_temp": 27.7, + "min_temp": 25.6, + "max_temp": 31.2, + "rain": 0, + "max_wind": 8.6, + "mean_wind": 4.1, + "min_hum": 55, + "mean_hum": 72.4, + "sun": 0.8, + "cloud": 9.6, + "ground_temp": 26.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52180, + "power": 53939 + }, + { + "date": 80731, + "mean_temp": 26.7, + "min_temp": 24.1, + "max_temp": 29.5, + "rain": 0.5, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 62, + "mean_hum": 78.6, + "sun": 0, + "cloud": 8.8, + "ground_temp": 27.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55427, + "power": 55427 + }, + { + "date": 80730, + "mean_temp": 26.1, + "min_temp": 24.8, + "max_temp": 28.3, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 1.5, + "min_hum": 64, + "mean_hum": 78.1, + "sun": 0.1, + "cloud": 7.8, + "ground_temp": 26.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56464, + "power": 56464 + }, + { + "date": 80729, + "mean_temp": 28, + "min_temp": 24.7, + "max_temp": 32.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 51, + "mean_hum": 70.3, + "sun": 8.8, + "cloud": 4.9, + "ground_temp": 31.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59775, + "power": 59775 + }, + { + "date": 80728, + "mean_temp": 26.9, + "min_temp": 23.9, + "max_temp": 31.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 50, + "mean_hum": 71.6, + "sun": 4.4, + "cloud": 5.6, + "ground_temp": 28.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61545, + "power": 58289 + }, + { + "date": 80727, + "mean_temp": 25.1, + "min_temp": 22.1, + "max_temp": 28.3, + "rain": 0.1, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 66, + "mean_hum": 79.4, + "sun": 1.1, + "cloud": 8.3, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46532, + "power": 47876 + }, + { + "date": 80726, + "mean_temp": 22.2, + "min_temp": 20.7, + "max_temp": 23.8, + "rain": 32, + "max_wind": 4.4, + "mean_wind": 2.9, + "min_hum": 80, + "mean_hum": 89.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49984, + "power": 49984 + }, + { + "date": 80725, + "mean_temp": 23.1, + "min_temp": 22, + "max_temp": 25.9, + "rain": 24, + "max_wind": 5.2, + "mean_wind": 3.3, + "min_hum": 73, + "mean_hum": 88, + "sun": 0.6, + "cloud": 10, + "ground_temp": 22.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56714, + "power": 56714 + }, + { + "date": 80724, + "mean_temp": 22.4, + "min_temp": 20.8, + "max_temp": 25, + "rain": 127.5, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 90, + "mean_hum": 93.8, + "sun": 0, + "cloud": 10, + "ground_temp": 22, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56804, + "power": 58152 + }, + { + "date": 80723, + "mean_temp": 23.8, + "min_temp": 21.8, + "max_temp": 26.5, + "rain": 7, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 68, + "mean_hum": 83, + "sun": 0, + "cloud": 9.4, + "ground_temp": 27.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58277, + "power": 58277 + }, + { + "date": 80722, + "mean_temp": 24.7, + "min_temp": 22.3, + "max_temp": 28.4, + "rain": 0.1, + "max_wind": 6.1, + "mean_wind": 2.9, + "min_hum": 54, + "mean_hum": 76.3, + "sun": 5.1, + "cloud": 7.9, + "ground_temp": 27.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57800, + "power": 57800 + }, + { + "date": 80721, + "mean_temp": 23, + "min_temp": 21.4, + "max_temp": 24.1, + "rain": 5, + "max_wind": 7.9, + "mean_wind": 4.3, + "min_hum": 75, + "mean_hum": 84.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 27.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57926, + "power": 57926 + }, + { + "date": 80720, + "mean_temp": 24.7, + "min_temp": 23, + "max_temp": 28.4, + "rain": 124, + "max_wind": 4.7, + "mean_wind": 2.8, + "min_hum": 75, + "mean_hum": 89, + "sun": 0.9, + "cloud": 9.8, + "ground_temp": 23.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46532, + "power": 48457 + }, + { + "date": 80719, + "mean_temp": 23.8, + "min_temp": 22.8, + "max_temp": 25.7, + "rain": 108.5, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 68, + "mean_hum": 89, + "sun": 0, + "cloud": 9.8, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52976, + "power": 53759 + }, + { + "date": 80718, + "mean_temp": 26.2, + "min_temp": 22.8, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 54, + "mean_hum": 67.6, + "sun": 1.7, + "cloud": 8.8, + "ground_temp": 33.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 61548, + "power": 61548 + }, + { + "date": 80717, + "mean_temp": 25.3, + "min_temp": 21.2, + "max_temp": 30.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 49, + "mean_hum": 71.5, + "sun": 9.6, + "cloud": 4.9, + "ground_temp": 35.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60563, + "power": 60563 + }, + { + "date": 80716, + "mean_temp": 24.8, + "min_temp": 22.3, + "max_temp": 27.2, + "rain": 10.5, + "max_wind": 7.2, + "mean_wind": 3.8, + "min_hum": 72, + "mean_hum": 82.4, + "sun": 0, + "cloud": 9.5, + "ground_temp": 26.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60383, + "power": 60383 + }, + { + "date": 80715, + "mean_temp": 28.1, + "min_temp": 25.6, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 51, + "mean_hum": 68.9, + "sun": 3, + "cloud": 7.6, + "ground_temp": 26.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 63212, + "power": 62794 + }, + { + "date": 80714, + "mean_temp": 27.3, + "min_temp": 22.6, + "max_temp": 31.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 50, + "mean_hum": 70.6, + "sun": 3.4, + "cloud": 7, + "ground_temp": 33.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61271, + "power": 62466 + }, + { + "date": 80713, + "mean_temp": 25.8, + "min_temp": 22.9, + "max_temp": 29.7, + "rain": 11.5, + "max_wind": 4.1, + "mean_wind": 2.6, + "min_hum": 58, + "mean_hum": 75.8, + "sun": 7, + "cloud": 5.6, + "ground_temp": 32.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49076, + "power": 49076 + }, + { + "date": 80712, + "mean_temp": 24.5, + "min_temp": 22, + "max_temp": 27.7, + "rain": 50.5, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 67, + "mean_hum": 84.4, + "sun": 0, + "cloud": 10, + "ground_temp": 26.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52976, + "power": 52976 + }, + { + "date": 80711, + "mean_temp": 27, + "min_temp": 23.7, + "max_temp": 30, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 65, + "sun": 2.4, + "cloud": 7.9, + "ground_temp": 37, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57913, + "power": 61017 + }, + { + "date": 80710, + "mean_temp": 26.3, + "min_temp": 23.2, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 47, + "mean_hum": 67.3, + "sun": 3, + "cloud": 6.6, + "ground_temp": 33.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58389, + "power": 61343 + }, + { + "date": 80709, + "mean_temp": 27.5, + "min_temp": 22.8, + "max_temp": 32.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 45, + "mean_hum": 66.4, + "sun": 13.3, + "cloud": 1.5, + "ground_temp": 34.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 62478, + "power": 62478 + }, + { + "date": 80708, + "mean_temp": 27.6, + "min_temp": 23.8, + "max_temp": 32.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 48, + "mean_hum": 71.4, + "sun": 8.5, + "cloud": 5.3, + "ground_temp": 35.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62248, + "power": 62248 + }, + { + "date": 80707, + "mean_temp": 24.7, + "min_temp": 22.5, + "max_temp": 27.5, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 74, + "mean_hum": 87.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 36.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 60234, + "power": 60234 + }, + { + "date": 80706, + "mean_temp": 25.5, + "min_temp": 23.9, + "max_temp": 28.4, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 72, + "mean_hum": 82.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 33.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48583, + "power": 48583 + }, + { + "date": 80705, + "mean_temp": 24.5, + "min_temp": 22, + "max_temp": 28, + "rain": 5, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 63, + "mean_hum": 84.8, + "sun": 0.3, + "cloud": 9, + "ground_temp": 31.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51127, + "power": 51356 + }, + { + "date": 80704, + "mean_temp": 24.3, + "min_temp": 21.8, + "max_temp": 27.2, + "rain": 0.1, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 68, + "mean_hum": 80.4, + "sun": 0.1, + "cloud": 9.8, + "ground_temp": 31.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57398, + "power": 57398 + }, + { + "date": 80703, + "mean_temp": 21.9, + "min_temp": 20.5, + "max_temp": 25.1, + "rain": 9, + "max_wind": 6.8, + "mean_wind": 3.8, + "min_hum": 63, + "mean_hum": 83.8, + "sun": 1.8, + "cloud": 9.1, + "ground_temp": 28.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55081, + "power": 55081 + }, + { + "date": 80702, + "mean_temp": 22.4, + "min_temp": 21.1, + "max_temp": 24.5, + "rain": 14.5, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 49, + "mean_hum": 82.8, + "sun": 0, + "cloud": 10, + "ground_temp": 22.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54465, + "power": 54465 + }, + { + "date": 80701, + "mean_temp": 24.8, + "min_temp": 20.2, + "max_temp": 29.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 64.6, + "sun": 3.6, + "cloud": 9, + "ground_temp": 25.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54770, + "power": 54770 + }, + { + "date": 80630, + "mean_temp": 22.5, + "min_temp": 18.6, + "max_temp": 27.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 49, + "mean_hum": 65.9, + "sun": 4.7, + "cloud": 6.3, + "ground_temp": 21.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53872, + "power": 53872 + }, + { + "date": 80629, + "mean_temp": 22.1, + "min_temp": 18.5, + "max_temp": 27.4, + "rain": 7.5, + "max_wind": 4.7, + "mean_wind": 3.2, + "min_hum": 45, + "mean_hum": 68.3, + "sun": 3.7, + "cloud": 6.3, + "ground_temp": 23.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43964, + "power": 44366 + }, + { + "date": 80628, + "mean_temp": 22.6, + "min_temp": 20.1, + "max_temp": 25.4, + "rain": 2, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 60, + "mean_hum": 72.9, + "sun": 0, + "cloud": 10, + "ground_temp": 21.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49013, + "power": 49013 + }, + { + "date": 80627, + "mean_temp": 23.7, + "min_temp": 19.8, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 62.9, + "sun": 8.4, + "cloud": 6.4, + "ground_temp": 26, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55504, + "power": 55504 + }, + { + "date": 80626, + "mean_temp": 23.3, + "min_temp": 19.6, + "max_temp": 28.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 61.1, + "sun": 10.3, + "cloud": 3.6, + "ground_temp": 25.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53197, + "power": 54934 + }, + { + "date": 80625, + "mean_temp": 23.6, + "min_temp": 19.4, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.6, + "min_hum": 38, + "mean_hum": 58.4, + "sun": 9, + "cloud": 5.6, + "ground_temp": 19.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54365, + "power": 54365 + }, + { + "date": 80624, + "mean_temp": 23.4, + "min_temp": 19.2, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 39, + "mean_hum": 49.8, + "sun": 8, + "cloud": 7, + "ground_temp": 19.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53570, + "power": 53570 + }, + { + "date": 80623, + "mean_temp": 22.8, + "min_temp": 18, + "max_temp": 27.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 30, + "mean_hum": 48.6, + "sun": 7.3, + "cloud": 5.6, + "ground_temp": 22.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53081, + "power": 53081 + }, + { + "date": 80622, + "mean_temp": 22.6, + "min_temp": 17.7, + "max_temp": 27.4, + "rain": 6.5, + "max_wind": 4.9, + "mean_wind": 3.3, + "min_hum": 47, + "mean_hum": 65.3, + "sun": 3.7, + "cloud": 6.5, + "ground_temp": 17.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44551, + "power": 44551 + }, + { + "date": 80621, + "mean_temp": 24.6, + "min_temp": 22, + "max_temp": 28.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.1, + "min_hum": 45, + "mean_hum": 61, + "sun": 1.8, + "cloud": 8.8, + "ground_temp": 19.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49383, + "power": 49383 + }, + { + "date": 80620, + "mean_temp": 24.3, + "min_temp": 18.5, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 67.8, + "sun": 8.1, + "cloud": 5.3, + "ground_temp": 29.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54719, + "power": 54719 + }, + { + "date": 80619, + "mean_temp": 20.3, + "min_temp": 17.5, + "max_temp": 24.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 64, + "mean_hum": 80.9, + "sun": 1.4, + "cloud": 8.4, + "ground_temp": 27.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55319, + "power": 52780 + }, + { + "date": 80618, + "mean_temp": 19.1, + "min_temp": 17.4, + "max_temp": 22, + "rain": 46, + "max_wind": 7.5, + "mean_wind": 3.4, + "min_hum": 83, + "mean_hum": 92.5, + "sun": 0, + "cloud": 10, + "ground_temp": 19.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52571, + "power": 52571 + }, + { + "date": 80617, + "mean_temp": 22.6, + "min_temp": 17.8, + "max_temp": 25.7, + "rain": 3, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 58.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 24.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56596, + "power": 52241 + }, + { + "date": 80616, + "mean_temp": 23, + "min_temp": 16.2, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 24, + "mean_hum": 38, + "sun": 12, + "cloud": 5.8, + "ground_temp": 27.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52061, + "power": 52061 + }, + { + "date": 80615, + "mean_temp": 22.5, + "min_temp": 18.7, + "max_temp": 27.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.8, + "min_hum": 40, + "mean_hum": 52.9, + "sun": 12.1, + "cloud": 3.1, + "ground_temp": 25.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43954, + "power": 43806 + }, + { + "date": 80614, + "mean_temp": 23.9, + "min_temp": 19.2, + "max_temp": 28.9, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 43, + "mean_hum": 62.8, + "sun": 8.5, + "cloud": 5, + "ground_temp": 22.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48565, + "power": 48565 + }, + { + "date": 80613, + "mean_temp": 21.5, + "min_temp": 17.4, + "max_temp": 27.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 76.1, + "sun": 7.5, + "cloud": 3.5, + "ground_temp": 33.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54109, + "power": 54109 + }, + { + "date": 80612, + "mean_temp": 23.3, + "min_temp": 18.7, + "max_temp": 29, + "rain": 10.5, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 38, + "mean_hum": 57.1, + "sun": 12.7, + "cloud": 2.5, + "ground_temp": 24.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54583, + "power": 54429 + }, + { + "date": 80611, + "mean_temp": 24.5, + "min_temp": 19.7, + "max_temp": 29.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 48.8, + "sun": 9.9, + "cloud": 4.4, + "ground_temp": 28.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53566, + "power": 53566 + }, + { + "date": 80610, + "mean_temp": 22.7, + "min_temp": 19.1, + "max_temp": 28.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 45, + "mean_hum": 68.3, + "sun": 6.8, + "cloud": 7, + "ground_temp": 29.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54583, + "power": 53545 + }, + { + "date": 80609, + "mean_temp": 21, + "min_temp": 15.6, + "max_temp": 27, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 40, + "mean_hum": 71, + "sun": 7.8, + "cloud": 4.8, + "ground_temp": 27.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52634, + "power": 52099 + }, + { + "date": 80608, + "mean_temp": 18.9, + "min_temp": 16, + "max_temp": 25.1, + "rain": 4.5, + "max_wind": 7, + "mean_wind": 1.7, + "min_hum": 42, + "mean_hum": 78.3, + "sun": 3.1, + "cloud": 7.1, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42900, + "power": 42900 + }, + { + "date": 80607, + "mean_temp": 19.1, + "min_temp": 15.7, + "max_temp": 24.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 71.6, + "sun": 4.1, + "cloud": 6.8, + "ground_temp": 26.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44884, + "power": 44884 + }, + { + "date": 80606, + "mean_temp": 16.7, + "min_temp": 14.6, + "max_temp": 19.9, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 58, + "mean_hum": 77.5, + "sun": 2.5, + "cloud": 9.4, + "ground_temp": 22.5, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 46629, + "power": 46629 + }, + { + "date": 80605, + "mean_temp": 14.9, + "min_temp": 13.7, + "max_temp": 17, + "rain": 7.5, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 73, + "mean_hum": 85, + "sun": 0.3, + "cloud": 8.8, + "ground_temp": 14.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49944, + "power": 49944 + }, + { + "date": 80604, + "mean_temp": 16.9, + "min_temp": 15.1, + "max_temp": 19.4, + "rain": 5, + "max_wind": 5.3, + "mean_wind": 3.7, + "min_hum": 59, + "mean_hum": 72.9, + "sun": 1.8, + "cloud": 8.6, + "ground_temp": 17.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49944, + "power": 50186 + }, + { + "date": 80603, + "mean_temp": 18.7, + "min_temp": 15.4, + "max_temp": 24.1, + "rain": 10, + "max_wind": 4.8, + "mean_wind": 3.2, + "min_hum": 50, + "mean_hum": 72.5, + "sun": 2.6, + "cloud": 9, + "ground_temp": 18.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51159, + "power": 51159 + }, + { + "date": 80602, + "mean_temp": 18.9, + "min_temp": 15, + "max_temp": 22.5, + "rain": 62.5, + "max_wind": 5.3, + "mean_wind": 3.2, + "min_hum": 39, + "mean_hum": 70.9, + "sun": 3.2, + "cloud": 7.3, + "ground_temp": 18.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50590, + "power": 50590 + }, + { + "date": 80601, + "mean_temp": 21.6, + "min_temp": 14.7, + "max_temp": 26.6, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 41.5, + "sun": 12.5, + "cloud": 2.9, + "ground_temp": 23.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43590, + "power": 43590 + }, + { + "date": 80531, + "mean_temp": 17.9, + "min_temp": 12.7, + "max_temp": 22.8, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 30, + "mean_hum": 51.9, + "sun": 12.4, + "cloud": 0.5, + "ground_temp": 23.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46173, + "power": 46173 + }, + { + "date": 80530, + "mean_temp": 18, + "min_temp": 14.7, + "max_temp": 21.3, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 36, + "mean_hum": 63.9, + "sun": 2.9, + "cloud": 6.1, + "ground_temp": 16.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50815, + "power": 50815 + }, + { + "date": 80529, + "mean_temp": 22.3, + "min_temp": 17, + "max_temp": 28.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 71.5, + "sun": 7.8, + "cloud": 6.9, + "ground_temp": 17.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52633, + "power": 52633 + }, + { + "date": 80528, + "mean_temp": 18.6, + "min_temp": 16.5, + "max_temp": 20.6, + "rain": 51.5, + "max_wind": 3.3, + "mean_wind": 1.2, + "min_hum": 61, + "mean_hum": 93.3, + "sun": 0, + "cloud": 9.1, + "ground_temp": 17.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51264, + "power": 51264 + }, + { + "date": 80527, + "mean_temp": 21.5, + "min_temp": 16.9, + "max_temp": 27.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 33, + "mean_hum": 58.6, + "sun": 6.7, + "cloud": 6.3, + "ground_temp": 24.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51070, + "power": 52362 + }, + { + "date": 80526, + "mean_temp": 18.7, + "min_temp": 14.4, + "max_temp": 23.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 46, + "mean_hum": 73.1, + "sun": 3.6, + "cloud": 7.1, + "ground_temp": 26.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50839, + "power": 50839 + }, + { + "date": 80525, + "mean_temp": 20.7, + "min_temp": 15.6, + "max_temp": 27, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.4, + "min_hum": 39, + "mean_hum": 70.6, + "sun": 10.6, + "cloud": 2.8, + "ground_temp": 23, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43954, + "power": 43954 + }, + { + "date": 80524, + "mean_temp": 23, + "min_temp": 17.5, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 62.4, + "sun": 8.3, + "cloud": 4.8, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47531, + "power": 47531 + }, + { + "date": 80523, + "mean_temp": 21.5, + "min_temp": 17.6, + "max_temp": 24.9, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 68.3, + "sun": 0, + "cloud": 7.9, + "ground_temp": 21.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51070, + "power": 51246 + }, + { + "date": 80522, + "mean_temp": 20.5, + "min_temp": 14.9, + "max_temp": 25.8, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.7, + "min_hum": 43, + "mean_hum": 67.6, + "sun": 7.2, + "cloud": 5.5, + "ground_temp": 24, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51070, + "power": 51070 + }, + { + "date": 80521, + "mean_temp": 16.8, + "min_temp": 12.9, + "max_temp": 20.8, + "rain": 4, + "max_wind": 6.5, + "mean_wind": 2.9, + "min_hum": 46, + "mean_hum": 64.9, + "sun": 0.3, + "cloud": 4.6, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49936, + "power": 49936 + }, + { + "date": 80520, + "mean_temp": 15.1, + "min_temp": 8.6, + "max_temp": 21.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 55, + "sun": 12.4, + "cloud": 0.9, + "ground_temp": 20.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49854, + "power": 49854 + }, + { + "date": 80519, + "mean_temp": 13, + "min_temp": 9.7, + "max_temp": 18.3, + "rain": 0.1, + "max_wind": 8.7, + "mean_wind": 3.9, + "min_hum": 30, + "mean_hum": 66.1, + "sun": 6.5, + "cloud": 5.6, + "ground_temp": 18.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49408, + "power": 49408 + }, + { + "date": 80518, + "mean_temp": 13.5, + "min_temp": 11.9, + "max_temp": 16.1, + "rain": 30, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 48, + "mean_hum": 77.9, + "sun": 0, + "cloud": 9.6, + "ground_temp": 14.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43986, + "power": 43986 + }, + { + "date": 80517, + "mean_temp": 17.6, + "min_temp": 11.3, + "max_temp": 24.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 43.9, + "sun": 10.2, + "cloud": 2.1, + "ground_temp": 22.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46686, + "power": 46686 + }, + { + "date": 80516, + "mean_temp": 15.7, + "min_temp": 10, + "max_temp": 22.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 48.5, + "sun": 10.6, + "cloud": 1.5, + "ground_temp": 21.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49825, + "power": 49825 + }, + { + "date": 80515, + "mean_temp": 14.4, + "min_temp": 8.7, + "max_temp": 19.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 56.3, + "sun": 12.2, + "cloud": 1.5, + "ground_temp": 17.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49830, + "power": 50304 + }, + { + "date": 80514, + "mean_temp": 13.1, + "min_temp": 8.1, + "max_temp": 18, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 36, + "mean_hum": 56.3, + "sun": 11.9, + "cloud": 2.8, + "ground_temp": 18.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49830, + "power": 49830 + }, + { + "date": 80513, + "mean_temp": 12.3, + "min_temp": 9.7, + "max_temp": 15.7, + "rain": 1.5, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 48, + "mean_hum": 60.8, + "sun": 1.3, + "cloud": 8.6, + "ground_temp": 11.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50197, + "power": 50306 + }, + { + "date": 80512, + "mean_temp": 15.9, + "min_temp": 12.3, + "max_temp": 20.3, + "rain": 0, + "max_wind": 7, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 44.4, + "sun": 5.4, + "cloud": 6.8, + "ground_temp": 17.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 45738, + "power": 45738 + }, + { + "date": 80511, + "mean_temp": 16, + "min_temp": 9.8, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 18, + "mean_hum": 42.4, + "sun": 12.1, + "cloud": 1.8, + "ground_temp": 20.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43239, + "power": 43239 + }, + { + "date": 80510, + "mean_temp": 15.7, + "min_temp": 11.4, + "max_temp": 20.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.8, + "min_hum": 21, + "mean_hum": 34.5, + "sun": 8.8, + "cloud": 3, + "ground_temp": 20.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46252, + "power": 46252 + }, + { + "date": 80509, + "mean_temp": 18.5, + "min_temp": 14.8, + "max_temp": 23.2, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 4.1, + "min_hum": 23, + "mean_hum": 31.8, + "sun": 6.4, + "cloud": 5.8, + "ground_temp": 20.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49592, + "power": 49592 + }, + { + "date": 80508, + "mean_temp": 18.7, + "min_temp": 13.3, + "max_temp": 25.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 14, + "mean_hum": 54.8, + "sun": 4.7, + "cloud": 8.1, + "ground_temp": 22.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49958, + "power": 49958 + }, + { + "date": 80507, + "mean_temp": 15.8, + "min_temp": 13.3, + "max_temp": 19, + "rain": 9.5, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 18, + "mean_hum": 52.9, + "sun": 0.2, + "cloud": 8, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49733, + "power": 49733 + }, + { + "date": 80506, + "mean_temp": 17.2, + "min_temp": 10.2, + "max_temp": 23.4, + "rain": 0, + "max_wind": 8.7, + "mean_wind": 4, + "min_hum": 10, + "mean_hum": 30.1, + "sun": 10.2, + "cloud": 1.1, + "ground_temp": 18.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49408, + "power": 49947 + }, + { + "date": 80505, + "mean_temp": 15.8, + "min_temp": 11.1, + "max_temp": 21.1, + "rain": 0.1, + "max_wind": 7.2, + "mean_wind": 3.6, + "min_hum": 25, + "mean_hum": 49.3, + "sun": 12.7, + "cloud": 0.9, + "ground_temp": 18.1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 40891, + "power": 44025 + }, + { + "date": 80504, + "mean_temp": 18.3, + "min_temp": 14.4, + "max_temp": 21.8, + "rain": 1, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 67.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 18.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42349, + "power": 42349 + }, + { + "date": 80503, + "mean_temp": 21.1, + "min_temp": 15.6, + "max_temp": 28.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 55.6, + "sun": 9.8, + "cloud": 3.6, + "ground_temp": 27.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45088, + "power": 45088 + }, + { + "date": 80502, + "mean_temp": 20.3, + "min_temp": 15.7, + "max_temp": 26.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 34, + "mean_hum": 62.6, + "sun": 10.2, + "cloud": 2.9, + "ground_temp": 25.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51070, + "power": 48810 + }, + { + "date": 80501, + "mean_temp": 19.8, + "min_temp": 16.6, + "max_temp": 25, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 36, + "mean_hum": 65.1, + "sun": 8.4, + "cloud": 3.3, + "ground_temp": 28.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45929, + "power": 45929 + }, + { + "date": 80430, + "mean_temp": 18.2, + "min_temp": 12.7, + "max_temp": 23.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.1, + "min_hum": 35, + "mean_hum": 64.8, + "sun": 7.9, + "cloud": 6.1, + "ground_temp": 29.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49554, + "power": 49554 + }, + { + "date": 80429, + "mean_temp": 15.7, + "min_temp": 9.7, + "max_temp": 21.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 44, + "mean_hum": 63.5, + "sun": 5.5, + "cloud": 3.1, + "ground_temp": 21.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49854, + "power": 50352 + }, + { + "date": 80428, + "mean_temp": 13.1, + "min_temp": 5.6, + "max_temp": 20, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 11, + "mean_hum": 46.8, + "sun": 11.5, + "cloud": 1.5, + "ground_temp": 18.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50053, + "power": 50053 + }, + { + "date": 80427, + "mean_temp": 10.4, + "min_temp": 7.7, + "max_temp": 14.6, + "rain": 0.1, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 61.9, + "sun": 4.8, + "cloud": 3.6, + "ground_temp": 15.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44811, + "power": 45436 + }, + { + "date": 80426, + "mean_temp": 10, + "min_temp": 6.6, + "max_temp": 12.5, + "rain": 7, + "max_wind": 7.7, + "mean_wind": 3.7, + "min_hum": 61, + "mean_hum": 75.4, + "sun": 1, + "cloud": 8.1, + "ground_temp": 14.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47911, + "power": 47023 + }, + { + "date": 80425, + "mean_temp": 12.8, + "min_temp": 8.6, + "max_temp": 18.7, + "rain": 2, + "max_wind": 10.9, + "mean_wind": 3.5, + "min_hum": 29, + "mean_hum": 53.1, + "sun": 2.8, + "cloud": 9.5, + "ground_temp": 17, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50045, + "power": 50045 + }, + { + "date": 80424, + "mean_temp": 9.6, + "min_temp": 4.8, + "max_temp": 14.3, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.8, + "min_hum": 23, + "mean_hum": 39.4, + "sun": 11.7, + "cloud": 0.6, + "ground_temp": 15.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51957, + "power": 50448 + }, + { + "date": 80423, + "mean_temp": 10.4, + "min_temp": 7.4, + "max_temp": 13.3, + "rain": 4, + "max_wind": 7.2, + "mean_wind": 4.3, + "min_hum": 52, + "mean_hum": 72.6, + "sun": 1.9, + "cloud": 8.3, + "ground_temp": 17.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50075, + "power": 50075 + }, + { + "date": 80422, + "mean_temp": 16.5, + "min_temp": 12.8, + "max_temp": 19.5, + "rain": 8, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 49.1, + "sun": 0, + "cloud": 10, + "ground_temp": 16.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50544, + "power": 50544 + }, + { + "date": 80421, + "mean_temp": 19.7, + "min_temp": 17.1, + "max_temp": 23.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 14, + "mean_hum": 23.5, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 16.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52633, + "power": 50125 + }, + { + "date": 80420, + "mean_temp": 20.6, + "min_temp": 15, + "max_temp": 26.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 13, + "mean_hum": 27.1, + "sun": 8.4, + "cloud": 6.1, + "ground_temp": 19.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43643, + "power": 43643 + }, + { + "date": 80419, + "mean_temp": 20.1, + "min_temp": 13.1, + "max_temp": 28, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.6, + "min_hum": 12, + "mean_hum": 37.3, + "sun": 11.1, + "cloud": 0.3, + "ground_temp": 18.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43974, + "power": 45571 + }, + { + "date": 80418, + "mean_temp": 18.5, + "min_temp": 12.4, + "max_temp": 24.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 44.4, + "sun": 11.7, + "cloud": 0.3, + "ground_temp": 18.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49927, + "power": 49927 + }, + { + "date": 80417, + "mean_temp": 18.6, + "min_temp": 13.5, + "max_temp": 24.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 27, + "mean_hum": 40.3, + "sun": 10.7, + "cloud": 1.6, + "ground_temp": 14.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50647, + "power": 50420 + }, + { + "date": 80416, + "mean_temp": 18.1, + "min_temp": 11.2, + "max_temp": 25.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 41.4, + "sun": 10.3, + "cloud": 4.4, + "ground_temp": 18.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50088, + "power": 49796 + }, + { + "date": 80415, + "mean_temp": 15.6, + "min_temp": 9.5, + "max_temp": 22.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 43.6, + "sun": 10.5, + "cloud": 4.1, + "ground_temp": 17.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50308, + "power": 50308 + }, + { + "date": 80414, + "mean_temp": 13.5, + "min_temp": 7.7, + "max_temp": 20.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 24, + "mean_hum": 44.9, + "sun": 11.6, + "cloud": 2.3, + "ground_temp": 15.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50560, + "power": 50560 + }, + { + "date": 80413, + "mean_temp": 12.8, + "min_temp": 9.9, + "max_temp": 16.8, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 40, + "mean_hum": 58.9, + "sun": 4.5, + "cloud": 5.6, + "ground_temp": 9.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44195, + "power": 45118 + }, + { + "date": 80412, + "mean_temp": 13.8, + "min_temp": 9.7, + "max_temp": 18.4, + "rain": 0.3, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 55.4, + "sun": 1.1, + "cloud": 8.4, + "ground_temp": 9.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45352, + "power": 46686 + }, + { + "date": 80411, + "mean_temp": 14.2, + "min_temp": 10.8, + "max_temp": 19.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 33, + "mean_hum": 48.9, + "sun": 8, + "cloud": 3.6, + "ground_temp": 11.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50197, + "power": 50197 + }, + { + "date": 80410, + "mean_temp": 15.6, + "min_temp": 9.2, + "max_temp": 21.8, + "rain": 1.5, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 45.4, + "sun": 9.3, + "cloud": 4, + "ground_temp": 14, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50647, + "power": 50647 + }, + { + "date": 80409, + "mean_temp": 13.2, + "min_temp": 9.2, + "max_temp": 16.7, + "rain": 11.5, + "max_wind": 6.7, + "mean_wind": 4.4, + "min_hum": 19, + "mean_hum": 48.4, + "sun": 0, + "cloud": 10, + "ground_temp": 11.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49498, + "power": 49498 + }, + { + "date": 80408, + "mean_temp": 16.4, + "min_temp": 9.3, + "max_temp": 23.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.8, + "min_hum": 15, + "mean_hum": 44.5, + "sun": 10.6, + "cloud": 1.9, + "ground_temp": 17.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50088, + "power": 50088 + }, + { + "date": 80407, + "mean_temp": 13.2, + "min_temp": 9.8, + "max_temp": 18.6, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 66.1, + "sun": 6.3, + "cloud": 4.6, + "ground_temp": 17.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50088, + "power": 50947 + }, + { + "date": 80406, + "mean_temp": 14.8, + "min_temp": 8.6, + "max_temp": 22.6, + "rain": 1, + "max_wind": 8.3, + "mean_wind": 2.5, + "min_hum": 14, + "mean_hum": 41.5, + "sun": 6.9, + "cloud": 5.4, + "ground_temp": 16.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44811, + "power": 44811 + }, + { + "date": 80405, + "mean_temp": 12.9, + "min_temp": 7.4, + "max_temp": 19.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 50.9, + "sun": 9.1, + "cloud": 3.3, + "ground_temp": 16.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45088, + "power": 46960 + }, + { + "date": 80404, + "mean_temp": 10.1, + "min_temp": 3.8, + "max_temp": 16.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.7, + "min_hum": 19, + "mean_hum": 46.8, + "sun": 11.1, + "cloud": 1.1, + "ground_temp": 15.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51128, + "power": 51128 + }, + { + "date": 80403, + "mean_temp": 8.7, + "min_temp": 4.6, + "max_temp": 13.2, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.5, + "min_hum": 18, + "mean_hum": 46.9, + "sun": 11, + "cloud": 0.1, + "ground_temp": 13.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51957, + "power": 51957 + }, + { + "date": 80402, + "mean_temp": 7.6, + "min_temp": 6.2, + "max_temp": 10.2, + "rain": 2.5, + "max_wind": 9.3, + "mean_wind": 3.6, + "min_hum": 52, + "mean_hum": 72.1, + "sun": 1.8, + "cloud": 6.8, + "ground_temp": 11.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51957, + "power": 52796 + }, + { + "date": 80401, + "mean_temp": 8.8, + "min_temp": 4.9, + "max_temp": 13.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 29, + "mean_hum": 52.8, + "sun": 6.9, + "cloud": 3.6, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52288, + "power": 52288 + }, + { + "date": 80331, + "mean_temp": 8.1, + "min_temp": 4.2, + "max_temp": 12.4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 34, + "mean_hum": 59.5, + "sun": 5.6, + "cloud": 3.9, + "ground_temp": 10, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53448, + "power": 52885 + }, + { + "date": 80330, + "mean_temp": 7.2, + "min_temp": 5, + "max_temp": 10.3, + "rain": 0.2, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 51, + "mean_hum": 73.6, + "sun": 0.7, + "cloud": 8.8, + "ground_temp": 9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47102, + "power": 47102 + }, + { + "date": 80329, + "mean_temp": 6, + "min_temp": 5, + "max_temp": 8.1, + "rain": 13, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 54, + "mean_hum": 84.6, + "sun": 0, + "cloud": 10, + "ground_temp": 7.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49355, + "power": 49355 + }, + { + "date": 80328, + "mean_temp": 7.4, + "min_temp": 2.4, + "max_temp": 12.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 26, + "mean_hum": 51.8, + "sun": 9.2, + "cloud": 3.1, + "ground_temp": 8.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52319, + "power": 52319 + }, + { + "date": 80327, + "mean_temp": 7.1, + "min_temp": 5, + "max_temp": 9.6, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.8, + "min_hum": 42, + "mean_hum": 59.3, + "sun": 4.9, + "cloud": 5.6, + "ground_temp": 7.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53503, + "power": 53503 + }, + { + "date": 80326, + "mean_temp": 6.6, + "min_temp": 3.3, + "max_temp": 10.3, + "rain": 0, + "max_wind": 7.7, + "mean_wind": 3.9, + "min_hum": 31, + "mean_hum": 64, + "sun": 8.4, + "cloud": 4.1, + "ground_temp": 7.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52591, + "power": 52591 + }, + { + "date": 80325, + "mean_temp": 4.4, + "min_temp": 3, + "max_temp": 6, + "rain": 0.5, + "max_wind": 5.9, + "mean_wind": 3.7, + "min_hum": 58, + "mean_hum": 71, + "sun": 0, + "cloud": 5.8, + "ground_temp": 6.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53713, + "power": 53713 + }, + { + "date": 80324, + "mean_temp": 6.6, + "min_temp": 3.7, + "max_temp": 11.8, + "rain": 1, + "max_wind": 8.3, + "mean_wind": 3.8, + "min_hum": 42, + "mean_hum": 69.4, + "sun": 6, + "cloud": 5.3, + "ground_temp": 11.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52477, + "power": 52477 + }, + { + "date": 80323, + "mean_temp": 7.6, + "min_temp": 5, + "max_temp": 8.9, + "rain": 27.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 86, + "mean_hum": 90.1, + "sun": 0, + "cloud": 10, + "ground_temp": 8.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46790, + "power": 46790 + }, + { + "date": 80322, + "mean_temp": 12.3, + "min_temp": 7.8, + "max_temp": 16.9, + "rain": 7, + "max_wind": 5.5, + "mean_wind": 2.3, + "min_hum": 11, + "mean_hum": 38.3, + "sun": 2.3, + "cloud": 8.9, + "ground_temp": 10.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43641, + "power": 47792 + }, + { + "date": 80321, + "mean_temp": 13.1, + "min_temp": 7.2, + "max_temp": 19.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 10, + "mean_hum": 24.5, + "sun": 8.1, + "cloud": 2.8, + "ground_temp": 9.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51247, + "power": 51247 + }, + { + "date": 80320, + "mean_temp": 11.6, + "min_temp": 5.2, + "max_temp": 17.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 12, + "mean_hum": 19.9, + "sun": 10.9, + "cloud": 0, + "ground_temp": 9.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52082, + "power": 52082 + }, + { + "date": 80319, + "mean_temp": 11.2, + "min_temp": 7.6, + "max_temp": 17.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.6, + "min_hum": 18, + "mean_hum": 37.3, + "sun": 7.8, + "cloud": 2.8, + "ground_temp": 6.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51986, + "power": 51986 + }, + { + "date": 80318, + "mean_temp": 12.3, + "min_temp": 6, + "max_temp": 19.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 16, + "mean_hum": 34.9, + "sun": 7.7, + "cloud": 4.1, + "ground_temp": 11, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52375, + "power": 52375 + }, + { + "date": 80317, + "mean_temp": 9, + "min_temp": 2.5, + "max_temp": 15.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 19, + "mean_hum": 41.5, + "sun": 9.6, + "cloud": 0.6, + "ground_temp": 9.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54969, + "power": 52728 + }, + { + "date": 80316, + "mean_temp": 7.3, + "min_temp": 4, + "max_temp": 12, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 53.4, + "sun": 10.1, + "cloud": 1.3, + "ground_temp": 9.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46255, + "power": 46921 + }, + { + "date": 80315, + "mean_temp": 8.3, + "min_temp": 4.5, + "max_temp": 13.5, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 3.4, + "min_hum": 11, + "mean_hum": 53.9, + "sun": 7.3, + "cloud": 5.8, + "ground_temp": 7.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48826, + "power": 48826 + }, + { + "date": 80314, + "mean_temp": 8.5, + "min_temp": 3.7, + "max_temp": 14.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 61.3, + "sun": 7.5, + "cloud": 1.9, + "ground_temp": 6.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55223, + "power": 52608 + }, + { + "date": 80313, + "mean_temp": 9.9, + "min_temp": 7.2, + "max_temp": 12, + "rain": 0.4, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 46, + "mean_hum": 69.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 9.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53367, + "power": 53367 + }, + { + "date": 80312, + "mean_temp": 12.5, + "min_temp": 8, + "max_temp": 19.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 52, + "sun": 6.2, + "cloud": 0.8, + "ground_temp": 9.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52902, + "power": 52902 + }, + { + "date": 80311, + "mean_temp": 10.9, + "min_temp": 6.8, + "max_temp": 16.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 58, + "sun": 5.5, + "cloud": 3.6, + "ground_temp": 10.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53367, + "power": 53493 + }, + { + "date": 80310, + "mean_temp": 6.5, + "min_temp": 3.4, + "max_temp": 11.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 38, + "mean_hum": 68.8, + "sun": 6.9, + "cloud": 4.5, + "ground_temp": 8.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54304, + "power": 54304 + }, + { + "date": 80309, + "mean_temp": 5.9, + "min_temp": 3, + "max_temp": 11.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 63.3, + "sun": 8.3, + "cloud": 4.1, + "ground_temp": 7.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48347, + "power": 48347 + }, + { + "date": 80308, + "mean_temp": 5.3, + "min_temp": 0.4, + "max_temp": 10.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 52.5, + "sun": 10.6, + "cloud": 1, + "ground_temp": 5.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51355, + "power": 51355 + }, + { + "date": 80307, + "mean_temp": 4.5, + "min_temp": 0.1, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 20, + "mean_hum": 43.8, + "sun": 10.6, + "cloud": 0, + "ground_temp": 3.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55272, + "power": 55272 + }, + { + "date": 80306, + "mean_temp": 4.3, + "min_temp": 1.5, + "max_temp": 7.8, + "rain": 0.1, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 60.3, + "sun": 3.5, + "cloud": 5.1, + "ground_temp": 3.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55822, + "power": 56686 + }, + { + "date": 80305, + "mean_temp": 2.8, + "min_temp": -1.7, + "max_temp": 8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 55, + "sun": 9.1, + "cloud": 0.3, + "ground_temp": 4.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56405, + "power": 56405 + }, + { + "date": 80304, + "mean_temp": 1.8, + "min_temp": 0.5, + "max_temp": 3.9, + "rain": 4, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 40, + "mean_hum": 68.3, + "sun": 1.8, + "cloud": 4, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56791, + "power": 56791 + }, + { + "date": 80303, + "mean_temp": 3.2, + "min_temp": -0.1, + "max_temp": 8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 28, + "mean_hum": 56.1, + "sun": 8.1, + "cloud": 3.8, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55959, + "power": 55959 + }, + { + "date": 80302, + "mean_temp": 2.6, + "min_temp": 0.7, + "max_temp": 5.3, + "rain": 0.2, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 63.3, + "sun": 0.2, + "cloud": 8.8, + "ground_temp": 3.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49323, + "power": 49323 + }, + { + "date": 80301, + "mean_temp": 3, + "min_temp": -0.5, + "max_temp": 7.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 43.8, + "sun": 10.4, + "cloud": 0.9, + "ground_temp": 3.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 51472, + "power": 51472 + }, + { + "date": 80229, + "mean_temp": 4.6, + "min_temp": 1.7, + "max_temp": 9.8, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 33, + "mean_hum": 58.8, + "sun": 2.1, + "cloud": 4.5, + "ground_temp": 3.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56460, + "power": 56460 + }, + { + "date": 80228, + "mean_temp": 3.1, + "min_temp": -2.3, + "max_temp": 8.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 29, + "mean_hum": 51.8, + "sun": 7.5, + "cloud": 2.4, + "ground_temp": 1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58710, + "power": 57146 + }, + { + "date": 80227, + "mean_temp": 1.1, + "min_temp": -4.2, + "max_temp": 6.1, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 42.4, + "sun": 9.9, + "cloud": 0, + "ground_temp": 2.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58316, + "power": 58316 + }, + { + "date": 80226, + "mean_temp": -1.1, + "min_temp": -2.5, + "max_temp": 1.2, + "rain": 7.4, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 49, + "mean_hum": 66.5, + "sun": 6.7, + "cloud": 4.4, + "ground_temp": 1.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58583, + "power": 58583 + }, + { + "date": 80225, + "mean_temp": -0.9, + "min_temp": -3.1, + "max_temp": 2.5, + "rain": 6.6, + "max_wind": 5.4, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 63.1, + "sun": 0, + "cloud": 7.8, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58710, + "power": 58710 + }, + { + "date": 80224, + "mean_temp": -1.5, + "min_temp": -7.2, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 12, + "mean_hum": 32, + "sun": 10.1, + "cloud": 0.5, + "ground_temp": 0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51214, + "power": 51214 + }, + { + "date": 80223, + "mean_temp": -2.6, + "min_temp": -4.5, + "max_temp": 1.2, + "rain": 0, + "max_wind": 7, + "mean_wind": 4.2, + "min_hum": 24, + "mean_hum": 42.6, + "sun": 10, + "cloud": 0.6, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54137, + "power": 53860 + }, + { + "date": 80222, + "mean_temp": 5.9, + "min_temp": 1.2, + "max_temp": 10.5, + "rain": 1, + "max_wind": 8.4, + "mean_wind": 3.4, + "min_hum": 37, + "mean_hum": 63.5, + "sun": 3.1, + "cloud": 6.6, + "ground_temp": 3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56460, + "power": 56256 + }, + { + "date": 80221, + "mean_temp": 4.4, + "min_temp": -1.2, + "max_temp": 9.6, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 38.1, + "sun": 8.6, + "cloud": 2.4, + "ground_temp": 2.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57611, + "power": 57611 + }, + { + "date": 80220, + "mean_temp": 2.7, + "min_temp": -0.5, + "max_temp": 7.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 49.5, + "sun": 9.4, + "cloud": 0.8, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59172, + "power": 57809 + }, + { + "date": 80219, + "mean_temp": 0.5, + "min_temp": -5.1, + "max_temp": 5.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 57.1, + "sun": 8.9, + "cloud": 0.6, + "ground_temp": 0.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59172, + "power": 59172 + }, + { + "date": 80218, + "mean_temp": -1.5, + "min_temp": -5.8, + "max_temp": 4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 39.4, + "sun": 7.4, + "cloud": 3.1, + "ground_temp": -0.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59464, + "power": 59464 + }, + { + "date": 80217, + "mean_temp": -2.3, + "min_temp": -5.5, + "max_temp": 2.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 14, + "mean_hum": 31.3, + "sun": 9.7, + "cloud": 0, + "ground_temp": -1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50053, + "power": 52431 + }, + { + "date": 80216, + "mean_temp": -3.4, + "min_temp": -7.4, + "max_temp": 1.2, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3, + "min_hum": 18, + "mean_hum": 30.4, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": -3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55263, + "power": 55263 + }, + { + "date": 80215, + "mean_temp": -3.5, + "min_temp": -6.2, + "max_temp": 0.2, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.8, + "min_hum": 14, + "mean_hum": 33.8, + "sun": 9.7, + "cloud": 0.3, + "ground_temp": -1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 59398, + "power": 59398 + }, + { + "date": 80214, + "mean_temp": -2.1, + "min_temp": -7, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 24, + "mean_hum": 38.8, + "sun": 9.7, + "cloud": 0.9, + "ground_temp": -2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59689, + "power": 59689 + }, + { + "date": 80213, + "mean_temp": -5.8, + "min_temp": -10.1, + "max_temp": -1.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 15, + "mean_hum": 27.8, + "sun": 9.7, + "cloud": 0, + "ground_temp": -3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 60742, + "power": 60742 + }, + { + "date": 80212, + "mean_temp": -6.9, + "min_temp": -9.7, + "max_temp": -3.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 4, + "min_hum": 16, + "mean_hum": 26.9, + "sun": 9.5, + "cloud": 0.8, + "ground_temp": -2.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60610, + "power": 60610 + }, + { + "date": 80211, + "mean_temp": -0.9, + "min_temp": -4, + "max_temp": 4, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.6, + "min_hum": 22, + "mean_hum": 50.5, + "sun": 4.9, + "cloud": 4.8, + "ground_temp": 0, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58683, + "power": 58683 + }, + { + "date": 80210, + "mean_temp": -1.3, + "min_temp": -5.3, + "max_temp": 3.4, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 50.9, + "sun": 6.7, + "cloud": 4.5, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50693, + "power": 50693 + }, + { + "date": 80209, + "mean_temp": -1.9, + "min_temp": -3.5, + "max_temp": 0.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 34, + "mean_hum": 55.3, + "sun": 5.9, + "cloud": 3.1, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49381, + "power": 49381 + }, + { + "date": 80208, + "mean_temp": -2.7, + "min_temp": -7.5, + "max_temp": 1.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 20, + "mean_hum": 51.4, + "sun": 7, + "cloud": 4.1, + "ground_temp": -1.3, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 46881, + "power": 46181 + }, + { + "date": 80207, + "mean_temp": -3.9, + "min_temp": -7.9, + "max_temp": 0.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 28, + "mean_hum": 45.5, + "sun": 9.6, + "cloud": 0.1, + "ground_temp": -1.5, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 50746, + "power": 44834 + }, + { + "date": 80206, + "mean_temp": -3.2, + "min_temp": -6.2, + "max_temp": 1.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 22, + "mean_hum": 43, + "sun": 9.5, + "cloud": 1.4, + "ground_temp": -0.4, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 50720, + "power": 50720 + }, + { + "date": 80205, + "mean_temp": -3.4, + "min_temp": -7.1, + "max_temp": 0.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 42.3, + "sun": 6.6, + "cloud": 4.4, + "ground_temp": -0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57215, + "power": 57215 + }, + { + "date": 80204, + "mean_temp": -2.7, + "min_temp": -5.1, + "max_temp": 1.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3, + "min_hum": 32, + "mean_hum": 46.5, + "sun": 8.5, + "cloud": 0.5, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58788, + "power": 58788 + }, + { + "date": 80203, + "mean_temp": -0.7, + "min_temp": -2.7, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 56.3, + "sun": 5.8, + "cloud": 4, + "ground_temp": 0, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 53137, + "power": 53137 + }, + { + "date": 80202, + "mean_temp": -1.1, + "min_temp": -5.2, + "max_temp": 3.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 45.8, + "sun": 9.2, + "cloud": 2.4, + "ground_temp": -1.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55263, + "power": 55263 + }, + { + "date": 80201, + "mean_temp": -3.3, + "min_temp": -7.5, + "max_temp": 1.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 40.8, + "sun": 8.8, + "cloud": 2, + "ground_temp": -2.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57226, + "power": 59181 + }, + { + "date": 80131, + "mean_temp": -4.2, + "min_temp": -6.9, + "max_temp": -0.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 42.5, + "sun": 9.5, + "cloud": 0, + "ground_temp": -2.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52857, + "power": 59887 + }, + { + "date": 80130, + "mean_temp": -2.2, + "min_temp": -5, + "max_temp": 0, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.6, + "min_hum": 31, + "mean_hum": 47.4, + "sun": 8.6, + "cloud": 3.6, + "ground_temp": -0.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59425, + "power": 59425 + }, + { + "date": 80129, + "mean_temp": -0.2, + "min_temp": -2.9, + "max_temp": 3.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 44.8, + "sun": 5.9, + "cloud": 4.4, + "ground_temp": -0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59673, + "power": 59673 + }, + { + "date": 80128, + "mean_temp": -0.8, + "min_temp": -3.2, + "max_temp": 2.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 39.8, + "sun": 7.5, + "cloud": 8.1, + "ground_temp": -0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 59758, + "power": 59758 + }, + { + "date": 80127, + "mean_temp": -1.4, + "min_temp": -5.8, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 23, + "mean_hum": 42.9, + "sun": 9.3, + "cloud": 0.9, + "ground_temp": -1.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50693, + "power": 52242 + }, + { + "date": 80126, + "mean_temp": -2.7, + "min_temp": -7, + "max_temp": 1.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 39, + "sun": 8.8, + "cloud": 1, + "ground_temp": -1.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 54137, + "power": 55430 + }, + { + "date": 80125, + "mean_temp": -5.9, + "min_temp": -9.7, + "max_temp": -1.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 40.3, + "sun": 6.2, + "cloud": 2.8, + "ground_temp": -2.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 62245, + "power": 60502 + }, + { + "date": 80124, + "mean_temp": -7.5, + "min_temp": -10.9, + "max_temp": -3.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 27, + "mean_hum": 38.9, + "sun": 9.1, + "cloud": 0, + "ground_temp": -2.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60256, + "power": 60256 + }, + { + "date": 80123, + "mean_temp": -2.8, + "min_temp": -8.3, + "max_temp": 0.8, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.8, + "min_hum": 27, + "mean_hum": 56.4, + "sun": 8.2, + "cloud": 1.8, + "ground_temp": -0.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 58738, + "power": 58738 + }, + { + "date": 80122, + "mean_temp": 0.7, + "min_temp": -0.3, + "max_temp": 1.5, + "rain": 6.5, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 59, + "mean_hum": 84.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59449, + "power": 59449 + }, + { + "date": 80121, + "mean_temp": 1.3, + "min_temp": -0.7, + "max_temp": 3.8, + "rain": 4.5, + "max_wind": 6.7, + "mean_wind": 3.8, + "min_hum": 50, + "mean_hum": 66.1, + "sun": 0.6, + "cloud": 8.8, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58583, + "power": 59762 + }, + { + "date": 80120, + "mean_temp": 2.3, + "min_temp": -1.6, + "max_temp": 5.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 42, + "sun": 0, + "cloud": 8.9, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48293, + "power": 52086 + }, + { + "date": 80119, + "mean_temp": -2.2, + "min_temp": -6.9, + "max_temp": 1.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 18, + "mean_hum": 31.8, + "sun": 5.4, + "cloud": 7.9, + "ground_temp": -2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53238, + "power": 55656 + }, + { + "date": 80118, + "mean_temp": -4.8, + "min_temp": -8.6, + "max_temp": -0.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 18, + "mean_hum": 32.5, + "sun": 7.9, + "cloud": 2, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60497, + "power": 60497 + }, + { + "date": 80117, + "mean_temp": -7.2, + "min_temp": -11.1, + "max_temp": -3.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 32, + "sun": 1.1, + "cloud": 6.5, + "ground_temp": -3.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 60947, + "power": 60947 + }, + { + "date": 80116, + "mean_temp": -7.1, + "min_temp": -9.5, + "max_temp": -3, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.4, + "min_hum": 21, + "mean_hum": 34, + "sun": 9.2, + "cloud": 0, + "ground_temp": -3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 59938, + "power": 59938 + }, + { + "date": 80115, + "mean_temp": -4.2, + "min_temp": -7.1, + "max_temp": -0.4, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.8, + "min_hum": 15, + "mean_hum": 35.1, + "sun": 6, + "cloud": 3.3, + "ground_temp": -0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 59445, + "power": 59445 + }, + { + "date": 80114, + "mean_temp": -2.7, + "min_temp": -5.1, + "max_temp": 1.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 44.1, + "sun": 8.8, + "cloud": 0.6, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58961, + "power": 58961 + }, + { + "date": 80113, + "mean_temp": -4.3, + "min_temp": -8.5, + "max_temp": -1.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 43.4, + "sun": 3.2, + "cloud": 5.8, + "ground_temp": 0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51660, + "power": 51660 + }, + { + "date": 80112, + "mean_temp": 0.9, + "min_temp": -4.5, + "max_temp": 4.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 64.3, + "sun": 0.9, + "cloud": 7.3, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53238, + "power": 53238 + }, + { + "date": 80111, + "mean_temp": 0.6, + "min_temp": -1.7, + "max_temp": 2, + "rain": 6.7, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 69.6, + "sun": 0, + "cloud": 10, + "ground_temp": 0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58615, + "power": 58615 + }, + { + "date": 80110, + "mean_temp": 0.1, + "min_temp": -3.5, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 13, + "mean_hum": 39.1, + "sun": 7.1, + "cloud": 4.3, + "ground_temp": -0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57226, + "power": 57368 + }, + { + "date": 80109, + "mean_temp": 0.9, + "min_temp": -1.3, + "max_temp": 3.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 18, + "mean_hum": 46.6, + "sun": 1.4, + "cloud": 6.1, + "ground_temp": 1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57507, + "power": 57507 + }, + { + "date": 80108, + "mean_temp": 1.8, + "min_temp": -1.8, + "max_temp": 5.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 18, + "mean_hum": 63.3, + "sun": 2.7, + "cloud": 8.6, + "ground_temp": 1.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56791, + "power": 57520 + }, + { + "date": 80107, + "mean_temp": 2.8, + "min_temp": 0.4, + "max_temp": 6.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 67, + "mean_hum": 82.1, + "sun": 2.2, + "cloud": 7.4, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58120, + "power": 57725 + }, + { + "date": 80106, + "mean_temp": 4.1, + "min_temp": 0.6, + "max_temp": 7.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 64, + "mean_hum": 73.3, + "sun": 0, + "cloud": 8.5, + "ground_temp": 3.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50859, + "power": 50859 + }, + { + "date": 80105, + "mean_temp": 1.6, + "min_temp": -2.4, + "max_temp": 6.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 45, + "mean_hum": 62.5, + "sun": 7.8, + "cloud": 1.9, + "ground_temp": -0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53553, + "power": 53553 + }, + { + "date": 80104, + "mean_temp": -0.3, + "min_temp": -4, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 54.4, + "sun": 6, + "cloud": 3.3, + "ground_temp": -1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 58176, + "power": 58176 + }, + { + "date": 80103, + "mean_temp": 0.9, + "min_temp": -3, + "max_temp": 6.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 52, + "sun": 5.5, + "cloud": 3.6, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58683, + "power": 58416 + }, + { + "date": 80102, + "mean_temp": -3.4, + "min_temp": -7.4, + "max_temp": 0.8, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 50.1, + "sun": 8.9, + "cloud": 1, + "ground_temp": -3.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57226, + "power": 57226 + }, + { + "date": 80101, + "mean_temp": -6.3, + "min_temp": -8.5, + "max_temp": -3.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.6, + "min_hum": 34, + "mean_hum": 48.5, + "sun": 8.7, + "cloud": 0.6, + "ground_temp": -4.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 50746, + "power": 50746 + }, + { + "date": 71231, + "mean_temp": -5.4, + "min_temp": -7, + "max_temp": -2.9, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 4.6, + "min_hum": 34, + "mean_hum": 50.3, + "sun": 7, + "cloud": 1.9, + "ground_temp": -2.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55712, + "power": 52130 + }, + { + "date": 71230, + "mean_temp": -6.4, + "min_temp": -7.4, + "max_temp": -4.8, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 4.6, + "min_hum": 33, + "mean_hum": 48.6, + "sun": 7, + "cloud": 2.6, + "ground_temp": -3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57317, + "power": 51955 + }, + { + "date": 71229, + "mean_temp": -1.1, + "min_temp": -4.8, + "max_temp": 3, + "rain": 1.7, + "max_wind": 7, + "mean_wind": 4, + "min_hum": 34, + "mean_hum": 59, + "sun": 2.8, + "cloud": 4.3, + "ground_temp": 2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52227, + "power": 52227 + }, + { + "date": 71228, + "mean_temp": 5.1, + "min_temp": 3, + "max_temp": 6.8, + "rain": 2, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 74, + "mean_hum": 82.5, + "sun": 0, + "cloud": 9.1, + "ground_temp": 5.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55008, + "power": 55008 + }, + { + "date": 71227, + "mean_temp": 6.4, + "min_temp": 3.2, + "max_temp": 9.1, + "rain": 0.4, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 58, + "mean_hum": 69.9, + "sun": 0, + "cloud": 7.6, + "ground_temp": 5.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55712, + "power": 55388 + }, + { + "date": 71226, + "mean_temp": 7.8, + "min_temp": 3.5, + "max_temp": 13.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 55.3, + "sun": 8.7, + "cloud": 0.4, + "ground_temp": 6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55084, + "power": 55084 + }, + { + "date": 71225, + "mean_temp": 5, + "min_temp": 0.3, + "max_temp": 10.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 58, + "sun": 3.5, + "cloud": 5.9, + "ground_temp": 4.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 48345, + "power": 51564 + }, + { + "date": 71224, + "mean_temp": 3, + "min_temp": -1.7, + "max_temp": 8.3, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 37, + "mean_hum": 58.5, + "sun": 7.7, + "cloud": 0.9, + "ground_temp": 3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55712, + "power": 55712 + }, + { + "date": 71223, + "mean_temp": 3, + "min_temp": -0.4, + "max_temp": 7.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 48, + "mean_hum": 63.3, + "sun": 1.8, + "cloud": 3.9, + "ground_temp": 2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50655, + "power": 50655 + }, + { + "date": 71222, + "mean_temp": 5.4, + "min_temp": 1.5, + "max_temp": 10.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 27, + "mean_hum": 42.6, + "sun": 7, + "cloud": 2.9, + "ground_temp": 3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49811, + "power": 52512 + }, + { + "date": 71221, + "mean_temp": 2.6, + "min_temp": -0.8, + "max_temp": 7.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 65.6, + "sun": 1.8, + "cloud": 3.1, + "ground_temp": 1.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57435, + "power": 57435 + }, + { + "date": 71220, + "mean_temp": 3.3, + "min_temp": 0.5, + "max_temp": 7.6, + "rain": 0.7, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 60, + "mean_hum": 71.6, + "sun": 0.2, + "cloud": 4.8, + "ground_temp": 1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57435, + "power": 57655 + }, + { + "date": 71219, + "mean_temp": 1, + "min_temp": -3, + "max_temp": 5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 58.5, + "sun": 8.3, + "cloud": 2, + "ground_temp": 0, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56912, + "power": 54261 + }, + { + "date": 71218, + "mean_temp": 0.7, + "min_temp": -1.2, + "max_temp": 4.4, + "rain": 0.1, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 56, + "sun": 4.6, + "cloud": 4.1, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58004, + "power": 58004 + }, + { + "date": 71217, + "mean_temp": 2.3, + "min_temp": -0.4, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 54.9, + "sun": 3.5, + "cloud": 4.8, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 58004, + "power": 58122 + }, + { + "date": 71216, + "mean_temp": 0.1, + "min_temp": -3.5, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 62.8, + "sun": 7.9, + "cloud": 2, + "ground_temp": -0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 51085, + "power": 51085 + }, + { + "date": 71215, + "mean_temp": 1.2, + "min_temp": -1.8, + "max_temp": 4.6, + "rain": 2.1, + "max_wind": 6.9, + "mean_wind": 2.6, + "min_hum": 34, + "mean_hum": 69.6, + "sun": 6.9, + "cloud": 4.3, + "ground_temp": 1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53078, + "power": 53078 + }, + { + "date": 71214, + "mean_temp": -0.1, + "min_temp": -4, + "max_temp": 4, + "rain": 0.7, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 33, + "mean_hum": 56.5, + "sun": 8.8, + "cloud": 2.3, + "ground_temp": 0.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57331, + "power": 57331 + }, + { + "date": 71213, + "mean_temp": 0.7, + "min_temp": -2.5, + "max_temp": 3.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 35, + "mean_hum": 62.5, + "sun": 7.3, + "cloud": 1.6, + "ground_temp": 2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 58007, + "power": 58007 + }, + { + "date": 71212, + "mean_temp": 4.2, + "min_temp": 2.4, + "max_temp": 7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 68, + "sun": 0.7, + "cloud": 7.1, + "ground_temp": 3.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56912, + "power": 56912 + }, + { + "date": 71211, + "mean_temp": 5.4, + "min_temp": 2.5, + "max_temp": 9.1, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 58, + "mean_hum": 74.9, + "sun": 2.1, + "cloud": 7.3, + "ground_temp": 5.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56820, + "power": 56820 + }, + { + "date": 71210, + "mean_temp": 2, + "min_temp": -1.6, + "max_temp": 5, + "rain": 1.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 64.6, + "sun": 0, + "cloud": 8, + "ground_temp": 2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57998, + "power": 57998 + }, + { + "date": 71209, + "mean_temp": 0.7, + "min_temp": -3.4, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 63.8, + "sun": 6.8, + "cloud": 1.8, + "ground_temp": 0.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50577, + "power": 50577 + }, + { + "date": 71208, + "mean_temp": 0.5, + "min_temp": -1.2, + "max_temp": 3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 40, + "mean_hum": 55.8, + "sun": 8.8, + "cloud": 1.5, + "ground_temp": 1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53024, + "power": 53024 + }, + { + "date": 71207, + "mean_temp": 1.6, + "min_temp": 0.2, + "max_temp": 3.7, + "rain": 2.5, + "max_wind": 7, + "mean_wind": 2.2, + "min_hum": 63, + "mean_hum": 77, + "sun": 2.7, + "cloud": 5, + "ground_temp": 1.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57331, + "power": 57111 + }, + { + "date": 71206, + "mean_temp": 0.9, + "min_temp": -2, + "max_temp": 3.2, + "rain": 0.5, + "max_wind": 3.6, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 62.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57435, + "power": 58111 + }, + { + "date": 71205, + "mean_temp": -2.1, + "min_temp": -5.8, + "max_temp": 1.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 41.9, + "sun": 9, + "cloud": 0, + "ground_temp": -0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57850, + "power": 57850 + }, + { + "date": 71204, + "mean_temp": -2.8, + "min_temp": -5.3, + "max_temp": 2.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 47.5, + "sun": 9, + "cloud": 0, + "ground_temp": -0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 58472, + "power": 58472 + }, + { + "date": 71203, + "mean_temp": 0.8, + "min_temp": -2, + "max_temp": 6, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 48.9, + "sun": 3.2, + "cloud": 2.5, + "ground_temp": 1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57308, + "power": 57308 + }, + { + "date": 71202, + "mean_temp": 4.2, + "min_temp": 0.4, + "max_temp": 6.4, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 40, + "mean_hum": 55, + "sun": 0, + "cloud": 7.5, + "ground_temp": 3.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 50362, + "power": 49294 + }, + { + "date": 71201, + "mean_temp": 4.4, + "min_temp": -0.8, + "max_temp": 8.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 37, + "mean_hum": 58.3, + "sun": 3.7, + "cloud": 5.5, + "ground_temp": 3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51225, + "power": 51225 + }, + { + "date": 71130, + "mean_temp": 1.9, + "min_temp": -1.3, + "max_temp": 6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 44.6, + "sun": 9.1, + "cloud": 0.5, + "ground_temp": 3.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 56595, + "power": 55687 + }, + { + "date": 71129, + "mean_temp": 6.1, + "min_temp": 2, + "max_temp": 13.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 51.5, + "sun": 9, + "cloud": 1.4, + "ground_temp": 7.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53330, + "power": 55383 + }, + { + "date": 71128, + "mean_temp": 4.6, + "min_temp": -1.8, + "max_temp": 10.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.2, + "min_hum": 29, + "mean_hum": 45.9, + "sun": 9.1, + "cloud": 0.1, + "ground_temp": 3.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55304, + "power": 55304 + }, + { + "date": 71127, + "mean_temp": 1.7, + "min_temp": -1.2, + "max_temp": 5.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 26, + "mean_hum": 42.9, + "sun": 9, + "cloud": 0.1, + "ground_temp": 3.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56595, + "power": 56595 + }, + { + "date": 71126, + "mean_temp": 5.2, + "min_temp": 0.6, + "max_temp": 8.3, + "rain": 0.5, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 69.4, + "sun": 0, + "cloud": 5.5, + "ground_temp": 7.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55642, + "power": 55642 + }, + { + "date": 71125, + "mean_temp": 6.1, + "min_temp": 1.7, + "max_temp": 12, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 43, + "mean_hum": 72.6, + "sun": 7.6, + "cloud": 1.3, + "ground_temp": 5.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48314, + "power": 48314 + }, + { + "date": 71124, + "mean_temp": 6.7, + "min_temp": 4, + "max_temp": 10, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 72.5, + "sun": 7.7, + "cloud": 1.8, + "ground_temp": 7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46161, + "power": 50556 + }, + { + "date": 71123, + "mean_temp": 7, + "min_temp": 4.4, + "max_temp": 9.8, + "rain": 15, + "max_wind": 3.9, + "mean_wind": 2.4, + "min_hum": 53, + "mean_hum": 78.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 6.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55282, + "power": 55282 + }, + { + "date": 71122, + "mean_temp": 3.2, + "min_temp": -2.7, + "max_temp": 7.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 45.4, + "sun": 6.8, + "cloud": 4, + "ground_temp": 3.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56912, + "power": 56751 + }, + { + "date": 71121, + "mean_temp": 1.4, + "min_temp": -1.5, + "max_temp": 5.4, + "rain": 2.5, + "max_wind": 6.3, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 55.5, + "sun": 7.8, + "cloud": 2.1, + "ground_temp": 2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57331, + "power": 56200 + }, + { + "date": 71120, + "mean_temp": 0.6, + "min_temp": -2, + "max_temp": 3.5, + "rain": 0.3, + "max_wind": 7.2, + "mean_wind": 3.1, + "min_hum": 30, + "mean_hum": 47, + "sun": 9.2, + "cloud": 1.3, + "ground_temp": 1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57121, + "power": 57121 + }, + { + "date": 71119, + "mean_temp": -0.3, + "min_temp": -5.5, + "max_temp": 3.9, + "rain": 5.5, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 50.4, + "sun": 4.7, + "cloud": 5.8, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57109, + "power": 57109 + }, + { + "date": 71118, + "mean_temp": -1.8, + "min_temp": -4.6, + "max_temp": 3, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 4.2, + "min_hum": 18, + "mean_hum": 30.5, + "sun": 9, + "cloud": 0, + "ground_temp": 1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49782, + "power": 49039 + }, + { + "date": 71117, + "mean_temp": 5.1, + "min_temp": 1.5, + "max_temp": 10.3, + "rain": 2, + "max_wind": 7.7, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 58.3, + "sun": 1.2, + "cloud": 5.1, + "ground_temp": 3.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49761, + "power": 49761 + }, + { + "date": 71116, + "mean_temp": 4.8, + "min_temp": 1.2, + "max_temp": 9.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 56.4, + "sun": 9.3, + "cloud": 0.3, + "ground_temp": 7.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53659, + "power": 53659 + }, + { + "date": 71115, + "mean_temp": 8.3, + "min_temp": 4.6, + "max_temp": 11.3, + "rain": 0.3, + "max_wind": 4.5, + "mean_wind": 2.8, + "min_hum": 37, + "mean_hum": 60.9, + "sun": 7.2, + "cloud": 3.3, + "ground_temp": 8.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53330, + "power": 53330 + }, + { + "date": 71114, + "mean_temp": 10.9, + "min_temp": 8.3, + "max_temp": 14.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 59, + "mean_hum": 73, + "sun": 0, + "cloud": 7.8, + "ground_temp": 10.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52620, + "power": 52620 + }, + { + "date": 71113, + "mean_temp": 9.1, + "min_temp": 4.5, + "max_temp": 14, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 68.3, + "sun": 1.8, + "cloud": 4.4, + "ground_temp": 8.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53429, + "power": 53429 + }, + { + "date": 71112, + "mean_temp": 8.4, + "min_temp": 3.7, + "max_temp": 13.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 60.5, + "sun": 9.1, + "cloud": 1, + "ground_temp": 7.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53429, + "power": 52675 + }, + { + "date": 71111, + "mean_temp": 8, + "min_temp": 6.4, + "max_temp": 11.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 62, + "sun": 2.5, + "cloud": 6.6, + "ground_temp": 8.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45593, + "power": 45593 + }, + { + "date": 71110, + "mean_temp": 9.4, + "min_temp": 7, + "max_temp": 11.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 43, + "mean_hum": 62.9, + "sun": 2.6, + "cloud": 7.1, + "ground_temp": 8.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47364, + "power": 47364 + }, + { + "date": 71109, + "mean_temp": 11.9, + "min_temp": 9.3, + "max_temp": 18.6, + "rain": 0.3, + "max_wind": 7.2, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 63.9, + "sun": 4.2, + "cloud": 5.8, + "ground_temp": 13.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52023, + "power": 52023 + }, + { + "date": 71108, + "mean_temp": 12.6, + "min_temp": 7.5, + "max_temp": 19.3, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.2, + "min_hum": 19, + "mean_hum": 51.6, + "sun": 8.7, + "cloud": 0, + "ground_temp": 11.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52619, + "power": 52619 + }, + { + "date": 71107, + "mean_temp": 12, + "min_temp": 6.3, + "max_temp": 18.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 27, + "mean_hum": 54.3, + "sun": 8.8, + "cloud": 0.1, + "ground_temp": 11.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51526, + "power": 51526 + }, + { + "date": 71106, + "mean_temp": 10.9, + "min_temp": 4.8, + "max_temp": 19, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 15, + "mean_hum": 45.9, + "sun": 7.5, + "cloud": 1, + "ground_temp": 10.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52394, + "power": 52394 + }, + { + "date": 71105, + "mean_temp": 9.3, + "min_temp": 5.5, + "max_temp": 14, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 30, + "mean_hum": 46.5, + "sun": 3.2, + "cloud": 5.5, + "ground_temp": 10.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52597, + "power": 52597 + }, + { + "date": 71104, + "mean_temp": 9.6, + "min_temp": 4, + "max_temp": 15.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 42, + "sun": 9.5, + "cloud": 1, + "ground_temp": 11, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45283, + "power": 45283 + }, + { + "date": 71103, + "mean_temp": 11.6, + "min_temp": 7.8, + "max_temp": 16, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 20, + "mean_hum": 41.8, + "sun": 9.6, + "cloud": 1.6, + "ground_temp": 11, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46914, + "power": 46914 + }, + { + "date": 71102, + "mean_temp": 9.5, + "min_temp": 4.8, + "max_temp": 12.8, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.2, + "min_hum": 29, + "mean_hum": 49, + "sun": 7.2, + "cloud": 5.8, + "ground_temp": 9.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52597, + "power": 51060 + }, + { + "date": 71101, + "mean_temp": 8.4, + "min_temp": 5.8, + "max_temp": 13.1, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.5, + "min_hum": 25, + "mean_hum": 38.3, + "sun": 7.1, + "cloud": 4.1, + "ground_temp": 11.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53429, + "power": 51877 + }, + { + "date": 71031, + "mean_temp": 11.6, + "min_temp": 7, + "max_temp": 15.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 58.9, + "sun": 2, + "cloud": 7.9, + "ground_temp": 13.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51878, + "power": 51051 + }, + { + "date": 71030, + "mean_temp": 10.1, + "min_temp": 6.8, + "max_temp": 15.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 13, + "mean_hum": 53.8, + "sun": 8.8, + "cloud": 2.9, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51878, + "power": 51878 + }, + { + "date": 71029, + "mean_temp": 9.4, + "min_temp": 7.4, + "max_temp": 12.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 43, + "mean_hum": 62.6, + "sun": 5.4, + "cloud": 7.3, + "ground_temp": 12.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51878, + "power": 51868 + }, + { + "date": 71028, + "mean_temp": 13.7, + "min_temp": 10.3, + "max_temp": 17.6, + "rain": 22, + "max_wind": 8, + "mean_wind": 2.8, + "min_hum": 54, + "mean_hum": 72.4, + "sun": 0.9, + "cloud": 8.1, + "ground_temp": 13.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42444, + "power": 43781 + }, + { + "date": 71027, + "mean_temp": 15.3, + "min_temp": 10.1, + "max_temp": 21.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 9.4, + "cloud": 0.4, + "ground_temp": 13.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45478, + "power": 45478 + }, + { + "date": 71026, + "mean_temp": 16, + "min_temp": 12.8, + "max_temp": 20.7, + "rain": 1, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 43, + "mean_hum": 69.1, + "sun": 6.1, + "cloud": 3.5, + "ground_temp": 15.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50600, + "power": 50600 + }, + { + "date": 71025, + "mean_temp": 15.7, + "min_temp": 11.8, + "max_temp": 20.6, + "rain": 6, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 51, + "mean_hum": 74, + "sun": 2.3, + "cloud": 7, + "ground_temp": 15.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51508, + "power": 51508 + }, + { + "date": 71024, + "mean_temp": 15.9, + "min_temp": 11.8, + "max_temp": 21.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 37, + "mean_hum": 69.3, + "sun": 8.3, + "cloud": 1.4, + "ground_temp": 15.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50696, + "power": 50696 + }, + { + "date": 71023, + "mean_temp": 15.6, + "min_temp": 12.6, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 47, + "mean_hum": 76.9, + "sun": 3.1, + "cloud": 3.5, + "ground_temp": 15.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51508, + "power": 51294 + }, + { + "date": 71022, + "mean_temp": 14.6, + "min_temp": 9.5, + "max_temp": 19.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 73.1, + "sun": 7, + "cloud": 4.1, + "ground_temp": 15.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50931, + "power": 50931 + }, + { + "date": 71021, + "mean_temp": 10.6, + "min_temp": 3.5, + "max_temp": 17.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 63.4, + "sun": 8.6, + "cloud": 1.5, + "ground_temp": 11.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43033, + "power": 44221 + }, + { + "date": 71020, + "mean_temp": 6.2, + "min_temp": 3.2, + "max_temp": 9.6, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4, + "min_hum": 26, + "mean_hum": 43.1, + "sun": 10, + "cloud": 0.9, + "ground_temp": 7.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46161, + "power": 46161 + }, + { + "date": 71019, + "mean_temp": 10.9, + "min_temp": 7.5, + "max_temp": 13.8, + "rain": 6.5, + "max_wind": 6.9, + "mean_wind": 3.1, + "min_hum": 24, + "mean_hum": 60.9, + "sun": 5.4, + "cloud": 5, + "ground_temp": 10.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52620, + "power": 49968 + }, + { + "date": 71018, + "mean_temp": 14.4, + "min_temp": 8.5, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 58.3, + "sun": 9.6, + "cloud": 3.5, + "ground_temp": 15.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52023, + "power": 50465 + }, + { + "date": 71017, + "mean_temp": 13.6, + "min_temp": 10.3, + "max_temp": 17.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 63.3, + "sun": 6.6, + "cloud": 1.4, + "ground_temp": 13.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49677, + "power": 49931 + }, + { + "date": 71016, + "mean_temp": 14.4, + "min_temp": 10.1, + "max_temp": 19.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 39, + "mean_hum": 62.4, + "sun": 6.4, + "cloud": 2.4, + "ground_temp": 15.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50304, + "power": 50304 + }, + { + "date": 71015, + "mean_temp": 14.9, + "min_temp": 9.8, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 60, + "sun": 8.6, + "cloud": 3.5, + "ground_temp": 14.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49677, + "power": 49677 + }, + { + "date": 71014, + "mean_temp": 15.5, + "min_temp": 12.1, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 21, + "mean_hum": 48.4, + "sun": 8.4, + "cloud": 3.1, + "ground_temp": 15.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42218, + "power": 42218 + }, + { + "date": 71013, + "mean_temp": 15, + "min_temp": 11.3, + "max_temp": 19.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 40, + "mean_hum": 57.1, + "sun": 4.8, + "cloud": 6.1, + "ground_temp": 16.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45538, + "power": 43556 + }, + { + "date": 71012, + "mean_temp": 16.4, + "min_temp": 13.1, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 45.8, + "sun": 4.8, + "cloud": 8.3, + "ground_temp": 19.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50044, + "power": 49564 + }, + { + "date": 71011, + "mean_temp": 16.1, + "min_temp": 12.8, + "max_temp": 20, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 56.4, + "sun": 3.1, + "cloud": 8.8, + "ground_temp": 19.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50044, + "power": 50044 + }, + { + "date": 71010, + "mean_temp": 15.9, + "min_temp": 11.3, + "max_temp": 19.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 66.6, + "sun": 1.1, + "cloud": 8.3, + "ground_temp": 17.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49685, + "power": 49685 + }, + { + "date": 71009, + "mean_temp": 14.7, + "min_temp": 7.9, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 52.9, + "sun": 10.7, + "cloud": 0.3, + "ground_temp": 18.8, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 41617, + "power": 50030 + }, + { + "date": 71008, + "mean_temp": 13.4, + "min_temp": 10.8, + "max_temp": 17.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.2, + "min_hum": 36, + "mean_hum": 57.6, + "sun": 4.8, + "cloud": 5, + "ground_temp": 19.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49993, + "power": 49993 + }, + { + "date": 71007, + "mean_temp": 19.5, + "min_temp": 15.1, + "max_temp": 25.2, + "rain": 1.5, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 49, + "mean_hum": 68.6, + "sun": 4.9, + "cloud": 6.3, + "ground_temp": 22.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43032, + "power": 43032 + }, + { + "date": 71006, + "mean_temp": 21.3, + "min_temp": 18.2, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 51.9, + "sun": 5.7, + "cloud": 4.6, + "ground_temp": 21.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45538, + "power": 45538 + }, + { + "date": 71005, + "mean_temp": 20.9, + "min_temp": 16.2, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 57.1, + "sun": 10.9, + "cloud": 2.4, + "ground_temp": 21, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50563, + "power": 50563 + }, + { + "date": 71004, + "mean_temp": 20.2, + "min_temp": 17.5, + "max_temp": 25, + "rain": 1.5, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 52, + "mean_hum": 78.1, + "sun": 2.6, + "cloud": 5.3, + "ground_temp": 19, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51328, + "power": 51328 + }, + { + "date": 71003, + "mean_temp": 18.3, + "min_temp": 17.5, + "max_temp": 19.3, + "rain": 1, + "max_wind": 3.3, + "mean_wind": 2.3, + "min_hum": 70, + "mean_hum": 81.4, + "sun": 0, + "cloud": 10, + "ground_temp": 19.3, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 47283, + "power": 47283 + }, + { + "date": 71002, + "mean_temp": 19.5, + "min_temp": 16.7, + "max_temp": 22.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 53, + "mean_hum": 71.1, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 18.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50772, + "power": 50772 + }, + { + "date": 71001, + "mean_temp": 18.3, + "min_temp": 16.6, + "max_temp": 20.7, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.1, + "min_hum": 58, + "mean_hum": 74.9, + "sun": 0.1, + "cloud": 8.6, + "ground_temp": 18.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50325, + "power": 50325 + }, + { + "date": 70930, + "mean_temp": 17.9, + "min_temp": 16.7, + "max_temp": 18.7, + "rain": 0.5, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 71, + "mean_hum": 78.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 20.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42970, + "power": 42970 + }, + { + "date": 70929, + "mean_temp": 18.1, + "min_temp": 14.1, + "max_temp": 21.2, + "rain": 0.2, + "max_wind": 4.1, + "mean_wind": 2.4, + "min_hum": 54, + "mean_hum": 67.8, + "sun": 0, + "cloud": 8.4, + "ground_temp": 17.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45538, + "power": 45188 + }, + { + "date": 70928, + "mean_temp": 17.2, + "min_temp": 15.1, + "max_temp": 19.7, + "rain": 0.5, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 63, + "sun": 0.6, + "cloud": 8.8, + "ground_temp": 19.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48630, + "power": 48630 + }, + { + "date": 70927, + "mean_temp": 21, + "min_temp": 18.3, + "max_temp": 23.5, + "rain": 19.5, + "max_wind": 7.1, + "mean_wind": 3.4, + "min_hum": 73, + "mean_hum": 84.9, + "sun": 0, + "cloud": 10, + "ground_temp": 21.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47548, + "power": 47548 + }, + { + "date": 70926, + "mean_temp": 22.1, + "min_temp": 18.6, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 72, + "sun": 4.3, + "cloud": 5.4, + "ground_temp": 22.8, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 46001, + "power": 37671 + }, + { + "date": 70925, + "mean_temp": 22.2, + "min_temp": 17.8, + "max_temp": 27.7, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 73, + "sun": 8.1, + "cloud": 1.5, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 34024, + "power": 34024 + }, + { + "date": 70924, + "mean_temp": 22.5, + "min_temp": 18.6, + "max_temp": 27, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 68.9, + "sun": 7.8, + "cloud": 4.1, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 47283, + "power": 36266 + }, + { + "date": 70923, + "mean_temp": 21.7, + "min_temp": 18.7, + "max_temp": 25, + "rain": 0.4, + "max_wind": 5.5, + "mean_wind": 3.4, + "min_hum": 49, + "mean_hum": 64.3, + "sun": 3.3, + "cloud": 8.5, + "ground_temp": 21.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43409, + "power": 41191 + }, + { + "date": 70922, + "mean_temp": 20.2, + "min_temp": 18.5, + "max_temp": 22.1, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 4.2, + "min_hum": 58, + "mean_hum": 69.1, + "sun": 0, + "cloud": 9.1, + "ground_temp": 19.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45931, + "power": 45931 + }, + { + "date": 70921, + "mean_temp": 22.1, + "min_temp": 20.7, + "max_temp": 24, + "rain": 6.5, + "max_wind": 8, + "mean_wind": 3.5, + "min_hum": 66, + "mean_hum": 78.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 24.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54409, + "power": 54409 + }, + { + "date": 70920, + "mean_temp": 25.6, + "min_temp": 20.1, + "max_temp": 31.1, + "rain": 18, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 50, + "mean_hum": 75.8, + "sun": 2.4, + "cloud": 9, + "ground_temp": 23.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57220, + "power": 57220 + }, + { + "date": 70919, + "mean_temp": 22.4, + "min_temp": 20.3, + "max_temp": 26.7, + "rain": 48.5, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 70, + "mean_hum": 87.6, + "sun": 0.1, + "cloud": 9.4, + "ground_temp": 23.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51555, + "power": 55475 + }, + { + "date": 70918, + "mean_temp": 20.4, + "min_temp": 18.3, + "max_temp": 21.8, + "rain": 36.5, + "max_wind": 5.9, + "mean_wind": 4.1, + "min_hum": 65, + "mean_hum": 82.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52524, + "power": 52524 + }, + { + "date": 70917, + "mean_temp": 23.1, + "min_temp": 19.2, + "max_temp": 27.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.2, + "min_hum": 47, + "mean_hum": 64, + "sun": 11, + "cloud": 1.9, + "ground_temp": 21.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53153, + "power": 53153 + }, + { + "date": 70916, + "mean_temp": 21.1, + "min_temp": 19.7, + "max_temp": 24.2, + "rain": 3.5, + "max_wind": 6.3, + "mean_wind": 3.3, + "min_hum": 60, + "mean_hum": 77.6, + "sun": 0.8, + "cloud": 8.5, + "ground_temp": 20.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43409, + "power": 43409 + }, + { + "date": 70915, + "mean_temp": 20.5, + "min_temp": 18.1, + "max_temp": 23.2, + "rain": 15.5, + "max_wind": 4.8, + "mean_wind": 1.5, + "min_hum": 75, + "mean_hum": 86.9, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 20.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48419, + "power": 48419 + }, + { + "date": 70914, + "mean_temp": 22, + "min_temp": 18.2, + "max_temp": 27, + "rain": 44.5, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 46, + "mean_hum": 75.3, + "sun": 0.6, + "cloud": 8.8, + "ground_temp": 24.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52905, + "power": 52905 + }, + { + "date": 70913, + "mean_temp": 24.2, + "min_temp": 20.1, + "max_temp": 27.8, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 69.3, + "sun": 3.1, + "cloud": 5.4, + "ground_temp": 24.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54045, + "power": 54424 + }, + { + "date": 70912, + "mean_temp": 24, + "min_temp": 20, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 70, + "sun": 6.4, + "cloud": 3.1, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54931, + "power": 54931 + }, + { + "date": 70911, + "mean_temp": 24.2, + "min_temp": 21.8, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 71.5, + "sun": 2.2, + "cloud": 5.5, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54045, + "power": 54045 + }, + { + "date": 70910, + "mean_temp": 23.7, + "min_temp": 20.1, + "max_temp": 28.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.3, + "min_hum": 50, + "mean_hum": 74.4, + "sun": 5.7, + "cloud": 3.8, + "ground_temp": 25.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54551, + "power": 53671 + }, + { + "date": 70909, + "mean_temp": 21.9, + "min_temp": 17.3, + "max_temp": 27.3, + "rain": 1.5, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 63.8, + "sun": 9.4, + "cloud": 2.4, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43371, + "power": 43371 + }, + { + "date": 70908, + "mean_temp": 21.8, + "min_temp": 18.2, + "max_temp": 26, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.7, + "min_hum": 45, + "mean_hum": 61.4, + "sun": 9.5, + "cloud": 4.4, + "ground_temp": 21.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44827, + "power": 47020 + }, + { + "date": 70907, + "mean_temp": 21.2, + "min_temp": 17.3, + "max_temp": 26.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 50, + "mean_hum": 71.5, + "sun": 3.3, + "cloud": 7, + "ground_temp": 20.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51134, + "power": 51134 + }, + { + "date": 70906, + "mean_temp": 17.8, + "min_temp": 16.8, + "max_temp": 20, + "rain": 19, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 65, + "mean_hum": 85.8, + "sun": 0, + "cloud": 9.5, + "ground_temp": 18.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50204, + "power": 50204 + }, + { + "date": 70905, + "mean_temp": 21.3, + "min_temp": 19, + "max_temp": 24.2, + "rain": 2, + "max_wind": 5.9, + "mean_wind": 3, + "min_hum": 54, + "mean_hum": 69.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 20, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55558, + "power": 51041 + }, + { + "date": 70904, + "mean_temp": 22.4, + "min_temp": 20.8, + "max_temp": 25, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 58, + "mean_hum": 72.6, + "sun": 0.2, + "cloud": 10, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54409, + "power": 51847 + }, + { + "date": 70903, + "mean_temp": 22.6, + "min_temp": 18.2, + "max_temp": 27.6, + "rain": 2, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 48, + "mean_hum": 72.6, + "sun": 6, + "cloud": 7.6, + "ground_temp": 25, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50600, + "power": 52027 + }, + { + "date": 70902, + "mean_temp": 20.7, + "min_temp": 19, + "max_temp": 22.7, + "rain": 0.3, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 68, + "mean_hum": 77.5, + "sun": 0, + "cloud": 10, + "ground_temp": 20.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43409, + "power": 42545 + }, + { + "date": 70901, + "mean_temp": 20.4, + "min_temp": 19.2, + "max_temp": 23.2, + "rain": 22, + "max_wind": 4.7, + "mean_wind": 2.8, + "min_hum": 67, + "mean_hum": 81.9, + "sun": 0, + "cloud": 10, + "ground_temp": 21.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46815, + "power": 46815 + }, + { + "date": 70831, + "mean_temp": 23.7, + "min_temp": 19.8, + "max_temp": 27.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 59.4, + "sun": 4.1, + "cloud": 7.9, + "ground_temp": 24.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52790, + "power": 52790 + }, + { + "date": 70830, + "mean_temp": 23.2, + "min_temp": 21.2, + "max_temp": 25.6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.5, + "min_hum": 49, + "mean_hum": 57, + "sun": 0.4, + "cloud": 7, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52947, + "power": 52947 + }, + { + "date": 70829, + "mean_temp": 23.3, + "min_temp": 20.7, + "max_temp": 26.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4.2, + "min_hum": 59, + "mean_hum": 67.9, + "sun": 0.3, + "cloud": 8.3, + "ground_temp": 21.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55558, + "power": 55558 + }, + { + "date": 70828, + "mean_temp": 26.7, + "min_temp": 23.7, + "max_temp": 30.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 69.6, + "sun": 3.8, + "cloud": 6.9, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 60092, + "power": 60092 + }, + { + "date": 70827, + "mean_temp": 26.7, + "min_temp": 24.2, + "max_temp": 30, + "rain": 17, + "max_wind": 7.1, + "mean_wind": 3.9, + "min_hum": 65, + "mean_hum": 80, + "sun": 2.8, + "cloud": 6.6, + "ground_temp": 24.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61604, + "power": 61604 + }, + { + "date": 70826, + "mean_temp": 28, + "min_temp": 25.1, + "max_temp": 32.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 48, + "mean_hum": 72, + "sun": 3.2, + "cloud": 7.1, + "ground_temp": 32.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49080, + "power": 50541 + }, + { + "date": 70825, + "mean_temp": 28.3, + "min_temp": 25.3, + "max_temp": 33, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 49, + "mean_hum": 71.5, + "sun": 7.9, + "cloud": 3.5, + "ground_temp": 35.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 56418, + "power": 56418 + }, + { + "date": 70824, + "mean_temp": 27.2, + "min_temp": 22.3, + "max_temp": 31.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 41, + "mean_hum": 65.3, + "sun": 8.7, + "cloud": 1.8, + "ground_temp": 32.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60439, + "power": 61511 + }, + { + "date": 70823, + "mean_temp": 26.9, + "min_temp": 21.8, + "max_temp": 33.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 23, + "mean_hum": 65.3, + "sun": 11.6, + "cloud": 0, + "ground_temp": 31, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55774, + "power": 60529 + }, + { + "date": 70822, + "mean_temp": 27.5, + "min_temp": 24.2, + "max_temp": 31.8, + "rain": 9.5, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 40, + "mean_hum": 67.6, + "sun": 8.9, + "cloud": 4, + "ground_temp": 30.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 61661, + "power": 61661 + }, + { + "date": 70821, + "mean_temp": 27.4, + "min_temp": 25.8, + "max_temp": 29.7, + "rain": 2, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 65, + "mean_hum": 79, + "sun": 2.9, + "cloud": 6.9, + "ground_temp": 27.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 62285, + "power": 62285 + }, + { + "date": 70820, + "mean_temp": 27.2, + "min_temp": 24.5, + "max_temp": 31, + "rain": 2.5, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 45, + "mean_hum": 74, + "sun": 5.2, + "cloud": 5, + "ground_temp": 28.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 61545, + "power": 61545 + }, + { + "date": 70819, + "mean_temp": 27.3, + "min_temp": 25, + "max_temp": 31, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 52, + "mean_hum": 72.4, + "sun": 6.4, + "cloud": 4.9, + "ground_temp": 28.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49080, + "power": 49080 + }, + { + "date": 70818, + "mean_temp": 26.9, + "min_temp": 24.2, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 52, + "mean_hum": 74, + "sun": 8.8, + "cloud": 5.5, + "ground_temp": 32.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52277, + "power": 54787 + }, + { + "date": 70817, + "mean_temp": 27.6, + "min_temp": 24.2, + "max_temp": 32.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 43, + "mean_hum": 71.6, + "sun": 10, + "cloud": 2.1, + "ground_temp": 33.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 60603, + "power": 60603 + }, + { + "date": 70816, + "mean_temp": 27.2, + "min_temp": 25.3, + "max_temp": 30.8, + "rain": 6, + "max_wind": 4.5, + "mean_wind": 2.6, + "min_hum": 59, + "mean_hum": 80.8, + "sun": 5.7, + "cloud": 5.5, + "ground_temp": 29.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 59925, + "power": 59925 + }, + { + "date": 70815, + "mean_temp": 26.4, + "min_temp": 23.7, + "max_temp": 29.5, + "rain": 6.5, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 62, + "mean_hum": 79.1, + "sun": 0.5, + "cloud": 8.8, + "ground_temp": 26.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52530, + "power": 52530 + }, + { + "date": 70814, + "mean_temp": 25.8, + "min_temp": 25, + "max_temp": 28.6, + "rain": 26.5, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 74, + "mean_hum": 86.5, + "sun": 0, + "cloud": 9.9, + "ground_temp": 25.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57455, + "power": 57455 + }, + { + "date": 70813, + "mean_temp": 27.6, + "min_temp": 24.8, + "max_temp": 30.3, + "rain": 2.5, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 60, + "mean_hum": 75.4, + "sun": 0.2, + "cloud": 9.6, + "ground_temp": 27.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 62285, + "power": 57454 + }, + { + "date": 70812, + "mean_temp": 26.2, + "min_temp": 24.6, + "max_temp": 28.1, + "rain": 9, + "max_wind": 5.2, + "mean_wind": 3.3, + "min_hum": 61, + "mean_hum": 77.9, + "sun": 0, + "cloud": 9.1, + "ground_temp": 23.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46532, + "power": 46532 + }, + { + "date": 70811, + "mean_temp": 28.7, + "min_temp": 25.5, + "max_temp": 33, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 67, + "sun": 2.5, + "cloud": 6.9, + "ground_temp": 29.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52383, + "power": 52383 + }, + { + "date": 70810, + "mean_temp": 27.7, + "min_temp": 25.7, + "max_temp": 31, + "rain": 3.5, + "max_wind": 6.9, + "mean_wind": 4.1, + "min_hum": 59, + "mean_hum": 76.9, + "sun": 3.1, + "cloud": 7.4, + "ground_temp": 24.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57432, + "power": 57432 + }, + { + "date": 70809, + "mean_temp": 26.1, + "min_temp": 22.2, + "max_temp": 29.2, + "rain": 31, + "max_wind": 9.9, + "mean_wind": 4.1, + "min_hum": 73, + "mean_hum": 84.1, + "sun": 0.3, + "cloud": 10, + "ground_temp": 24, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54439, + "power": 56308 + }, + { + "date": 70808, + "mean_temp": 25.3, + "min_temp": 21.8, + "max_temp": 27.7, + "rain": 40.5, + "max_wind": 7.2, + "mean_wind": 2.9, + "min_hum": 77, + "mean_hum": 85.3, + "sun": 0, + "cloud": 9.6, + "ground_temp": 26.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51555, + "power": 52869 + }, + { + "date": 70807, + "mean_temp": 23.8, + "min_temp": 22.3, + "max_temp": 25.2, + "rain": 32, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 79, + "mean_hum": 87.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57455, + "power": 51701 + }, + { + "date": 70806, + "mean_temp": 25.7, + "min_temp": 24, + "max_temp": 29.3, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 52, + "mean_hum": 74.5, + "sun": 3, + "cloud": 8.9, + "ground_temp": 26.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51374, + "power": 51374 + }, + { + "date": 70805, + "mean_temp": 24.8, + "min_temp": 22.2, + "max_temp": 27.7, + "rain": 0.1, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 63, + "mean_hum": 79.9, + "sun": 0.7, + "cloud": 8.9, + "ground_temp": 27.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46532, + "power": 44620 + }, + { + "date": 70804, + "mean_temp": 24.5, + "min_temp": 22.2, + "max_temp": 26.1, + "rain": 42, + "max_wind": 6.1, + "mean_wind": 2.1, + "min_hum": 77, + "mean_hum": 86.5, + "sun": 0, + "cloud": 10, + "ground_temp": 23.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45846, + "power": 45846 + }, + { + "date": 70803, + "mean_temp": 27.5, + "min_temp": 25.2, + "max_temp": 32.2, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 50, + "mean_hum": 74.6, + "sun": 3.4, + "cloud": 7.1, + "ground_temp": 28.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52180, + "power": 52597 + }, + { + "date": 70802, + "mean_temp": 27.8, + "min_temp": 25.7, + "max_temp": 30.2, + "rain": 5, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 65, + "mean_hum": 79.5, + "sun": 0.3, + "cloud": 6.9, + "ground_temp": 30.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52180, + "power": 52180 + }, + { + "date": 70801, + "mean_temp": 27.2, + "min_temp": 25.1, + "max_temp": 30.1, + "rain": 1, + "max_wind": 7.2, + "mean_wind": 4.1, + "min_hum": 63, + "mean_hum": 76.8, + "sun": 1, + "cloud": 9.1, + "ground_temp": 28.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52180, + "power": 52123 + }, + { + "date": 70731, + "mean_temp": 26.4, + "min_temp": 23.5, + "max_temp": 29.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 49, + "mean_hum": 70, + "sun": 3, + "cloud": 4, + "ground_temp": 32.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 57455, + "power": 53112 + }, + { + "date": 70730, + "mean_temp": 26.4, + "min_temp": 22.2, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 70.6, + "sun": 6.4, + "cloud": 3, + "ground_temp": 28.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53122, + "power": 53122 + }, + { + "date": 70729, + "mean_temp": 24.6, + "min_temp": 21.7, + "max_temp": 27.2, + "rain": 7.5, + "max_wind": 7.3, + "mean_wind": 1.7, + "min_hum": 62, + "mean_hum": 81.9, + "sun": 1.8, + "cloud": 6.9, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48583, + "power": 45338 + }, + { + "date": 70728, + "mean_temp": 25.1, + "min_temp": 24.1, + "max_temp": 26.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.2, + "min_hum": 78, + "mean_hum": 83.9, + "sun": 0, + "cloud": 9.6, + "ground_temp": 33.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51138, + "power": 51138 + }, + { + "date": 70727, + "mean_temp": 26.9, + "min_temp": 25.1, + "max_temp": 29.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 61, + "mean_hum": 75.8, + "sun": 1.2, + "cloud": 8.4, + "ground_temp": 33.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 57913, + "power": 57913 + }, + { + "date": 70726, + "mean_temp": 26.7, + "min_temp": 23, + "max_temp": 31.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 71, + "sun": 3.7, + "cloud": 6.9, + "ground_temp": 31.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56929, + "power": 56929 + }, + { + "date": 70725, + "mean_temp": 24.7, + "min_temp": 23.2, + "max_temp": 26.7, + "rain": 0.5, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 70, + "mean_hum": 81.8, + "sun": 0.4, + "cloud": 9.6, + "ground_temp": 26.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54925, + "power": 54925 + }, + { + "date": 70724, + "mean_temp": 23.4, + "min_temp": 21.1, + "max_temp": 26.7, + "rain": 19, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 69, + "mean_hum": 85.6, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 24.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53385, + "power": 53655 + }, + { + "date": 70723, + "mean_temp": 25.5, + "min_temp": 21.7, + "max_temp": 29.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 61.8, + "sun": 2.2, + "cloud": 8.9, + "ground_temp": 24.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53359, + "power": 53359 + }, + { + "date": 70722, + "mean_temp": 24.6, + "min_temp": 20.7, + "max_temp": 29.7, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 64.5, + "sun": 6.1, + "cloud": 5, + "ground_temp": 26.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49323, + "power": 44004 + }, + { + "date": 70721, + "mean_temp": 23.6, + "min_temp": 22, + "max_temp": 26.2, + "rain": 0.2, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 71.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 23.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47133, + "power": 47133 + }, + { + "date": 70720, + "mean_temp": 26.2, + "min_temp": 23.1, + "max_temp": 30, + "rain": 0.4, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 78, + "sun": 1.4, + "cloud": 9, + "ground_temp": 22.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54439, + "power": 54439 + }, + { + "date": 70719, + "mean_temp": 24.1, + "min_temp": 23.3, + "max_temp": 26.8, + "rain": 29.5, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 70, + "mean_hum": 89.9, + "sun": 0, + "cloud": 10, + "ground_temp": 15.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53691, + "power": 53691 + }, + { + "date": 70718, + "mean_temp": 26, + "min_temp": 19.7, + "max_temp": 31, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 65.9, + "sun": 9.8, + "cloud": 4.6, + "ground_temp": 23.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55774, + "power": 55774 + }, + { + "date": 70717, + "mean_temp": 22.4, + "min_temp": 19, + "max_temp": 27.7, + "rain": 2.5, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 53, + "mean_hum": 78.9, + "sun": 2.7, + "cloud": 7.3, + "ground_temp": 23.5, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 40474, + "power": 47556 + }, + { + "date": 70716, + "mean_temp": 19.9, + "min_temp": 18.6, + "max_temp": 25.2, + "rain": 35.5, + "max_wind": 5.3, + "mean_wind": 3.9, + "min_hum": 61, + "mean_hum": 91.6, + "sun": 0, + "cloud": 10, + "ground_temp": 20.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50296, + "power": 50296 + }, + { + "date": 70715, + "mean_temp": 24.7, + "min_temp": 19.1, + "max_temp": 29, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 38, + "mean_hum": 55.6, + "sun": 7.6, + "cloud": 5.6, + "ground_temp": 21.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44106, + "power": 44106 + }, + { + "date": 70714, + "mean_temp": 24, + "min_temp": 22, + "max_temp": 27.8, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 5, + "min_hum": 45, + "mean_hum": 54.9, + "sun": 4.8, + "cloud": 7, + "ground_temp": 20, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46809, + "power": 46809 + }, + { + "date": 70713, + "mean_temp": 25.7, + "min_temp": 21.6, + "max_temp": 30.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 46, + "mean_hum": 63.4, + "sun": 7, + "cloud": 6.1, + "ground_temp": 20.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53837, + "power": 54314 + }, + { + "date": 70712, + "mean_temp": 23.4, + "min_temp": 20.1, + "max_temp": 28, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 72.9, + "sun": 6.5, + "cloud": 5.6, + "ground_temp": 21, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54189, + "power": 54189 + }, + { + "date": 70711, + "mean_temp": 18.9, + "min_temp": 17.7, + "max_temp": 21.1, + "rain": 35.5, + "max_wind": 5.3, + "mean_wind": 3.3, + "min_hum": 65, + "mean_hum": 90, + "sun": 0, + "cloud": 10, + "ground_temp": 19, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51130, + "power": 51130 + }, + { + "date": 70710, + "mean_temp": 22.4, + "min_temp": 19.5, + "max_temp": 25.1, + "rain": 3.5, + "max_wind": 7, + "mean_wind": 4.5, + "min_hum": 56, + "mean_hum": 66.9, + "sun": 1.2, + "cloud": 8.5, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54409, + "power": 51588 + }, + { + "date": 70709, + "mean_temp": 25.9, + "min_temp": 21.7, + "max_temp": 30.3, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 3, + "min_hum": 35, + "mean_hum": 62, + "sun": 7.4, + "cloud": 5.9, + "ground_temp": 25.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53837, + "power": 53837 + }, + { + "date": 70708, + "mean_temp": 25.8, + "min_temp": 22.6, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 70.8, + "sun": 2.8, + "cloud": 6.4, + "ground_temp": 24.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45148, + "power": 45148 + }, + { + "date": 70707, + "mean_temp": 26.4, + "min_temp": 22.7, + "max_temp": 30.7, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 48, + "mean_hum": 65.9, + "sun": 5.6, + "cloud": 5.4, + "ground_temp": 26.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49036, + "power": 49036 + }, + { + "date": 70706, + "mean_temp": 26.2, + "min_temp": 21.3, + "max_temp": 31.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 37, + "mean_hum": 65.4, + "sun": 7.9, + "cloud": 6.6, + "ground_temp": 25.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55774, + "power": 54093 + }, + { + "date": 70705, + "mean_temp": 22.6, + "min_temp": 20.7, + "max_temp": 25.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 73, + "mean_hum": 82.4, + "sun": 0.2, + "cloud": 9, + "ground_temp": 27, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53249, + "power": 53249 + }, + { + "date": 70704, + "mean_temp": 22.7, + "min_temp": 20.7, + "max_temp": 25.3, + "rain": 31.5, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 65, + "mean_hum": 82.3, + "sun": 1.4, + "cloud": 7.9, + "ground_temp": 22.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51555, + "power": 51555 + }, + { + "date": 70703, + "mean_temp": 23.6, + "min_temp": 20.3, + "max_temp": 27.3, + "rain": 1, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 60, + "mean_hum": 78.5, + "sun": 0.3, + "cloud": 9.5, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53385, + "power": 53385 + }, + { + "date": 70702, + "mean_temp": 20.6, + "min_temp": 18.7, + "max_temp": 22.8, + "rain": 76, + "max_wind": 4.9, + "mean_wind": 3.3, + "min_hum": 79, + "mean_hum": 90.6, + "sun": 0, + "cloud": 10, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51075, + "power": 51075 + }, + { + "date": 70701, + "mean_temp": 19.8, + "min_temp": 19, + "max_temp": 23.2, + "rain": 31, + "max_wind": 4.9, + "mean_wind": 3.9, + "min_hum": 74, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 20.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42444, + "power": 42444 + }, + { + "date": 70630, + "mean_temp": 24.2, + "min_temp": 21, + "max_temp": 28.7, + "rain": 0.1, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 72.5, + "sun": 0.8, + "cloud": 9.5, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48170, + "power": 48170 + }, + { + "date": 70629, + "mean_temp": 21.8, + "min_temp": 21.1, + "max_temp": 23.7, + "rain": 4, + "max_wind": 6, + "mean_wind": 3.5, + "min_hum": 78, + "mean_hum": 86.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 23.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53249, + "power": 53249 + }, + { + "date": 70628, + "mean_temp": 24.6, + "min_temp": 23, + "max_temp": 27.2, + "rain": 22, + "max_wind": 6.3, + "mean_wind": 3, + "min_hum": 74, + "mean_hum": 87.9, + "sun": 0, + "cloud": 10, + "ground_temp": 23.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54439, + "power": 55659 + }, + { + "date": 70627, + "mean_temp": 25.9, + "min_temp": 21.5, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 65.5, + "sun": 4.4, + "cloud": 7, + "ground_temp": 28.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55800, + "power": 55800 + }, + { + "date": 70626, + "mean_temp": 25.4, + "min_temp": 21.3, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 43, + "mean_hum": 64.9, + "sun": 9.9, + "cloud": 5, + "ground_temp": 26.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54551, + "power": 54551 + }, + { + "date": 70625, + "mean_temp": 21.7, + "min_temp": 19.2, + "max_temp": 25.2, + "rain": 7, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 61, + "mean_hum": 83.4, + "sun": 0.5, + "cloud": 8.9, + "ground_temp": 22.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53249, + "power": 51570 + }, + { + "date": 70624, + "mean_temp": 21.2, + "min_temp": 17.8, + "max_temp": 24.5, + "rain": 6, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 61, + "mean_hum": 79.9, + "sun": 1.2, + "cloud": 9.8, + "ground_temp": 25.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43409, + "power": 43047 + }, + { + "date": 70623, + "mean_temp": 24.8, + "min_temp": 21.3, + "max_temp": 29.5, + "rain": 0.1, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 50, + "mean_hum": 63.6, + "sun": 2.3, + "cloud": 8.9, + "ground_temp": 29, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48170, + "power": 48084 + }, + { + "date": 70622, + "mean_temp": 25.4, + "min_temp": 19.5, + "max_temp": 31.7, + "rain": 0.1, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 61.5, + "sun": 9.6, + "cloud": 5.6, + "ground_temp": 27.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53477, + "power": 53477 + }, + { + "date": 70621, + "mean_temp": 21, + "min_temp": 19.2, + "max_temp": 23.2, + "rain": 14, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 68, + "mean_hum": 88.8, + "sun": 0, + "cloud": 10, + "ground_temp": 23.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52659, + "power": 52659 + }, + { + "date": 70620, + "mean_temp": 24.2, + "min_temp": 21.5, + "max_temp": 28.6, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 65.6, + "sun": 5.5, + "cloud": 7.1, + "ground_temp": 29.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55016, + "power": 55016 + }, + { + "date": 70619, + "mean_temp": 26.4, + "min_temp": 21.5, + "max_temp": 32.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 49.8, + "sun": 9.8, + "cloud": 3.4, + "ground_temp": 30, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52790, + "power": 54527 + }, + { + "date": 70618, + "mean_temp": 26.3, + "min_temp": 20.5, + "max_temp": 33.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.8, + "min_hum": 17, + "mean_hum": 38.1, + "sun": 12.7, + "cloud": 1.3, + "ground_temp": 29.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52790, + "power": 53508 + }, + { + "date": 70617, + "mean_temp": 25.6, + "min_temp": 18.7, + "max_temp": 30.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 13, + "mean_hum": 26.6, + "sun": 10.3, + "cloud": 1.1, + "ground_temp": 28.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42762, + "power": 42762 + }, + { + "date": 70616, + "mean_temp": 25.5, + "min_temp": 18.7, + "max_temp": 32.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 24, + "sun": 13.3, + "cloud": 2.6, + "ground_temp": 28.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52277, + "power": 46484 + }, + { + "date": 70615, + "mean_temp": 23.1, + "min_temp": 18.2, + "max_temp": 28.5, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 16, + "mean_hum": 32.6, + "sun": 6.7, + "cloud": 5.5, + "ground_temp": 27.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50677, + "power": 50677 + }, + { + "date": 70614, + "mean_temp": 23.4, + "min_temp": 19.8, + "max_temp": 28.5, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 32, + "mean_hum": 53.3, + "sun": 6.2, + "cloud": 6.3, + "ground_temp": 21.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51176, + "power": 51176 + }, + { + "date": 70613, + "mean_temp": 23.8, + "min_temp": 19.5, + "max_temp": 29.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 24, + "mean_hum": 53.3, + "sun": 6.9, + "cloud": 6.8, + "ground_temp": 29.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52072, + "power": 52072 + }, + { + "date": 70612, + "mean_temp": 24.4, + "min_temp": 19.7, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 50.4, + "sun": 9.8, + "cloud": 4.4, + "ground_temp": 28.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52790, + "power": 52459 + }, + { + "date": 70611, + "mean_temp": 24.4, + "min_temp": 19.2, + "max_temp": 30, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 48.4, + "sun": 12, + "cloud": 2.5, + "ground_temp": 26.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51890, + "power": 51890 + }, + { + "date": 70610, + "mean_temp": 23.6, + "min_temp": 16.6, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 50.5, + "sun": 11.8, + "cloud": 0.6, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42762, + "power": 42197 + }, + { + "date": 70609, + "mean_temp": 20.3, + "min_temp": 14.1, + "max_temp": 25.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 34, + "mean_hum": 53.5, + "sun": 9.5, + "cloud": 2.1, + "ground_temp": 20.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45088, + "power": 44573 + }, + { + "date": 70608, + "mean_temp": 19.4, + "min_temp": 17.2, + "max_temp": 23.8, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 71.6, + "sun": 1.6, + "cloud": 8.4, + "ground_temp": 17.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50084, + "power": 50084 + }, + { + "date": 70607, + "mean_temp": 19.3, + "min_temp": 17.7, + "max_temp": 21.7, + "rain": 0.1, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 65, + "mean_hum": 79.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 29.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50204, + "power": 50041 + }, + { + "date": 70606, + "mean_temp": 20.1, + "min_temp": 17.5, + "max_temp": 24.8, + "rain": 0.1, + "max_wind": 6.6, + "mean_wind": 2.6, + "min_hum": 48, + "mean_hum": 72.6, + "sun": 3.9, + "cloud": 8.6, + "ground_temp": 29.6, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 46001, + "power": 46001 + }, + { + "date": 70605, + "mean_temp": 19.9, + "min_temp": 18.3, + "max_temp": 21.5, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 73, + "sun": 0, + "cloud": 9.1, + "ground_temp": 29.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50204, + "power": 49696 + }, + { + "date": 70604, + "mean_temp": 22.4, + "min_temp": 19.3, + "max_temp": 25.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 60.5, + "sun": 4.6, + "cloud": 6.3, + "ground_temp": 23.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50104, + "power": 50104 + }, + { + "date": 70603, + "mean_temp": 23.8, + "min_temp": 19, + "max_temp": 29.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 54, + "sun": 10.8, + "cloud": 1.1, + "ground_temp": 23.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41893, + "power": 41893 + }, + { + "date": 70602, + "mean_temp": 23.2, + "min_temp": 17.2, + "max_temp": 28.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 52.3, + "sun": 10.7, + "cloud": 2.9, + "ground_temp": 26.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44827, + "power": 44827 + }, + { + "date": 70601, + "mean_temp": 20.4, + "min_temp": 16.7, + "max_temp": 22.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 61.8, + "sun": 0.4, + "cloud": 9.8, + "ground_temp": 18.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49677, + "power": 47696 + }, + { + "date": 70531, + "mean_temp": 22.2, + "min_temp": 16.5, + "max_temp": 27.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 51.3, + "sun": 9, + "cloud": 3.1, + "ground_temp": 26.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49166, + "power": 49166 + }, + { + "date": 70530, + "mean_temp": 19.7, + "min_temp": 15.3, + "max_temp": 24.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 41, + "mean_hum": 64.5, + "sun": 9.4, + "cloud": 4.4, + "ground_temp": 22.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48365, + "power": 48365 + }, + { + "date": 70529, + "mean_temp": 18.1, + "min_temp": 15.8, + "max_temp": 20.8, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 2.8, + "min_hum": 57, + "mean_hum": 76.4, + "sun": 0.5, + "cloud": 9, + "ground_temp": 17.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48714, + "power": 48714 + }, + { + "date": 70528, + "mean_temp": 21.3, + "min_temp": 16.2, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 53.9, + "sun": 10.1, + "cloud": 5.1, + "ground_temp": 17, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48731, + "power": 48731 + }, + { + "date": 70527, + "mean_temp": 22.5, + "min_temp": 16, + "max_temp": 30.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 52, + "sun": 10.5, + "cloud": 2.1, + "ground_temp": 21.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41604, + "power": 41604 + }, + { + "date": 70526, + "mean_temp": 20.3, + "min_temp": 14.6, + "max_temp": 25.7, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.4, + "min_hum": 17, + "mean_hum": 50.3, + "sun": 10.9, + "cloud": 2.4, + "ground_temp": 25.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43974, + "power": 43974 + }, + { + "date": 70525, + "mean_temp": 19.7, + "min_temp": 16.8, + "max_temp": 23.1, + "rain": 1, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 39, + "mean_hum": 71.6, + "sun": 8.7, + "cloud": 4.9, + "ground_temp": 21.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47395, + "power": 47395 + }, + { + "date": 70524, + "mean_temp": 19.8, + "min_temp": 18.3, + "max_temp": 22.2, + "rain": 49, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 78.4, + "sun": 0, + "cloud": 9.9, + "ground_temp": 16.9, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 53106, + "power": 45392 + }, + { + "date": 70523, + "mean_temp": 20.7, + "min_temp": 15.5, + "max_temp": 25.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 48.9, + "sun": 2.2, + "cloud": 7.6, + "ground_temp": 22.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48294, + "power": 48294 + }, + { + "date": 70522, + "mean_temp": 19.7, + "min_temp": 12.6, + "max_temp": 26, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 47.8, + "sun": 11.1, + "cloud": 4, + "ground_temp": 24.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48292, + "power": 48292 + }, + { + "date": 70521, + "mean_temp": 18.4, + "min_temp": 12.8, + "max_temp": 24.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 43, + "sun": 9.8, + "cloud": 2.8, + "ground_temp": 23.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47770, + "power": 47770 + }, + { + "date": 70520, + "mean_temp": 17.4, + "min_temp": 12, + "max_temp": 23.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 36, + "mean_hum": 61.6, + "sun": 11.3, + "cloud": 2.3, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43033, + "power": 41560 + }, + { + "date": 70519, + "mean_temp": 16, + "min_temp": 12.5, + "max_temp": 20, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.4, + "min_hum": 47, + "mean_hum": 71.9, + "sun": 4, + "cloud": 5.8, + "ground_temp": 16.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43957, + "power": 43957 + }, + { + "date": 70518, + "mean_temp": 14.3, + "min_temp": 12.5, + "max_temp": 18.8, + "rain": 13, + "max_wind": 8, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 81.3, + "sun": 0.6, + "cloud": 7.9, + "ground_temp": 14.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47557, + "power": 47557 + }, + { + "date": 70517, + "mean_temp": 18.3, + "min_temp": 13.3, + "max_temp": 24, + "rain": 4.5, + "max_wind": 6.8, + "mean_wind": 3.7, + "min_hum": 29, + "mean_hum": 60.4, + "sun": 7.9, + "cloud": 6, + "ground_temp": 18.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47865, + "power": 47865 + }, + { + "date": 70516, + "mean_temp": 17.3, + "min_temp": 13.6, + "max_temp": 22, + "rain": 42, + "max_wind": 6.6, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 76.9, + "sun": 0.1, + "cloud": 9.3, + "ground_temp": 15.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48066, + "power": 48066 + }, + { + "date": 70515, + "mean_temp": 19.6, + "min_temp": 12.6, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 21, + "mean_hum": 51.3, + "sun": 9, + "cloud": 5.5, + "ground_temp": 17.7, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 53106, + "power": 47992 + }, + { + "date": 70514, + "mean_temp": 16.5, + "min_temp": 14.1, + "max_temp": 20.7, + "rain": 0.1, + "max_wind": 8.7, + "mean_wind": 4, + "min_hum": 44, + "mean_hum": 67.1, + "sun": 5, + "cloud": 5.6, + "ground_temp": 15, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47849, + "power": 47849 + }, + { + "date": 70513, + "mean_temp": 16.6, + "min_temp": 10, + "max_temp": 22.8, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.5, + "min_hum": 22, + "mean_hum": 54.4, + "sun": 12, + "cloud": 1, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41961, + "power": 41961 + }, + { + "date": 70512, + "mean_temp": 13, + "min_temp": 11.1, + "max_temp": 18.6, + "rain": 20, + "max_wind": 7.4, + "mean_wind": 3, + "min_hum": 37, + "mean_hum": 88, + "sun": 0, + "cloud": 8.3, + "ground_temp": 17, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44727, + "power": 44727 + }, + { + "date": 70511, + "mean_temp": 18.7, + "min_temp": 12.5, + "max_temp": 24.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 42.9, + "sun": 7.4, + "cloud": 6.4, + "ground_temp": 20.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47697, + "power": 47697 + }, + { + "date": 70510, + "mean_temp": 15.7, + "min_temp": 9, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 56.8, + "sun": 10.7, + "cloud": 1.6, + "ground_temp": 17.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47986, + "power": 47986 + }, + { + "date": 70509, + "mean_temp": 15.9, + "min_temp": 10.8, + "max_temp": 22.2, + "rain": 5.5, + "max_wind": 6.6, + "mean_wind": 3, + "min_hum": 29, + "mean_hum": 65, + "sun": 1.9, + "cloud": 8.4, + "ground_temp": 16.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48240, + "power": 48240 + }, + { + "date": 70508, + "mean_temp": 19.4, + "min_temp": 15.3, + "max_temp": 25.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.5, + "min_hum": 35, + "mean_hum": 55.8, + "sun": 5.3, + "cloud": 4.5, + "ground_temp": 21.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48343, + "power": 48343 + }, + { + "date": 70507, + "mean_temp": 19.5, + "min_temp": 13.8, + "max_temp": 26.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 22, + "mean_hum": 46.9, + "sun": 11.7, + "cloud": 0.4, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47691, + "power": 47691 + }, + { + "date": 70506, + "mean_temp": 20, + "min_temp": 15.5, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 31, + "mean_hum": 51.3, + "sun": 5.9, + "cloud": 5.9, + "ground_temp": 18.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41572, + "power": 41572 + }, + { + "date": 70505, + "mean_temp": 19.2, + "min_temp": 13.8, + "max_temp": 26.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 65.4, + "sun": 6, + "cloud": 6.6, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 42554, + "power": 42554 + }, + { + "date": 70504, + "mean_temp": 16.3, + "min_temp": 13.8, + "max_temp": 21.7, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.7, + "min_hum": 50, + "mean_hum": 75.4, + "sun": 5.1, + "cloud": 6.3, + "ground_temp": 20.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46928, + "power": 46928 + }, + { + "date": 70503, + "mean_temp": 15.3, + "min_temp": 13, + "max_temp": 19.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.4, + "min_hum": 56, + "mean_hum": 75.4, + "sun": 0.9, + "cloud": 9.1, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47818, + "power": 47818 + }, + { + "date": 70502, + "mean_temp": 15.6, + "min_temp": 11.1, + "max_temp": 21.2, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.1, + "min_hum": 29, + "mean_hum": 60.6, + "sun": 10.3, + "cloud": 3.8, + "ground_temp": 14.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46980, + "power": 46980 + }, + { + "date": 70501, + "mean_temp": 14, + "min_temp": 11.6, + "max_temp": 16.8, + "rain": 2.5, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 78.6, + "sun": 0, + "cloud": 9.5, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47818, + "power": 44748 + }, + { + "date": 70430, + "mean_temp": 15.7, + "min_temp": 11.3, + "max_temp": 18.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 38, + "sun": 0, + "cloud": 9.1, + "ground_temp": 18.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48365, + "power": 46566 + }, + { + "date": 70429, + "mean_temp": 16.3, + "min_temp": 10.8, + "max_temp": 22.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 15, + "mean_hum": 40.5, + "sun": 11.6, + "cloud": 0.6, + "ground_temp": 24.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41703, + "power": 41703 + }, + { + "date": 70428, + "mean_temp": 14.8, + "min_temp": 10, + "max_temp": 20.7, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.1, + "min_hum": 17, + "mean_hum": 40.8, + "sun": 12, + "cloud": 0, + "ground_temp": 20.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43641, + "power": 43641 + }, + { + "date": 70427, + "mean_temp": 15.2, + "min_temp": 10.3, + "max_temp": 21, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.7, + "min_hum": 15, + "mean_hum": 34.3, + "sun": 11.4, + "cloud": 1.1, + "ground_temp": 17.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48365, + "power": 47380 + }, + { + "date": 70426, + "mean_temp": 14.7, + "min_temp": 8.1, + "max_temp": 21.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 46.3, + "sun": 11.8, + "cloud": 1, + "ground_temp": 16.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47841, + "power": 47841 + }, + { + "date": 70425, + "mean_temp": 12.9, + "min_temp": 9.3, + "max_temp": 17.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.7, + "min_hum": 35, + "mean_hum": 60, + "sun": 10.8, + "cloud": 0.9, + "ground_temp": 16.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47768, + "power": 47768 + }, + { + "date": 70424, + "mean_temp": 12.9, + "min_temp": 10.8, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 51.1, + "sun": 3.3, + "cloud": 6.5, + "ground_temp": 12.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48396, + "power": 48396 + }, + { + "date": 70423, + "mean_temp": 14.3, + "min_temp": 9.3, + "max_temp": 19.6, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.4, + "min_hum": 19, + "mean_hum": 32.6, + "sun": 9.6, + "cloud": 4, + "ground_temp": 13.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47957, + "power": 47957 + }, + { + "date": 70422, + "mean_temp": 13.1, + "min_temp": 11.1, + "max_temp": 16.2, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 33, + "mean_hum": 60.1, + "sun": 0.4, + "cloud": 8.3, + "ground_temp": 11.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43033, + "power": 43033 + }, + { + "date": 70421, + "mean_temp": 15.2, + "min_temp": 11.8, + "max_temp": 20, + "rain": 1, + "max_wind": 5.9, + "mean_wind": 2.4, + "min_hum": 54, + "mean_hum": 82.3, + "sun": 3.3, + "cloud": 9.5, + "ground_temp": 17.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44603, + "power": 44603 + }, + { + "date": 70420, + "mean_temp": 12.5, + "min_temp": 10.1, + "max_temp": 14.5, + "rain": 26, + "max_wind": 9.4, + "mean_wind": 3.6, + "min_hum": 31, + "mean_hum": 70.4, + "sun": 0.9, + "cloud": 8.9, + "ground_temp": 12.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48523, + "power": 48523 + }, + { + "date": 70419, + "mean_temp": 12.7, + "min_temp": 8.5, + "max_temp": 17.5, + "rain": 0, + "max_wind": 9, + "mean_wind": 3.7, + "min_hum": 24, + "mean_hum": 40.8, + "sun": 3.3, + "cloud": 3.4, + "ground_temp": 11, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48635, + "power": 48635 + }, + { + "date": 70418, + "mean_temp": 11.1, + "min_temp": 6.3, + "max_temp": 16.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 46, + "sun": 10.1, + "cloud": 0.5, + "ground_temp": 11.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49128, + "power": 49128 + }, + { + "date": 70417, + "mean_temp": 10.4, + "min_temp": 5.6, + "max_temp": 15.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 55.9, + "sun": 6, + "cloud": 4.4, + "ground_temp": 9.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49416, + "power": 49416 + }, + { + "date": 70416, + "mean_temp": 9.5, + "min_temp": 7.5, + "max_temp": 13.6, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.3, + "min_hum": 44, + "mean_hum": 62, + "sun": 2.1, + "cloud": 7.4, + "ground_temp": 9.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49220, + "power": 49220 + }, + { + "date": 70415, + "mean_temp": 12.2, + "min_temp": 8, + "max_temp": 17.6, + "rain": 1, + "max_wind": 6.3, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 56.5, + "sun": 7, + "cloud": 6.9, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43540, + "power": 43540 + }, + { + "date": 70414, + "mean_temp": 10.5, + "min_temp": 5.5, + "max_temp": 15.8, + "rain": 1.5, + "max_wind": 6.8, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 61.5, + "sun": 7.2, + "cloud": 5.3, + "ground_temp": 10.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45352, + "power": 45352 + }, + { + "date": 70413, + "mean_temp": 9.6, + "min_temp": 7.5, + "max_temp": 14.3, + "rain": 5, + "max_wind": 9.4, + "mean_wind": 4.4, + "min_hum": 40, + "mean_hum": 84.5, + "sun": 0, + "cloud": 8.3, + "ground_temp": 10, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49213, + "power": 49213 + }, + { + "date": 70412, + "mean_temp": 11.8, + "min_temp": 8.3, + "max_temp": 15.6, + "rain": 3.5, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 63.9, + "sun": 0.4, + "cloud": 10, + "ground_temp": 10, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48396, + "power": 48860 + }, + { + "date": 70411, + "mean_temp": 11.1, + "min_temp": 6.8, + "max_temp": 17, + "rain": 2.5, + "max_wind": 6.9, + "mean_wind": 2.9, + "min_hum": 18, + "mean_hum": 56.1, + "sun": 8.3, + "cloud": 5.3, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49193, + "power": 48804 + }, + { + "date": 70410, + "mean_temp": 10.4, + "min_temp": 9, + "max_temp": 14.3, + "rain": 0.1, + "max_wind": 6.7, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 54.8, + "sun": 1.2, + "cloud": 8.8, + "ground_temp": 7.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49231, + "power": 49231 + }, + { + "date": 70409, + "mean_temp": 10.8, + "min_temp": 5.6, + "max_temp": 16, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.1, + "min_hum": 14, + "mean_hum": 46.3, + "sun": 11.1, + "cloud": 0.5, + "ground_temp": 13.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49416, + "power": 49152 + }, + { + "date": 70408, + "mean_temp": 9.5, + "min_temp": 6, + "max_temp": 14.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 64.9, + "sun": 8, + "cloud": 4.3, + "ground_temp": 10, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45283, + "power": 44212 + }, + { + "date": 70407, + "mean_temp": 9.3, + "min_temp": 6.3, + "max_temp": 13.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 43, + "mean_hum": 65.8, + "sun": 5.1, + "cloud": 8, + "ground_temp": 13.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46890, + "power": 45996 + }, + { + "date": 70406, + "mean_temp": 9.5, + "min_temp": 6.5, + "max_temp": 14.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 40, + "sun": 7.2, + "cloud": 4.9, + "ground_temp": 13.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49193, + "power": 49193 + }, + { + "date": 70405, + "mean_temp": 8.3, + "min_temp": 2.5, + "max_temp": 13.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 45.9, + "sun": 8.6, + "cloud": 4.9, + "ground_temp": 10.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49793, + "power": 49793 + }, + { + "date": 70404, + "mean_temp": 6.3, + "min_temp": 2, + "max_temp": 11.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 19, + "mean_hum": 44, + "sun": 11.6, + "cloud": 0.9, + "ground_temp": 9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49793, + "power": 50387 + }, + { + "date": 70403, + "mean_temp": 5.5, + "min_temp": 1.6, + "max_temp": 9.1, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.6, + "min_hum": 22, + "mean_hum": 40.8, + "sun": 8.2, + "cloud": 3.5, + "ground_temp": 8.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50750, + "power": 50750 + }, + { + "date": 70402, + "mean_temp": 5.6, + "min_temp": 3.2, + "max_temp": 8.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.3, + "min_hum": 30, + "mean_hum": 46.8, + "sun": 8.9, + "cloud": 1.1, + "ground_temp": 6.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50387, + "power": 50387 + }, + { + "date": 70401, + "mean_temp": 9.1, + "min_temp": 6.5, + "max_temp": 13.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 55.4, + "sun": 2.4, + "cloud": 4.9, + "ground_temp": 9.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45283, + "power": 44273 + }, + { + "date": 70331, + "mean_temp": 8.9, + "min_temp": 7.9, + "max_temp": 11.1, + "rain": 21.5, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 59, + "mean_hum": 83.3, + "sun": 0, + "cloud": 8.5, + "ground_temp": 10.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46890, + "power": 46890 + }, + { + "date": 70330, + "mean_temp": 9.6, + "min_temp": 3.4, + "max_temp": 15.6, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 61, + "sun": 9.2, + "cloud": 5.4, + "ground_temp": 11.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49895, + "power": 49895 + }, + { + "date": 70329, + "mean_temp": 5.6, + "min_temp": 1.8, + "max_temp": 10.6, + "rain": 18, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 38, + "mean_hum": 78.1, + "sun": 1.8, + "cloud": 7, + "ground_temp": 6.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50695, + "power": 50695 + }, + { + "date": 70328, + "mean_temp": 5.5, + "min_temp": 3, + "max_temp": 9.5, + "rain": 10.5, + "max_wind": 6.7, + "mean_wind": 1.9, + "min_hum": 48, + "mean_hum": 79.9, + "sun": 0, + "cloud": 5.3, + "ground_temp": 4.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51900, + "power": 50364 + }, + { + "date": 70327, + "mean_temp": 10.5, + "min_temp": 8.3, + "max_temp": 13.8, + "rain": 0.5, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 37, + "mean_hum": 67.6, + "sun": 1, + "cloud": 5.8, + "ground_temp": 10.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50399, + "power": 50637 + }, + { + "date": 70326, + "mean_temp": 9.6, + "min_temp": 3, + "max_temp": 13.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 52.3, + "sun": 4.6, + "cloud": 4.9, + "ground_temp": 11.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49895, + "power": 50495 + }, + { + "date": 70325, + "mean_temp": 8, + "min_temp": 4.4, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 34, + "mean_hum": 66.9, + "sun": 7.2, + "cloud": 3.1, + "ground_temp": 11.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45010, + "power": 45010 + }, + { + "date": 70324, + "mean_temp": 9.5, + "min_temp": 7.8, + "max_temp": 13, + "rain": 10.5, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 63, + "mean_hum": 84.6, + "sun": 0.2, + "cloud": 8.1, + "ground_temp": 9.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47119, + "power": 47642 + }, + { + "date": 70323, + "mean_temp": 10.8, + "min_temp": 6, + "max_temp": 16.2, + "rain": 0.4, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 59.1, + "sun": 4.4, + "cloud": 8.8, + "ground_temp": 11.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50399, + "power": 50399 + }, + { + "date": 70322, + "mean_temp": 7.9, + "min_temp": 6, + "max_temp": 12.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 54, + "mean_hum": 76.4, + "sun": 3.9, + "cloud": 6.6, + "ground_temp": 10.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51596, + "power": 51596 + }, + { + "date": 70321, + "mean_temp": 6.7, + "min_temp": 5.4, + "max_temp": 8.3, + "rain": 1, + "max_wind": 6.2, + "mean_wind": 2.8, + "min_hum": 55, + "mean_hum": 74.4, + "sun": 0, + "cloud": 9.6, + "ground_temp": 6.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51900, + "power": 51900 + }, + { + "date": 70320, + "mean_temp": 5.4, + "min_temp": 1.7, + "max_temp": 10.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3, + "min_hum": 32, + "mean_hum": 53.1, + "sun": 2.4, + "cloud": 6.1, + "ground_temp": 2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52099, + "power": 52099 + }, + { + "date": 70319, + "mean_temp": 6.8, + "min_temp": 1.8, + "max_temp": 12.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 41.5, + "sun": 8, + "cloud": 1.5, + "ground_temp": 0.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51972, + "power": 51972 + }, + { + "date": 70318, + "mean_temp": 6.3, + "min_temp": 1.7, + "max_temp": 11.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 34.1, + "sun": 10.8, + "cloud": 0.4, + "ground_temp": 2.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46116, + "power": 46116 + }, + { + "date": 70317, + "mean_temp": 6.9, + "min_temp": 3.2, + "max_temp": 11.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 41.8, + "sun": 6.8, + "cloud": 2.6, + "ground_temp": 4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51355, + "power": 48400 + }, + { + "date": 70316, + "mean_temp": 7.9, + "min_temp": 5, + "max_temp": 12.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 28, + "mean_hum": 45.1, + "sun": 4.4, + "cloud": 4.5, + "ground_temp": 6.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51638, + "power": 51638 + }, + { + "date": 70315, + "mean_temp": 9.1, + "min_temp": 5, + "max_temp": 14.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 16, + "mean_hum": 34.1, + "sun": 9.2, + "cloud": 3.9, + "ground_temp": 6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52735, + "power": 51963 + }, + { + "date": 70314, + "mean_temp": 6.6, + "min_temp": 1.3, + "max_temp": 11.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 57, + "sun": 8.6, + "cloud": 3.3, + "ground_temp": 7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52311, + "power": 52311 + }, + { + "date": 70313, + "mean_temp": 5.1, + "min_temp": 0.6, + "max_temp": 10.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 54.5, + "sun": 9.9, + "cloud": 0.6, + "ground_temp": 6.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52735, + "power": 52735 + }, + { + "date": 70312, + "mean_temp": 3.1, + "min_temp": -1.8, + "max_temp": 7.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.9, + "min_hum": 18, + "mean_hum": 45.1, + "sun": 10.3, + "cloud": 2.4, + "ground_temp": 5.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52923, + "power": 52923 + }, + { + "date": 70311, + "mean_temp": 0.1, + "min_temp": -3.7, + "max_temp": 3.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.8, + "min_hum": 26, + "mean_hum": 38.8, + "sun": 8.9, + "cloud": 2, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47720, + "power": 47720 + }, + { + "date": 70310, + "mean_temp": 2.3, + "min_temp": -3.5, + "max_temp": 6.5, + "rain": 1, + "max_wind": 8.3, + "mean_wind": 3.9, + "min_hum": 29, + "mean_hum": 55.4, + "sun": 1.5, + "cloud": 6.6, + "ground_temp": 3.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 53238, + "power": 50077 + }, + { + "date": 70309, + "mean_temp": 4.9, + "min_temp": 0.6, + "max_temp": 9.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 61.1, + "sun": 7.9, + "cloud": 4.3, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52526, + "power": 52526 + }, + { + "date": 70308, + "mean_temp": 0.7, + "min_temp": -3.5, + "max_temp": 3.9, + "rain": 1, + "max_wind": 6.4, + "mean_wind": 2.5, + "min_hum": 35, + "mean_hum": 63.4, + "sun": 3.9, + "cloud": 3.6, + "ground_temp": 2.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53245, + "power": 53245 + }, + { + "date": 70307, + "mean_temp": -2.8, + "min_temp": -6.9, + "max_temp": 1.2, + "rain": 0.9, + "max_wind": 6.6, + "mean_wind": 2.8, + "min_hum": 36, + "mean_hum": 58.4, + "sun": 7.2, + "cloud": 3.6, + "ground_temp": 0.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54041, + "power": 54041 + }, + { + "date": 70306, + "mean_temp": -5, + "min_temp": -7.6, + "max_temp": -1.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 4.1, + "min_hum": 24, + "mean_hum": 38.9, + "sun": 10.1, + "cloud": 0.6, + "ground_temp": -0.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54396, + "power": 54396 + }, + { + "date": 70305, + "mean_temp": -2.1, + "min_temp": -5.3, + "max_temp": 5.5, + "rain": 2, + "max_wind": 10, + "mean_wind": 5.9, + "min_hum": 43, + "mean_hum": 64.9, + "sun": 0.5, + "cloud": 8.6, + "ground_temp": 3.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53245, + "power": 53762 + }, + { + "date": 70304, + "mean_temp": 10.9, + "min_temp": 5.5, + "max_temp": 14.1, + "rain": 34, + "max_wind": 9.5, + "mean_wind": 4.4, + "min_hum": 69, + "mean_hum": 81.4, + "sun": 0, + "cloud": 9, + "ground_temp": 7.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42444, + "power": 44937 + }, + { + "date": 70303, + "mean_temp": 10.4, + "min_temp": 8.6, + "max_temp": 12, + "rain": 0.2, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 82, + "mean_hum": 88.8, + "sun": 0, + "cloud": 7.9, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47119, + "power": 47119 + }, + { + "date": 70302, + "mean_temp": 8.3, + "min_temp": 6.5, + "max_temp": 12, + "rain": 22, + "max_wind": 4.4, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 80.8, + "sun": 0, + "cloud": 10, + "ground_temp": 7.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52735, + "power": 50297 + }, + { + "date": 70301, + "mean_temp": 10.2, + "min_temp": 3.9, + "max_temp": 15.3, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 15, + "mean_hum": 29.4, + "sun": 4.4, + "cloud": 7, + "ground_temp": 6.3, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 48345, + "power": 48345 + }, + { + "date": 70228, + "mean_temp": 8.1, + "min_temp": 2.7, + "max_temp": 14.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 14, + "mean_hum": 37.1, + "sun": 10.3, + "cloud": 0.9, + "ground_temp": 4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50771, + "power": 50771 + }, + { + "date": 70227, + "mean_temp": 7.7, + "min_temp": 3.9, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 58.3, + "sun": 6.7, + "cloud": 1, + "ground_temp": 4.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51351, + "power": 51351 + }, + { + "date": 70226, + "mean_temp": 8.3, + "min_temp": 3.7, + "max_temp": 14, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 48.9, + "sun": 10.2, + "cloud": 0, + "ground_temp": 4.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51578, + "power": 51578 + }, + { + "date": 70225, + "mean_temp": 7.3, + "min_temp": 4.5, + "max_temp": 11.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 27, + "mean_hum": 48.6, + "sun": 2.8, + "cloud": 6.4, + "ground_temp": 4.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46255, + "power": 46255 + }, + { + "date": 70224, + "mean_temp": 4.3, + "min_temp": -1.7, + "max_temp": 9.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 13, + "mean_hum": 27.6, + "sun": 7.2, + "cloud": 4.5, + "ground_temp": 3.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49811, + "power": 48844 + }, + { + "date": 70223, + "mean_temp": 2.9, + "min_temp": -0.6, + "max_temp": 7.4, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.4, + "min_hum": 15, + "mean_hum": 39.8, + "sun": 10.1, + "cloud": 0, + "ground_temp": 4.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51900, + "power": 52025 + }, + { + "date": 70222, + "mean_temp": 7.6, + "min_temp": 2.5, + "max_temp": 13.1, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 64.3, + "sun": 5.5, + "cloud": 6.8, + "ground_temp": 7.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51563, + "power": 51563 + }, + { + "date": 70221, + "mean_temp": 5.2, + "min_temp": 2.2, + "max_temp": 8.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.3, + "min_hum": 42, + "mean_hum": 70, + "sun": 0, + "cloud": 4.8, + "ground_temp": 5.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51900, + "power": 50523 + }, + { + "date": 70220, + "mean_temp": 5.6, + "min_temp": 0.4, + "max_temp": 12, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 14, + "mean_hum": 46.9, + "sun": 9.9, + "cloud": 0.3, + "ground_temp": 3.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51972, + "power": 46246 + }, + { + "date": 70219, + "mean_temp": 4.4, + "min_temp": 1.7, + "max_temp": 10.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 64.8, + "sun": 7.1, + "cloud": 1, + "ground_temp": 4.5, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 41617, + "power": 41617 + }, + { + "date": 70218, + "mean_temp": 5.6, + "min_temp": 0.6, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 49.6, + "sun": 8.9, + "cloud": 2.6, + "ground_temp": 2.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 39596, + "power": 39596 + }, + { + "date": 70217, + "mean_temp": 6.2, + "min_temp": 3.5, + "max_temp": 10.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 44, + "sun": 0.4, + "cloud": 6.9, + "ground_temp": 2.1, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 53238, + "power": 45801 + }, + { + "date": 70216, + "mean_temp": 3.1, + "min_temp": -3.2, + "max_temp": 9.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 15, + "mean_hum": 30.6, + "sun": 9.6, + "cloud": 2.5, + "ground_temp": 0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53266, + "power": 51247 + }, + { + "date": 70215, + "mean_temp": 0, + "min_temp": -3.5, + "max_temp": 4.4, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 16, + "mean_hum": 31.6, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": -0.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53771, + "power": 53771 + }, + { + "date": 70214, + "mean_temp": -0.1, + "min_temp": -3.2, + "max_temp": 4, + "rain": 0.1, + "max_wind": 8.6, + "mean_wind": 4.5, + "min_hum": 36, + "mean_hum": 59.6, + "sun": 5.8, + "cloud": 5.8, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54222, + "power": 54222 + }, + { + "date": 70213, + "mean_temp": 3.7, + "min_temp": 1.2, + "max_temp": 7.4, + "rain": 11.5, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 35, + "mean_hum": 64.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": 3.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53245, + "power": 53548 + }, + { + "date": 70212, + "mean_temp": 3.4, + "min_temp": -0.8, + "max_temp": 8.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 58.3, + "sun": 8.4, + "cloud": 1.5, + "ground_temp": 1.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53266, + "power": 53266 + }, + { + "date": 70211, + "mean_temp": 1.3, + "min_temp": -2.5, + "max_temp": 5.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 24, + "mean_hum": 51.1, + "sun": 9.6, + "cloud": 0, + "ground_temp": 1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47620, + "power": 47620 + }, + { + "date": 70210, + "mean_temp": 3.5, + "min_temp": 0.4, + "max_temp": 6, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.5, + "min_hum": 32, + "mean_hum": 59.5, + "sun": 4.5, + "cloud": 4.4, + "ground_temp": 2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49842, + "power": 49842 + }, + { + "date": 70209, + "mean_temp": 4.6, + "min_temp": 3.9, + "max_temp": 6.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 52, + "mean_hum": 70.3, + "sun": 2.2, + "cloud": 8.4, + "ground_temp": 3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52746, + "power": 52746 + }, + { + "date": 70208, + "mean_temp": 5.6, + "min_temp": 4.5, + "max_temp": 6.5, + "rain": 1, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 77.5, + "sun": 0, + "cloud": 9.4, + "ground_temp": 3.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53245, + "power": 52466 + }, + { + "date": 70207, + "mean_temp": 7.1, + "min_temp": 1.2, + "max_temp": 13.8, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.1, + "min_hum": 22, + "mean_hum": 52.1, + "sun": 9, + "cloud": 0.5, + "ground_temp": 2.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52311, + "power": 52411 + }, + { + "date": 70206, + "mean_temp": 8, + "min_temp": 5.5, + "max_temp": 13.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 35, + "mean_hum": 65.4, + "sun": 5, + "cloud": 3.9, + "ground_temp": 5.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52790, + "power": 52646 + }, + { + "date": 70205, + "mean_temp": 4.5, + "min_temp": 0.3, + "max_temp": 8.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 62.5, + "sun": 0.9, + "cloud": 7.1, + "ground_temp": 3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52861, + "power": 53613 + }, + { + "date": 70204, + "mean_temp": 3, + "min_temp": -2.2, + "max_temp": 9.3, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 20, + "mean_hum": 39.3, + "sun": 9.1, + "cloud": 0.3, + "ground_temp": 0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46116, + "power": 48825 + }, + { + "date": 70203, + "mean_temp": 0.3, + "min_temp": -5.6, + "max_temp": 6.4, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.9, + "min_hum": 32, + "mean_hum": 61.5, + "sun": 0.8, + "cloud": 3, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 52482, + "power": 52482 + }, + { + "date": 70202, + "mean_temp": -5, + "min_temp": -8.6, + "max_temp": -0.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 45.8, + "sun": 9.3, + "cloud": 0.1, + "ground_temp": -2.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55071, + "power": 55071 + }, + { + "date": 70201, + "mean_temp": -5.4, + "min_temp": -8.3, + "max_temp": -1.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 3.1, + "min_hum": 32, + "mean_hum": 48.8, + "sun": 8.5, + "cloud": 0, + "ground_temp": -2.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 55402, + "power": 55402 + }, + { + "date": 70131, + "mean_temp": -3.7, + "min_temp": -6.5, + "max_temp": -0.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 33, + "mean_hum": 46.6, + "sun": 5.7, + "cloud": 1.6, + "ground_temp": -2.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54626, + "power": 54626 + }, + { + "date": 70130, + "mean_temp": -0.4, + "min_temp": -5, + "max_temp": 2.7, + "rain": 1, + "max_wind": 7.6, + "mean_wind": 3.7, + "min_hum": 32, + "mean_hum": 54.8, + "sun": 7.2, + "cloud": 4.3, + "ground_temp": 0.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54663, + "power": 54663 + }, + { + "date": 70129, + "mean_temp": 1, + "min_temp": -2.7, + "max_temp": 4.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 44, + "mean_hum": 59.3, + "sun": 7.5, + "cloud": 2.4, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54090, + "power": 54090 + }, + { + "date": 70128, + "mean_temp": 0.2, + "min_temp": -3, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 29, + "mean_hum": 55.3, + "sun": 8.6, + "cloud": 0.8, + "ground_temp": 0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48331, + "power": 48521 + }, + { + "date": 70127, + "mean_temp": 0.7, + "min_temp": -1.5, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 42, + "mean_hum": 61.3, + "sun": 4.2, + "cloud": 4.5, + "ground_temp": 0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50352, + "power": 50696 + }, + { + "date": 70126, + "mean_temp": 1.4, + "min_temp": -0.2, + "max_temp": 4.3, + "rain": 0.1, + "max_wind": 6.1, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 66.6, + "sun": 0.9, + "cloud": 9.1, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53845, + "power": 53845 + }, + { + "date": 70125, + "mean_temp": 1, + "min_temp": -2, + "max_temp": 4.6, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 55.6, + "sun": 5.3, + "cloud": 2.8, + "ground_temp": -0.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54064, + "power": 53636 + }, + { + "date": 70124, + "mean_temp": 1.5, + "min_temp": -1.8, + "max_temp": 5.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 54.4, + "sun": 9, + "cloud": 0.9, + "ground_temp": 0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53453, + "power": 53453 + }, + { + "date": 70123, + "mean_temp": 1.9, + "min_temp": -1.6, + "max_temp": 6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 58.8, + "sun": 6, + "cloud": 4.8, + "ground_temp": -0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53683, + "power": 53683 + }, + { + "date": 70122, + "mean_temp": 2, + "min_temp": -1.1, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 45, + "mean_hum": 65.4, + "sun": 6.3, + "cloud": 3.6, + "ground_temp": 0.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53724, + "power": 53724 + }, + { + "date": 70121, + "mean_temp": 1.8, + "min_temp": -2.5, + "max_temp": 7.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 28, + "mean_hum": 48.6, + "sun": 6.9, + "cloud": 3.6, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48293, + "power": 48293 + }, + { + "date": 70120, + "mean_temp": 1, + "min_temp": -2.7, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.3, + "min_hum": 20, + "mean_hum": 40.6, + "sun": 8.1, + "cloud": 2.8, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49811, + "power": 50630 + }, + { + "date": 70119, + "mean_temp": 0.2, + "min_temp": -3.4, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 26, + "mean_hum": 45.1, + "sun": 8.5, + "cloud": 1.9, + "ground_temp": -2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53927, + "power": 53927 + }, + { + "date": 70118, + "mean_temp": 1, + "min_temp": -1.1, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 50.3, + "sun": 8.9, + "cloud": 0.4, + "ground_temp": -1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54064, + "power": 54064 + }, + { + "date": 70117, + "mean_temp": 2.3, + "min_temp": -0.8, + "max_temp": 4.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 70.3, + "sun": 5.1, + "cloud": 5.4, + "ground_temp": -0.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53672, + "power": 53672 + }, + { + "date": 70116, + "mean_temp": 2.2, + "min_temp": -0.6, + "max_temp": 5.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 48, + "mean_hum": 65, + "sun": 1.5, + "cloud": 6.6, + "ground_temp": 0, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53672, + "power": 54399 + }, + { + "date": 70115, + "mean_temp": -0.2, + "min_temp": -4.5, + "max_temp": 4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 31, + "mean_hum": 54.4, + "sun": 5.1, + "cloud": 5.4, + "ground_temp": -1.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 55066, + "power": 55066 + }, + { + "date": 70114, + "mean_temp": -2.7, + "min_temp": -7.6, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 20, + "mean_hum": 39.5, + "sun": 8.9, + "cloud": 0.9, + "ground_temp": -3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49782, + "power": 49782 + }, + { + "date": 70113, + "mean_temp": -5.2, + "min_temp": -7.6, + "max_temp": -2.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 27, + "mean_hum": 41, + "sun": 9.2, + "cloud": 0, + "ground_temp": -4.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 55500, + "power": 52184 + }, + { + "date": 70112, + "mean_temp": -3, + "min_temp": -5.8, + "max_temp": -0.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 43.6, + "sun": 8.8, + "cloud": 1.5, + "ground_temp": -2.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54687, + "power": 54687 + }, + { + "date": 70111, + "mean_temp": -1.6, + "min_temp": -4.5, + "max_temp": 1.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 18, + "mean_hum": 44, + "sun": 6.3, + "cloud": 2.3, + "ground_temp": -2.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54312, + "power": 54657 + }, + { + "date": 70110, + "mean_temp": -0.4, + "min_temp": -3, + "max_temp": 2.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 62.5, + "sun": 6.6, + "cloud": 0.5, + "ground_temp": -1.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54312, + "power": 54312 + }, + { + "date": 70109, + "mean_temp": -1.7, + "min_temp": -6, + "max_temp": 2.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 40, + "mean_hum": 58.9, + "sun": 7.3, + "cloud": 4.6, + "ground_temp": -2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54683, + "power": 54683 + }, + { + "date": 70108, + "mean_temp": -3, + "min_temp": -4.6, + "max_temp": 0.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.7, + "min_hum": 37, + "mean_hum": 52.5, + "sun": 9.1, + "cloud": 0.9, + "ground_temp": -2.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54312, + "power": 54753 + }, + { + "date": 70107, + "mean_temp": -3.9, + "min_temp": -6.5, + "max_temp": -0.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 49, + "mean_hum": 63.6, + "sun": 6.9, + "cloud": 1.4, + "ground_temp": -2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 57317, + "power": 49141 + }, + { + "date": 70106, + "mean_temp": -1.2, + "min_temp": -4.8, + "max_temp": 4.6, + "rain": 9, + "max_wind": 8, + "mean_wind": 4.3, + "min_hum": 61, + "mean_hum": 76.6, + "sun": 0.3, + "cloud": 6.6, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51321, + "power": 51321 + }, + { + "date": 70105, + "mean_temp": 4.5, + "min_temp": 1, + "max_temp": 9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 60.9, + "sun": 2.5, + "cloud": 6.6, + "ground_temp": 2.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52746, + "power": 52616 + }, + { + "date": 70104, + "mean_temp": 4.8, + "min_temp": 0.8, + "max_temp": 11.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 58.9, + "sun": 7.4, + "cloud": 0.4, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52790, + "power": 52790 + }, + { + "date": 70103, + "mean_temp": 5.3, + "min_temp": 1.6, + "max_temp": 9.3, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 63.9, + "sun": 3.6, + "cloud": 4.8, + "ground_temp": 2.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52861, + "power": 52861 + }, + { + "date": 70102, + "mean_temp": 3.1, + "min_temp": 1.5, + "max_temp": 4.5, + "rain": 0.5, + "max_wind": 2.7, + "mean_wind": 1.4, + "min_hum": 60, + "mean_hum": 80.1, + "sun": 0, + "cloud": 7, + "ground_temp": 3.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52923, + "power": 51305 + }, + { + "date": 70101, + "mean_temp": 3.3, + "min_temp": 0, + "max_temp": 6, + "rain": 0.2, + "max_wind": 2.4, + "mean_wind": 1.3, + "min_hum": 27, + "mean_hum": 44.5, + "sun": 0.2, + "cloud": 8.6, + "ground_temp": 1.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 51739, + "power": 45479 + }, + { + "date": 61231, + "mean_temp": 0.7, + "min_temp": -4.4, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 18, + "mean_hum": 35.6, + "sun": 8.1, + "cloud": 1.9, + "ground_temp": -0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47702, + "power": 47702 + }, + { + "date": 61230, + "mean_temp": -3.6, + "min_temp": -8.8, + "max_temp": -0.1, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.3, + "min_hum": 26, + "mean_hum": 39.5, + "sun": 5.8, + "cloud": 4.8, + "ground_temp": -1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51396, + "power": 51396 + }, + { + "date": 61229, + "mean_temp": -8.1, + "min_temp": -12.3, + "max_temp": -3.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 37.9, + "sun": 8.9, + "cloud": 0, + "ground_temp": -4.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52570, + "power": 54003 + }, + { + "date": 61228, + "mean_temp": -8.4, + "min_temp": -11.3, + "max_temp": -4.3, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 4.6, + "min_hum": 29, + "mean_hum": 40.9, + "sun": 7.6, + "cloud": 1, + "ground_temp": -4.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53330, + "power": 55508 + }, + { + "date": 61227, + "mean_temp": 0.9, + "min_temp": -4.3, + "max_temp": 5.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.4, + "min_hum": 41, + "mean_hum": 64.4, + "sun": 0.7, + "cloud": 3.5, + "ground_temp": 2.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53070, + "power": 53070 + }, + { + "date": 61226, + "mean_temp": 7.1, + "min_temp": 2.5, + "max_temp": 12.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 46, + "mean_hum": 67.5, + "sun": 8.5, + "cloud": 0.9, + "ground_temp": 3.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52176, + "power": 52176 + }, + { + "date": 61225, + "mean_temp": 5.8, + "min_temp": 0.4, + "max_temp": 12.6, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 64.5, + "sun": 7.5, + "cloud": 1, + "ground_temp": 1.6, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 47886, + "power": 47886 + }, + { + "date": 61224, + "mean_temp": 2.4, + "min_temp": -1.7, + "max_temp": 7.3, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 32, + "mean_hum": 57.1, + "sun": 5.4, + "cloud": 4.8, + "ground_temp": 0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47245, + "power": 47245 + }, + { + "date": 61223, + "mean_temp": 2.5, + "min_temp": -0.8, + "max_temp": 7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 62.9, + "sun": 7.7, + "cloud": 0.8, + "ground_temp": -0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49919, + "power": 49919 + }, + { + "date": 61222, + "mean_temp": 4.1, + "min_temp": 2, + "max_temp": 7.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 53, + "mean_hum": 65.5, + "sun": 1.9, + "cloud": 3.5, + "ground_temp": 1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53114, + "power": 53114 + }, + { + "date": 61221, + "mean_temp": 3.6, + "min_temp": 0.1, + "max_temp": 8.1, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.3, + "min_hum": 33, + "mean_hum": 63.3, + "sun": 7.3, + "cloud": 2.4, + "ground_temp": -0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53788, + "power": 53788 + }, + { + "date": 61220, + "mean_temp": 4.1, + "min_temp": 1.7, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 61.4, + "sun": 4.3, + "cloud": 4.5, + "ground_temp": 0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54805, + "power": 53669 + }, + { + "date": 61219, + "mean_temp": 0.8, + "min_temp": -4.1, + "max_temp": 5, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.3, + "min_hum": 40, + "mean_hum": 53.1, + "sun": 7.5, + "cloud": 3.8, + "ground_temp": 0.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 54805, + "power": 54805 + }, + { + "date": 61218, + "mean_temp": -2.4, + "min_temp": -5.4, + "max_temp": 1.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 16, + "mean_hum": 54.4, + "sun": 8.6, + "cloud": 1, + "ground_temp": 0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53935, + "power": 55248 + }, + { + "date": 61217, + "mean_temp": -1, + "min_temp": -3.9, + "max_temp": 1.6, + "rain": 5.5, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 65, + "mean_hum": 80.5, + "sun": 0.8, + "cloud": 6.5, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48950, + "power": 48950 + }, + { + "date": 61216, + "mean_temp": 2.4, + "min_temp": -0.2, + "max_temp": 4.8, + "rain": 3, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 70.3, + "sun": 5.7, + "cloud": 5.6, + "ground_temp": 1.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50458, + "power": 50458 + }, + { + "date": 61215, + "mean_temp": 3.2, + "min_temp": 0.6, + "max_temp": 6.4, + "rain": 2.5, + "max_wind": 2.8, + "mean_wind": 1.6, + "min_hum": 57, + "mean_hum": 80.5, + "sun": 1.2, + "cloud": 6.6, + "ground_temp": 1.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53006, + "power": 53006 + }, + { + "date": 61214, + "mean_temp": 3.3, + "min_temp": 1.1, + "max_temp": 6.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.1, + "min_hum": 26, + "mean_hum": 51.9, + "sun": 1.8, + "cloud": 4.1, + "ground_temp": 1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53361, + "power": 53361 + }, + { + "date": 61213, + "mean_temp": 5.7, + "min_temp": 3.5, + "max_temp": 9.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 61.8, + "sun": 1.9, + "cloud": 5.5, + "ground_temp": 4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52796, + "power": 52796 + }, + { + "date": 61212, + "mean_temp": 5.2, + "min_temp": 1.2, + "max_temp": 9.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 43, + "mean_hum": 61.8, + "sun": 3.9, + "cloud": 6.1, + "ground_temp": 1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52796, + "power": 52941 + }, + { + "date": 61211, + "mean_temp": 1.8, + "min_temp": -2, + "max_temp": 6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 37, + "mean_hum": 51.8, + "sun": 3.8, + "cloud": 4.9, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52796, + "power": 54008 + }, + { + "date": 61210, + "mean_temp": -0.4, + "min_temp": -3.5, + "max_temp": 3.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 26, + "mean_hum": 43.9, + "sun": 8.5, + "cloud": 2.5, + "ground_temp": -0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47081, + "power": 47885 + }, + { + "date": 61209, + "mean_temp": 2.5, + "min_temp": -1.2, + "max_temp": 5.9, + "rain": 2.5, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 73.9, + "sun": 1.9, + "cloud": 5.5, + "ground_temp": 3.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50022, + "power": 50022 + }, + { + "date": 61208, + "mean_temp": 6.6, + "min_temp": 4, + "max_temp": 9.1, + "rain": 2.5, + "max_wind": 5, + "mean_wind": 3.1, + "min_hum": 50, + "mean_hum": 59.6, + "sun": 0.9, + "cloud": 8.9, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53267, + "power": 53267 + }, + { + "date": 61207, + "mean_temp": 5, + "min_temp": 3.5, + "max_temp": 7.4, + "rain": 1, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 68.3, + "sun": 0.3, + "cloud": 8.9, + "ground_temp": 5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52796, + "power": 53798 + }, + { + "date": 61206, + "mean_temp": 3.2, + "min_temp": -0.6, + "max_temp": 6.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 54, + "mean_hum": 69.4, + "sun": 3.9, + "cloud": 4.5, + "ground_temp": 1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53425, + "power": 53425 + }, + { + "date": 61205, + "mean_temp": 2.4, + "min_temp": -0.4, + "max_temp": 6.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 59.8, + "sun": 3.8, + "cloud": 3.1, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52796, + "power": 53883 + }, + { + "date": 61204, + "mean_temp": -1.4, + "min_temp": -5.4, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 23, + "mean_hum": 44.3, + "sun": 9.1, + "cloud": 0.9, + "ground_temp": -2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52511, + "power": 54505 + }, + { + "date": 61203, + "mean_temp": -4.5, + "min_temp": -8.5, + "max_temp": -0.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 24, + "mean_hum": 44.1, + "sun": 9.1, + "cloud": 0.1, + "ground_temp": -2.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 48186, + "power": 48186 + }, + { + "date": 61202, + "mean_temp": -2.8, + "min_temp": -6.1, + "max_temp": 3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.9, + "min_hum": 37, + "mean_hum": 50.8, + "sun": 8.6, + "cloud": 1, + "ground_temp": -0.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50181, + "power": 50181 + }, + { + "date": 61201, + "mean_temp": 3.1, + "min_temp": 0.8, + "max_temp": 5.9, + "rain": 0.3, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 49, + "mean_hum": 72.3, + "sun": 4.4, + "cloud": 6.3, + "ground_temp": 0.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49817, + "power": 51910 + }, + { + "date": 61130, + "mean_temp": 1.8, + "min_temp": -0.6, + "max_temp": 3.5, + "rain": 0.5, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 82.3, + "sun": 0.3, + "cloud": 7.5, + "ground_temp": 1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52071, + "power": 52071 + }, + { + "date": 61129, + "mean_temp": 2, + "min_temp": 0, + "max_temp": 5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 47.1, + "sun": 6.9, + "cloud": 2.3, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51551, + "power": 51796 + }, + { + "date": 61128, + "mean_temp": 5.1, + "min_temp": 2.5, + "max_temp": 7, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.8, + "min_hum": 58, + "mean_hum": 72.5, + "sun": 0.5, + "cloud": 7, + "ground_temp": 5.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51062, + "power": 51062 + }, + { + "date": 61127, + "mean_temp": 8.1, + "min_temp": 5.8, + "max_temp": 12, + "rain": 12, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 59, + "mean_hum": 79.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 7.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50995, + "power": 50995 + }, + { + "date": 61126, + "mean_temp": 11.3, + "min_temp": 8.3, + "max_temp": 13.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 51, + "sun": 0, + "cloud": 8, + "ground_temp": 7.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44446, + "power": 44446 + }, + { + "date": 61125, + "mean_temp": 9.1, + "min_temp": 4, + "max_temp": 16.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 49.6, + "sun": 8.2, + "cloud": 3.3, + "ground_temp": 5.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47032, + "power": 47032 + }, + { + "date": 61124, + "mean_temp": 7.3, + "min_temp": 4.8, + "max_temp": 12.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.5, + "min_hum": 34, + "mean_hum": 47.5, + "sun": 8, + "cloud": 4.4, + "ground_temp": 5.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50708, + "power": 50708 + }, + { + "date": 61123, + "mean_temp": 7.9, + "min_temp": 6, + "max_temp": 11.3, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 4.2, + "min_hum": 39, + "mean_hum": 52.8, + "sun": 7.2, + "cloud": 3.1, + "ground_temp": 5.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50995, + "power": 51242 + }, + { + "date": 61122, + "mean_temp": 7.1, + "min_temp": 5, + "max_temp": 10.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 26, + "mean_hum": 43.3, + "sun": 3.3, + "cloud": 4.4, + "ground_temp": 6.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50708, + "power": 51111 + }, + { + "date": 61121, + "mean_temp": 8.4, + "min_temp": 5.4, + "max_temp": 11.1, + "rain": 0.1, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 65, + "mean_hum": 73.4, + "sun": 0, + "cloud": 6.5, + "ground_temp": 7.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50757, + "power": 50757 + }, + { + "date": 61120, + "mean_temp": 8.6, + "min_temp": 4.6, + "max_temp": 13.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 58.8, + "sun": 8.6, + "cloud": 0.3, + "ground_temp": 7.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50554, + "power": 50554 + }, + { + "date": 61119, + "mean_temp": 8.8, + "min_temp": 3.5, + "max_temp": 13.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 55.3, + "sun": 2.8, + "cloud": 5.1, + "ground_temp": 6.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44580, + "power": 44580 + }, + { + "date": 61118, + "mean_temp": 7.2, + "min_temp": 2.5, + "max_temp": 13.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 54.8, + "sun": 8.3, + "cloud": 0.9, + "ground_temp": 3.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46810, + "power": 47631 + }, + { + "date": 61117, + "mean_temp": 5.5, + "min_temp": 0.5, + "max_temp": 10.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.5, + "min_hum": 32, + "mean_hum": 50.3, + "sun": 7.6, + "cloud": 0.8, + "ground_temp": 1.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51059, + "power": 51059 + }, + { + "date": 61116, + "mean_temp": 3.4, + "min_temp": -0.4, + "max_temp": 7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 41.1, + "sun": 7.2, + "cloud": 3.6, + "ground_temp": 1.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51768, + "power": 51631 + }, + { + "date": 61115, + "mean_temp": 5.6, + "min_temp": 1.8, + "max_temp": 10.5, + "rain": 3.5, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 34, + "mean_hum": 64.1, + "sun": 4.6, + "cloud": 4.3, + "ground_temp": 5.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50744, + "power": 50744 + }, + { + "date": 61114, + "mean_temp": 5.6, + "min_temp": 2.5, + "max_temp": 8.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.1, + "min_hum": 22, + "mean_hum": 43.3, + "sun": 9.1, + "cloud": 3.3, + "ground_temp": 6.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50868, + "power": 50868 + }, + { + "date": 61113, + "mean_temp": 9.1, + "min_temp": 4.5, + "max_temp": 13.6, + "rain": 3, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 71, + "sun": 0.5, + "cloud": 7.9, + "ground_temp": 9.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49900, + "power": 49900 + }, + { + "date": 61112, + "mean_temp": 5.8, + "min_temp": 0.6, + "max_temp": 11.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 18, + "mean_hum": 41.8, + "sun": 9.6, + "cloud": 0, + "ground_temp": 3.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44066, + "power": 44066 + }, + { + "date": 61111, + "mean_temp": 5.3, + "min_temp": 2, + "max_temp": 9.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.1, + "min_hum": 19, + "mean_hum": 41.5, + "sun": 9.6, + "cloud": 1.1, + "ground_temp": 5.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46329, + "power": 46329 + }, + { + "date": 61110, + "mean_temp": 8.4, + "min_temp": 5.1, + "max_temp": 12.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.6, + "min_hum": 14, + "mean_hum": 27.4, + "sun": 2.8, + "cloud": 5.1, + "ground_temp": 6.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48572, + "power": 49224 + }, + { + "date": 61109, + "mean_temp": 13.8, + "min_temp": 8.6, + "max_temp": 17.2, + "rain": 2.5, + "max_wind": 8, + "mean_wind": 3.7, + "min_hum": 15, + "mean_hum": 44.5, + "sun": 7.8, + "cloud": 3.3, + "ground_temp": 11.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49078, + "power": 49078 + }, + { + "date": 61108, + "mean_temp": 13, + "min_temp": 5.5, + "max_temp": 17.1, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 4.1, + "min_hum": 60, + "mean_hum": 71.1, + "sun": 1.6, + "cloud": 7.9, + "ground_temp": 10.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48980, + "power": 48980 + }, + { + "date": 61107, + "mean_temp": 3.5, + "min_temp": -1.3, + "max_temp": 8.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 36, + "mean_hum": 56.8, + "sun": 9.1, + "cloud": 1.9, + "ground_temp": 2.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50350, + "power": 50350 + }, + { + "date": 61106, + "mean_temp": 4.6, + "min_temp": -0.1, + "max_temp": 8.8, + "rain": 17, + "max_wind": 6.1, + "mean_wind": 2.2, + "min_hum": 43, + "mean_hum": 75.3, + "sun": 0.7, + "cloud": 8.6, + "ground_temp": 6.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49437, + "power": 49437 + }, + { + "date": 61105, + "mean_temp": 13.3, + "min_temp": 8.3, + "max_temp": 17.7, + "rain": 7, + "max_wind": 7.3, + "mean_wind": 3.5, + "min_hum": 25, + "mean_hum": 53.9, + "sun": 8.6, + "cloud": 3.4, + "ground_temp": 11.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42362, + "power": 42362 + }, + { + "date": 61104, + "mean_temp": 16, + "min_temp": 12.1, + "max_temp": 19.3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 46, + "mean_hum": 69.1, + "sun": 2.7, + "cloud": 5.1, + "ground_temp": 13.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44213, + "power": 44213 + }, + { + "date": 61103, + "mean_temp": 14.8, + "min_temp": 9.6, + "max_temp": 20.2, + "rain": 1.5, + "max_wind": 5.4, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 71.6, + "sun": 6.2, + "cloud": 3.9, + "ground_temp": 11.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47795, + "power": 47795 + }, + { + "date": 61102, + "mean_temp": 14.5, + "min_temp": 11.8, + "max_temp": 18.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 36, + "mean_hum": 61.8, + "sun": 7.7, + "cloud": 2.3, + "ground_temp": 12.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48139, + "power": 48139 + }, + { + "date": 61101, + "mean_temp": 15.6, + "min_temp": 12.6, + "max_temp": 19.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 50, + "mean_hum": 72, + "sun": 4, + "cloud": 4.4, + "ground_temp": 12.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47214, + "power": 47214 + }, + { + "date": 61031, + "mean_temp": 14.8, + "min_temp": 10.1, + "max_temp": 19.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 65.9, + "sun": 7.2, + "cloud": 3.1, + "ground_temp": 13.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42487, + "power": 47644 + }, + { + "date": 61030, + "mean_temp": 13.9, + "min_temp": 7.9, + "max_temp": 19.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 48.9, + "sun": 9.2, + "cloud": 2.4, + "ground_temp": 12.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47464, + "power": 47464 + }, + { + "date": 61029, + "mean_temp": 15.3, + "min_temp": 11.8, + "max_temp": 19.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 24, + "mean_hum": 57.3, + "sun": 5.6, + "cloud": 2.1, + "ground_temp": 12.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41357, + "power": 41357 + }, + { + "date": 61028, + "mean_temp": 14.7, + "min_temp": 9.5, + "max_temp": 19.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 50, + "mean_hum": 71.3, + "sun": 4.8, + "cloud": 2.5, + "ground_temp": 13.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43887, + "power": 43887 + }, + { + "date": 61027, + "mean_temp": 13.6, + "min_temp": 10.3, + "max_temp": 17.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 63.5, + "sun": 9.4, + "cloud": 0.9, + "ground_temp": 13.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47333, + "power": 47333 + }, + { + "date": 61026, + "mean_temp": 15, + "min_temp": 12.1, + "max_temp": 18.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 63.1, + "sun": 1, + "cloud": 6.4, + "ground_temp": 12.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48070, + "power": 48070 + }, + { + "date": 61025, + "mean_temp": 13.5, + "min_temp": 9.3, + "max_temp": 17.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 56.6, + "sun": 1.7, + "cloud": 6.9, + "ground_temp": 13.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47061, + "power": 47061 + }, + { + "date": 61024, + "mean_temp": 13.2, + "min_temp": 9.5, + "max_temp": 18.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 30, + "mean_hum": 52.9, + "sun": 9.5, + "cloud": 1.8, + "ground_temp": 10.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47795, + "power": 47274 + }, + { + "date": 61023, + "mean_temp": 12, + "min_temp": 10.5, + "max_temp": 15.6, + "rain": 8, + "max_wind": 8.5, + "mean_wind": 3.9, + "min_hum": 48, + "mean_hum": 63.8, + "sun": 1.3, + "cloud": 6.3, + "ground_temp": 12.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47284, + "power": 47284 + }, + { + "date": 61022, + "mean_temp": 16.5, + "min_temp": 15.1, + "max_temp": 18.7, + "rain": 21.5, + "max_wind": 3.5, + "mean_wind": 2.1, + "min_hum": 68, + "mean_hum": 83.6, + "sun": 0, + "cloud": 8, + "ground_temp": 16.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40358, + "power": 41055 + }, + { + "date": 61021, + "mean_temp": 18.7, + "min_temp": 14.8, + "max_temp": 24, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 63.8, + "sun": 8.8, + "cloud": 1, + "ground_temp": 16.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43245, + "power": 43245 + }, + { + "date": 61020, + "mean_temp": 19.1, + "min_temp": 16, + "max_temp": 23.5, + "rain": 0.5, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 72.6, + "sun": 3.8, + "cloud": 4, + "ground_temp": 15.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48083, + "power": 48083 + }, + { + "date": 61019, + "mean_temp": 19.5, + "min_temp": 17.7, + "max_temp": 21.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 63, + "mean_hum": 76.8, + "sun": 0.4, + "cloud": 7, + "ground_temp": 17.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48982, + "power": 48982 + }, + { + "date": 61018, + "mean_temp": 19.4, + "min_temp": 16.7, + "max_temp": 23.2, + "rain": 0.2, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 53, + "mean_hum": 75.1, + "sun": 2.4, + "cloud": 5, + "ground_temp": 18.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48372, + "power": 48372 + }, + { + "date": 61017, + "mean_temp": 18.9, + "min_temp": 16, + "max_temp": 21.7, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 61, + "mean_hum": 75.9, + "sun": 0, + "cloud": 7.4, + "ground_temp": 18.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49033, + "power": 49033 + }, + { + "date": 61016, + "mean_temp": 19.7, + "min_temp": 15.6, + "max_temp": 25.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 45, + "mean_hum": 69.3, + "sun": 6.3, + "cloud": 0.8, + "ground_temp": 20.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48175, + "power": 48175 + }, + { + "date": 61015, + "mean_temp": 18.9, + "min_temp": 14.3, + "max_temp": 24.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 51, + "mean_hum": 69.8, + "sun": 7.1, + "cloud": 0.4, + "ground_temp": 18.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40233, + "power": 40654 + }, + { + "date": 61014, + "mean_temp": 18.5, + "min_temp": 14, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 59.9, + "sun": 9.4, + "cloud": 0, + "ground_temp": 17.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43272, + "power": 43272 + }, + { + "date": 61013, + "mean_temp": 17.9, + "min_temp": 12, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 48.5, + "sun": 9.4, + "cloud": 2.6, + "ground_temp": 15.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46858, + "power": 47578 + }, + { + "date": 61012, + "mean_temp": 16.4, + "min_temp": 10.6, + "max_temp": 22.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 11, + "mean_hum": 43, + "sun": 10.6, + "cloud": 0.1, + "ground_temp": 18.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47967, + "power": 47967 + }, + { + "date": 61011, + "mean_temp": 19.3, + "min_temp": 15, + "max_temp": 23.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 30, + "mean_hum": 60.9, + "sun": 2.8, + "cloud": 5, + "ground_temp": 19.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47502, + "power": 47502 + }, + { + "date": 61010, + "mean_temp": 20.9, + "min_temp": 18.7, + "max_temp": 25.7, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 35, + "mean_hum": 69.4, + "sun": 7.3, + "cloud": 4.4, + "ground_temp": 21.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48071, + "power": 48071 + }, + { + "date": 61009, + "mean_temp": 20.1, + "min_temp": 17, + "max_temp": 23.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 61, + "mean_hum": 78.4, + "sun": 0, + "cloud": 7.4, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 46515, + "power": 46515 + }, + { + "date": 61008, + "mean_temp": 19.7, + "min_temp": 15.8, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 55, + "mean_hum": 73.9, + "sun": 3.2, + "cloud": 4.1, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36954, + "power": 36954 + }, + { + "date": 61007, + "mean_temp": 20.3, + "min_temp": 14.5, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 54.8, + "sun": 10, + "cloud": 0, + "ground_temp": 20, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 34247, + "power": 34247 + }, + { + "date": 61006, + "mean_temp": 21.1, + "min_temp": 16.2, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 40.6, + "sun": 10.8, + "cloud": 0, + "ground_temp": 20.8, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 31589, + "power": 31589 + }, + { + "date": 61005, + "mean_temp": 21.4, + "min_temp": 16.3, + "max_temp": 27.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 32, + "mean_hum": 47.4, + "sun": 10.1, + "cloud": 0.1, + "ground_temp": 20.3, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 34557, + "power": 34557 + }, + { + "date": 61004, + "mean_temp": 21.6, + "min_temp": 15.6, + "max_temp": 27.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 54.3, + "sun": 9.8, + "cloud": 1, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39944, + "power": 39944 + }, + { + "date": 61003, + "mean_temp": 20.6, + "min_temp": 15.1, + "max_temp": 26.3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 57.1, + "sun": 10, + "cloud": 1, + "ground_temp": 20.4, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 34247, + "power": 43018 + }, + { + "date": 61002, + "mean_temp": 20.7, + "min_temp": 15.3, + "max_temp": 26.3, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 55.8, + "sun": 10, + "cloud": 0.4, + "ground_temp": 21.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46204, + "power": 46204 + }, + { + "date": 61001, + "mean_temp": 20.7, + "min_temp": 17.7, + "max_temp": 25.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 33, + "mean_hum": 52.3, + "sun": 3.3, + "cloud": 6.1, + "ground_temp": 21.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41396, + "power": 41396 + }, + { + "date": 60930, + "mean_temp": 20.7, + "min_temp": 16.2, + "max_temp": 25.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 31, + "mean_hum": 52.9, + "sun": 7.6, + "cloud": 4, + "ground_temp": 21.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43887, + "power": 43453 + }, + { + "date": 60929, + "mean_temp": 20.7, + "min_temp": 17.3, + "max_temp": 25.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 29, + "mean_hum": 60.9, + "sun": 9, + "cloud": 2.9, + "ground_temp": 20.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47725, + "power": 47725 + }, + { + "date": 60928, + "mean_temp": 20.5, + "min_temp": 18.1, + "max_temp": 23.1, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 58, + "mean_hum": 70.6, + "sun": 0, + "cloud": 8.5, + "ground_temp": 20.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48982, + "power": 48773 + }, + { + "date": 60927, + "mean_temp": 22, + "min_temp": 18.7, + "max_temp": 27.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 51.6, + "sun": 8.6, + "cloud": 3, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48401, + "power": 48401 + }, + { + "date": 60926, + "mean_temp": 21.6, + "min_temp": 17.8, + "max_temp": 27.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 23, + "mean_hum": 49.1, + "sun": 5.7, + "cloud": 5.6, + "ground_temp": 21.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48468, + "power": 48468 + }, + { + "date": 60925, + "mean_temp": 20.9, + "min_temp": 16, + "max_temp": 26.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 19, + "mean_hum": 43.8, + "sun": 7.5, + "cloud": 4.6, + "ground_temp": 19, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47725, + "power": 48333 + }, + { + "date": 60924, + "mean_temp": 21.2, + "min_temp": 15.3, + "max_temp": 26.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 43.5, + "sun": 10.9, + "cloud": 0, + "ground_temp": 19.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40233, + "power": 40233 + }, + { + "date": 60923, + "mean_temp": 21.5, + "min_temp": 17.1, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 46.5, + "sun": 10.9, + "cloud": 0, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43395, + "power": 43395 + }, + { + "date": 60922, + "mean_temp": 22.9, + "min_temp": 18.6, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 61.3, + "sun": 8.2, + "cloud": 1, + "ground_temp": 20.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47810, + "power": 48835 + }, + { + "date": 60921, + "mean_temp": 23.5, + "min_temp": 19.1, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 52.5, + "sun": 9.3, + "cloud": 2.6, + "ground_temp": 21.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49008, + "power": 49008 + }, + { + "date": 60920, + "mean_temp": 22.1, + "min_temp": 17.8, + "max_temp": 26.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 64.6, + "sun": 4.2, + "cloud": 7.8, + "ground_temp": 20.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47810, + "power": 47810 + }, + { + "date": 60919, + "mean_temp": 20.2, + "min_temp": 14.1, + "max_temp": 26.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 72.6, + "sun": 6.4, + "cloud": 2, + "ground_temp": 20.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48500, + "power": 48500 + }, + { + "date": 60918, + "mean_temp": 18.2, + "min_temp": 16.3, + "max_temp": 20, + "rain": 0.5, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 53, + "mean_hum": 67.9, + "sun": 0, + "cloud": 9, + "ground_temp": 17.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46980, + "power": 46980 + }, + { + "date": 60917, + "mean_temp": 20.2, + "min_temp": 16.8, + "max_temp": 22.8, + "rain": 2, + "max_wind": 7.1, + "mean_wind": 3.5, + "min_hum": 37, + "mean_hum": 53.9, + "sun": 0, + "cloud": 9.9, + "ground_temp": 19.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39688, + "power": 39688 + }, + { + "date": 60916, + "mean_temp": 21.6, + "min_temp": 19.2, + "max_temp": 24.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 62.4, + "sun": 0.3, + "cloud": 8.4, + "ground_temp": 20.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44387, + "power": 43151 + }, + { + "date": 60915, + "mean_temp": 20.8, + "min_temp": 17.7, + "max_temp": 24.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 3, + "min_hum": 43, + "mean_hum": 55.1, + "sun": 1.4, + "cloud": 9.5, + "ground_temp": 19, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47600, + "power": 47600 + }, + { + "date": 60914, + "mean_temp": 21.5, + "min_temp": 16.2, + "max_temp": 27, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 45.5, + "sun": 9.1, + "cloud": 4.8, + "ground_temp": 22.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48193, + "power": 48193 + }, + { + "date": 60913, + "mean_temp": 21.8, + "min_temp": 17, + "max_temp": 27.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 47.5, + "sun": 11.1, + "cloud": 2.3, + "ground_temp": 22.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47760, + "power": 47760 + }, + { + "date": 60912, + "mean_temp": 19.9, + "min_temp": 13.6, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 58.5, + "sun": 10.6, + "cloud": 4.1, + "ground_temp": 21.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46201, + "power": 47826 + }, + { + "date": 60911, + "mean_temp": 16.5, + "min_temp": 11.3, + "max_temp": 21.3, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.4, + "min_hum": 40, + "mean_hum": 59.9, + "sun": 3.3, + "cloud": 6.3, + "ground_temp": 19.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46858, + "power": 46858 + }, + { + "date": 60910, + "mean_temp": 15.8, + "min_temp": 12.6, + "max_temp": 20.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 50.5, + "sun": 11.1, + "cloud": 1.4, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39332, + "power": 39595 + }, + { + "date": 60909, + "mean_temp": 17.2, + "min_temp": 13.6, + "max_temp": 22.1, + "rain": 4.5, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 59, + "mean_hum": 80.8, + "sun": 1.1, + "cloud": 7, + "ground_temp": 19.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44387, + "power": 44387 + }, + { + "date": 60908, + "mean_temp": 22, + "min_temp": 18.7, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 44, + "mean_hum": 59.6, + "sun": 1.8, + "cloud": 7.9, + "ground_temp": 20.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48718, + "power": 48718 + }, + { + "date": 60907, + "mean_temp": 22, + "min_temp": 15.8, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 54.6, + "sun": 12, + "cloud": 0.1, + "ground_temp": 22.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48666, + "power": 48666 + }, + { + "date": 60906, + "mean_temp": 19.8, + "min_temp": 15.8, + "max_temp": 25.2, + "rain": 3.5, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 42, + "mean_hum": 69, + "sun": 6.2, + "cloud": 4.6, + "ground_temp": 21.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47912, + "power": 47912 + }, + { + "date": 60905, + "mean_temp": 21.1, + "min_temp": 16.2, + "max_temp": 26.3, + "rain": 0.1, + "max_wind": 5.8, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 59.9, + "sun": 9.1, + "cloud": 5.9, + "ground_temp": 20.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47725, + "power": 48863 + }, + { + "date": 60904, + "mean_temp": 21.4, + "min_temp": 17.7, + "max_temp": 25.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 56, + "mean_hum": 71.9, + "sun": 1.2, + "cloud": 7.4, + "ground_temp": 25.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48982, + "power": 51744 + }, + { + "date": 60903, + "mean_temp": 25.5, + "min_temp": 21.5, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 63.3, + "sun": 8.4, + "cloud": 3.8, + "ground_temp": 25.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42369, + "power": 42369 + }, + { + "date": 60902, + "mean_temp": 25.6, + "min_temp": 21, + "max_temp": 30.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 57.8, + "sun": 10.4, + "cloud": 2.3, + "ground_temp": 26.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47149, + "power": 47149 + }, + { + "date": 60901, + "mean_temp": 24.2, + "min_temp": 19.5, + "max_temp": 28.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 53.8, + "sun": 10.3, + "cloud": 3.3, + "ground_temp": 25.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47063, + "power": 51674 + }, + { + "date": 60831, + "mean_temp": 25.2, + "min_temp": 22.7, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 43, + "mean_hum": 55, + "sun": 6.6, + "cloud": 5.8, + "ground_temp": 24.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54707, + "power": 52399 + }, + { + "date": 60830, + "mean_temp": 25.2, + "min_temp": 21.6, + "max_temp": 29.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 47, + "mean_hum": 63.1, + "sun": 6.6, + "cloud": 7.3, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49865, + "power": 52076 + }, + { + "date": 60829, + "mean_temp": 23.7, + "min_temp": 22.2, + "max_temp": 25.8, + "rain": 2.5, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 68, + "mean_hum": 84.3, + "sun": 0, + "cloud": 7.5, + "ground_temp": 25.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48676, + "power": 53821 + }, + { + "date": 60828, + "mean_temp": 25.4, + "min_temp": 22.8, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 74.3, + "sun": 7.2, + "cloud": 5.4, + "ground_temp": 28.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 54707, + "power": 54707 + }, + { + "date": 60827, + "mean_temp": 24.2, + "min_temp": 23, + "max_temp": 25.7, + "rain": 18.5, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 74, + "mean_hum": 87.8, + "sun": 0, + "cloud": 9.4, + "ground_temp": 27.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43742, + "power": 43742 + }, + { + "date": 60826, + "mean_temp": 25.2, + "min_temp": 22.8, + "max_temp": 31.3, + "rain": 32, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 54, + "mean_hum": 83, + "sun": 3.2, + "cloud": 8.3, + "ground_temp": 25.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50038, + "power": 50038 + }, + { + "date": 60825, + "mean_temp": 25.1, + "min_temp": 23.3, + "max_temp": 29, + "rain": 14.5, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 64, + "mean_hum": 81.3, + "sun": 0, + "cloud": 9, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55853, + "power": 55853 + }, + { + "date": 60824, + "mean_temp": 27, + "min_temp": 23.7, + "max_temp": 30.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 48, + "mean_hum": 67.9, + "sun": 1.9, + "cloud": 7.3, + "ground_temp": 26.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56659, + "power": 56659 + }, + { + "date": 60823, + "mean_temp": 27.1, + "min_temp": 25.2, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 54, + "mean_hum": 67.4, + "sun": 2.4, + "cloud": 7.4, + "ground_temp": 24.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 56141, + "power": 56230 + }, + { + "date": 60822, + "mean_temp": 27.6, + "min_temp": 24.3, + "max_temp": 31.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 54, + "mean_hum": 68.8, + "sun": 1.9, + "cloud": 6.6, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56141, + "power": 56141 + }, + { + "date": 60821, + "mean_temp": 27.2, + "min_temp": 23, + "max_temp": 30.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.3, + "min_hum": 48, + "mean_hum": 63.9, + "sun": 3.7, + "cloud": 6.8, + "ground_temp": 24.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 56141, + "power": 55813 + }, + { + "date": 60820, + "mean_temp": 23.6, + "min_temp": 21, + "max_temp": 26.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 58, + "mean_hum": 67.3, + "sun": 0.4, + "cloud": 9, + "ground_temp": 21.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42970, + "power": 42970 + }, + { + "date": 60819, + "mean_temp": 24.8, + "min_temp": 20.8, + "max_temp": 29.7, + "rain": 0.1, + "max_wind": 6.5, + "mean_wind": 4, + "min_hum": 34, + "mean_hum": 49.5, + "sun": 6.2, + "cloud": 6.9, + "ground_temp": 20.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46104, + "power": 46107 + }, + { + "date": 60818, + "mean_temp": 26.5, + "min_temp": 23.3, + "max_temp": 30.7, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 4.3, + "min_hum": 37, + "mean_hum": 52, + "sun": 12.6, + "cloud": 2.9, + "ground_temp": 24, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54061, + "power": 54061 + }, + { + "date": 60817, + "mean_temp": 26.6, + "min_temp": 24.2, + "max_temp": 30.8, + "rain": 10.5, + "max_wind": 5.6, + "mean_wind": 3, + "min_hum": 51, + "mean_hum": 72.4, + "sun": 3.9, + "cloud": 6.9, + "ground_temp": 23.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 56531, + "power": 56531 + }, + { + "date": 60816, + "mean_temp": 28.3, + "min_temp": 26, + "max_temp": 31.7, + "rain": 0.5, + "max_wind": 4.6, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 78.5, + "sun": 0.6, + "cloud": 8.6, + "ground_temp": 25.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 55263, + "power": 58994 + }, + { + "date": 60815, + "mean_temp": 28.2, + "min_temp": 26.2, + "max_temp": 32.4, + "rain": 20.5, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 56, + "mean_hum": 79.3, + "sun": 2.8, + "cloud": 6.4, + "ground_temp": 32.1, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 52087, + "power": 52087 + }, + { + "date": 60814, + "mean_temp": 29.3, + "min_temp": 26.5, + "max_temp": 33.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 69.4, + "sun": 10.1, + "cloud": 3.8, + "ground_temp": 33.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57270, + "power": 57270 + }, + { + "date": 60813, + "mean_temp": 28.8, + "min_temp": 25.1, + "max_temp": 33.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 67.3, + "sun": 9.4, + "cloud": 4.5, + "ground_temp": 32.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41304, + "power": 47046 + }, + { + "date": 60812, + "mean_temp": 27.5, + "min_temp": 22.7, + "max_temp": 32.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 41, + "mean_hum": 67.6, + "sun": 10.5, + "cloud": 3.6, + "ground_temp": 33.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 57063, + "power": 50995 + }, + { + "date": 60811, + "mean_temp": 26.6, + "min_temp": 24.5, + "max_temp": 30.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 69.8, + "sun": 3, + "cloud": 5.8, + "ground_temp": 30.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52087, + "power": 55796 + }, + { + "date": 60810, + "mean_temp": 28.6, + "min_temp": 24.8, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 61, + "sun": 7.9, + "cloud": 2.8, + "ground_temp": 32.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 57242, + "power": 57242 + }, + { + "date": 60809, + "mean_temp": 29.2, + "min_temp": 25.6, + "max_temp": 34.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.5, + "min_hum": 45, + "mean_hum": 68, + "sun": 10, + "cloud": 3.3, + "ground_temp": 34.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 57063, + "power": 57063 + }, + { + "date": 60808, + "mean_temp": 29, + "min_temp": 24, + "max_temp": 34.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 44, + "mean_hum": 68.3, + "sun": 11.4, + "cloud": 2.3, + "ground_temp": 34.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 56169, + "power": 56169 + }, + { + "date": 60807, + "mean_temp": 27.2, + "min_temp": 23.7, + "max_temp": 31.7, + "rain": 22, + "max_wind": 5, + "mean_wind": 1.3, + "min_hum": 51, + "mean_hum": 72.8, + "sun": 3.7, + "cloud": 4.9, + "ground_temp": 34.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 57063, + "power": 54798 + }, + { + "date": 60806, + "mean_temp": 28.3, + "min_temp": 25.5, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 50, + "mean_hum": 66.5, + "sun": 8.4, + "cloud": 3.5, + "ground_temp": 32.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42430, + "power": 45705 + }, + { + "date": 60805, + "mean_temp": 29, + "min_temp": 25.6, + "max_temp": 32.9, + "rain": 0.1, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 49, + "mean_hum": 66.6, + "sun": 6.8, + "cloud": 2.1, + "ground_temp": 33.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51145, + "power": 48765 + }, + { + "date": 60804, + "mean_temp": 29.5, + "min_temp": 24.8, + "max_temp": 34.7, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 37, + "mean_hum": 64.6, + "sun": 12.9, + "cloud": 0.4, + "ground_temp": 32.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53056, + "power": 53056 + }, + { + "date": 60803, + "mean_temp": 28.6, + "min_temp": 24, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 50, + "mean_hum": 67.8, + "sun": 9.4, + "cloud": 1.9, + "ground_temp": 32.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51775, + "power": 51775 + }, + { + "date": 60802, + "mean_temp": 28, + "min_temp": 24.2, + "max_temp": 32, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 2.5, + "min_hum": 47, + "mean_hum": 68.5, + "sun": 7.2, + "cloud": 3, + "ground_temp": 32.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49300, + "power": 49300 + }, + { + "date": 60801, + "mean_temp": 27.7, + "min_temp": 24.7, + "max_temp": 32, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.8, + "min_hum": 44, + "mean_hum": 67.4, + "sun": 6.4, + "cloud": 4.5, + "ground_temp": 31.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49300, + "power": 48352 + }, + { + "date": 60731, + "mean_temp": 26.5, + "min_temp": 24.6, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 3.2, + "min_hum": 61, + "mean_hum": 75.8, + "sun": 3.5, + "cloud": 6.6, + "ground_temp": 29.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48135, + "power": 48135 + }, + { + "date": 60730, + "mean_temp": 26.1, + "min_temp": 24.3, + "max_temp": 29.7, + "rain": 0.1, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 62, + "mean_hum": 83.3, + "sun": 0.8, + "cloud": 8.8, + "ground_temp": 28.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42988, + "power": 42988 + }, + { + "date": 60729, + "mean_temp": 24.6, + "min_temp": 22.1, + "max_temp": 27.2, + "rain": 22, + "max_wind": 4, + "mean_wind": 1.5, + "min_hum": 77, + "mean_hum": 89.3, + "sun": 0.2, + "cloud": 7.9, + "ground_temp": 28.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44351, + "power": 44351 + }, + { + "date": 60728, + "mean_temp": 21.8, + "min_temp": 20.6, + "max_temp": 23.2, + "rain": 88, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 88, + "mean_hum": 94.5, + "sun": 0, + "cloud": 10, + "ground_temp": 22.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48913, + "power": 48913 + }, + { + "date": 60727, + "mean_temp": 20.9, + "min_temp": 20.1, + "max_temp": 22, + "rain": 195, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 89, + "mean_hum": 94.6, + "sun": 0, + "cloud": 10, + "ground_temp": 20.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48852, + "power": 48852 + }, + { + "date": 60726, + "mean_temp": 22.2, + "min_temp": 20.7, + "max_temp": 24.6, + "rain": 5, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 69, + "mean_hum": 84.5, + "sun": 0, + "cloud": 10, + "ground_temp": 22.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51310, + "power": 48163 + }, + { + "date": 60725, + "mean_temp": 24.7, + "min_temp": 20.7, + "max_temp": 28.3, + "rain": 0.3, + "max_wind": 2.9, + "mean_wind": 1.1, + "min_hum": 43, + "mean_hum": 68, + "sun": 2.3, + "cloud": 8.6, + "ground_temp": 25.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48130, + "power": 49225 + }, + { + "date": 60724, + "mean_temp": 23.4, + "min_temp": 21.6, + "max_temp": 26.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 57, + "mean_hum": 71.5, + "sun": 0.1, + "cloud": 9.1, + "ground_temp": 23.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48130, + "power": 48130 + }, + { + "date": 60723, + "mean_temp": 23.4, + "min_temp": 20.1, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 51, + "mean_hum": 73.3, + "sun": 1.7, + "cloud": 7.4, + "ground_temp": 24.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40194, + "power": 40194 + }, + { + "date": 60722, + "mean_temp": 23.4, + "min_temp": 21.2, + "max_temp": 27.5, + "rain": 9.5, + "max_wind": 5.2, + "mean_wind": 3.2, + "min_hum": 52, + "mean_hum": 78.4, + "sun": 5.6, + "cloud": 6.8, + "ground_temp": 25.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44570, + "power": 44570 + }, + { + "date": 60721, + "mean_temp": 22.1, + "min_temp": 18.8, + "max_temp": 26.7, + "rain": 3.5, + "max_wind": 5, + "mean_wind": 1.9, + "min_hum": 57, + "mean_hum": 81.4, + "sun": 1, + "cloud": 8.9, + "ground_temp": 21.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47547, + "power": 47547 + }, + { + "date": 60720, + "mean_temp": 21.7, + "min_temp": 19.1, + "max_temp": 24.7, + "rain": 4.5, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 59, + "mean_hum": 78, + "sun": 0.4, + "cloud": 9.3, + "ground_temp": 20.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47025, + "power": 47025 + }, + { + "date": 60719, + "mean_temp": 21.8, + "min_temp": 18.5, + "max_temp": 24.2, + "rain": 0.5, + "max_wind": 4.9, + "mean_wind": 2.6, + "min_hum": 68, + "mean_hum": 78.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 20.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47547, + "power": 46456 + }, + { + "date": 60718, + "mean_temp": 19.1, + "min_temp": 17.5, + "max_temp": 20.7, + "rain": 31, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 88, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 19.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47245, + "power": 47245 + }, + { + "date": 60717, + "mean_temp": 19.2, + "min_temp": 18.7, + "max_temp": 20.3, + "rain": 42.5, + "max_wind": 3.2, + "mean_wind": 1.3, + "min_hum": 84, + "mean_hum": 93.5, + "sun": 0, + "cloud": 10, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 46515, + "power": 42056 + }, + { + "date": 60716, + "mean_temp": 18.7, + "min_temp": 17.7, + "max_temp": 21.2, + "rain": 241, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 95, + "mean_hum": 96, + "sun": 0, + "cloud": 10, + "ground_temp": 19.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40162, + "power": 40162 + }, + { + "date": 60715, + "mean_temp": 24.1, + "min_temp": 21.1, + "max_temp": 27.2, + "rain": 69, + "max_wind": 9.2, + "mean_wind": 3.9, + "min_hum": 77, + "mean_hum": 90.4, + "sun": 0, + "cloud": 10, + "ground_temp": 20.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 48510, + "power": 48510 + }, + { + "date": 60714, + "mean_temp": 27.2, + "min_temp": 25.2, + "max_temp": 29.2, + "rain": 0.1, + "max_wind": 5.8, + "mean_wind": 2.2, + "min_hum": 67, + "mean_hum": 79, + "sun": 0.9, + "cloud": 8.5, + "ground_temp": 22.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 55263, + "power": 55263 + }, + { + "date": 60713, + "mean_temp": 25.2, + "min_temp": 23.7, + "max_temp": 27.2, + "rain": 18.5, + "max_wind": 6.7, + "mean_wind": 3.5, + "min_hum": 81, + "mean_hum": 90.5, + "sun": 0.1, + "cloud": 8.9, + "ground_temp": 25.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53912, + "power": 53912 + }, + { + "date": 60712, + "mean_temp": 23.8, + "min_temp": 22.6, + "max_temp": 25.1, + "rain": 226.5, + "max_wind": 8.6, + "mean_wind": 3, + "min_hum": 89, + "mean_hum": 93.6, + "sun": 0, + "cloud": 10, + "ground_temp": 22.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52533, + "power": 52533 + }, + { + "date": 60711, + "mean_temp": 24.7, + "min_temp": 21.2, + "max_temp": 28.7, + "rain": 0.5, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 57, + "mean_hum": 75.6, + "sun": 3.9, + "cloud": 7.9, + "ground_temp": 25.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50439, + "power": 50439 + }, + { + "date": 60710, + "mean_temp": 23.8, + "min_temp": 21.2, + "max_temp": 26.1, + "rain": 19, + "max_wind": 7.6, + "mean_wind": 4.2, + "min_hum": 68, + "mean_hum": 80.4, + "sun": 0, + "cloud": 9.3, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48334, + "power": 48334 + }, + { + "date": 60709, + "mean_temp": 25.7, + "min_temp": 23.5, + "max_temp": 28.8, + "rain": 3.5, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 75.9, + "sun": 2.1, + "cloud": 7.5, + "ground_temp": 23.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42430, + "power": 42430 + }, + { + "date": 60708, + "mean_temp": 25.5, + "min_temp": 21.3, + "max_temp": 29, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 52, + "mean_hum": 71, + "sun": 0.8, + "cloud": 6.1, + "ground_temp": 23, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45277, + "power": 45277 + }, + { + "date": 60707, + "mean_temp": 23, + "min_temp": 20, + "max_temp": 26.8, + "rain": 10, + "max_wind": 4.5, + "mean_wind": 1.2, + "min_hum": 56, + "mean_hum": 79.8, + "sun": 0.8, + "cloud": 7.5, + "ground_temp": 22.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48657, + "power": 49154 + }, + { + "date": 60706, + "mean_temp": 21.1, + "min_temp": 19.2, + "max_temp": 23.5, + "rain": 13, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 64, + "mean_hum": 78.8, + "sun": 0, + "cloud": 9.3, + "ground_temp": 20.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47377, + "power": 47377 + }, + { + "date": 60705, + "mean_temp": 21.5, + "min_temp": 18.7, + "max_temp": 24.7, + "rain": 2.5, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 58, + "mean_hum": 71.9, + "sun": 0, + "cloud": 8.8, + "ground_temp": 20.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47547, + "power": 48662 + }, + { + "date": 60704, + "mean_temp": 22.4, + "min_temp": 21.5, + "max_temp": 24, + "rain": 4, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 74, + "mean_hum": 84.3, + "sun": 0, + "cloud": 9.9, + "ground_temp": 20.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46720, + "power": 49150 + }, + { + "date": 60703, + "mean_temp": 24.1, + "min_temp": 19.6, + "max_temp": 28.6, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 45, + "mean_hum": 68.8, + "sun": 5, + "cloud": 6.6, + "ground_temp": 23.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49629, + "power": 49629 + }, + { + "date": 60702, + "mean_temp": 23, + "min_temp": 20.6, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 48, + "mean_hum": 73.9, + "sun": 5.1, + "cloud": 5.3, + "ground_temp": 18.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40588, + "power": 40588 + }, + { + "date": 60701, + "mean_temp": 22.6, + "min_temp": 21.1, + "max_temp": 24.7, + "rain": 4.5, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 73, + "mean_hum": 85.4, + "sun": 0, + "cloud": 10, + "ground_temp": 19.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44307, + "power": 44307 + }, + { + "date": 60630, + "mean_temp": 23.2, + "min_temp": 20.8, + "max_temp": 26.8, + "rain": 6.5, + "max_wind": 8, + "mean_wind": 3.9, + "min_hum": 69, + "mean_hum": 87.4, + "sun": 0.1, + "cloud": 10, + "ground_temp": 22.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51308, + "power": 51308 + }, + { + "date": 60629, + "mean_temp": 25, + "min_temp": 21.7, + "max_temp": 29.3, + "rain": 13.5, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 77, + "sun": 0.3, + "cloud": 9.6, + "ground_temp": 24.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51941, + "power": 51941 + }, + { + "date": 60628, + "mean_temp": 23.7, + "min_temp": 20.5, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 56, + "mean_hum": 77.8, + "sun": 2.7, + "cloud": 7.1, + "ground_temp": 27.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51310, + "power": 51310 + }, + { + "date": 60627, + "mean_temp": 21.1, + "min_temp": 19.1, + "max_temp": 24.2, + "rain": 1, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 72, + "mean_hum": 87.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 26.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47547, + "power": 49538 + }, + { + "date": 60626, + "mean_temp": 20.4, + "min_temp": 19.6, + "max_temp": 22.8, + "rain": 11.5, + "max_wind": 5.3, + "mean_wind": 2.4, + "min_hum": 83, + "mean_hum": 91.5, + "sun": 0, + "cloud": 10, + "ground_temp": 21.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48657, + "power": 48657 + }, + { + "date": 60625, + "mean_temp": 24.4, + "min_temp": 20.3, + "max_temp": 29.2, + "rain": 8, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 64.4, + "sun": 6.9, + "cloud": 6.3, + "ground_temp": 20.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40016, + "power": 40399 + }, + { + "date": 60624, + "mean_temp": 24.4, + "min_temp": 19.2, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 65.9, + "sun": 10.3, + "cloud": 2.3, + "ground_temp": 20.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44180, + "power": 44180 + }, + { + "date": 60623, + "mean_temp": 23.9, + "min_temp": 19.7, + "max_temp": 29.3, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 47, + "mean_hum": 69, + "sun": 4, + "cloud": 5.9, + "ground_temp": 19.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50375, + "power": 50375 + }, + { + "date": 60622, + "mean_temp": 22.6, + "min_temp": 17.7, + "max_temp": 28.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 46, + "mean_hum": 74.5, + "sun": 7, + "cloud": 6.9, + "ground_temp": 26.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49337, + "power": 49337 + }, + { + "date": 60621, + "mean_temp": 19.2, + "min_temp": 18.7, + "max_temp": 20.1, + "rain": 14, + "max_wind": 3.4, + "mean_wind": 1.9, + "min_hum": 79, + "mean_hum": 91, + "sun": 0, + "cloud": 9.1, + "ground_temp": 20.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48581, + "power": 48581 + }, + { + "date": 60620, + "mean_temp": 22.5, + "min_temp": 19.8, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 62.5, + "sun": 1.5, + "cloud": 8.1, + "ground_temp": 20.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49126, + "power": 49126 + }, + { + "date": 60619, + "mean_temp": 22.9, + "min_temp": 17.2, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 35, + "mean_hum": 62.4, + "sun": 9.5, + "cloud": 2.6, + "ground_temp": 21.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49076, + "power": 49076 + }, + { + "date": 60618, + "mean_temp": 21.5, + "min_temp": 17.6, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 66.6, + "sun": 10.5, + "cloud": 1.9, + "ground_temp": 25.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40016, + "power": 40016 + }, + { + "date": 60617, + "mean_temp": 22.2, + "min_temp": 18, + "max_temp": 26.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 36, + "mean_hum": 51.3, + "sun": 9.6, + "cloud": 2.8, + "ground_temp": 23.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43198, + "power": 43198 + }, + { + "date": 60616, + "mean_temp": 21.4, + "min_temp": 15.6, + "max_temp": 27.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 54.1, + "sun": 4.7, + "cloud": 4.9, + "ground_temp": 20.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47394, + "power": 47394 + }, + { + "date": 60615, + "mean_temp": 18.5, + "min_temp": 15.8, + "max_temp": 22.7, + "rain": 2, + "max_wind": 6.1, + "mean_wind": 3.3, + "min_hum": 58, + "mean_hum": 80.1, + "sun": 5, + "cloud": 6.5, + "ground_temp": 22.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45518, + "power": 46680 + }, + { + "date": 60614, + "mean_temp": 19, + "min_temp": 16.5, + "max_temp": 22.1, + "rain": 63, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 53, + "mean_hum": 82, + "sun": 0, + "cloud": 9.5, + "ground_temp": 18.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46127, + "power": 46127 + }, + { + "date": 60613, + "mean_temp": 23.5, + "min_temp": 18.7, + "max_temp": 28.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 60.8, + "sun": 7.6, + "cloud": 3.9, + "ground_temp": 19.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49076, + "power": 48818 + }, + { + "date": 60612, + "mean_temp": 21.3, + "min_temp": 14.1, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 30, + "mean_hum": 62.5, + "sun": 10.1, + "cloud": 0.9, + "ground_temp": 19.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45899, + "power": 47275 + }, + { + "date": 60611, + "mean_temp": 16.9, + "min_temp": 15.6, + "max_temp": 17.8, + "rain": 2.5, + "max_wind": 5.5, + "mean_wind": 3.2, + "min_hum": 75, + "mean_hum": 82.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 15.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39437, + "power": 39437 + }, + { + "date": 60610, + "mean_temp": 17.3, + "min_temp": 15.1, + "max_temp": 20.6, + "rain": 39.5, + "max_wind": 7.1, + "mean_wind": 2.6, + "min_hum": 59, + "mean_hum": 80.1, + "sun": 0.1, + "cloud": 9.5, + "ground_temp": 13.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43850, + "power": 43850 + }, + { + "date": 60609, + "mean_temp": 21, + "min_temp": 17.2, + "max_temp": 26.2, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 60.4, + "sun": 6.1, + "cloud": 4.8, + "ground_temp": 16.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47394, + "power": 47086 + }, + { + "date": 60608, + "mean_temp": 20.1, + "min_temp": 18.3, + "max_temp": 24, + "rain": 6.5, + "max_wind": 6.1, + "mean_wind": 1.9, + "min_hum": 53, + "mean_hum": 69.4, + "sun": 0.8, + "cloud": 9.1, + "ground_temp": 14.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46898, + "power": 46898 + }, + { + "date": 60607, + "mean_temp": 21.9, + "min_temp": 17.8, + "max_temp": 26.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 57.6, + "sun": 2.9, + "cloud": 9.6, + "ground_temp": 15.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47739, + "power": 47739 + }, + { + "date": 60606, + "mean_temp": 21.9, + "min_temp": 17.7, + "max_temp": 27.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 59, + "sun": 6.5, + "cloud": 4.5, + "ground_temp": 20.6, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 34247, + "power": 43522 + }, + { + "date": 60605, + "mean_temp": 21.3, + "min_temp": 17.1, + "max_temp": 26.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 57.6, + "sun": 11.2, + "cloud": 1.5, + "ground_temp": 17.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46939, + "power": 46939 + }, + { + "date": 60604, + "mean_temp": 20.8, + "min_temp": 17.3, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.4, + "min_hum": 35, + "mean_hum": 60.4, + "sun": 8.4, + "cloud": 4.3, + "ground_temp": 22, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39332, + "power": 39332 + }, + { + "date": 60603, + "mean_temp": 23.4, + "min_temp": 19.5, + "max_temp": 29.8, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 44.4, + "sun": 9.6, + "cloud": 3.9, + "ground_temp": 20.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43710, + "power": 43710 + }, + { + "date": 60602, + "mean_temp": 25.9, + "min_temp": 18.6, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 45.8, + "sun": 10.8, + "cloud": 3.6, + "ground_temp": 18.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48558, + "power": 48558 + }, + { + "date": 60601, + "mean_temp": 22.7, + "min_temp": 16.7, + "max_temp": 28.1, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 50.1, + "sun": 9.6, + "cloud": 4.1, + "ground_temp": 19, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46408, + "power": 46408 + }, + { + "date": 60531, + "mean_temp": 21.3, + "min_temp": 15.6, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 52.1, + "sun": 8.9, + "cloud": 4, + "ground_temp": 16.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42487, + "power": 42487 + }, + { + "date": 60530, + "mean_temp": 20.5, + "min_temp": 15, + "max_temp": 25.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 57.6, + "sun": 12.1, + "cloud": 0, + "ground_temp": 22.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46201, + "power": 46264 + }, + { + "date": 60529, + "mean_temp": 18.4, + "min_temp": 14.6, + "max_temp": 22.7, + "rain": 0.2, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 52, + "mean_hum": 68.9, + "sun": 7.2, + "cloud": 6.4, + "ground_temp": 19.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45629, + "power": 45629 + }, + { + "date": 60528, + "mean_temp": 17.3, + "min_temp": 13.5, + "max_temp": 22.2, + "rain": 1, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 42, + "mean_hum": 67.3, + "sun": 2.5, + "cloud": 6.5, + "ground_temp": 14.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39532, + "power": 39532 + }, + { + "date": 60527, + "mean_temp": 16.3, + "min_temp": 13.8, + "max_temp": 21.2, + "rain": 27.5, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 52, + "mean_hum": 81.3, + "sun": 0, + "cloud": 8.9, + "ground_temp": 14.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43444, + "power": 42506 + }, + { + "date": 60526, + "mean_temp": 21.6, + "min_temp": 16.7, + "max_temp": 27, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 46.6, + "sun": 9.9, + "cloud": 3.5, + "ground_temp": 21.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48558, + "power": 45826 + }, + { + "date": 60525, + "mean_temp": 18.8, + "min_temp": 16.1, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 48.5, + "sun": 0, + "cloud": 9.4, + "ground_temp": 15.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46070, + "power": 45836 + }, + { + "date": 60524, + "mean_temp": 18.5, + "min_temp": 13.8, + "max_temp": 23.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 65.6, + "sun": 5.7, + "cloud": 5.4, + "ground_temp": 18.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45761, + "power": 45761 + }, + { + "date": 60523, + "mean_temp": 15, + "min_temp": 12, + "max_temp": 20.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 64, + "mean_hum": 85, + "sun": 0.9, + "cloud": 8.9, + "ground_temp": 19.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48581, + "power": 45574 + }, + { + "date": 60522, + "mean_temp": 17.5, + "min_temp": 14.6, + "max_temp": 22.5, + "rain": 30.5, + "max_wind": 8.6, + "mean_wind": 4.3, + "min_hum": 43, + "mean_hum": 89.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 15.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46070, + "power": 46070 + }, + { + "date": 60521, + "mean_temp": 22.5, + "min_temp": 15.3, + "max_temp": 28.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 32, + "mean_hum": 49.8, + "sun": 8.1, + "cloud": 5.4, + "ground_temp": 17.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39744, + "power": 39744 + }, + { + "date": 60520, + "mean_temp": 18.2, + "min_temp": 13, + "max_temp": 24.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 32, + "mean_hum": 63.3, + "sun": 8.8, + "cloud": 3.4, + "ground_temp": 21.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43710, + "power": 42230 + }, + { + "date": 60519, + "mean_temp": 17.9, + "min_temp": 16, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 57.5, + "sun": 0, + "cloud": 8.8, + "ground_temp": 18.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45629, + "power": 45587 + }, + { + "date": 60518, + "mean_temp": 20.2, + "min_temp": 15.3, + "max_temp": 24.8, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 46.6, + "sun": 2.1, + "cloud": 8.8, + "ground_temp": 21.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47739, + "power": 46043 + }, + { + "date": 60517, + "mean_temp": 18.8, + "min_temp": 13.1, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 44.1, + "sun": 9.2, + "cloud": 5.3, + "ground_temp": 21.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45574, + "power": 45574 + }, + { + "date": 60516, + "mean_temp": 18.8, + "min_temp": 13.8, + "max_temp": 24.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 41.9, + "sun": 12.8, + "cloud": 2.1, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45839, + "power": 45839 + }, + { + "date": 60515, + "mean_temp": 18.6, + "min_temp": 11.3, + "max_temp": 25, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 13, + "mean_hum": 44.4, + "sun": 12.2, + "cloud": 1.1, + "ground_temp": 22.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45423, + "power": 45423 + }, + { + "date": 60514, + "mean_temp": 16, + "min_temp": 10.8, + "max_temp": 21.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 20, + "mean_hum": 53.8, + "sun": 11.1, + "cloud": 1.3, + "ground_temp": 17.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40419, + "power": 40419 + }, + { + "date": 60513, + "mean_temp": 15.2, + "min_temp": 12.3, + "max_temp": 19, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.1, + "min_hum": 32, + "mean_hum": 52.5, + "sun": 6.5, + "cloud": 6.1, + "ground_temp": 12.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44773, + "power": 42908 + }, + { + "date": 60512, + "mean_temp": 16.8, + "min_temp": 15.1, + "max_temp": 18.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 44.6, + "sun": 0, + "cloud": 9.6, + "ground_temp": 11.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46994, + "power": 46146 + }, + { + "date": 60511, + "mean_temp": 18.9, + "min_temp": 13.5, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 44.6, + "sun": 7.9, + "cloud": 5.4, + "ground_temp": 14.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46062, + "power": 46062 + }, + { + "date": 60510, + "mean_temp": 18.2, + "min_temp": 16, + "max_temp": 20.2, + "rain": 0.3, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 59, + "mean_hum": 74.6, + "sun": 0.2, + "cloud": 8.8, + "ground_temp": 11.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45518, + "power": 45518 + }, + { + "date": 60509, + "mean_temp": 21.3, + "min_temp": 15.8, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 55.5, + "sun": 10.5, + "cloud": 4.3, + "ground_temp": 13.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46201, + "power": 46201 + }, + { + "date": 60508, + "mean_temp": 21, + "min_temp": 15.6, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 52.8, + "sun": 12.5, + "cloud": 1.9, + "ground_temp": 14.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45839, + "power": 45387 + }, + { + "date": 60507, + "mean_temp": 19.7, + "min_temp": 12.3, + "max_temp": 26.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 57.8, + "sun": 11.5, + "cloud": 1.6, + "ground_temp": 12, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41357, + "power": 39613 + }, + { + "date": 60506, + "mean_temp": 15.1, + "min_temp": 13.5, + "max_temp": 18.8, + "rain": 93, + "max_wind": 6.2, + "mean_wind": 3.9, + "min_hum": 77, + "mean_hum": 89.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 11.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41850, + "power": 41850 + }, + { + "date": 60505, + "mean_temp": 20.7, + "min_temp": 18.1, + "max_temp": 23.6, + "rain": 3.5, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 66.1, + "sun": 0, + "cloud": 9, + "ground_temp": 16.8, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 31589, + "power": 41910 + }, + { + "date": 60504, + "mean_temp": 17.7, + "min_temp": 11.3, + "max_temp": 24.7, + "rain": 0.2, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 53.1, + "sun": 8, + "cloud": 3.5, + "ground_temp": 20.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45574, + "power": 45065 + }, + { + "date": 60503, + "mean_temp": 15.7, + "min_temp": 10.8, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 30, + "mean_hum": 42.3, + "sun": 10.4, + "cloud": 1.9, + "ground_temp": 16.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45899, + "power": 45899 + }, + { + "date": 60502, + "mean_temp": 17.2, + "min_temp": 12.8, + "max_temp": 23.7, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4.6, + "min_hum": 18, + "mean_hum": 31.6, + "sun": 12.6, + "cloud": 0, + "ground_temp": 17.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45519, + "power": 45519 + }, + { + "date": 60501, + "mean_temp": 18, + "min_temp": 12.6, + "max_temp": 23.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 18, + "mean_hum": 46.9, + "sun": 7.5, + "cloud": 2.3, + "ground_temp": 15.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46062, + "power": 41441 + }, + { + "date": 60430, + "mean_temp": 15.9, + "min_temp": 12.6, + "max_temp": 20.1, + "rain": 2, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 58, + "mean_hum": 70.1, + "sun": 1, + "cloud": 7.1, + "ground_temp": 19.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40358, + "power": 40358 + }, + { + "date": 60429, + "mean_temp": 13.9, + "min_temp": 10.8, + "max_temp": 17.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 53.5, + "sun": 6, + "cloud": 6.4, + "ground_temp": 18.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43444, + "power": 43444 + }, + { + "date": 60428, + "mean_temp": 12.8, + "min_temp": 7.5, + "max_temp": 18.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 17, + "mean_hum": 49.6, + "sun": 7, + "cloud": 4.9, + "ground_temp": 17.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47142, + "power": 46540 + }, + { + "date": 60427, + "mean_temp": 12.3, + "min_temp": 9.1, + "max_temp": 18.7, + "rain": 0.2, + "max_wind": 7, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 62.9, + "sun": 8.9, + "cloud": 4.1, + "ground_temp": 18, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46994, + "power": 46994 + }, + { + "date": 60426, + "mean_temp": 12, + "min_temp": 8.3, + "max_temp": 16.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 12, + "mean_hum": 43.6, + "sun": 0.4, + "cloud": 8.8, + "ground_temp": 11.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47142, + "power": 47142 + }, + { + "date": 60425, + "mean_temp": 11.3, + "min_temp": 6.1, + "max_temp": 16.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 20, + "mean_hum": 33.6, + "sun": 11.2, + "cloud": 2, + "ground_temp": 14.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47495, + "power": 47495 + }, + { + "date": 60424, + "mean_temp": 10.4, + "min_temp": 5.9, + "max_temp": 15.3, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.7, + "min_hum": 28, + "mean_hum": 51.3, + "sun": 10.7, + "cloud": 0.4, + "ground_temp": 11.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47670, + "power": 47670 + }, + { + "date": 60423, + "mean_temp": 9.2, + "min_temp": 7.1, + "max_temp": 13.1, + "rain": 3.5, + "max_wind": 7.7, + "mean_wind": 3, + "min_hum": 52, + "mean_hum": 74.9, + "sun": 1.4, + "cloud": 6.5, + "ground_temp": 9.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44419, + "power": 42621 + }, + { + "date": 60422, + "mean_temp": 11.8, + "min_temp": 8, + "max_temp": 17.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 45.1, + "sun": 7.8, + "cloud": 5.5, + "ground_temp": 14.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44708, + "power": 44708 + }, + { + "date": 60421, + "mean_temp": 10.6, + "min_temp": 5.5, + "max_temp": 16.7, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 27, + "mean_hum": 46.5, + "sun": 12, + "cloud": 1.9, + "ground_temp": 12.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47257, + "power": 47257 + }, + { + "date": 60420, + "mean_temp": 7.3, + "min_temp": 3.2, + "max_temp": 9.3, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.1, + "min_hum": 44, + "mean_hum": 58.1, + "sun": 0.7, + "cloud": 7, + "ground_temp": 6.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48484, + "power": 48484 + }, + { + "date": 60419, + "mean_temp": 8.8, + "min_temp": 3.2, + "max_temp": 16.6, + "rain": 16, + "max_wind": 8.8, + "mean_wind": 4.6, + "min_hum": 56, + "mean_hum": 84.8, + "sun": 0.2, + "cloud": 9.6, + "ground_temp": 6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47859, + "power": 48325 + }, + { + "date": 60418, + "mean_temp": 14.6, + "min_temp": 12.1, + "max_temp": 17.7, + "rain": 0, + "max_wind": 8.9, + "mean_wind": 3.7, + "min_hum": 28, + "mean_hum": 52.9, + "sun": 0, + "cloud": 9.1, + "ground_temp": 7.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46994, + "power": 46875 + }, + { + "date": 60417, + "mean_temp": 10.3, + "min_temp": 4.6, + "max_temp": 14.3, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.5, + "min_hum": 20, + "mean_hum": 45.3, + "sun": 0.7, + "cloud": 8.6, + "ground_temp": 6.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47487, + "power": 47487 + }, + { + "date": 60416, + "mean_temp": 7.4, + "min_temp": 2.9, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4.5, + "min_hum": 10, + "mean_hum": 34.3, + "sun": 12.4, + "cloud": 1, + "ground_temp": 8.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42241, + "power": 42241 + }, + { + "date": 60415, + "mean_temp": 12, + "min_temp": 8.8, + "max_temp": 16.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 12, + "mean_hum": 32.1, + "sun": 3.1, + "cloud": 6.1, + "ground_temp": 7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44773, + "power": 44773 + }, + { + "date": 60414, + "mean_temp": 12.7, + "min_temp": 6.6, + "max_temp": 18.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 12, + "mean_hum": 38.4, + "sun": 9.5, + "cloud": 6.3, + "ground_temp": 8.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47119, + "power": 47119 + }, + { + "date": 60413, + "mean_temp": 9.7, + "min_temp": 7.8, + "max_temp": 12, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.4, + "min_hum": 44, + "mean_hum": 58.5, + "sun": 0.8, + "cloud": 8, + "ground_temp": 5.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48410, + "power": 48092 + }, + { + "date": 60412, + "mean_temp": 15, + "min_temp": 11, + "max_temp": 21.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 58, + "sun": 8.4, + "cloud": 4.5, + "ground_temp": 9.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47009, + "power": 47009 + }, + { + "date": 60411, + "mean_temp": 16.4, + "min_temp": 13.1, + "max_temp": 22.2, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.9, + "min_hum": 34, + "mean_hum": 53.5, + "sun": 3, + "cloud": 4.9, + "ground_temp": 8.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45574, + "power": 47262 + }, + { + "date": 60410, + "mean_temp": 14.7, + "min_temp": 11.6, + "max_temp": 18.6, + "rain": 11.5, + "max_wind": 6.4, + "mean_wind": 3.6, + "min_hum": 46, + "mean_hum": 68.4, + "sun": 2.5, + "cloud": 7.8, + "ground_temp": 7.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47305, + "power": 47305 + }, + { + "date": 60409, + "mean_temp": 15.2, + "min_temp": 8.8, + "max_temp": 21.7, + "rain": 0.1, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 24, + "mean_hum": 46.1, + "sun": 2.7, + "cloud": 9.1, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41987, + "power": 41987 + }, + { + "date": 60408, + "mean_temp": 10.2, + "min_temp": 6.6, + "max_temp": 14.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 40, + "sun": 2.5, + "cloud": 2.6, + "ground_temp": 14.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44628, + "power": 44628 + }, + { + "date": 60407, + "mean_temp": 10.2, + "min_temp": 7.9, + "max_temp": 13.3, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 4.6, + "min_hum": 37, + "mean_hum": 66.4, + "sun": 1.6, + "cloud": 6, + "ground_temp": 10.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47859, + "power": 47859 + }, + { + "date": 60406, + "mean_temp": 9.7, + "min_temp": 5.6, + "max_temp": 13, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 49, + "sun": 0.1, + "cloud": 7.6, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48343, + "power": 48343 + }, + { + "date": 60405, + "mean_temp": 11.6, + "min_temp": 7.3, + "max_temp": 17.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 18, + "mean_hum": 46.4, + "sun": 9.5, + "cloud": 2.3, + "ground_temp": 12.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47677, + "power": 47677 + }, + { + "date": 60404, + "mean_temp": 12, + "min_temp": 10.8, + "max_temp": 14.5, + "rain": 1.5, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 63.6, + "sun": 1.1, + "cloud": 9.3, + "ground_temp": 7.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48148, + "power": 48148 + }, + { + "date": 60403, + "mean_temp": 11.4, + "min_temp": 4.3, + "max_temp": 18.7, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 39, + "mean_hum": 64.9, + "sun": 8.6, + "cloud": 3.1, + "ground_temp": 13.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47881, + "power": 47881 + }, + { + "date": 60402, + "mean_temp": 7.4, + "min_temp": 5.3, + "max_temp": 11.1, + "rain": 0.5, + "max_wind": 6.3, + "mean_wind": 3.9, + "min_hum": 58, + "mean_hum": 83.5, + "sun": 2.2, + "cloud": 6.5, + "ground_temp": 6.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44580, + "power": 43108 + }, + { + "date": 60401, + "mean_temp": 9.7, + "min_temp": 7.5, + "max_temp": 11.6, + "rain": 16.5, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 70.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 8.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45353, + "power": 45353 + }, + { + "date": 60331, + "mean_temp": 8.1, + "min_temp": 1.1, + "max_temp": 14.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 13, + "mean_hum": 31.6, + "sun": 9.1, + "cloud": 2.1, + "ground_temp": 6.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48661, + "power": 48661 + }, + { + "date": 60330, + "mean_temp": 4.4, + "min_temp": 0.2, + "max_temp": 9.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 16, + "mean_hum": 41.5, + "sun": 11.6, + "cloud": 0, + "ground_temp": 5.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49548, + "power": 49548 + }, + { + "date": 60329, + "mean_temp": 3.8, + "min_temp": -0.3, + "max_temp": 7.1, + "rain": 1.5, + "max_wind": 9.1, + "mean_wind": 3.9, + "min_hum": 20, + "mean_hum": 48.1, + "sun": 6.1, + "cloud": 4.4, + "ground_temp": 3.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49664, + "power": 49664 + }, + { + "date": 60328, + "mean_temp": 2.9, + "min_temp": 1, + "max_temp": 4.9, + "rain": 0.2, + "max_wind": 7, + "mean_wind": 4.1, + "min_hum": 30, + "mean_hum": 51.6, + "sun": 2.5, + "cloud": 5.9, + "ground_temp": 4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50152, + "power": 50152 + }, + { + "date": 60327, + "mean_temp": 6.8, + "min_temp": 2.9, + "max_temp": 12.1, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.7, + "min_hum": 9, + "mean_hum": 42.5, + "sun": 9, + "cloud": 4.3, + "ground_temp": 11.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48572, + "power": 48572 + }, + { + "date": 60326, + "mean_temp": 6.5, + "min_temp": 1.8, + "max_temp": 11.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 8, + "mean_hum": 24, + "sun": 9.2, + "cloud": 2.5, + "ground_temp": 12.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43207, + "power": 43207 + }, + { + "date": 60325, + "mean_temp": 8.9, + "min_temp": 4.4, + "max_temp": 14.8, + "rain": 0, + "max_wind": 9, + "mean_wind": 4.2, + "min_hum": 25, + "mean_hum": 48.6, + "sun": 7.3, + "cloud": 3.1, + "ground_temp": 13, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45443, + "power": 45443 + }, + { + "date": 60324, + "mean_temp": 6.2, + "min_temp": 0.8, + "max_temp": 12, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 16, + "mean_hum": 29.4, + "sun": 11, + "cloud": 0.5, + "ground_temp": 9.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50030, + "power": 48988 + }, + { + "date": 60323, + "mean_temp": 6.3, + "min_temp": 3, + "max_temp": 10.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 4, + "min_hum": 15, + "mean_hum": 42.6, + "sun": 11.1, + "cloud": 1.1, + "ground_temp": 11.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49665, + "power": 49229 + }, + { + "date": 60322, + "mean_temp": 10.3, + "min_temp": 6, + "max_temp": 17.2, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.1, + "min_hum": 22, + "mean_hum": 48.6, + "sun": 3.6, + "cloud": 7.9, + "ground_temp": 9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48516, + "power": 48516 + }, + { + "date": 60321, + "mean_temp": 9.7, + "min_temp": 2.9, + "max_temp": 16.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 13, + "mean_hum": 36.3, + "sun": 9.9, + "cloud": 1.4, + "ground_temp": 10.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48644, + "power": 48644 + }, + { + "date": 60320, + "mean_temp": 5.1, + "min_temp": 0.6, + "max_temp": 8.5, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 48.8, + "sun": 0.9, + "cloud": 7.3, + "ground_temp": 8.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49531, + "power": 49531 + }, + { + "date": 60319, + "mean_temp": 4.3, + "min_temp": 0.8, + "max_temp": 8.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 14, + "mean_hum": 31.5, + "sun": 11.1, + "cloud": 0, + "ground_temp": 8.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44031, + "power": 44031 + }, + { + "date": 60318, + "mean_temp": 9, + "min_temp": 3.7, + "max_temp": 13.1, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.1, + "min_hum": 33, + "mean_hum": 50.1, + "sun": 4.3, + "cloud": 4.8, + "ground_temp": 11.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46276, + "power": 46276 + }, + { + "date": 60317, + "mean_temp": 8.8, + "min_temp": 3.2, + "max_temp": 15.1, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 67.3, + "sun": 4.6, + "cloud": 7.4, + "ground_temp": 12.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49169, + "power": 49169 + }, + { + "date": 60316, + "mean_temp": 4.1, + "min_temp": 3, + "max_temp": 6.9, + "rain": 4.5, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 67, + "mean_hum": 87.4, + "sun": 0, + "cloud": 8.5, + "ground_temp": 6.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50652, + "power": 50652 + }, + { + "date": 60315, + "mean_temp": 5.7, + "min_temp": -0.4, + "max_temp": 11, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 38, + "mean_hum": 62.5, + "sun": 7.7, + "cloud": 4.3, + "ground_temp": 9.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49855, + "power": 49855 + }, + { + "date": 60314, + "mean_temp": 0.8, + "min_temp": -3.7, + "max_temp": 4.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.5, + "min_hum": 26, + "mean_hum": 49.4, + "sun": 9.7, + "cloud": 0.4, + "ground_temp": 4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52999, + "power": 51172 + }, + { + "date": 60313, + "mean_temp": -2, + "min_temp": -6.9, + "max_temp": 3, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.2, + "min_hum": 19, + "mean_hum": 40.5, + "sun": 3.2, + "cloud": 4.4, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52703, + "power": 51722 + }, + { + "date": 60312, + "mean_temp": -4.3, + "min_temp": -6.4, + "max_temp": 1, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 4.9, + "min_hum": 19, + "mean_hum": 34.1, + "sun": 7.6, + "cloud": 4.8, + "ground_temp": 2.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45784, + "power": 45784 + }, + { + "date": 60311, + "mean_temp": 6.2, + "min_temp": 0.8, + "max_temp": 9.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.1, + "min_hum": 29, + "mean_hum": 60.8, + "sun": 0, + "cloud": 9.5, + "ground_temp": 9.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46056, + "power": 46056 + }, + { + "date": 60310, + "mean_temp": 9.9, + "min_temp": 7, + "max_temp": 14.6, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.4, + "min_hum": 37, + "mean_hum": 68.8, + "sun": 3, + "cloud": 7.6, + "ground_temp": 9.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48410, + "power": 48410 + }, + { + "date": 60309, + "mean_temp": 10.7, + "min_temp": 6.8, + "max_temp": 15.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 25, + "mean_hum": 36.5, + "sun": 2.4, + "cloud": 8.3, + "ground_temp": 5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49217, + "power": 49217 + }, + { + "date": 60308, + "mean_temp": 5.7, + "min_temp": 0.5, + "max_temp": 10.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 55, + "sun": 6.3, + "cloud": 4.4, + "ground_temp": 5.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49450, + "power": 49450 + }, + { + "date": 60307, + "mean_temp": 5.7, + "min_temp": 1.2, + "max_temp": 11.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 13, + "mean_hum": 55.5, + "sun": 7.9, + "cloud": 2.1, + "ground_temp": 5.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49665, + "power": 49436 + }, + { + "date": 60306, + "mean_temp": 5.9, + "min_temp": 0.6, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 18, + "mean_hum": 62.8, + "sun": 9.1, + "cloud": 2, + "ground_temp": 3.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49665, + "power": 49665 + }, + { + "date": 60305, + "mean_temp": 7.9, + "min_temp": 4.5, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 70.9, + "sun": 6, + "cloud": 5.3, + "ground_temp": 8.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44419, + "power": 44419 + }, + { + "date": 60304, + "mean_temp": 3.6, + "min_temp": -2.2, + "max_temp": 10, + "rain": 3, + "max_wind": 10.9, + "mean_wind": 2.7, + "min_hum": 20, + "mean_hum": 56.5, + "sun": 6.3, + "cloud": 4.9, + "ground_temp": 2.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47550, + "power": 47550 + }, + { + "date": 60303, + "mean_temp": 0.5, + "min_temp": -3.2, + "max_temp": 5.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 50.3, + "sun": 10.6, + "cloud": 0.1, + "ground_temp": 1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51123, + "power": 51123 + }, + { + "date": 60302, + "mean_temp": -0.9, + "min_temp": -2.9, + "max_temp": 2, + "rain": 1, + "max_wind": 6.2, + "mean_wind": 3.4, + "min_hum": 34, + "mean_hum": 58.3, + "sun": 4.8, + "cloud": 3.9, + "ground_temp": 0.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51460, + "power": 51460 + }, + { + "date": 60301, + "mean_temp": 0, + "min_temp": -2.4, + "max_temp": 2.5, + "rain": 3.8, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 50, + "mean_hum": 71.8, + "sun": 6, + "cloud": 6.5, + "ground_temp": 1.7, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 48158, + "power": 48158 + }, + { + "date": 60228, + "mean_temp": 2.8, + "min_temp": 0.5, + "max_temp": 4.8, + "rain": 0.1, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 63.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50352, + "power": 50352 + }, + { + "date": 60227, + "mean_temp": -0.5, + "min_temp": -4.6, + "max_temp": 4.4, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 19, + "mean_hum": 32.4, + "sun": 8.9, + "cloud": 5.6, + "ground_temp": 1.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52545, + "power": 50942 + }, + { + "date": 60226, + "mean_temp": 0.5, + "min_temp": -3.5, + "max_temp": 7.5, + "rain": 0.2, + "max_wind": 6.1, + "mean_wind": 3.8, + "min_hum": 30, + "mean_hum": 52.3, + "sun": 5, + "cloud": 6.6, + "ground_temp": 3.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46695, + "power": 45237 + }, + { + "date": 60225, + "mean_temp": 7, + "min_temp": 2.7, + "max_temp": 10.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 33, + "sun": 1.4, + "cloud": 5.1, + "ground_temp": 2.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46810, + "power": 46810 + }, + { + "date": 60224, + "mean_temp": 4.6, + "min_temp": -1.7, + "max_temp": 11.5, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 12, + "mean_hum": 33.1, + "sun": 10.2, + "cloud": 0.8, + "ground_temp": 2.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50030, + "power": 50030 + }, + { + "date": 60223, + "mean_temp": 1.1, + "min_temp": -3.4, + "max_temp": 6.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 12, + "mean_hum": 40.6, + "sun": 9.4, + "cloud": 2.5, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49664, + "power": 50854 + }, + { + "date": 60222, + "mean_temp": 3, + "min_temp": -1.5, + "max_temp": 7.3, + "rain": 0.5, + "max_wind": 5.2, + "mean_wind": 3, + "min_hum": 24, + "mean_hum": 57.1, + "sun": 5.8, + "cloud": 6.4, + "ground_temp": 4.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51047, + "power": 51047 + }, + { + "date": 60221, + "mean_temp": 4.4, + "min_temp": -0.5, + "max_temp": 8.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 65.3, + "sun": 6.7, + "cloud": 3.5, + "ground_temp": 3.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50252, + "power": 50252 + }, + { + "date": 60220, + "mean_temp": 3.8, + "min_temp": -0.1, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 66.3, + "sun": 8.8, + "cloud": 1.1, + "ground_temp": 3.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50471, + "power": 50471 + }, + { + "date": 60219, + "mean_temp": 3.3, + "min_temp": -1, + "max_temp": 8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 61.4, + "sun": 7.3, + "cloud": 2.4, + "ground_temp": 2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46695, + "power": 46695 + }, + { + "date": 60218, + "mean_temp": 0.2, + "min_temp": -5.3, + "max_temp": 5.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 54.9, + "sun": 8.4, + "cloud": 2, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50148, + "power": 50148 + }, + { + "date": 60217, + "mean_temp": -4.5, + "min_temp": -8.1, + "max_temp": -1.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.5, + "min_hum": 19, + "mean_hum": 37.1, + "sun": 9.5, + "cloud": 1.3, + "ground_temp": -1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52206, + "power": 52206 + }, + { + "date": 60216, + "mean_temp": 1.7, + "min_temp": -5.1, + "max_temp": 6.9, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.1, + "min_hum": 21, + "mean_hum": 51.3, + "sun": 5.4, + "cloud": 4.1, + "ground_temp": 2.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51768, + "power": 51768 + }, + { + "date": 60215, + "mean_temp": 4.6, + "min_temp": 2.9, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.7, + "min_hum": 62, + "mean_hum": 77.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 1.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50727, + "power": 50727 + }, + { + "date": 60214, + "mean_temp": 5.5, + "min_temp": 4.4, + "max_temp": 7.5, + "rain": 5.5, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 54, + "mean_hum": 92.9, + "sun": 0, + "cloud": 10, + "ground_temp": 5.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50606, + "power": 50606 + }, + { + "date": 60213, + "mean_temp": 4.5, + "min_temp": -2, + "max_temp": 10.6, + "rain": 0.1, + "max_wind": 5.8, + "mean_wind": 2.2, + "min_hum": 22, + "mean_hum": 48.4, + "sun": 6.3, + "cloud": 4.5, + "ground_temp": 2.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51141, + "power": 51141 + }, + { + "date": 60212, + "mean_temp": -1.8, + "min_temp": -5.9, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 42.9, + "sun": 9.6, + "cloud": 0, + "ground_temp": -0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47074, + "power": 47074 + }, + { + "date": 60211, + "mean_temp": 1.2, + "min_temp": -2.7, + "max_temp": 5.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 54, + "sun": 8, + "cloud": 2.8, + "ground_temp": 0, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49660, + "power": 49660 + }, + { + "date": 60210, + "mean_temp": 1.4, + "min_temp": -1.7, + "max_temp": 4, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.1, + "min_hum": 42, + "mean_hum": 65, + "sun": 3.6, + "cloud": 6.1, + "ground_temp": 0, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50203, + "power": 52370 + }, + { + "date": 60209, + "mean_temp": -4.5, + "min_temp": -10.3, + "max_temp": -1.2, + "rain": 0.9, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 40, + "mean_hum": 65.6, + "sun": 5.7, + "cloud": 4.4, + "ground_temp": -2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53397, + "power": 53139 + }, + { + "date": 60208, + "mean_temp": -7.2, + "min_temp": -9.3, + "max_temp": -3.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 4, + "min_hum": 35, + "mean_hum": 53.3, + "sun": 8.8, + "cloud": 1.4, + "ground_temp": -0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53397, + "power": 53397 + }, + { + "date": 60207, + "mean_temp": -0.9, + "min_temp": -4.8, + "max_temp": 1.2, + "rain": 8.4, + "max_wind": 5.9, + "mean_wind": 3.1, + "min_hum": 34, + "mean_hum": 80.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52999, + "power": 52584 + }, + { + "date": 60206, + "mean_temp": 0.2, + "min_temp": -3.9, + "max_temp": 4.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 17, + "mean_hum": 28.9, + "sun": 6.1, + "cloud": 6.9, + "ground_temp": -1.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52703, + "power": 52703 + }, + { + "date": 60205, + "mean_temp": -5.3, + "min_temp": -10.3, + "max_temp": -1.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 35.6, + "sun": 5.1, + "cloud": 6.3, + "ground_temp": -3.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41507, + "power": 48937 + }, + { + "date": 60204, + "mean_temp": -9.3, + "min_temp": -13.1, + "max_temp": -4.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 37.9, + "sun": 9.6, + "cloud": 0, + "ground_temp": -4.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51099, + "power": 51099 + }, + { + "date": 60203, + "mean_temp": -11.7, + "min_temp": -14.1, + "max_temp": -8.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.6, + "min_hum": 23, + "mean_hum": 38.9, + "sun": 9.4, + "cloud": 0, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53262, + "power": 53262 + }, + { + "date": 60202, + "mean_temp": -2.9, + "min_temp": -8.6, + "max_temp": 1, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.5, + "min_hum": 18, + "mean_hum": 45.5, + "sun": 8.3, + "cloud": 3.1, + "ground_temp": -0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52545, + "power": 51455 + }, + { + "date": 60201, + "mean_temp": 1.7, + "min_temp": -2.5, + "max_temp": 5.4, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 31, + "mean_hum": 59.5, + "sun": 5.3, + "cloud": 4.8, + "ground_temp": -0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50046, + "power": 50046 + }, + { + "date": 60131, + "mean_temp": 3.8, + "min_temp": 1.1, + "max_temp": 6.3, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 63, + "mean_hum": 80.9, + "sun": 0, + "cloud": 10, + "ground_temp": -0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44351, + "power": 44351 + }, + { + "date": 60130, + "mean_temp": 5, + "min_temp": 2.9, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 46, + "mean_hum": 65.3, + "sun": 3.3, + "cloud": 9.3, + "ground_temp": 2.2, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 40115, + "power": 40115 + }, + { + "date": 60129, + "mean_temp": 4.5, + "min_temp": -0.4, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.8, + "min_hum": 35, + "mean_hum": 58.1, + "sun": 1.4, + "cloud": 6.6, + "ground_temp": 0.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 39237, + "power": 39237 + }, + { + "date": 60128, + "mean_temp": 1.3, + "min_temp": -3, + "max_temp": 6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 53.9, + "sun": 3.8, + "cloud": 3.8, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 44859, + "power": 44859 + }, + { + "date": 60127, + "mean_temp": 1.4, + "min_temp": -1.1, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 28, + "mean_hum": 61.8, + "sun": 6.5, + "cloud": 2.1, + "ground_temp": -0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50046, + "power": 49129 + }, + { + "date": 60126, + "mean_temp": 0.2, + "min_temp": -2.5, + "max_temp": 3.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 62.3, + "sun": 8.1, + "cloud": 2.8, + "ground_temp": -1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51551, + "power": 51551 + }, + { + "date": 60125, + "mean_temp": -0.7, + "min_temp": -4.5, + "max_temp": 3.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 47.4, + "sun": 6.7, + "cloud": 1.9, + "ground_temp": -2.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52593, + "power": 52593 + }, + { + "date": 60124, + "mean_temp": -3.1, + "min_temp": -7.6, + "max_temp": 1.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 42.5, + "sun": 9.4, + "cloud": 0.1, + "ground_temp": -2.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52999, + "power": 52999 + }, + { + "date": 60123, + "mean_temp": -4.7, + "min_temp": -8, + "max_temp": -0.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 45.4, + "sun": 9.3, + "cloud": 0, + "ground_temp": -2.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52206, + "power": 52671 + }, + { + "date": 60122, + "mean_temp": -3.1, + "min_temp": -6, + "max_temp": -0.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.4, + "min_hum": 23, + "mean_hum": 39, + "sun": 9.3, + "cloud": 0, + "ground_temp": -0.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47348, + "power": 47348 + }, + { + "date": 60121, + "mean_temp": 0.9, + "min_temp": -2.2, + "max_temp": 5.1, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 49, + "sun": 8.3, + "cloud": 1.5, + "ground_temp": -0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49124, + "power": 49124 + }, + { + "date": 60120, + "mean_temp": 2.6, + "min_temp": 0.2, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 55.5, + "sun": 4.1, + "cloud": 5, + "ground_temp": -0.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51127, + "power": 51127 + }, + { + "date": 60119, + "mean_temp": 2.4, + "min_temp": -1.6, + "max_temp": 6.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 55.9, + "sun": 7.2, + "cloud": 3.4, + "ground_temp": -0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51473, + "power": 51473 + }, + { + "date": 60118, + "mean_temp": 1.3, + "min_temp": -1.7, + "max_temp": 5.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 54.9, + "sun": 6.9, + "cloud": 2.5, + "ground_temp": -0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51127, + "power": 51500 + }, + { + "date": 60117, + "mean_temp": 1.3, + "min_temp": -1.2, + "max_temp": 4.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 30, + "mean_hum": 50.5, + "sun": 1.5, + "cloud": 5.4, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 51457, + "power": 51457 + }, + { + "date": 60116, + "mean_temp": 1.8, + "min_temp": -0.2, + "max_temp": 3.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 49, + "mean_hum": 68.1, + "sun": 0, + "cloud": 6.1, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50352, + "power": 51947 + }, + { + "date": 60115, + "mean_temp": 3.7, + "min_temp": 0.8, + "max_temp": 7.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2, + "min_hum": 56, + "mean_hum": 70.1, + "sun": 3.5, + "cloud": 3.3, + "ground_temp": -0.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 46009, + "power": 46009 + }, + { + "date": 60114, + "mean_temp": 4.4, + "min_temp": 1.7, + "max_temp": 9.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 72.3, + "sun": 4.1, + "cloud": 4.9, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47550, + "power": 48242 + }, + { + "date": 60113, + "mean_temp": 4.1, + "min_temp": 1.8, + "max_temp": 6, + "rain": 26.5, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 91, + "mean_hum": 93.3, + "sun": 0, + "cloud": 10, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50046, + "power": 51549 + }, + { + "date": 60112, + "mean_temp": 1.4, + "min_temp": -2.4, + "max_temp": 4.5, + "rain": 6.5, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 22, + "mean_hum": 48.9, + "sun": 2.7, + "cloud": 6, + "ground_temp": -1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51457, + "power": 52493 + }, + { + "date": 60111, + "mean_temp": -1.2, + "min_temp": -5.3, + "max_temp": 3.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 18, + "mean_hum": 45.8, + "sun": 7.7, + "cloud": 1.3, + "ground_temp": -4.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52545, + "power": 52545 + }, + { + "date": 60110, + "mean_temp": -0.3, + "min_temp": -2.2, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 45, + "mean_hum": 72.5, + "sun": 4.9, + "cloud": 4, + "ground_temp": -2.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52715, + "power": 52715 + }, + { + "date": 60109, + "mean_temp": -1.6, + "min_temp": -7, + "max_temp": 3, + "rain": 0.3, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 25, + "mean_hum": 57.5, + "sun": 6.5, + "cloud": 5.1, + "ground_temp": -4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52593, + "power": 53277 + }, + { + "date": 60108, + "mean_temp": -4.2, + "min_temp": -8.5, + "max_temp": 0.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 24, + "mean_hum": 44.5, + "sun": 7.2, + "cloud": 2.4, + "ground_temp": -5.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49286, + "power": 49286 + }, + { + "date": 60107, + "mean_temp": -6.2, + "min_temp": -9.6, + "max_temp": -1.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 38.6, + "sun": 9, + "cloud": 0, + "ground_temp": -7.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51620, + "power": 51620 + }, + { + "date": 60106, + "mean_temp": -7.5, + "min_temp": -10.1, + "max_temp": -3.9, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 44.1, + "sun": 7.1, + "cloud": 1, + "ground_temp": -7.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 54020, + "power": 54020 + }, + { + "date": 60105, + "mean_temp": -7.1, + "min_temp": -10, + "max_temp": -2.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 24, + "mean_hum": 39.6, + "sun": 8.9, + "cloud": 1.4, + "ground_temp": -5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 54020, + "power": 54212 + }, + { + "date": 60104, + "mean_temp": -6.2, + "min_temp": -8.3, + "max_temp": -4.4, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 42.6, + "sun": 0.1, + "cloud": 9.3, + "ground_temp": -3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52206, + "power": 53740 + }, + { + "date": 60103, + "mean_temp": -2.4, + "min_temp": -4.5, + "max_temp": 1.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 37.5, + "sun": 8.7, + "cloud": 1.6, + "ground_temp": -2.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52999, + "power": 52460 + }, + { + "date": 60102, + "mean_temp": 0.2, + "min_temp": -2.4, + "max_temp": 3.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.8, + "min_hum": 51, + "mean_hum": 71.5, + "sun": 4.9, + "cloud": 4.6, + "ground_temp": -0.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50203, + "power": 50203 + }, + { + "date": 60101, + "mean_temp": 1.4, + "min_temp": 0.6, + "max_temp": 1.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 66, + "mean_hum": 80.1, + "sun": 0, + "cloud": 9.3, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 44836, + "power": 44836 + }, + { + "date": 51231, + "mean_temp": 1.4, + "min_temp": -2, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 61.9, + "sun": 1.7, + "cloud": 5.5, + "ground_temp": 0, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49919, + "power": 48339 + }, + { + "date": 51230, + "mean_temp": 0.1, + "min_temp": -2, + "max_temp": 4.3, + "rain": 0.3, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 65, + "sun": 2.8, + "cloud": 5.3, + "ground_temp": -0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53114, + "power": 50941 + }, + { + "date": 51229, + "mean_temp": -2.9, + "min_temp": -6.8, + "max_temp": 1.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 48.6, + "sun": 6.3, + "cloud": 1.1, + "ground_temp": -4.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52570, + "power": 52570 + }, + { + "date": 51228, + "mean_temp": -5, + "min_temp": -9.1, + "max_temp": -0.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 20, + "mean_hum": 38.8, + "sun": 8.8, + "cloud": 0.5, + "ground_temp": -6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53366, + "power": 53366 + }, + { + "date": 51227, + "mean_temp": -6.9, + "min_temp": -10.1, + "max_temp": -3.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 41.4, + "sun": 8.9, + "cloud": 0, + "ground_temp": -6.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53330, + "power": 53809 + }, + { + "date": 51226, + "mean_temp": -7.5, + "min_temp": -10.1, + "max_temp": -4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.9, + "min_hum": 28, + "mean_hum": 42.6, + "sun": 9, + "cloud": 0, + "ground_temp": -6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53935, + "power": 53935 + }, + { + "date": 51225, + "mean_temp": -1.7, + "min_temp": -6.9, + "max_temp": 2, + "rain": 0.5, + "max_wind": 7.3, + "mean_wind": 3.7, + "min_hum": 19, + "mean_hum": 51.4, + "sun": 5.5, + "cloud": 3.6, + "ground_temp": -0.8, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 47881, + "power": 47881 + }, + { + "date": 51224, + "mean_temp": -4.2, + "min_temp": -8.6, + "max_temp": -0.5, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 38.6, + "sun": 8.6, + "cloud": 1.6, + "ground_temp": -5.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50737, + "power": 50737 + }, + { + "date": 51223, + "mean_temp": -3.2, + "min_temp": -5.3, + "max_temp": 0.2, + "rain": 0.1, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 68.4, + "sun": 3.7, + "cloud": 3.9, + "ground_temp": -3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 52786, + "power": 52786 + }, + { + "date": 51222, + "mean_temp": -6.6, + "min_temp": -11.1, + "max_temp": -3.2, + "rain": 0.4, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 55.5, + "sun": 6.9, + "cloud": 3.8, + "ground_temp": -6.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53330, + "power": 53591 + }, + { + "date": 51221, + "mean_temp": -6.2, + "min_temp": -9.6, + "max_temp": -1.7, + "rain": 1.1, + "max_wind": 7.5, + "mean_wind": 3.6, + "min_hum": 33, + "mean_hum": 57.8, + "sun": 5.8, + "cloud": 4.3, + "ground_temp": -4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 54191, + "power": 54191 + }, + { + "date": 51220, + "mean_temp": -2.8, + "min_temp": -7.5, + "max_temp": 1.3, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 21, + "mean_hum": 50.3, + "sun": 6.4, + "cloud": 4.5, + "ground_temp": -2.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53737, + "power": 53737 + }, + { + "date": 51219, + "mean_temp": -5, + "min_temp": -9.8, + "max_temp": 0.3, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 58.4, + "sun": 8.8, + "cloud": 0, + "ground_temp": -6.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 53935, + "power": 54451 + }, + { + "date": 51218, + "mean_temp": -9.2, + "min_temp": -14, + "max_temp": -3.7, + "rain": 0.8, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 62.3, + "sun": 3.9, + "cloud": 3.1, + "ground_temp": -7.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49593, + "power": 49593 + }, + { + "date": 51217, + "mean_temp": -9.7, + "min_temp": -13.3, + "max_temp": -5.8, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 4.3, + "min_hum": 26, + "mean_hum": 30.3, + "sun": 7.6, + "cloud": 1.5, + "ground_temp": -7.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51395, + "power": 51395 + }, + { + "date": 51216, + "mean_temp": -3.3, + "min_temp": -6.5, + "max_temp": 0.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 49.8, + "sun": 6.5, + "cloud": 1.4, + "ground_temp": -4.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53352, + "power": 52799 + }, + { + "date": 51215, + "mean_temp": -4.5, + "min_temp": -8.8, + "max_temp": -0.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 54.4, + "sun": 8.8, + "cloud": 0.3, + "ground_temp": -5.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 53352, + "power": 53352 + }, + { + "date": 51214, + "mean_temp": -5.8, + "min_temp": -11.5, + "max_temp": -2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 46.5, + "sun": 8.9, + "cloud": 0.1, + "ground_temp": -6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 53330, + "power": 53330 + }, + { + "date": 51213, + "mean_temp": -8.6, + "min_temp": -11.6, + "max_temp": -5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 29, + "mean_hum": 42.9, + "sun": 9, + "cloud": 0.1, + "ground_temp": -8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52468, + "power": 53789 + }, + { + "date": 51212, + "mean_temp": -8, + "min_temp": -10.1, + "max_temp": -5.5, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.6, + "min_hum": 27, + "mean_hum": 43, + "cloud": 0, + "ground_temp": -6.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52468, + "power": 53970 + }, + { + "date": 51211, + "mean_temp": -6.3, + "min_temp": -9.1, + "max_temp": -2.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 27, + "mean_hum": 42.3, + "sun": 8.3, + "cloud": 0.4, + "ground_temp": -5.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47081, + "power": 47081 + }, + { + "date": 51210, + "mean_temp": -2.9, + "min_temp": -7.5, + "max_temp": 0.4, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 40.4, + "sun": 5.6, + "cloud": 4.8, + "ground_temp": -2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 49175, + "power": 49175 + }, + { + "date": 51209, + "mean_temp": -1.4, + "min_temp": -4.9, + "max_temp": 1.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 51.6, + "sun": 5.4, + "cloud": 3.6, + "ground_temp": -2.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51768, + "power": 51768 + }, + { + "date": 51208, + "mean_temp": -2.3, + "min_temp": -4.6, + "max_temp": 0.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 53.3, + "sun": 8.7, + "cloud": 0.6, + "ground_temp": -3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52468, + "power": 52468 + }, + { + "date": 51207, + "mean_temp": -1.8, + "min_temp": -4.9, + "max_temp": 2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 62.9, + "sun": 8.1, + "cloud": 2.4, + "ground_temp": -2.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52236, + "power": 51809 + }, + { + "date": 51206, + "mean_temp": -2.5, + "min_temp": -5.5, + "max_temp": 0.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 64.8, + "sun": 4.2, + "cloud": 2.8, + "ground_temp": -1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52236, + "power": 52236 + }, + { + "date": 51205, + "mean_temp": -5.2, + "min_temp": -8.8, + "max_temp": -1.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 38, + "mean_hum": 52.3, + "sun": 8.7, + "cloud": 0, + "ground_temp": -2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 52511, + "power": 52511 + }, + { + "date": 51204, + "mean_temp": -5.1, + "min_temp": -7.5, + "max_temp": -1.7, + "rain": 1.8, + "max_wind": 7.2, + "mean_wind": 3.6, + "min_hum": 39, + "mean_hum": 59.9, + "sun": 8.4, + "cloud": 2.9, + "ground_temp": -3.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45864, + "power": 45864 + }, + { + "date": 51203, + "mean_temp": -0.7, + "min_temp": -3.2, + "max_temp": 2.7, + "rain": 5, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 18, + "mean_hum": 49.6, + "sun": 6.6, + "cloud": 4.1, + "ground_temp": -2.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47277, + "power": 47277 + }, + { + "date": 51202, + "mean_temp": 1, + "min_temp": -2, + "max_temp": 4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 22, + "mean_hum": 45.8, + "sun": 8.9, + "cloud": 0, + "ground_temp": -0.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49817, + "power": 49817 + }, + { + "date": 51201, + "mean_temp": 5.9, + "min_temp": 2.5, + "max_temp": 11.1, + "rain": 0.3, + "max_wind": 5.9, + "mean_wind": 2.4, + "min_hum": 46, + "mean_hum": 61.3, + "sun": 3.3, + "cloud": 4.5, + "ground_temp": 0.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49817, + "power": 49132 + }, + { + "date": 51130, + "mean_temp": 3.6, + "min_temp": -0.8, + "max_temp": 8.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 21, + "mean_hum": 50.9, + "sun": 8.9, + "cloud": 0, + "ground_temp": -0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49589, + "power": 49589 + }, + { + "date": 51129, + "mean_temp": 3.2, + "min_temp": -0.2, + "max_temp": 7.5, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.7, + "min_hum": 27, + "mean_hum": 57.5, + "sun": 4.8, + "cloud": 2.5, + "ground_temp": 2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49402, + "power": 49402 + }, + { + "date": 51128, + "mean_temp": 7.2, + "min_temp": 4, + "max_temp": 12.1, + "rain": 9, + "max_wind": 8.4, + "mean_wind": 3.1, + "min_hum": 56, + "mean_hum": 71.4, + "sun": 0, + "cloud": 7.6, + "ground_temp": 5.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47172, + "power": 48733 + }, + { + "date": 51127, + "mean_temp": 8.4, + "min_temp": 6, + "max_temp": 12.1, + "rain": 3.5, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 41, + "mean_hum": 77, + "sun": 3.8, + "cloud": 3.6, + "ground_temp": 5.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41783, + "power": 43518 + }, + { + "date": 51126, + "mean_temp": 8.2, + "min_temp": 4.1, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 72.1, + "sun": 3.5, + "cloud": 3.4, + "ground_temp": 3.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45568, + "power": 45568 + }, + { + "date": 51125, + "mean_temp": 8.4, + "min_temp": 3.9, + "max_temp": 13.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 64.3, + "sun": 7.1, + "cloud": 0.3, + "ground_temp": 4.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47172, + "power": 48663 + }, + { + "date": 51124, + "mean_temp": 8.4, + "min_temp": 5.4, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 17, + "mean_hum": 53.8, + "sun": 7.8, + "cloud": 0.1, + "ground_temp": 3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49231, + "power": 49231 + }, + { + "date": 51123, + "mean_temp": 8.5, + "min_temp": 3.5, + "max_temp": 13.3, + "rain": 0.2, + "max_wind": 7.4, + "mean_wind": 2.6, + "min_hum": 35, + "mean_hum": 60.9, + "sun": 6.7, + "cloud": 3, + "ground_temp": 5.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47172, + "power": 48987 + }, + { + "date": 51122, + "mean_temp": 5.1, + "min_temp": 0.8, + "max_temp": 9.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 25, + "mean_hum": 45.8, + "sun": 8.8, + "cloud": 1.1, + "ground_temp": 1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49982, + "power": 49982 + }, + { + "date": 51121, + "mean_temp": 5.7, + "min_temp": 2.2, + "max_temp": 10, + "rain": 0.3, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 31, + "mean_hum": 61.5, + "sun": 6.1, + "cloud": 3.5, + "ground_temp": 4.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49171, + "power": 49171 + }, + { + "date": 51120, + "mean_temp": 3.5, + "min_temp": -1, + "max_temp": 8.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 48.1, + "sun": 8.7, + "cloud": 1.3, + "ground_temp": 0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 47702, + "power": 43995 + }, + { + "date": 51119, + "mean_temp": 2.9, + "min_temp": -0.5, + "max_temp": 7.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 37, + "sun": 8.7, + "cloud": 1.8, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46249, + "power": 46249 + }, + { + "date": 51118, + "mean_temp": 3.6, + "min_temp": 0.4, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 38.4, + "sun": 8.8, + "cloud": 1, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49305, + "power": 49305 + }, + { + "date": 51117, + "mean_temp": 3.5, + "min_temp": -0.8, + "max_temp": 8.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 38.6, + "sun": 8.8, + "cloud": 0, + "ground_temp": 0.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49336, + "power": 49336 + }, + { + "date": 51116, + "mean_temp": 3.1, + "min_temp": -1.1, + "max_temp": 7.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 19, + "mean_hum": 38.3, + "sun": 8.6, + "cloud": 0, + "ground_temp": 1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48741, + "power": 48741 + }, + { + "date": 51115, + "mean_temp": 3.3, + "min_temp": 1.1, + "max_temp": 6.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 22, + "mean_hum": 36.5, + "sun": 8.3, + "cloud": 0, + "ground_temp": 1.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48741, + "power": 48663 + }, + { + "date": 51114, + "mean_temp": 5.7, + "min_temp": 3.2, + "max_temp": 10, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 35.4, + "sun": 6.3, + "cloud": 2.1, + "ground_temp": 4.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48741, + "power": 47732 + }, + { + "date": 51113, + "mean_temp": 8.9, + "min_temp": 5.6, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 33, + "mean_hum": 45.8, + "sun": 0.8, + "cloud": 7.9, + "ground_temp": 7.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41776, + "power": 41776 + }, + { + "date": 51112, + "mean_temp": 9.1, + "min_temp": 4.6, + "max_temp": 13.8, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 10, + "mean_hum": 34.8, + "sun": 7.6, + "cloud": 2.1, + "ground_temp": 5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44006, + "power": 44006 + }, + { + "date": 51111, + "mean_temp": 12.8, + "min_temp": 8.6, + "max_temp": 17.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 39.6, + "sun": 2, + "cloud": 5.1, + "ground_temp": 7.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46163, + "power": 46163 + }, + { + "date": 51110, + "mean_temp": 13.9, + "min_temp": 9.8, + "max_temp": 17.7, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.1, + "min_hum": 52, + "mean_hum": 74.1, + "sun": 1.7, + "cloud": 6, + "ground_temp": 8.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46085, + "power": 46363 + }, + { + "date": 51109, + "mean_temp": 10.6, + "min_temp": 5.4, + "max_temp": 15.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 54.1, + "sun": 8.5, + "cloud": 0.8, + "ground_temp": 5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46537, + "power": 46537 + }, + { + "date": 51108, + "mean_temp": 8.8, + "min_temp": 4.8, + "max_temp": 12.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 20, + "mean_hum": 49.6, + "sun": 6.2, + "cloud": 1.3, + "ground_temp": 6.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46854, + "power": 46854 + }, + { + "date": 51107, + "mean_temp": 10.7, + "min_temp": 6, + "max_temp": 15.3, + "rain": 1, + "max_wind": 8.4, + "mean_wind": 2.6, + "min_hum": 15, + "mean_hum": 46.3, + "sun": 8.6, + "cloud": 1.8, + "ground_temp": 6.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46169, + "power": 46169 + }, + { + "date": 51106, + "mean_temp": 14.1, + "min_temp": 8.5, + "max_temp": 18.1, + "rain": 30, + "max_wind": 5.2, + "mean_wind": 2.7, + "min_hum": 51, + "mean_hum": 77.5, + "sun": 0.8, + "cloud": 6.3, + "ground_temp": 12.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38968, + "power": 40575 + }, + { + "date": 51105, + "mean_temp": 16.8, + "min_temp": 12.1, + "max_temp": 20.7, + "rain": 0.1, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 52, + "mean_hum": 69.6, + "sun": 4.3, + "cloud": 5, + "ground_temp": 12.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42701, + "power": 42701 + }, + { + "date": 51104, + "mean_temp": 16.4, + "min_temp": 12.6, + "max_temp": 21.8, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.2, + "min_hum": 47, + "mean_hum": 73, + "sun": 4.6, + "cloud": 3.8, + "ground_temp": 12.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45801, + "power": 45801 + }, + { + "date": 51103, + "mean_temp": 15.8, + "min_temp": 12.1, + "max_temp": 20.7, + "rain": 0.5, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 43, + "mean_hum": 69.8, + "sun": 3.5, + "cloud": 5.3, + "ground_temp": 12.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44575, + "power": 45929 + }, + { + "date": 51102, + "mean_temp": 14.3, + "min_temp": 11.1, + "max_temp": 17.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 38, + "mean_hum": 65.5, + "sun": 2.4, + "cloud": 7.3, + "ground_temp": 10.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46096, + "power": 46096 + }, + { + "date": 51101, + "mean_temp": 12.5, + "min_temp": 7.9, + "max_temp": 17.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2, + "min_hum": 44, + "mean_hum": 66.6, + "sun": 5.8, + "cloud": 4.1, + "ground_temp": 8.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46085, + "power": 46085 + }, + { + "date": 51031, + "mean_temp": 9.7, + "min_temp": 3.9, + "max_temp": 15.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 27, + "mean_hum": 59.4, + "sun": 9, + "cloud": 0, + "ground_temp": 8.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46111, + "power": 46111 + }, + { + "date": 51030, + "mean_temp": 7.9, + "min_temp": 4.5, + "max_temp": 11.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 38, + "mean_hum": 64.1, + "sun": 3.7, + "cloud": 1.9, + "ground_temp": 8.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41053, + "power": 41053 + }, + { + "date": 51029, + "mean_temp": 9.2, + "min_temp": 7.1, + "max_temp": 12.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 36, + "mean_hum": 57.4, + "sun": 7.8, + "cloud": 1.9, + "ground_temp": 8.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41114, + "power": 42952 + }, + { + "date": 51028, + "mean_temp": 12.4, + "min_temp": 8.5, + "max_temp": 16.2, + "rain": 3, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 46, + "mean_hum": 67.6, + "sun": 5.1, + "cloud": 4.9, + "ground_temp": 10.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45867, + "power": 45867 + }, + { + "date": 51027, + "mean_temp": 14.6, + "min_temp": 10.1, + "max_temp": 20, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.2, + "min_hum": 40, + "mean_hum": 74.6, + "sun": 4.5, + "cloud": 1.8, + "ground_temp": 11.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46267, + "power": 46267 + }, + { + "date": 51026, + "mean_temp": 14.9, + "min_temp": 11.6, + "max_temp": 19.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 67.9, + "sun": 5.8, + "cloud": 1.4, + "ground_temp": 11.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45782, + "power": 45782 + }, + { + "date": 51025, + "mean_temp": 14.1, + "min_temp": 10.1, + "max_temp": 19.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 29, + "mean_hum": 66.5, + "sun": 6.6, + "cloud": 0.9, + "ground_temp": 10.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45859, + "power": 45859 + }, + { + "date": 51024, + "mean_temp": 12.6, + "min_temp": 7, + "max_temp": 18.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 64.5, + "sun": 8.5, + "cloud": 0.4, + "ground_temp": 9.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45656, + "power": 45656 + }, + { + "date": 51023, + "mean_temp": 9.5, + "min_temp": 3, + "max_temp": 15.5, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 53.5, + "sun": 9.3, + "cloud": 0, + "ground_temp": 7.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40636, + "power": 40636 + }, + { + "date": 51022, + "mean_temp": 8, + "min_temp": 5.1, + "max_temp": 12.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 21, + "mean_hum": 48.6, + "sun": 9.3, + "cloud": 0.1, + "ground_temp": 5.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43191, + "power": 43191 + }, + { + "date": 51021, + "mean_temp": 12.4, + "min_temp": 9.1, + "max_temp": 14.8, + "rain": 13.5, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 60, + "mean_hum": 77.4, + "sun": 0.1, + "cloud": 8.5, + "ground_temp": 9.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45289, + "power": 45289 + }, + { + "date": 51020, + "mean_temp": 15.8, + "min_temp": 11.1, + "max_temp": 21.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 27, + "mean_hum": 60.3, + "sun": 8.4, + "cloud": 4.3, + "ground_temp": 12.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45534, + "power": 45534 + }, + { + "date": 51019, + "mean_temp": 15.7, + "min_temp": 11.1, + "max_temp": 21.2, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.2, + "min_hum": 43, + "mean_hum": 65.5, + "sun": 7.4, + "cloud": 1.5, + "ground_temp": 12.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44963, + "power": 44963 + }, + { + "date": 51018, + "mean_temp": 15.4, + "min_temp": 12.6, + "max_temp": 20, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 70.4, + "sun": 5.2, + "cloud": 1.4, + "ground_temp": 12.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44963, + "power": 45096 + }, + { + "date": 51017, + "mean_temp": 15.7, + "min_temp": 9.3, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 39, + "mean_hum": 67.6, + "sun": 9.2, + "cloud": 0.1, + "ground_temp": 13.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44638, + "power": 44638 + }, + { + "date": 51016, + "mean_temp": 14.3, + "min_temp": 9.1, + "max_temp": 20.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 29, + "mean_hum": 56.1, + "sun": 9.6, + "cloud": 1, + "ground_temp": 12.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39262, + "power": 39174 + }, + { + "date": 51015, + "mean_temp": 14.6, + "min_temp": 10.3, + "max_temp": 19, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 54.4, + "sun": 7.3, + "cloud": 4.1, + "ground_temp": 13.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41114, + "power": 41114 + }, + { + "date": 51014, + "mean_temp": 15, + "min_temp": 12.3, + "max_temp": 17.8, + "rain": 2, + "max_wind": 5.4, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 49, + "sun": 8.3, + "cloud": 4.9, + "ground_temp": 14.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44963, + "power": 44539 + }, + { + "date": 51013, + "mean_temp": 17.4, + "min_temp": 14.6, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 69.3, + "sun": 1.4, + "cloud": 8.1, + "ground_temp": 16.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45395, + "power": 45395 + }, + { + "date": 51012, + "mean_temp": 17.5, + "min_temp": 12.6, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 64.9, + "sun": 9.9, + "cloud": 3.1, + "ground_temp": 15.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44183, + "power": 44183 + }, + { + "date": 51011, + "mean_temp": 17.4, + "min_temp": 12.5, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 37, + "mean_hum": 64.4, + "sun": 9.3, + "cloud": 0.4, + "ground_temp": 14.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45034, + "power": 45034 + }, + { + "date": 51010, + "mean_temp": 17.4, + "min_temp": 12.6, + "max_temp": 23.1, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.5, + "min_hum": 30, + "mean_hum": 62.9, + "sun": 9.6, + "cloud": 0.9, + "ground_temp": 15.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44183, + "power": 44716 + }, + { + "date": 51009, + "mean_temp": 16.2, + "min_temp": 11.8, + "max_temp": 21.8, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 43, + "mean_hum": 71.8, + "sun": 7.9, + "cloud": 2.5, + "ground_temp": 15.2, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 39262, + "power": 39262 + }, + { + "date": 51008, + "mean_temp": 16.1, + "min_temp": 13.8, + "max_temp": 20.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 71.5, + "sun": 7.6, + "cloud": 4.3, + "ground_temp": 14.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41828, + "power": 41828 + }, + { + "date": 51007, + "mean_temp": 14.4, + "min_temp": 13.1, + "max_temp": 17.1, + "rain": 19.5, + "max_wind": 2.6, + "mean_wind": 1.1, + "min_hum": 60, + "mean_hum": 85.4, + "sun": 0, + "cloud": 9.8, + "ground_temp": 13.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44575, + "power": 44575 + }, + { + "date": 51006, + "mean_temp": 17.6, + "min_temp": 10.5, + "max_temp": 24.9, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.3, + "min_hum": 25, + "mean_hum": 56, + "sun": 8.8, + "cloud": 3, + "ground_temp": 16.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46901, + "power": 44901 + }, + { + "date": 51005, + "mean_temp": 16.5, + "min_temp": 11, + "max_temp": 22.3, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 24, + "mean_hum": 59.6, + "sun": 7.4, + "cloud": 2.6, + "ground_temp": 16.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44466, + "power": 44433 + }, + { + "date": 51004, + "mean_temp": 16.6, + "min_temp": 13.6, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 57.5, + "sun": 7.3, + "cloud": 4.6, + "ground_temp": 15.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44466, + "power": 44466 + }, + { + "date": 51003, + "mean_temp": 16.4, + "min_temp": 14.1, + "max_temp": 19.2, + "rain": 0.1, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 40, + "mean_hum": 61.3, + "sun": 0, + "cloud": 9.5, + "ground_temp": 16.9, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 33350, + "power": 40272 + }, + { + "date": 51002, + "mean_temp": 19.2, + "min_temp": 15.6, + "max_temp": 24.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 61.9, + "sun": 5.7, + "cloud": 7.3, + "ground_temp": 18.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37558, + "power": 37558 + }, + { + "date": 51001, + "mean_temp": 20.1, + "min_temp": 18.8, + "max_temp": 21.6, + "rain": 14.5, + "max_wind": 2.6, + "mean_wind": 0.7, + "min_hum": 79, + "mean_hum": 91.3, + "sun": 0, + "cloud": 8.9, + "ground_temp": 18.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41891, + "power": 41891 + }, + { + "date": 50930, + "mean_temp": 17.7, + "min_temp": 16, + "max_temp": 21.2, + "rain": 104.5, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 52, + "mean_hum": 90.9, + "sun": 0, + "cloud": 10, + "ground_temp": 17.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45574, + "power": 45574 + }, + { + "date": 50929, + "mean_temp": 20.8, + "min_temp": 15.8, + "max_temp": 25.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.9, + "min_hum": 30, + "mean_hum": 58.9, + "sun": 5.6, + "cloud": 7, + "ground_temp": 19.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45851, + "power": 45851 + }, + { + "date": 50928, + "mean_temp": 20.8, + "min_temp": 16.3, + "max_temp": 26.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 32, + "mean_hum": 63.5, + "sun": 8.5, + "cloud": 2.1, + "ground_temp": 19.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45380, + "power": 45380 + }, + { + "date": 50927, + "mean_temp": 21, + "min_temp": 17.8, + "max_temp": 26.1, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 33, + "mean_hum": 66.5, + "sun": 5.4, + "cloud": 5.1, + "ground_temp": 18.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46012, + "power": 46012 + }, + { + "date": 50926, + "mean_temp": 21, + "min_temp": 17.5, + "max_temp": 25.6, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 41, + "mean_hum": 65.8, + "sun": 6.5, + "cloud": 4.6, + "ground_temp": 19.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45914, + "power": 45914 + }, + { + "date": 50925, + "mean_temp": 20.5, + "min_temp": 16.6, + "max_temp": 24.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 66.3, + "sun": 4.8, + "cloud": 5.5, + "ground_temp": 19.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38327, + "power": 38327 + }, + { + "date": 50924, + "mean_temp": 20.9, + "min_temp": 17.1, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.4, + "min_hum": 44, + "mean_hum": 65.5, + "sun": 5.7, + "cloud": 6, + "ground_temp": 18.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42017, + "power": 42017 + }, + { + "date": 50923, + "mean_temp": 20.1, + "min_temp": 16.6, + "max_temp": 23.2, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 55, + "mean_hum": 72.1, + "sun": 2.8, + "cloud": 6.6, + "ground_temp": 18.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45643, + "power": 45643 + }, + { + "date": 50922, + "mean_temp": 17.1, + "min_temp": 14.8, + "max_temp": 19, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 76, + "mean_hum": 86.8, + "sun": 0, + "cloud": 9.1, + "ground_temp": 16.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45643, + "power": 45194 + }, + { + "date": 50921, + "mean_temp": 15.9, + "min_temp": 13.8, + "max_temp": 20.7, + "rain": 40, + "max_wind": 5.8, + "mean_wind": 3.8, + "min_hum": 64, + "mean_hum": 86.6, + "sun": 0, + "cloud": 10, + "ground_temp": 15.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45643, + "power": 43757 + }, + { + "date": 50920, + "mean_temp": 20.1, + "min_temp": 16, + "max_temp": 23.5, + "rain": 0.1, + "max_wind": 3.9, + "mean_wind": 1.4, + "min_hum": 51, + "mean_hum": 71.6, + "sun": 0.8, + "cloud": 8.1, + "ground_temp": 21.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40105, + "power": 40105 + }, + { + "date": 50919, + "mean_temp": 20.1, + "min_temp": 18.3, + "max_temp": 22.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.4, + "min_hum": 60, + "mean_hum": 79.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 20.1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 33350, + "power": 33350 + }, + { + "date": 50918, + "mean_temp": 22.8, + "min_temp": 20.2, + "max_temp": 27.2, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 53, + "mean_hum": 79.5, + "sun": 5.2, + "cloud": 6.9, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 38327, + "power": 31214 + }, + { + "date": 50917, + "mean_temp": 22.5, + "min_temp": 21.1, + "max_temp": 23.7, + "rain": 74, + "max_wind": 6.5, + "mean_wind": 2.8, + "min_hum": 64, + "mean_hum": 85.9, + "sun": 0, + "cloud": 10, + "ground_temp": 19.8, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 34880, + "power": 34880 + }, + { + "date": 50916, + "mean_temp": 22.8, + "min_temp": 18.7, + "max_temp": 26.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 49, + "mean_hum": 62.5, + "sun": 5, + "cloud": 6.8, + "ground_temp": 20.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44251, + "power": 44251 + }, + { + "date": 50915, + "mean_temp": 21.4, + "min_temp": 16.5, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 60.4, + "sun": 9.8, + "cloud": 2.3, + "ground_temp": 19.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46901, + "power": 46901 + }, + { + "date": 50914, + "mean_temp": 20.2, + "min_temp": 16.2, + "max_temp": 25, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.6, + "min_hum": 49, + "mean_hum": 71.8, + "sun": 5.1, + "cloud": 3, + "ground_temp": 18, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47388, + "power": 47388 + }, + { + "date": 50913, + "mean_temp": 20.5, + "min_temp": 16.7, + "max_temp": 24.6, + "rain": 90.5, + "max_wind": 6.9, + "mean_wind": 3.6, + "min_hum": 66, + "mean_hum": 84.8, + "sun": 0.1, + "cloud": 10, + "ground_temp": 19, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49152, + "power": 49152 + }, + { + "date": 50912, + "mean_temp": 25.8, + "min_temp": 22.7, + "max_temp": 29, + "rain": 0.1, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 51, + "mean_hum": 67.9, + "sun": 4.1, + "cloud": 7.5, + "ground_temp": 26.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51162, + "power": 51162 + }, + { + "date": 50911, + "mean_temp": 26.3, + "min_temp": 21.6, + "max_temp": 30.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 65.6, + "sun": 7.1, + "cloud": 3, + "ground_temp": 24.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41304, + "power": 42384 + }, + { + "date": 50910, + "mean_temp": 24.1, + "min_temp": 20, + "max_temp": 28.2, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.6, + "min_hum": 55, + "mean_hum": 73.5, + "sun": 4.2, + "cloud": 4.4, + "ground_temp": 23.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45088, + "power": 45088 + }, + { + "date": 50909, + "mean_temp": 22.6, + "min_temp": 21.6, + "max_temp": 23.7, + "rain": 2.5, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 70, + "mean_hum": 80.1, + "sun": 0, + "cloud": 9, + "ground_temp": 20.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49558, + "power": 47653 + }, + { + "date": 50908, + "mean_temp": 24.4, + "min_temp": 19.7, + "max_temp": 28.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.8, + "min_hum": 44, + "mean_hum": 66.4, + "sun": 4.8, + "cloud": 4.5, + "ground_temp": 22.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48156, + "power": 48754 + }, + { + "date": 50907, + "mean_temp": 23.3, + "min_temp": 18.8, + "max_temp": 27.8, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 60, + "sun": 5.6, + "cloud": 2, + "ground_temp": 19.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47388, + "power": 47953 + }, + { + "date": 50906, + "mean_temp": 21.9, + "min_temp": 19.2, + "max_temp": 25.7, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 4.9, + "min_hum": 43, + "mean_hum": 53, + "sun": 4.5, + "cloud": 6.1, + "ground_temp": 17.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46476, + "power": 45112 + }, + { + "date": 50905, + "mean_temp": 22.4, + "min_temp": 18.2, + "max_temp": 27.3, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 4.4, + "min_hum": 36, + "mean_hum": 48.4, + "sun": 9.8, + "cloud": 1.3, + "ground_temp": 21.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46476, + "power": 46476 + }, + { + "date": 50904, + "mean_temp": 22.5, + "min_temp": 20.2, + "max_temp": 26, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 3.9, + "min_hum": 49, + "mean_hum": 62.8, + "sun": 3.6, + "cloud": 5.6, + "ground_temp": 19.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39059, + "power": 39059 + }, + { + "date": 50903, + "mean_temp": 23.7, + "min_temp": 21.6, + "max_temp": 27.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 68.5, + "sun": 0.6, + "cloud": 9, + "ground_temp": 19.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45178, + "power": 45178 + }, + { + "date": 50902, + "mean_temp": 25.2, + "min_temp": 23.2, + "max_temp": 27.7, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 62, + "mean_hum": 78.4, + "sun": 0.5, + "cloud": 9, + "ground_temp": 22.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44052, + "power": 52052 + }, + { + "date": 50901, + "mean_temp": 26.8, + "min_temp": 25.3, + "max_temp": 30.2, + "rain": 0.1, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 58, + "mean_hum": 73.1, + "sun": 3.6, + "cloud": 7.6, + "ground_temp": 27.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52752, + "power": 52752 + }, + { + "date": 50831, + "mean_temp": 25.6, + "min_temp": 20, + "max_temp": 31.2, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 45, + "mean_hum": 69.6, + "sun": 7.8, + "cloud": 2.4, + "ground_temp": 26.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49865, + "power": 49865 + }, + { + "date": 50830, + "mean_temp": 24.1, + "min_temp": 22, + "max_temp": 28, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 56, + "mean_hum": 76.8, + "sun": 0.2, + "cloud": 8.3, + "ground_temp": 24.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48676, + "power": 48676 + }, + { + "date": 50829, + "mean_temp": 24.6, + "min_temp": 21.7, + "max_temp": 29, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 73.8, + "sun": 6.3, + "cloud": 6.3, + "ground_temp": 26.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48934, + "power": 48934 + }, + { + "date": 50828, + "mean_temp": 22.9, + "min_temp": 20.2, + "max_temp": 27.3, + "rain": 25.5, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 56, + "mean_hum": 81.8, + "sun": 4.2, + "cloud": 5.9, + "ground_temp": 25.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39680, + "power": 40011 + }, + { + "date": 50827, + "mean_temp": 23.6, + "min_temp": 21, + "max_temp": 27.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 50, + "mean_hum": 73.4, + "sun": 6.2, + "cloud": 4.4, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45178, + "power": 43196 + }, + { + "date": 50826, + "mean_temp": 21.2, + "min_temp": 16.7, + "max_temp": 25.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 55, + "mean_hum": 76.4, + "sun": 6.8, + "cloud": 5.6, + "ground_temp": 22.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44251, + "power": 46025 + }, + { + "date": 50825, + "mean_temp": 17.6, + "min_temp": 16.7, + "max_temp": 18.6, + "rain": 38.5, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 89, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 17.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45989, + "power": 45989 + }, + { + "date": 50824, + "mean_temp": 20.6, + "min_temp": 16.5, + "max_temp": 23.6, + "rain": 39.5, + "max_wind": 6.5, + "mean_wind": 4.5, + "min_hum": 46, + "mean_hum": 61.6, + "sun": 0.1, + "cloud": 8.8, + "ground_temp": 20.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45508, + "power": 45508 + }, + { + "date": 50823, + "mean_temp": 24.1, + "min_temp": 19.1, + "max_temp": 29.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.1, + "min_hum": 30, + "mean_hum": 47, + "sun": 10.4, + "cloud": 0.3, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47458, + "power": 47458 + }, + { + "date": 50822, + "mean_temp": 23.1, + "min_temp": 20.7, + "max_temp": 26, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 56, + "mean_hum": 69, + "sun": 0.4, + "cloud": 7.8, + "ground_temp": 21.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47123, + "power": 47123 + }, + { + "date": 50821, + "mean_temp": 24.1, + "min_temp": 20.5, + "max_temp": 28.2, + "rain": 0, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 47, + "mean_hum": 60.9, + "sun": 3, + "cloud": 7.8, + "ground_temp": 20, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39680, + "power": 39680 + }, + { + "date": 50820, + "mean_temp": 23.2, + "min_temp": 19.3, + "max_temp": 28.2, + "rain": 0.5, + "max_wind": 6, + "mean_wind": 3.4, + "min_hum": 49, + "mean_hum": 65.4, + "sun": 3.5, + "cloud": 7, + "ground_temp": 19.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43183, + "power": 43183 + }, + { + "date": 50819, + "mean_temp": 21.6, + "min_temp": 20, + "max_temp": 22.7, + "rain": 6.5, + "max_wind": 6.6, + "mean_wind": 3, + "min_hum": 75, + "mean_hum": 84.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 20.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49558, + "power": 49558 + }, + { + "date": 50818, + "mean_temp": 25.5, + "min_temp": 22.7, + "max_temp": 30, + "rain": 8, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 58, + "mean_hum": 80.5, + "sun": 2.5, + "cloud": 8.9, + "ground_temp": 31.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 51162, + "power": 52747 + }, + { + "date": 50817, + "mean_temp": 28.1, + "min_temp": 25.3, + "max_temp": 32.4, + "rain": 4.5, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 58, + "mean_hum": 74, + "sun": 4.7, + "cloud": 4.6, + "ground_temp": 31.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51145, + "power": 54631 + }, + { + "date": 50816, + "mean_temp": 28.3, + "min_temp": 25.2, + "max_temp": 33, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 47, + "mean_hum": 74.4, + "sun": 6.7, + "cloud": 4.3, + "ground_temp": 32.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 53601, + "power": 53601 + }, + { + "date": 50815, + "mean_temp": 27.2, + "min_temp": 25, + "max_temp": 31.3, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 2.3, + "min_hum": 56, + "mean_hum": 79, + "sun": 3.8, + "cloud": 7.1, + "ground_temp": 32.1, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 53601, + "power": 45678 + }, + { + "date": 50814, + "mean_temp": 27.3, + "min_temp": 25.2, + "max_temp": 31.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 54, + "mean_hum": 74.9, + "sun": 8.1, + "cloud": 5.3, + "ground_temp": 33.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42430, + "power": 43033 + }, + { + "date": 50813, + "mean_temp": 27.2, + "min_temp": 25.1, + "max_temp": 30.1, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 63, + "mean_hum": 77.8, + "sun": 1.1, + "cloud": 8.1, + "ground_temp": 29.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51903, + "power": 47490 + }, + { + "date": 50812, + "mean_temp": 26, + "min_temp": 24.6, + "max_temp": 26.8, + "rain": 1, + "max_wind": 5.1, + "mean_wind": 3.2, + "min_hum": 80, + "mean_hum": 84.9, + "sun": 0, + "cloud": 10, + "ground_temp": 27.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50419, + "power": 50419 + }, + { + "date": 50811, + "mean_temp": 25.2, + "min_temp": 23.2, + "max_temp": 27.5, + "rain": 25, + "max_wind": 7, + "mean_wind": 2.8, + "min_hum": 72, + "mean_hum": 85, + "sun": 0.3, + "cloud": 9.4, + "ground_temp": 24.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49596, + "power": 49596 + }, + { + "date": 50810, + "mean_temp": 25.1, + "min_temp": 23.5, + "max_temp": 28.2, + "rain": 57.5, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 72, + "mean_hum": 86, + "sun": 0.2, + "cloud": 9.5, + "ground_temp": 28.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50228, + "power": 50228 + }, + { + "date": 50809, + "mean_temp": 26.4, + "min_temp": 24.3, + "max_temp": 29.5, + "rain": 15, + "max_wind": 8.2, + "mean_wind": 4.5, + "min_hum": 59, + "mean_hum": 75.5, + "sun": 1.7, + "cloud": 8.6, + "ground_temp": 26.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50618, + "power": 50618 + }, + { + "date": 50808, + "mean_temp": 26.2, + "min_temp": 23.7, + "max_temp": 30.2, + "rain": 16, + "max_wind": 4.6, + "mean_wind": 2.8, + "min_hum": 62, + "mean_hum": 79.5, + "sun": 1.6, + "cloud": 8.6, + "ground_temp": 27, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49468, + "power": 49468 + }, + { + "date": 50807, + "mean_temp": 26.9, + "min_temp": 24.3, + "max_temp": 30.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 2.1, + "min_hum": 58, + "mean_hum": 72.4, + "sun": 0.9, + "cloud": 8.5, + "ground_temp": 27, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43036, + "power": 43036 + }, + { + "date": 50806, + "mean_temp": 29, + "min_temp": 25.8, + "max_temp": 35, + "rain": 0.5, + "max_wind": 6.3, + "mean_wind": 1.9, + "min_hum": 38, + "mean_hum": 68.9, + "sun": 7.5, + "cloud": 3.9, + "ground_temp": 30.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 51145, + "power": 48041 + }, + { + "date": 50805, + "mean_temp": 29.3, + "min_temp": 25.5, + "max_temp": 34.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 47, + "mean_hum": 69.9, + "sun": 7.5, + "cloud": 2.5, + "ground_temp": 31.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51145, + "power": 51145 + }, + { + "date": 50804, + "mean_temp": 28.5, + "min_temp": 24.3, + "max_temp": 32.5, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.6, + "min_hum": 53, + "mean_hum": 70, + "sun": 6.4, + "cloud": 5.4, + "ground_temp": 27.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52752, + "power": 49045 + }, + { + "date": 50803, + "mean_temp": 24.8, + "min_temp": 23.6, + "max_temp": 27.7, + "rain": 19, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 68, + "mean_hum": 86.8, + "sun": 0.5, + "cloud": 8.9, + "ground_temp": 23.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44195, + "power": 44195 + }, + { + "date": 50802, + "mean_temp": 26.3, + "min_temp": 24.1, + "max_temp": 29.1, + "rain": 0.5, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 65, + "mean_hum": 80, + "sun": 0.7, + "cloud": 8.6, + "ground_temp": 25.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44052, + "power": 44052 + }, + { + "date": 50801, + "mean_temp": 25.3, + "min_temp": 23.2, + "max_temp": 27, + "rain": 26.5, + "max_wind": 5.9, + "mean_wind": 3.2, + "min_hum": 73, + "mean_hum": 84, + "sun": 0, + "cloud": 8.8, + "ground_temp": 23.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44195, + "power": 43417 + }, + { + "date": 50731, + "mean_temp": 26.9, + "min_temp": 23, + "max_temp": 30.2, + "rain": 1, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 53, + "mean_hum": 71.6, + "sun": 0, + "cloud": 7.6, + "ground_temp": 27.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41304, + "power": 41304 + }, + { + "date": 50730, + "mean_temp": 26.1, + "min_temp": 24.3, + "max_temp": 29.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 58, + "mean_hum": 77.6, + "sun": 1.3, + "cloud": 8.8, + "ground_temp": 27.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50038, + "power": 44218 + }, + { + "date": 50729, + "mean_temp": 25.4, + "min_temp": 22.2, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 57, + "mean_hum": 76.9, + "sun": 2.6, + "cloud": 6.6, + "ground_temp": 24.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50439, + "power": 49939 + }, + { + "date": 50728, + "mean_temp": 23.1, + "min_temp": 20.8, + "max_temp": 26, + "rain": 115, + "max_wind": 8, + "mean_wind": 2.5, + "min_hum": 79, + "mean_hum": 89.9, + "sun": 0, + "cloud": 9.6, + "ground_temp": 22.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49576, + "power": 49576 + }, + { + "date": 50727, + "mean_temp": 27, + "min_temp": 24.7, + "max_temp": 29.6, + "rain": 0.2, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 61, + "mean_hum": 72.5, + "sun": 1.2, + "cloud": 9, + "ground_temp": 29.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 51903, + "power": 51903 + }, + { + "date": 50726, + "mean_temp": 27.6, + "min_temp": 24.1, + "max_temp": 32.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 45, + "mean_hum": 68.4, + "sun": 7.3, + "cloud": 4.1, + "ground_temp": 27.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 52288, + "power": 52288 + }, + { + "date": 50725, + "mean_temp": 27.8, + "min_temp": 25.7, + "max_temp": 30.8, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 57, + "mean_hum": 70.8, + "sun": 0.3, + "cloud": 8.1, + "ground_temp": 25.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50239, + "power": 52230 + }, + { + "date": 50724, + "mean_temp": 29.2, + "min_temp": 27, + "max_temp": 33.5, + "rain": 3, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 70.5, + "sun": 0.4, + "cloud": 7.3, + "ground_temp": 26.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41304, + "power": 44052 + }, + { + "date": 50723, + "mean_temp": 30.2, + "min_temp": 26.2, + "max_temp": 33.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 51, + "mean_hum": 67.8, + "sun": 3.3, + "cloud": 4.8, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50239, + "power": 50239 + }, + { + "date": 50722, + "mean_temp": 29.1, + "min_temp": 24.3, + "max_temp": 34.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 67.4, + "sun": 7.8, + "cloud": 1.6, + "ground_temp": 28.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 53712, + "power": 53712 + }, + { + "date": 50721, + "mean_temp": 27.1, + "min_temp": 23.7, + "max_temp": 32.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 53, + "mean_hum": 72.4, + "sun": 6.5, + "cloud": 1.9, + "ground_temp": 33.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 52725, + "power": 52725 + }, + { + "date": 50720, + "mean_temp": 27, + "min_temp": 23.8, + "max_temp": 31.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 52, + "mean_hum": 73.9, + "sun": 6.1, + "cloud": 2.4, + "ground_temp": 32.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 52112, + "power": 52112 + }, + { + "date": 50719, + "mean_temp": 26.5, + "min_temp": 23.3, + "max_temp": 30.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 55, + "mean_hum": 75.8, + "sun": 2, + "cloud": 4.9, + "ground_temp": 31, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50965, + "power": 50965 + }, + { + "date": 50718, + "mean_temp": 26.4, + "min_temp": 23.5, + "max_temp": 31.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 52, + "mean_hum": 74.3, + "sun": 6.1, + "cloud": 6.9, + "ground_temp": 32.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 51624, + "power": 51624 + }, + { + "date": 50717, + "mean_temp": 24.8, + "min_temp": 23.5, + "max_temp": 26.3, + "rain": 0.2, + "max_wind": 5.2, + "mean_wind": 1.8, + "min_hum": 73, + "mean_hum": 79.4, + "sun": 0, + "cloud": 8.9, + "ground_temp": 31, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 41595, + "power": 41595 + }, + { + "date": 50716, + "mean_temp": 26, + "min_temp": 24.2, + "max_temp": 29.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 61, + "mean_hum": 75.3, + "sun": 0.9, + "cloud": 8.1, + "ground_temp": 26.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46072, + "power": 46072 + }, + { + "date": 50715, + "mean_temp": 25.8, + "min_temp": 22, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 53, + "mean_hum": 71.5, + "sun": 1.6, + "cloud": 5.8, + "ground_temp": 25, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50200, + "power": 50200 + }, + { + "date": 50714, + "mean_temp": 25, + "min_temp": 22.1, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 48, + "mean_hum": 71, + "sun": 2.7, + "cloud": 7.4, + "ground_temp": 24.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50340, + "power": 49010 + }, + { + "date": 50713, + "mean_temp": 23.3, + "min_temp": 21.8, + "max_temp": 26.1, + "rain": 1.5, + "max_wind": 5.6, + "mean_wind": 2.5, + "min_hum": 67, + "mean_hum": 79.1, + "sun": 0.1, + "cloud": 9.4, + "ground_temp": 19.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47016, + "power": 47016 + }, + { + "date": 50712, + "mean_temp": 23.1, + "min_temp": 18.3, + "max_temp": 27, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 54, + "mean_hum": 70.1, + "sun": 4.5, + "cloud": 5.9, + "ground_temp": 23.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46354, + "power": 46354 + }, + { + "date": 50711, + "mean_temp": 20.7, + "min_temp": 19.5, + "max_temp": 23.3, + "rain": 15.5, + "max_wind": 5.5, + "mean_wind": 2.9, + "min_hum": 78, + "mean_hum": 87.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 17.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46173, + "power": 44711 + }, + { + "date": 50710, + "mean_temp": 23.7, + "min_temp": 20.6, + "max_temp": 26.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.4, + "min_hum": 64, + "mean_hum": 77.8, + "sun": 0.8, + "cloud": 9.1, + "ground_temp": 20, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39361, + "power": 39361 + }, + { + "date": 50709, + "mean_temp": 22.4, + "min_temp": 21.3, + "max_temp": 23.7, + "rain": 40, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 79, + "mean_hum": 88.3, + "sun": 0, + "cloud": 9, + "ground_temp": 19.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42719, + "power": 42719 + }, + { + "date": 50708, + "mean_temp": 25.1, + "min_temp": 22.1, + "max_temp": 29.1, + "rain": 11, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 53, + "mean_hum": 72.6, + "sun": 4.8, + "cloud": 8.9, + "ground_temp": 21.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48156, + "power": 48156 + }, + { + "date": 50707, + "mean_temp": 24.1, + "min_temp": 22.1, + "max_temp": 28.5, + "rain": 8.5, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 54, + "mean_hum": 73.4, + "sun": 5.2, + "cloud": 8.3, + "ground_temp": 18.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46173, + "power": 48010 + }, + { + "date": 50706, + "mean_temp": 24.6, + "min_temp": 22.1, + "max_temp": 29, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 44, + "mean_hum": 73.6, + "sun": 4.2, + "cloud": 7.6, + "ground_temp": 20.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48473, + "power": 48473 + }, + { + "date": 50705, + "mean_temp": 23.1, + "min_temp": 21.6, + "max_temp": 26.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 63, + "mean_hum": 80.8, + "sun": 0.2, + "cloud": 9.5, + "ground_temp": 24.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46511, + "power": 46511 + }, + { + "date": 50704, + "mean_temp": 24.2, + "min_temp": 20, + "max_temp": 28.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 71.4, + "sun": 8.9, + "cloud": 5, + "ground_temp": 24, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47063, + "power": 47063 + }, + { + "date": 50703, + "mean_temp": 21.5, + "min_temp": 20.2, + "max_temp": 23.5, + "rain": 17.5, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 88, + "mean_hum": 91.9, + "sun": 0, + "cloud": 9, + "ground_temp": 20.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39361, + "power": 38646 + }, + { + "date": 50702, + "mean_temp": 23.9, + "min_temp": 22.8, + "max_temp": 26.1, + "rain": 1, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 76, + "mean_hum": 88.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 25.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43218, + "power": 43218 + }, + { + "date": 50701, + "mean_temp": 23.8, + "min_temp": 21.6, + "max_temp": 26.5, + "rain": 55, + "max_wind": 7.8, + "mean_wind": 2.2, + "min_hum": 63, + "mean_hum": 85, + "sun": 0.6, + "cloud": 9.6, + "ground_temp": 21.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46720, + "power": 46720 + }, + { + "date": 50630, + "mean_temp": 25.7, + "min_temp": 22.3, + "max_temp": 31.1, + "rain": 1, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 51, + "mean_hum": 80.4, + "sun": 1.2, + "cloud": 8.9, + "ground_temp": 23.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50340, + "power": 50340 + }, + { + "date": 50629, + "mean_temp": 22.8, + "min_temp": 21.7, + "max_temp": 24.3, + "rain": 13.5, + "max_wind": 6.4, + "mean_wind": 2.8, + "min_hum": 78, + "mean_hum": 89.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48559, + "power": 48559 + }, + { + "date": 50628, + "mean_temp": 23.8, + "min_temp": 20.5, + "max_temp": 28, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 51, + "mean_hum": 72.1, + "sun": 4.9, + "cloud": 8, + "ground_temp": 23.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48314, + "power": 48314 + }, + { + "date": 50627, + "mean_temp": 22.7, + "min_temp": 20.7, + "max_temp": 24.2, + "rain": 37, + "max_wind": 8.8, + "mean_wind": 4.6, + "min_hum": 84, + "mean_hum": 89.4, + "sun": 0, + "cloud": 10, + "ground_temp": 20.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49576, + "power": 48664 + }, + { + "date": 50626, + "mean_temp": 24.7, + "min_temp": 21.1, + "max_temp": 29.1, + "rain": 95.5, + "max_wind": 5.4, + "mean_wind": 1.6, + "min_hum": 55, + "mean_hum": 75, + "sun": 0, + "cloud": 9.6, + "ground_temp": 27.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40851, + "power": 40851 + }, + { + "date": 50625, + "mean_temp": 25.4, + "min_temp": 22.2, + "max_temp": 29.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 47, + "mean_hum": 66.1, + "sun": 0.9, + "cloud": 7.8, + "ground_temp": 32.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46104, + "power": 46104 + }, + { + "date": 50624, + "mean_temp": 25.9, + "min_temp": 21.2, + "max_temp": 32, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 64.3, + "sun": 8.8, + "cloud": 2.4, + "ground_temp": 33.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50603, + "power": 50603 + }, + { + "date": 50623, + "mean_temp": 24.4, + "min_temp": 20.7, + "max_temp": 30.8, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 39, + "mean_hum": 67.1, + "sun": 9.2, + "cloud": 2.9, + "ground_temp": 33.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50375, + "power": 49956 + }, + { + "date": 50622, + "mean_temp": 24.1, + "min_temp": 21, + "max_temp": 29.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 43, + "mean_hum": 68.6, + "sun": 5.9, + "cloud": 4.5, + "ground_temp": 30.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48473, + "power": 48917 + }, + { + "date": 50621, + "mean_temp": 24.5, + "min_temp": 22, + "max_temp": 29.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.8, + "min_hum": 45, + "mean_hum": 67.1, + "sun": 4.2, + "cloud": 7.1, + "ground_temp": 30.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48473, + "power": 48473 + }, + { + "date": 50620, + "mean_temp": 23.6, + "min_temp": 19, + "max_temp": 29.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 40, + "mean_hum": 68.1, + "sun": 8.4, + "cloud": 4.8, + "ground_temp": 27.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46046, + "power": 47856 + }, + { + "date": 50619, + "mean_temp": 23.6, + "min_temp": 19.7, + "max_temp": 29.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 34, + "mean_hum": 66, + "sun": 7.1, + "cloud": 4.9, + "ground_temp": 26.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38225, + "power": 38832 + }, + { + "date": 50618, + "mean_temp": 23.1, + "min_temp": 20.6, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 69, + "sun": 0.9, + "cloud": 8, + "ground_temp": 22.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43218, + "power": 43198 + }, + { + "date": 50617, + "mean_temp": 22.5, + "min_temp": 19.7, + "max_temp": 26.3, + "rain": 1.5, + "max_wind": 5.5, + "mean_wind": 3.1, + "min_hum": 41, + "mean_hum": 69.8, + "sun": 8.2, + "cloud": 6.9, + "ground_temp": 19.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46173, + "power": 46173 + }, + { + "date": 50616, + "mean_temp": 21.2, + "min_temp": 17.8, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 47, + "mean_hum": 68.6, + "sun": 3.5, + "cloud": 7.9, + "ground_temp": 19, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45891, + "power": 45891 + }, + { + "date": 50615, + "mean_temp": 21.2, + "min_temp": 19, + "max_temp": 24.3, + "rain": 0.5, + "max_wind": 4.5, + "mean_wind": 2.9, + "min_hum": 49, + "mean_hum": 67.8, + "sun": 0.1, + "cloud": 8.6, + "ground_temp": 18.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45572, + "power": 45572 + }, + { + "date": 50614, + "mean_temp": 24.1, + "min_temp": 20.3, + "max_temp": 31.8, + "rain": 3, + "max_wind": 6.8, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 61.1, + "sun": 7.5, + "cloud": 6.6, + "ground_temp": 20.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50375, + "power": 47528 + }, + { + "date": 50613, + "mean_temp": 24.8, + "min_temp": 18.7, + "max_temp": 31.3, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 61.5, + "sun": 8.1, + "cloud": 2.6, + "ground_temp": 22.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46823, + "power": 46823 + }, + { + "date": 50612, + "mean_temp": 21.8, + "min_temp": 17.5, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 41, + "mean_hum": 69.1, + "sun": 8.4, + "cloud": 3.8, + "ground_temp": 24.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38490, + "power": 38490 + }, + { + "date": 50611, + "mean_temp": 21, + "min_temp": 16.6, + "max_temp": 26.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 43, + "mean_hum": 69.3, + "sun": 11, + "cloud": 0, + "ground_temp": 19.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41569, + "power": 41569 + }, + { + "date": 50610, + "mean_temp": 19.1, + "min_temp": 18, + "max_temp": 23.1, + "rain": 13.5, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 67, + "mean_hum": 86, + "sun": 0.2, + "cloud": 7.6, + "ground_temp": 17.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43949, + "power": 43949 + }, + { + "date": 50609, + "mean_temp": 23.6, + "min_temp": 18.6, + "max_temp": 28, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 60.4, + "sun": 4.5, + "cloud": 6.9, + "ground_temp": 24, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46315, + "power": 46315 + }, + { + "date": 50608, + "mean_temp": 23, + "min_temp": 18.3, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 58.4, + "sun": 9.3, + "cloud": 2.5, + "ground_temp": 22.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46046, + "power": 46046 + }, + { + "date": 50607, + "mean_temp": 21.7, + "min_temp": 18.3, + "max_temp": 25.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.3, + "min_hum": 39, + "mean_hum": 60.1, + "sun": 0.1, + "cloud": 8.9, + "ground_temp": 19.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46315, + "power": 44433 + }, + { + "date": 50606, + "mean_temp": 22.2, + "min_temp": 18.2, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 57.4, + "sun": 5.1, + "cloud": 6.1, + "ground_temp": 22.9, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 46515, + "power": 40088 + }, + { + "date": 50605, + "mean_temp": 22.8, + "min_temp": 16, + "max_temp": 29.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.1, + "min_hum": 32, + "mean_hum": 52.9, + "sun": 10.8, + "cloud": 1.6, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36940, + "power": 36940 + }, + { + "date": 50604, + "mean_temp": 19.5, + "min_temp": 15.8, + "max_temp": 23.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 47, + "mean_hum": 72.1, + "sun": 1.9, + "cloud": 6.1, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40480, + "power": 40480 + }, + { + "date": 50603, + "mean_temp": 18, + "min_temp": 15.6, + "max_temp": 22.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.8, + "min_hum": 49, + "mean_hum": 74.8, + "sun": 4.7, + "cloud": 6.1, + "ground_temp": 18.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43743, + "power": 43743 + }, + { + "date": 50602, + "mean_temp": 19.1, + "min_temp": 17.6, + "max_temp": 22.2, + "rain": 0.5, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 57, + "mean_hum": 77.8, + "sun": 0.6, + "cloud": 8.8, + "ground_temp": 16.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43949, + "power": 43468 + }, + { + "date": 50601, + "mean_temp": 19.8, + "min_temp": 15.5, + "max_temp": 24.2, + "rain": 2.5, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 58.1, + "sun": 2.8, + "cloud": 7.9, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43446, + "power": 43446 + }, + { + "date": 50531, + "mean_temp": 21, + "min_temp": 15.8, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 35.1, + "sun": 11.3, + "cloud": 2.1, + "ground_temp": 22.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44049, + "power": 44049 + }, + { + "date": 50530, + "mean_temp": 21.5, + "min_temp": 18, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 44.1, + "sun": 9.2, + "cloud": 2.9, + "ground_temp": 18.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43583, + "power": 44006 + }, + { + "date": 50529, + "mean_temp": 23.7, + "min_temp": 17.1, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 19, + "mean_hum": 45.4, + "sun": 11.1, + "cloud": 0.8, + "ground_temp": 16.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38225, + "power": 38225 + }, + { + "date": 50528, + "mean_temp": 22, + "min_temp": 15.8, + "max_temp": 28.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 46.4, + "sun": 8.6, + "cloud": 5.8, + "ground_temp": 20.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41828, + "power": 40962 + }, + { + "date": 50527, + "mean_temp": 20.7, + "min_temp": 14.6, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 52.3, + "sun": 11.2, + "cloud": 2.1, + "ground_temp": 23.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44049, + "power": 43871 + }, + { + "date": 50526, + "mean_temp": 19.3, + "min_temp": 15.3, + "max_temp": 25, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.4, + "min_hum": 33, + "mean_hum": 60.1, + "sun": 11.4, + "cloud": 2.4, + "ground_temp": 19.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44300, + "power": 44300 + }, + { + "date": 50525, + "mean_temp": 18.5, + "min_temp": 12.6, + "max_temp": 24, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.6, + "min_hum": 31, + "mean_hum": 58.5, + "sun": 8.6, + "cloud": 4.5, + "ground_temp": 19.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43624, + "power": 43624 + }, + { + "date": 50524, + "mean_temp": 17.6, + "min_temp": 12.3, + "max_temp": 23.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 59, + "sun": 10.2, + "cloud": 2, + "ground_temp": 18.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43981, + "power": 43810 + }, + { + "date": 50523, + "mean_temp": 16.1, + "min_temp": 13.1, + "max_temp": 20.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.1, + "min_hum": 42, + "mean_hum": 65.4, + "sun": 8.4, + "cloud": 4, + "ground_temp": 14.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43624, + "power": 43763 + }, + { + "date": 50522, + "mean_temp": 15.9, + "min_temp": 14.6, + "max_temp": 18.5, + "rain": 1.5, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 59, + "sun": 0.1, + "cloud": 9.8, + "ground_temp": 13.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39316, + "power": 38470 + }, + { + "date": 50521, + "mean_temp": 17.7, + "min_temp": 13.6, + "max_temp": 22.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 19, + "mean_hum": 42, + "sun": 3.9, + "cloud": 6.4, + "ground_temp": 19.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41891, + "power": 40514 + }, + { + "date": 50520, + "mean_temp": 18.5, + "min_temp": 12.8, + "max_temp": 24.5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.4, + "min_hum": 21, + "mean_hum": 49.1, + "sun": 11.7, + "cloud": 2, + "ground_temp": 19.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43119, + "power": 43119 + }, + { + "date": 50519, + "mean_temp": 17.2, + "min_temp": 11.8, + "max_temp": 23, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 30, + "mean_hum": 60.1, + "sun": 11.8, + "cloud": 1.3, + "ground_temp": 17.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43119, + "power": 43532 + }, + { + "date": 50518, + "mean_temp": 15.4, + "min_temp": 11.8, + "max_temp": 19.6, + "rain": 25, + "max_wind": 9.3, + "mean_wind": 3.8, + "min_hum": 57, + "mean_hum": 83.6, + "sun": 1.2, + "cloud": 6.5, + "ground_temp": 10.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43802, + "power": 43802 + }, + { + "date": 50517, + "mean_temp": 19.4, + "min_temp": 16, + "max_temp": 23.6, + "rain": 26.5, + "max_wind": 3.7, + "mean_wind": 2.1, + "min_hum": 40, + "mean_hum": 66.1, + "sun": 0, + "cloud": 10, + "ground_temp": 14.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43981, + "power": 43981 + }, + { + "date": 50516, + "mean_temp": 19.6, + "min_temp": 14.3, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 28, + "mean_hum": 55.3, + "sun": 8.1, + "cloud": 5.1, + "ground_temp": 15.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43583, + "power": 43583 + }, + { + "date": 50515, + "mean_temp": 18.6, + "min_temp": 12.5, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 58.6, + "sun": 11.3, + "cloud": 0, + "ground_temp": 16.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 38025, + "power": 38025 + }, + { + "date": 50514, + "mean_temp": 16.7, + "min_temp": 13.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.5, + "min_hum": 46, + "mean_hum": 65.4, + "sun": 6.4, + "cloud": 4.9, + "ground_temp": 17, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40994, + "power": 40994 + }, + { + "date": 50513, + "mean_temp": 16.6, + "min_temp": 10.1, + "max_temp": 23.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 55.8, + "sun": 10.2, + "cloud": 3.4, + "ground_temp": 14.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43672, + "power": 43561 + }, + { + "date": 50512, + "mean_temp": 14.1, + "min_temp": 11.6, + "max_temp": 19.6, + "rain": 1, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 72.6, + "sun": 4.4, + "cloud": 5.4, + "ground_temp": 8.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44421, + "power": 44421 + }, + { + "date": 50511, + "mean_temp": 13.7, + "min_temp": 12.1, + "max_temp": 16.1, + "rain": 1.5, + "max_wind": 6.2, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 58.8, + "sun": 0, + "cloud": 10, + "ground_temp": 10.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44392, + "power": 44392 + }, + { + "date": 50510, + "mean_temp": 14.2, + "min_temp": 9, + "max_temp": 19.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 18, + "mean_hum": 45.9, + "sun": 11.6, + "cloud": 2.1, + "ground_temp": 14.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44107, + "power": 44107 + }, + { + "date": 50509, + "mean_temp": 13.3, + "min_temp": 9, + "max_temp": 17.6, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.1, + "min_hum": 33, + "mean_hum": 56, + "sun": 10.1, + "cloud": 1, + "ground_temp": 13.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44072, + "power": 44072 + }, + { + "date": 50508, + "mean_temp": 13.4, + "min_temp": 11.1, + "max_temp": 15.6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.7, + "min_hum": 66, + "mean_hum": 75.3, + "sun": 0.6, + "cloud": 6.8, + "ground_temp": 9.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38968, + "power": 38968 + }, + { + "date": 50507, + "mean_temp": 13.5, + "min_temp": 6.3, + "max_temp": 19.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 63.3, + "sun": 11.2, + "cloud": 2.5, + "ground_temp": 7.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40987, + "power": 40987 + }, + { + "date": 50506, + "mean_temp": 11.6, + "min_temp": 8.8, + "max_temp": 13.3, + "rain": 13.5, + "max_wind": 6.7, + "mean_wind": 4, + "min_hum": 77, + "mean_hum": 90, + "sun": 0, + "cloud": 9.6, + "ground_temp": 7.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43561, + "power": 43561 + }, + { + "date": 50505, + "mean_temp": 19.8, + "min_temp": 13.1, + "max_temp": 26.7, + "rain": 16.5, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 48.3, + "sun": 4.8, + "cloud": 7.1, + "ground_temp": 15.9, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 33350, + "power": 40743 + }, + { + "date": 50504, + "mean_temp": 20.1, + "min_temp": 12.6, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 10, + "mean_hum": 21.1, + "sun": 11.4, + "cloud": 0, + "ground_temp": 17.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43065, + "power": 43065 + }, + { + "date": 50503, + "mean_temp": 19.2, + "min_temp": 11.8, + "max_temp": 26.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 8, + "mean_hum": 25.6, + "sun": 11.5, + "cloud": 0, + "ground_temp": 18, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43554, + "power": 43554 + }, + { + "date": 50502, + "mean_temp": 19.5, + "min_temp": 15, + "max_temp": 24.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 9, + "mean_hum": 23.8, + "sun": 11.6, + "cloud": 0, + "ground_temp": 15.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42752, + "power": 42752 + }, + { + "date": 50501, + "mean_temp": 21, + "min_temp": 17.2, + "max_temp": 25.6, + "rain": 0.3, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 39, + "mean_hum": 65, + "sun": 3.4, + "cloud": 5.9, + "ground_temp": 12.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36678, + "power": 36678 + }, + { + "date": 50430, + "mean_temp": 23.5, + "min_temp": 19.2, + "max_temp": 29.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 64.5, + "sun": 7.1, + "cloud": 6.3, + "ground_temp": 19.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43183, + "power": 40655 + }, + { + "date": 50429, + "mean_temp": 19.2, + "min_temp": 13.8, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 61.8, + "sun": 8, + "cloud": 3.9, + "ground_temp": 19.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43583, + "power": 43318 + }, + { + "date": 50428, + "mean_temp": 17.5, + "min_temp": 14.5, + "max_temp": 22.8, + "rain": 0, + "max_wind": 10.4, + "mean_wind": 4.8, + "min_hum": 54, + "mean_hum": 72.4, + "sun": 3.5, + "cloud": 8.1, + "ground_temp": 23, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43750, + "power": 43750 + }, + { + "date": 50427, + "mean_temp": 16, + "min_temp": 13, + "max_temp": 20.6, + "rain": 0.2, + "max_wind": 8.7, + "mean_wind": 3.7, + "min_hum": 29, + "mean_hum": 49.6, + "sun": 4.2, + "cloud": 8.8, + "ground_temp": 15.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43615, + "power": 43615 + }, + { + "date": 50426, + "mean_temp": 14.9, + "min_temp": 9.1, + "max_temp": 20.3, + "rain": 0, + "max_wind": 8, + "mean_wind": 3, + "min_hum": 23, + "mean_hum": 48.9, + "sun": 11.5, + "cloud": 0, + "ground_temp": 17.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44121, + "power": 44121 + }, + { + "date": 50425, + "mean_temp": 13.7, + "min_temp": 9.6, + "max_temp": 19.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 27, + "mean_hum": 55.1, + "sun": 10.8, + "cloud": 1.3, + "ground_temp": 13.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43672, + "power": 43672 + }, + { + "date": 50424, + "mean_temp": 14, + "min_temp": 9.3, + "max_temp": 20.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.8, + "min_hum": 25, + "mean_hum": 47, + "sun": 7.2, + "cloud": 5.1, + "ground_temp": 12.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39048, + "power": 39048 + }, + { + "date": 50423, + "mean_temp": 13.4, + "min_temp": 7.5, + "max_temp": 19.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 24, + "mean_hum": 42.9, + "sun": 11.6, + "cloud": 0, + "ground_temp": 13.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41787, + "power": 41787 + }, + { + "date": 50422, + "mean_temp": 11.6, + "min_temp": 7.3, + "max_temp": 16.8, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.9, + "min_hum": 26, + "mean_hum": 51.9, + "sun": 11.2, + "cloud": 0.8, + "ground_temp": 12.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44630, + "power": 44630 + }, + { + "date": 50421, + "mean_temp": 10.2, + "min_temp": 7.4, + "max_temp": 13.3, + "rain": 0, + "max_wind": 9.6, + "mean_wind": 4.7, + "min_hum": 36, + "mean_hum": 56.9, + "sun": 10.7, + "cloud": 0.8, + "ground_temp": 11.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44922, + "power": 44922 + }, + { + "date": 50420, + "mean_temp": 10.3, + "min_temp": 7.9, + "max_temp": 13, + "rain": 6, + "max_wind": 9.8, + "mean_wind": 5.2, + "min_hum": 21, + "mean_hum": 57.5, + "sun": 6.8, + "cloud": 4.6, + "ground_temp": 10.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44675, + "power": 44675 + }, + { + "date": 50419, + "mean_temp": 17.3, + "min_temp": 12.1, + "max_temp": 22, + "rain": 15, + "max_wind": 6.6, + "mean_wind": 2.1, + "min_hum": 31, + "mean_hum": 67.1, + "sun": 0.4, + "cloud": 9, + "ground_temp": 10.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44446, + "power": 44446 + }, + { + "date": 50418, + "mean_temp": 15.2, + "min_temp": 10.3, + "max_temp": 18.8, + "rain": 4.5, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 42, + "mean_hum": 61.1, + "sun": 1.4, + "cloud": 8, + "ground_temp": 10.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44041, + "power": 44324 + }, + { + "date": 50417, + "mean_temp": 14.3, + "min_temp": 7.5, + "max_temp": 19.2, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.5, + "min_hum": 13, + "mean_hum": 31.9, + "sun": 5.5, + "cloud": 3.5, + "ground_temp": 11.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39316, + "power": 39316 + }, + { + "date": 50416, + "mean_temp": 10.8, + "min_temp": 5.5, + "max_temp": 15.8, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.7, + "min_hum": 9, + "mean_hum": 23.9, + "sun": 10.6, + "cloud": 0, + "ground_temp": 13.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42000, + "power": 42000 + }, + { + "date": 50415, + "mean_temp": 9.6, + "min_temp": 4.6, + "max_temp": 15.3, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.8, + "min_hum": 11, + "mean_hum": 32.5, + "sun": 10.4, + "cloud": 0, + "ground_temp": 11.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44758, + "power": 44758 + }, + { + "date": 50414, + "mean_temp": 9.9, + "min_temp": 6.3, + "max_temp": 14.3, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 4.1, + "min_hum": 24, + "mean_hum": 48.9, + "sun": 9.3, + "cloud": 0.3, + "ground_temp": 11.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44921, + "power": 44921 + }, + { + "date": 50413, + "mean_temp": 10.5, + "min_temp": 6.4, + "max_temp": 15.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.2, + "min_hum": 21, + "mean_hum": 51.6, + "sun": 10, + "cloud": 2.4, + "ground_temp": 7.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45044, + "power": 45044 + }, + { + "date": 50412, + "mean_temp": 11.2, + "min_temp": 7.8, + "max_temp": 14.6, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.6, + "min_hum": 43, + "mean_hum": 62.4, + "sun": 1.2, + "cloud": 7.5, + "ground_temp": 6.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44792, + "power": 45186 + }, + { + "date": 50411, + "mean_temp": 13.5, + "min_temp": 10.1, + "max_temp": 18.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 51.4, + "sun": 6.2, + "cloud": 6.6, + "ground_temp": 6.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44792, + "power": 44792 + }, + { + "date": 50410, + "mean_temp": 12.4, + "min_temp": 9.1, + "max_temp": 17.1, + "rain": 17, + "max_wind": 8.7, + "mean_wind": 3, + "min_hum": 41, + "mean_hum": 69.5, + "sun": 5.6, + "cloud": 5.9, + "ground_temp": 7.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39765, + "power": 39765 + }, + { + "date": 50409, + "mean_temp": 13.4, + "min_temp": 11.3, + "max_temp": 15.8, + "rain": 41.5, + "max_wind": 8.6, + "mean_wind": 3.1, + "min_hum": 38, + "mean_hum": 71.8, + "sun": 0, + "cloud": 9.1, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42386, + "power": 42386 + }, + { + "date": 50408, + "mean_temp": 14.9, + "min_temp": 7.5, + "max_temp": 22.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 15, + "mean_hum": 41.5, + "sun": 7.6, + "cloud": 2.8, + "ground_temp": 11.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44041, + "power": 44041 + }, + { + "date": 50407, + "mean_temp": 12.9, + "min_temp": 10.5, + "max_temp": 16.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.5, + "min_hum": 45, + "mean_hum": 73.9, + "sun": 0, + "cloud": 6.6, + "ground_temp": 17.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44676, + "power": 44676 + }, + { + "date": 50406, + "mean_temp": 13.8, + "min_temp": 9.6, + "max_temp": 17.7, + "rain": 7, + "max_wind": 9.4, + "mean_wind": 3.8, + "min_hum": 45, + "mean_hum": 70.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 12.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45272, + "power": 45272 + }, + { + "date": 50405, + "mean_temp": 13.3, + "min_temp": 7.3, + "max_temp": 19, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.1, + "min_hum": 30, + "mean_hum": 41.4, + "sun": 10.2, + "cloud": 1.1, + "ground_temp": 16.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42672, + "power": 42672 + }, + { + "date": 50404, + "mean_temp": 9.3, + "min_temp": 4.1, + "max_temp": 14.3, + "rain": 0, + "max_wind": 7.9, + "mean_wind": 3.7, + "min_hum": 18, + "mean_hum": 44.1, + "sun": 9.3, + "cloud": 2.6, + "ground_temp": 8.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45123, + "power": 44798 + }, + { + "date": 50403, + "mean_temp": 8.6, + "min_temp": 5.6, + "max_temp": 14.5, + "rain": 3.5, + "max_wind": 6.5, + "mean_wind": 2.8, + "min_hum": 29, + "mean_hum": 61.8, + "sun": 6.2, + "cloud": 4.5, + "ground_temp": 8.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40539, + "power": 40539 + }, + { + "date": 50402, + "mean_temp": 10.4, + "min_temp": 6.5, + "max_temp": 15.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 20, + "mean_hum": 44.8, + "sun": 6.1, + "cloud": 6.5, + "ground_temp": 6.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41926, + "power": 41926 + }, + { + "date": 50401, + "mean_temp": 11.2, + "min_temp": 6.3, + "max_temp": 16.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 16, + "mean_hum": 31.8, + "sun": 6.9, + "cloud": 3.8, + "ground_temp": 7.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45123, + "power": 45123 + }, + { + "date": 50331, + "mean_temp": 9.5, + "min_temp": 3.5, + "max_temp": 15.5, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.3, + "min_hum": 16, + "mean_hum": 48.6, + "sun": 9, + "cloud": 2.1, + "ground_temp": 9.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45770, + "power": 45770 + }, + { + "date": 50330, + "mean_temp": 6.7, + "min_temp": 2.2, + "max_temp": 12.1, + "rain": 0, + "max_wind": 8.3, + "mean_wind": 3.7, + "min_hum": 20, + "mean_hum": 47.8, + "sun": 10.2, + "cloud": 0, + "ground_temp": 8.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46029, + "power": 46029 + }, + { + "date": 50329, + "mean_temp": 5.6, + "min_temp": 2.2, + "max_temp": 10.3, + "rain": 0, + "max_wind": 7, + "mean_wind": 3.1, + "min_hum": 17, + "mean_hum": 30.8, + "sun": 10.6, + "cloud": 0, + "ground_temp": 6.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46546, + "power": 46546 + }, + { + "date": 50328, + "mean_temp": 6.8, + "min_temp": 4.4, + "max_temp": 11.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 64.3, + "sun": 3.2, + "cloud": 2.8, + "ground_temp": 10, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46478, + "power": 46478 + }, + { + "date": 50327, + "mean_temp": 10.5, + "min_temp": 6, + "max_temp": 17.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 60.9, + "sun": 8.1, + "cloud": 5.4, + "ground_temp": 10.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40636, + "power": 41052 + }, + { + "date": 50326, + "mean_temp": 6.8, + "min_temp": 2.5, + "max_temp": 10.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 61, + "mean_hum": 74, + "sun": 0.3, + "cloud": 6, + "ground_temp": 7.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44215, + "power": 44215 + }, + { + "date": 50325, + "mean_temp": 3.1, + "min_temp": -1.7, + "max_temp": 7, + "rain": 0, + "max_wind": 9.4, + "mean_wind": 4.3, + "min_hum": 27, + "mean_hum": 50.4, + "sun": 7.2, + "cloud": 2.1, + "ground_temp": 0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46982, + "power": 46982 + }, + { + "date": 50324, + "mean_temp": 3, + "min_temp": -0.2, + "max_temp": 7.5, + "rain": 0.1, + "max_wind": 9.5, + "mean_wind": 4.9, + "min_hum": 13, + "mean_hum": 43.4, + "sun": 7.7, + "cloud": 4.3, + "ground_temp": 0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47815, + "power": 47815 + }, + { + "date": 50323, + "mean_temp": 8.7, + "min_temp": 5.3, + "max_temp": 13.6, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.8, + "min_hum": 24, + "mean_hum": 41.6, + "sun": 7.9, + "cloud": 6.1, + "ground_temp": 5.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46565, + "power": 46565 + }, + { + "date": 50322, + "mean_temp": 8.5, + "min_temp": 3.9, + "max_temp": 14.3, + "rain": 2, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 32, + "mean_hum": 58.4, + "sun": 7.8, + "cloud": 5.4, + "ground_temp": 9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46539, + "power": 46539 + }, + { + "date": 50321, + "mean_temp": 7.1, + "min_temp": 2, + "max_temp": 12, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.4, + "min_hum": 24, + "mean_hum": 56.5, + "sun": 6, + "cloud": 5.1, + "ground_temp": 6.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46339, + "power": 46339 + }, + { + "date": 50320, + "mean_temp": 5.9, + "min_temp": 3, + "max_temp": 9.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.1, + "min_hum": 41, + "mean_hum": 64.8, + "sun": 10, + "cloud": 2.6, + "ground_temp": 6.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41783, + "power": 41783 + }, + { + "date": 50319, + "mean_temp": 4.3, + "min_temp": -0.6, + "max_temp": 10.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 19, + "mean_hum": 48, + "sun": 10.2, + "cloud": 2.6, + "ground_temp": 4.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43191, + "power": 44303 + }, + { + "date": 50318, + "mean_temp": 3.9, + "min_temp": 1.7, + "max_temp": 8.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.9, + "min_hum": 22, + "mean_hum": 40.9, + "sun": 10.5, + "cloud": 0.1, + "ground_temp": 5.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47172, + "power": 47386 + }, + { + "date": 50317, + "mean_temp": 5.9, + "min_temp": 3.2, + "max_temp": 9.8, + "rain": 7, + "max_wind": 7.3, + "mean_wind": 3, + "min_hum": 54, + "mean_hum": 79.3, + "sun": 2.6, + "cloud": 8.9, + "ground_temp": 5.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47172, + "power": 47172 + }, + { + "date": 50316, + "mean_temp": 7.5, + "min_temp": 3.2, + "max_temp": 12.5, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 57.1, + "sun": 5.1, + "cloud": 7.8, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47802, + "power": 46775 + }, + { + "date": 50315, + "mean_temp": 4.5, + "min_temp": 1.2, + "max_temp": 8.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.3, + "min_hum": 28, + "mean_hum": 62, + "sun": 2.7, + "cloud": 7.8, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47816, + "power": 47816 + }, + { + "date": 50314, + "mean_temp": 2.6, + "min_temp": -2.7, + "max_temp": 7.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 46.9, + "sun": 10.2, + "cloud": 1.4, + "ground_temp": -0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47709, + "power": 47709 + }, + { + "date": 50313, + "mean_temp": -1.2, + "min_temp": -5.1, + "max_temp": 3, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 3.4, + "min_hum": 16, + "mean_hum": 34.4, + "sun": 10.4, + "cloud": 1.1, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44564, + "power": 44533 + }, + { + "date": 50312, + "mean_temp": -3.9, + "min_temp": -6.5, + "max_temp": -0.8, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 4.5, + "min_hum": 25, + "mean_hum": 36.4, + "sun": 9.7, + "cloud": 1.1, + "ground_temp": -0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46440, + "power": 46440 + }, + { + "date": 50311, + "mean_temp": 0.7, + "min_temp": -4, + "max_temp": 5, + "rain": 0.5, + "max_wind": 7.1, + "mean_wind": 4.2, + "min_hum": 34, + "mean_hum": 68.4, + "sun": 2.5, + "cloud": 6.6, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48374, + "power": 48374 + }, + { + "date": 50310, + "mean_temp": 8.4, + "min_temp": 5, + "max_temp": 13.1, + "rain": 0.5, + "max_wind": 7.2, + "mean_wind": 3.3, + "min_hum": 73, + "mean_hum": 89, + "sun": 0, + "cloud": 10, + "ground_temp": -0.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46742, + "power": 46742 + }, + { + "date": 50309, + "mean_temp": 7.3, + "min_temp": -1.2, + "max_temp": 14.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 1.8, + "min_hum": 16, + "mean_hum": 47.6, + "sun": 9.5, + "cloud": 3.4, + "ground_temp": -0.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46945, + "power": 46945 + }, + { + "date": 50308, + "mean_temp": 4.2, + "min_temp": 1.7, + "max_temp": 8.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 57.4, + "sun": 7, + "cloud": 3, + "ground_temp": -0.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47363, + "power": 47363 + }, + { + "date": 50307, + "mean_temp": 3.8, + "min_temp": -1.1, + "max_temp": 7.9, + "rain": 0, + "max_wind": 8.1, + "mean_wind": 3.5, + "min_hum": 63, + "mean_hum": 74.4, + "sun": 0.1, + "cloud": 7.8, + "ground_temp": -0.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46945, + "power": 47749 + }, + { + "date": 50306, + "mean_temp": 0.5, + "min_temp": -3.5, + "max_temp": 5.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 20, + "mean_hum": 54.9, + "sun": 10.3, + "cloud": 0.5, + "ground_temp": -0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44564, + "power": 44564 + }, + { + "date": 50305, + "mean_temp": -0.9, + "min_temp": -4.1, + "max_temp": 3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 32, + "mean_hum": 49.5, + "sun": 7.1, + "cloud": 3.6, + "ground_temp": -0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46332, + "power": 46332 + }, + { + "date": 50304, + "mean_temp": -0.4, + "min_temp": -4.5, + "max_temp": 4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 18, + "mean_hum": 43.5, + "sun": 9.7, + "cloud": 1.6, + "ground_temp": -0.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48722, + "power": 48698 + }, + { + "date": 50303, + "mean_temp": -1.3, + "min_temp": -4.4, + "max_temp": 2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 42.1, + "sun": 9.7, + "cloud": 1.4, + "ground_temp": 0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48722, + "power": 49092 + }, + { + "date": 50302, + "mean_temp": 0.3, + "min_temp": -2, + "max_temp": 4.5, + "rain": 2.4, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 37, + "mean_hum": 63.6, + "sun": 7.3, + "cloud": 4.6, + "ground_temp": 1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48722, + "power": 48722 + }, + { + "date": 50301, + "mean_temp": -0.3, + "min_temp": -4.5, + "max_temp": 4.5, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.7, + "min_hum": 18, + "mean_hum": 46.1, + "sun": 9.3, + "cloud": 2.4, + "ground_temp": 0.1, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 46189, + "power": 46189 + }, + { + "date": 50228, + "mean_temp": 0.6, + "min_temp": -2.7, + "max_temp": 5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.4, + "min_hum": 23, + "mean_hum": 51.3, + "sun": 9.7, + "cloud": 1.8, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48104, + "power": 48116 + }, + { + "date": 50227, + "mean_temp": -2.1, + "min_temp": -7.4, + "max_temp": 2.7, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 45.4, + "sun": 9.6, + "cloud": 3, + "ground_temp": -0.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 45646, + "power": 45646 + }, + { + "date": 50226, + "mean_temp": -5, + "min_temp": -8.6, + "max_temp": -1, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 36.1, + "sun": 10.1, + "cloud": 0, + "ground_temp": -2.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46440, + "power": 47397 + }, + { + "date": 50225, + "mean_temp": -4.8, + "min_temp": -7.3, + "max_temp": -1.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.4, + "min_hum": 20, + "mean_hum": 40.9, + "sun": 9.9, + "cloud": 0.4, + "ground_temp": -2.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 49555, + "power": 49306 + }, + { + "date": 50224, + "mean_temp": -2.9, + "min_temp": -6, + "max_temp": 3.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 39.4, + "sun": 7.6, + "cloud": 4.3, + "ground_temp": -1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49063, + "power": 49063 + }, + { + "date": 50223, + "mean_temp": -2.9, + "min_temp": -5.4, + "max_temp": -0.1, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 21, + "mean_hum": 50.1, + "sun": 6.5, + "cloud": 2.4, + "ground_temp": -0.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48821, + "power": 48821 + }, + { + "date": 50222, + "mean_temp": -1, + "min_temp": -4.6, + "max_temp": 4.5, + "rain": 3, + "max_wind": 11, + "mean_wind": 3.8, + "min_hum": 66, + "mean_hum": 80.6, + "sun": 0, + "cloud": 9.8, + "ground_temp": -1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49049, + "power": 49049 + }, + { + "date": 50221, + "mean_temp": -5.8, + "min_temp": -10.3, + "max_temp": -1.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 26, + "mean_hum": 46.9, + "sun": 9.9, + "cloud": 1.4, + "ground_temp": -3.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49555, + "power": 49555 + }, + { + "date": 50220, + "mean_temp": -7.1, + "min_temp": -9.5, + "max_temp": -3.4, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.9, + "min_hum": 27, + "mean_hum": 41.1, + "sun": 7.7, + "cloud": 1.8, + "ground_temp": -3.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41507, + "power": 45393 + }, + { + "date": 50219, + "mean_temp": -2.4, + "min_temp": -7.9, + "max_temp": 3.2, + "rain": 0.2, + "max_wind": 7.7, + "mean_wind": 4.2, + "min_hum": 22, + "mean_hum": 51.5, + "sun": 7.3, + "cloud": 4.1, + "ground_temp": 0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46950, + "power": 46950 + }, + { + "date": 50218, + "mean_temp": 4, + "min_temp": 3, + "max_temp": 6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3.4, + "min_hum": 46, + "mean_hum": 55.6, + "sun": 0, + "cloud": 9.3, + "ground_temp": 0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48199, + "power": 48199 + }, + { + "date": 50217, + "mean_temp": 4.7, + "min_temp": 0, + "max_temp": 10.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 39, + "mean_hum": 60.8, + "sun": 9.4, + "cloud": 2.3, + "ground_temp": 1.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47802, + "power": 47802 + }, + { + "date": 50216, + "mean_temp": 2.7, + "min_temp": 0.8, + "max_temp": 5, + "rain": 9, + "max_wind": 7.4, + "mean_wind": 3.8, + "min_hum": 68, + "mean_hum": 81.5, + "sun": 0, + "cloud": 8.9, + "ground_temp": 0, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48199, + "power": 48027 + }, + { + "date": 50215, + "mean_temp": 4.6, + "min_temp": 0.8, + "max_temp": 10, + "rain": 5, + "max_wind": 7.5, + "mean_wind": 3.9, + "min_hum": 23, + "mean_hum": 48.4, + "sun": 1.3, + "cloud": 7.5, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47802, + "power": 47972 + }, + { + "date": 50214, + "mean_temp": 1.8, + "min_temp": -2.5, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 46.8, + "sun": 1.4, + "cloud": 6.3, + "ground_temp": -0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48285, + "power": 48186 + }, + { + "date": 50213, + "mean_temp": -1.6, + "min_temp": -6.6, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 30, + "mean_hum": 52.5, + "sun": 8.9, + "cloud": 0.5, + "ground_temp": -1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44556, + "power": 43689 + }, + { + "date": 50212, + "mean_temp": -4.1, + "min_temp": -7.5, + "max_temp": 0.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 18, + "mean_hum": 44.8, + "sun": 4.7, + "cloud": 4.1, + "ground_temp": -2.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44102, + "power": 44102 + }, + { + "date": 50211, + "mean_temp": -6, + "min_temp": -9.3, + "max_temp": -1.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 38.4, + "sun": 9.2, + "cloud": 0.3, + "ground_temp": -3.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42630, + "power": 42630 + }, + { + "date": 50210, + "mean_temp": -6, + "min_temp": -8.8, + "max_temp": -2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 3, + "min_hum": 18, + "mean_hum": 37.1, + "sun": 9.2, + "cloud": 0.1, + "ground_temp": -2, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 38695, + "power": 38695 + }, + { + "date": 50209, + "mean_temp": -1.4, + "min_temp": -4.5, + "max_temp": 0.8, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 57.9, + "sun": 0, + "cloud": 6.6, + "ground_temp": -0.4, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 36073, + "power": 36073 + }, + { + "date": 50208, + "mean_temp": 1.7, + "min_temp": -0.6, + "max_temp": 5.8, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 37, + "mean_hum": 56.4, + "sun": 8, + "cloud": 2.4, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 40465, + "power": 40465 + }, + { + "date": 50207, + "mean_temp": 3.5, + "min_temp": -0.8, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 47.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42854, + "power": 42854 + }, + { + "date": 50206, + "mean_temp": -0.1, + "min_temp": -5, + "max_temp": 5.5, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.3, + "min_hum": 15, + "mean_hum": 36.1, + "sun": 6.1, + "cloud": 2.3, + "ground_temp": -1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44788, + "power": 44788 + }, + { + "date": 50205, + "mean_temp": -1.6, + "min_temp": -4.9, + "max_temp": 2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 30, + "mean_hum": 47.5, + "sun": 7.9, + "cloud": 2.3, + "ground_temp": -2.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46332, + "power": 46641 + }, + { + "date": 50204, + "mean_temp": -1.5, + "min_temp": -5, + "max_temp": 2.4, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 44.3, + "sun": 7, + "cloud": 4.8, + "ground_temp": -1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48187, + "power": 48638 + }, + { + "date": 50203, + "mean_temp": -4.6, + "min_temp": -8.6, + "max_temp": 0, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 29, + "mean_hum": 52, + "sun": 8.6, + "cloud": 2.5, + "ground_temp": -3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49315, + "power": 49315 + }, + { + "date": 50202, + "mean_temp": -6.9, + "min_temp": -10.6, + "max_temp": -2.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 49.1, + "sun": 9, + "cloud": 0, + "ground_temp": -4.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49820, + "power": 49820 + }, + { + "date": 50201, + "mean_temp": -10.2, + "min_temp": -13.1, + "max_temp": -6.8, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 5, + "min_hum": 31, + "mean_hum": 41.6, + "sun": 8.8, + "cloud": 0.8, + "ground_temp": -6.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48671, + "power": 49990 + }, + { + "date": 50131, + "mean_temp": -7.3, + "min_temp": -11, + "max_temp": -2.5, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 3.8, + "min_hum": 22, + "mean_hum": 39.9, + "sun": 6.1, + "cloud": 1.5, + "ground_temp": -4.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49201, + "power": 49441 + }, + { + "date": 50130, + "mean_temp": -7, + "min_temp": -9.3, + "max_temp": -3.7, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.1, + "min_hum": 27, + "mean_hum": 39.9, + "sun": 6.5, + "cloud": 2.3, + "ground_temp": -1.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44556, + "power": 44556 + }, + { + "date": 50129, + "mean_temp": -0.8, + "min_temp": -6.1, + "max_temp": 2.7, + "rain": 2.2, + "max_wind": 5.7, + "mean_wind": 3.2, + "min_hum": 36, + "mean_hum": 64.5, + "sun": 3.1, + "cloud": 4.6, + "ground_temp": 0.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46257, + "power": 46257 + }, + { + "date": 50128, + "mean_temp": 2.1, + "min_temp": -2.5, + "max_temp": 7.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 26, + "mean_hum": 44.8, + "sun": 7.7, + "cloud": 0.3, + "ground_temp": -0.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47775, + "power": 47775 + }, + { + "date": 50127, + "mean_temp": 1.3, + "min_temp": -2, + "max_temp": 5.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 22, + "mean_hum": 46, + "sun": 6.7, + "cloud": 1.9, + "ground_temp": -0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48104, + "power": 48056 + }, + { + "date": 50126, + "mean_temp": 1.6, + "min_temp": -1.2, + "max_temp": 6.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 59.6, + "sun": 7.5, + "cloud": 0.3, + "ground_temp": 0, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48104, + "power": 48104 + }, + { + "date": 50125, + "mean_temp": 1.1, + "min_temp": -2.2, + "max_temp": 4.4, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 59.3, + "sun": 0, + "cloud": 6.9, + "ground_temp": -1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48099, + "power": 48099 + }, + { + "date": 50124, + "mean_temp": 1.3, + "min_temp": -1, + "max_temp": 5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 67, + "sun": 1.5, + "cloud": 4.1, + "ground_temp": -0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48192, + "power": 48192 + }, + { + "date": 50123, + "mean_temp": 1.8, + "min_temp": -2.7, + "max_temp": 7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.5, + "min_hum": 12, + "mean_hum": 34.8, + "sun": 8.6, + "cloud": 2.5, + "ground_temp": -1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44446, + "power": 44446 + }, + { + "date": 50122, + "mean_temp": -2.2, + "min_temp": -7.3, + "max_temp": 2.5, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.2, + "min_hum": 24, + "mean_hum": 41.1, + "sun": 5.9, + "cloud": 5.1, + "ground_temp": -3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 47155, + "power": 47155 + }, + { + "date": 50121, + "mean_temp": -5.4, + "min_temp": -9.5, + "max_temp": -0.6, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 45.1, + "sun": 9, + "cloud": 0, + "ground_temp": -4.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48787, + "power": 49023 + }, + { + "date": 50120, + "mean_temp": -5.9, + "min_temp": -7.8, + "max_temp": -2.7, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.4, + "min_hum": 33, + "mean_hum": 49.8, + "sun": 8.6, + "cloud": 0, + "ground_temp": -4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49201, + "power": 49201 + }, + { + "date": 50119, + "mean_temp": -3.8, + "min_temp": -6, + "max_temp": -0.2, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.4, + "min_hum": 29, + "mean_hum": 48.5, + "sun": 8.9, + "cloud": 0.5, + "ground_temp": -2.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48787, + "power": 48787 + }, + { + "date": 50118, + "mean_temp": 0.3, + "min_temp": -3.4, + "max_temp": 3, + "rain": 0.5, + "max_wind": 5.8, + "mean_wind": 2.2, + "min_hum": 63, + "mean_hum": 79.3, + "sun": 0, + "cloud": 8.3, + "ground_temp": -0.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48280, + "power": 48280 + }, + { + "date": 50117, + "mean_temp": 0.4, + "min_temp": -4, + "max_temp": 4.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 59, + "sun": 6.8, + "cloud": 2, + "ground_temp": -0.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48285, + "power": 48285 + }, + { + "date": 50116, + "mean_temp": -0.8, + "min_temp": -4.6, + "max_temp": 5.1, + "rain": 0.3, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 44, + "mean_hum": 67.1, + "sun": 6.1, + "cloud": 4.4, + "ground_temp": -0.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 44757, + "power": 44757 + }, + { + "date": 50115, + "mean_temp": -2.6, + "min_temp": -6.5, + "max_temp": 1.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 38, + "mean_hum": 56.9, + "sun": 8.3, + "cloud": 1.4, + "ground_temp": -1.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46977, + "power": 46977 + }, + { + "date": 50114, + "mean_temp": -3.1, + "min_temp": -7.3, + "max_temp": 0.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 51.1, + "sun": 6.3, + "cloud": 5, + "ground_temp": -3.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48843, + "power": 48843 + }, + { + "date": 50113, + "mean_temp": -4.8, + "min_temp": -8.3, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 55.4, + "sun": 8.4, + "cloud": 0.5, + "ground_temp": -5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49201, + "power": 49444 + }, + { + "date": 50112, + "mean_temp": -6.1, + "min_temp": -9.5, + "max_temp": -2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 30, + "mean_hum": 44.9, + "sun": 8.6, + "cloud": 0, + "ground_temp": -5.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 49337, + "power": 49337 + }, + { + "date": 50111, + "mean_temp": -6.3, + "min_temp": -8.5, + "max_temp": -2.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 3, + "min_hum": 33, + "mean_hum": 48.1, + "sun": 8.5, + "cloud": 0.1, + "ground_temp": -4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 49457, + "power": 49457 + }, + { + "date": 50110, + "mean_temp": -5.7, + "min_temp": -10.8, + "max_temp": -1.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 37, + "mean_hum": 57.8, + "sun": 6.8, + "cloud": 3.1, + "ground_temp": -5.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 49457, + "power": 49683 + }, + { + "date": 50109, + "mean_temp": -8, + "min_temp": -10.3, + "max_temp": -4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 43.9, + "sun": 8.6, + "cloud": 0, + "ground_temp": -6.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 49286, + "power": 45202 + }, + { + "date": 50108, + "mean_temp": -5, + "min_temp": -8, + "max_temp": 0.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 51.3, + "sun": 5.8, + "cloud": 1.3, + "ground_temp": -4.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46689, + "power": 46689 + }, + { + "date": 50107, + "mean_temp": -2.9, + "min_temp": -6, + "max_temp": 2.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 3.6, + "min_hum": 29, + "mean_hum": 52.4, + "sun": 8.4, + "cloud": 1.5, + "ground_temp": -1.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 48554, + "power": 48554 + }, + { + "date": 50106, + "mean_temp": 0.1, + "min_temp": -3.5, + "max_temp": 2.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 58.1, + "sun": 1.6, + "cloud": 8, + "ground_temp": -0.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48187, + "power": 48187 + }, + { + "date": 50105, + "mean_temp": -3.8, + "min_temp": -8.8, + "max_temp": 0.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 23, + "mean_hum": 41.9, + "sun": 7.4, + "cloud": 3.3, + "ground_temp": -4.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48249, + "power": 48249 + }, + { + "date": 50104, + "mean_temp": -4.9, + "min_temp": -7.4, + "max_temp": -1.2, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 23, + "mean_hum": 39, + "sun": 8.5, + "cloud": 0, + "ground_temp": -3.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48671, + "power": 48671 + }, + { + "date": 50103, + "mean_temp": 2.9, + "min_temp": -2, + "max_temp": 4.9, + "rain": 1.5, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 52, + "mean_hum": 70.3, + "sun": 0, + "cloud": 7.6, + "ground_temp": 2.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47151, + "power": 47151 + }, + { + "date": 50102, + "mean_temp": 0.4, + "min_temp": -5, + "max_temp": 4.5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 44, + "mean_hum": 58.9, + "sun": 2.7, + "cloud": 5.6, + "ground_temp": -2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41507, + "power": 41507 + }, + { + "date": 50101, + "mean_temp": -4.9, + "min_temp": -8.8, + "max_temp": -1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 24, + "mean_hum": 41.5, + "sun": 8.6, + "cloud": 0.9, + "ground_temp": -4.1, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 42897, + "power": 42897 + }, + { + "date": 41231, + "mean_temp": -4.7, + "min_temp": -7, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 43.1, + "sun": 7.3, + "cloud": 1, + "ground_temp": -2.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45574, + "power": 45574 + }, + { + "date": 41230, + "mean_temp": -4.6, + "min_temp": -8.3, + "max_temp": -0.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 34, + "mean_hum": 49.1, + "sun": 6.8, + "cloud": 3.8, + "ground_temp": -4.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47184, + "power": 47184 + }, + { + "date": 41229, + "mean_temp": -5.7, + "min_temp": -8.3, + "max_temp": -2.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.5, + "min_hum": 28, + "mean_hum": 45, + "sun": 8.5, + "cloud": 0.8, + "ground_temp": -3.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47965, + "power": 47965 + }, + { + "date": 41228, + "mean_temp": -4.9, + "min_temp": -7.3, + "max_temp": -2.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 41.5, + "sun": 5.7, + "cloud": 3, + "ground_temp": -4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48549, + "power": 48369 + }, + { + "date": 41227, + "mean_temp": -4, + "min_temp": -7.1, + "max_temp": -0.4, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 44.3, + "sun": 8.5, + "cloud": 0.8, + "ground_temp": -3.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48087, + "power": 48087 + }, + { + "date": 41226, + "mean_temp": -3.2, + "min_temp": -6.1, + "max_temp": 0.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 47.9, + "sun": 8.4, + "cloud": 0, + "ground_temp": -2.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41681, + "power": 42975 + }, + { + "date": 41225, + "mean_temp": -1.8, + "min_temp": -4.3, + "max_temp": 1.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.6, + "min_hum": 47, + "mean_hum": 64.9, + "sun": 7.5, + "cloud": 2.4, + "ground_temp": -1, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 45457, + "power": 45457 + }, + { + "date": 41224, + "mean_temp": -0.8, + "min_temp": -4, + "max_temp": 3.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 40, + "mean_hum": 57.8, + "sun": 5.2, + "cloud": 1.8, + "ground_temp": -0.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47201, + "power": 47201 + }, + { + "date": 41223, + "mean_temp": -3.7, + "min_temp": -8.1, + "max_temp": 1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 2, + "min_hum": 33, + "mean_hum": 45.8, + "sun": 8.3, + "cloud": 0.4, + "ground_temp": -1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 48549, + "power": 48549 + }, + { + "date": 41222, + "mean_temp": -3.4, + "min_temp": -6, + "max_temp": -0.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.4, + "min_hum": 27, + "mean_hum": 42.5, + "sun": 4.2, + "cloud": 4, + "ground_temp": -1.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48141, + "power": 48141 + }, + { + "date": 41221, + "mean_temp": -3.2, + "min_temp": -7.3, + "max_temp": 1.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 46.4, + "sun": 7.9, + "cloud": 2.1, + "ground_temp": -2.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47834, + "power": 47834 + }, + { + "date": 41220, + "mean_temp": -3.6, + "min_temp": -5.8, + "max_temp": 4.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.7, + "min_hum": 36, + "mean_hum": 53.6, + "sun": 8.5, + "cloud": 0.6, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47857, + "power": 47857 + }, + { + "date": 41219, + "mean_temp": 5, + "min_temp": 0.4, + "max_temp": 9.8, + "rain": 0.2, + "max_wind": 5.9, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 64.9, + "sun": 4.2, + "cloud": 7.3, + "ground_temp": 3.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39550, + "power": 41839 + }, + { + "date": 41218, + "mean_temp": 3.7, + "min_temp": 1.1, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 58, + "mean_hum": 73.9, + "sun": 2.4, + "cloud": 5, + "ground_temp": 2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43551, + "power": 43744 + }, + { + "date": 41217, + "mean_temp": 3.8, + "min_temp": 0.8, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 69, + "sun": 5.2, + "cloud": 5.6, + "ground_temp": 2.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46265, + "power": 46315 + }, + { + "date": 41216, + "mean_temp": 4, + "min_temp": 1.7, + "max_temp": 7.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 45, + "mean_hum": 73, + "sun": 8.3, + "cloud": 1.4, + "ground_temp": 3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46884, + "power": 46933 + }, + { + "date": 41215, + "mean_temp": 5.7, + "min_temp": 4.5, + "max_temp": 7.5, + "rain": 4, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 66.8, + "sun": 0.5, + "cloud": 9.3, + "ground_temp": 6.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46284, + "power": 46284 + }, + { + "date": 41214, + "mean_temp": 4.6, + "min_temp": 0.4, + "max_temp": 9.3, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.9, + "min_hum": 25, + "mean_hum": 42.5, + "sun": 6.7, + "cloud": 4.1, + "ground_temp": 2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46713, + "power": 46713 + }, + { + "date": 41213, + "mean_temp": 2.4, + "min_temp": -0.6, + "max_temp": 6.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 55.1, + "sun": 8.4, + "cloud": 0, + "ground_temp": 0, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46884, + "power": 46884 + }, + { + "date": 41212, + "mean_temp": 5.2, + "min_temp": 1.3, + "max_temp": 9.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 22, + "mean_hum": 55.5, + "sun": 3.6, + "cloud": 3.5, + "ground_temp": 3.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39550, + "power": 41503 + }, + { + "date": 41211, + "mean_temp": 4.2, + "min_temp": -0.4, + "max_temp": 9.1, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.5, + "min_hum": 19, + "mean_hum": 39, + "sun": 5, + "cloud": 4.4, + "ground_temp": 1.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43551, + "power": 43551 + }, + { + "date": 41210, + "mean_temp": 7.5, + "min_temp": 3, + "max_temp": 10.3, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3, + "min_hum": 15, + "mean_hum": 48, + "sun": 6, + "cloud": 2.8, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46369, + "power": 46369 + }, + { + "date": 41209, + "mean_temp": 8.8, + "min_temp": 5.4, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 58.6, + "sun": 7.4, + "cloud": 3.3, + "ground_temp": 3.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46387, + "power": 46387 + }, + { + "date": 41208, + "mean_temp": 5.8, + "min_temp": 1.5, + "max_temp": 9.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.9, + "min_hum": 46, + "mean_hum": 66.9, + "sun": 4.5, + "cloud": 2.9, + "ground_temp": 2.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46265, + "power": 46265 + }, + { + "date": 41207, + "mean_temp": 3.9, + "min_temp": 1.6, + "max_temp": 7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 25, + "mean_hum": 57.5, + "sun": 8.1, + "cloud": 1.5, + "ground_temp": 1.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46713, + "power": 46401 + }, + { + "date": 41206, + "mean_temp": 3.3, + "min_temp": -2.2, + "max_temp": 7.1, + "rain": 8, + "max_wind": 6.6, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 66.6, + "sun": 5.2, + "cloud": 5.5, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46307, + "power": 46307 + }, + { + "date": 41205, + "mean_temp": 1.8, + "min_temp": -0.2, + "max_temp": 6, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.6, + "min_hum": 42, + "mean_hum": 59.3, + "sun": 8.4, + "cloud": 2.1, + "ground_temp": 4.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41223, + "power": 41223 + }, + { + "date": 41204, + "mean_temp": 9, + "min_temp": 6, + "max_temp": 10.5, + "rain": 15, + "max_wind": 6.2, + "mean_wind": 2.1, + "min_hum": 68, + "mean_hum": 85.9, + "sun": 0, + "cloud": 9.3, + "ground_temp": 9.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42651, + "power": 42651 + }, + { + "date": 41203, + "mean_temp": 10.6, + "min_temp": 6.5, + "max_temp": 16.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 62.6, + "sun": 7.5, + "cloud": 2.3, + "ground_temp": 6.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45178, + "power": 45178 + }, + { + "date": 41202, + "mean_temp": 8.5, + "min_temp": 3, + "max_temp": 14.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 32, + "mean_hum": 55.4, + "sun": 8.4, + "cloud": 0.9, + "ground_temp": 5.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45878, + "power": 45878 + }, + { + "date": 41201, + "mean_temp": 5.2, + "min_temp": 1.6, + "max_temp": 9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.4, + "min_hum": 43, + "mean_hum": 61.4, + "sun": 6.5, + "cloud": 2.6, + "ground_temp": 2.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46150, + "power": 46150 + }, + { + "date": 41130, + "mean_temp": 4.8, + "min_temp": 1.2, + "max_temp": 8.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.6, + "min_hum": 48, + "mean_hum": 65, + "sun": 4.4, + "cloud": 2.3, + "ground_temp": 2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46241, + "power": 46241 + }, + { + "date": 41129, + "mean_temp": 5, + "min_temp": 0.8, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 24, + "mean_hum": 55, + "sun": 8, + "cloud": 0, + "ground_temp": 3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45910, + "power": 45910 + }, + { + "date": 41128, + "mean_temp": 7.6, + "min_temp": 5, + "max_temp": 10.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.5, + "min_hum": 22, + "mean_hum": 60.9, + "sun": 8, + "cloud": 2.1, + "ground_temp": 3.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40717, + "power": 40717 + }, + { + "date": 41127, + "mean_temp": 7.3, + "min_temp": 3.7, + "max_temp": 10.1, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2, + "min_hum": 54, + "mean_hum": 69.9, + "sun": 1.8, + "cloud": 5.4, + "ground_temp": 4.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42870, + "power": 42870 + }, + { + "date": 41126, + "mean_temp": 5.3, + "min_temp": 1.7, + "max_temp": 11.8, + "rain": 28, + "max_wind": 9.7, + "mean_wind": 4.1, + "min_hum": 54, + "mean_hum": 74.4, + "sun": 1.5, + "cloud": 7.8, + "ground_temp": 5.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45776, + "power": 45776 + }, + { + "date": 41125, + "mean_temp": 10.5, + "min_temp": 5.8, + "max_temp": 15.1, + "rain": 0.1, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 60.5, + "sun": 4.7, + "cloud": 4.5, + "ground_temp": 7.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45420, + "power": 45420 + }, + { + "date": 41124, + "mean_temp": 9.8, + "min_temp": 5.9, + "max_temp": 14.3, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.2, + "min_hum": 52, + "mean_hum": 72.8, + "sun": 2.6, + "cloud": 3.5, + "ground_temp": 7.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45550, + "power": 45550 + }, + { + "date": 41123, + "mean_temp": 8.2, + "min_temp": 3.5, + "max_temp": 12.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 46, + "mean_hum": 69.9, + "sun": 5.1, + "cloud": 1.5, + "ground_temp": 6.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45794, + "power": 45794 + }, + { + "date": 41122, + "mean_temp": 7.1, + "min_temp": 2.7, + "max_temp": 12.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 66.4, + "sun": 7.1, + "cloud": 0.8, + "ground_temp": 4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45445, + "power": 45445 + }, + { + "date": 41121, + "mean_temp": 6.4, + "min_temp": 2.5, + "max_temp": 11.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 61, + "sun": 8.6, + "cloud": 0.1, + "ground_temp": 6.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40224, + "power": 40224 + }, + { + "date": 41120, + "mean_temp": 7.4, + "min_temp": 4.3, + "max_temp": 11.5, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 37, + "mean_hum": 66.1, + "sun": 5.4, + "cloud": 1, + "ground_temp": 5.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42809, + "power": 42809 + }, + { + "date": 41119, + "mean_temp": 9.6, + "min_temp": 6.5, + "max_temp": 13.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 75.4, + "sun": 6.4, + "cloud": 1.1, + "ground_temp": 6.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45062, + "power": 45062 + }, + { + "date": 41118, + "mean_temp": 10.7, + "min_temp": 7.8, + "max_temp": 15.1, + "rain": 1, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 71.9, + "sun": 6.6, + "cloud": 3.6, + "ground_temp": 7.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45183, + "power": 45183 + }, + { + "date": 41117, + "mean_temp": 9.9, + "min_temp": 4.9, + "max_temp": 15.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 64.6, + "sun": 7.9, + "cloud": 1.6, + "ground_temp": 7.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45340, + "power": 45340 + }, + { + "date": 41116, + "mean_temp": 6.7, + "min_temp": 1.2, + "max_temp": 12.1, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 61.8, + "sun": 6.5, + "cloud": 3.4, + "ground_temp": 4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45445, + "power": 45322 + }, + { + "date": 41115, + "mean_temp": 5, + "min_temp": 2.5, + "max_temp": 9.5, + "rain": 0.4, + "max_wind": 6.5, + "mean_wind": 3.3, + "min_hum": 21, + "mean_hum": 39.5, + "sun": 8.9, + "cloud": 2.1, + "ground_temp": 4.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45572, + "power": 45572 + }, + { + "date": 41114, + "mean_temp": 7.8, + "min_temp": 3.4, + "max_temp": 12.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 61.8, + "sun": 7.3, + "cloud": 3.4, + "ground_temp": 5.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39781, + "power": 39781 + }, + { + "date": 41113, + "mean_temp": 4.1, + "min_temp": 0.2, + "max_temp": 7.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.7, + "min_hum": 24, + "mean_hum": 47.5, + "sun": 0.7, + "cloud": 6.5, + "ground_temp": 4.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42256, + "power": 42256 + }, + { + "date": 41112, + "mean_temp": 5.1, + "min_temp": 1.7, + "max_temp": 9.6, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.5, + "min_hum": 28, + "mean_hum": 50.6, + "sun": 8.3, + "cloud": 2.1, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44745, + "power": 44745 + }, + { + "date": 41111, + "mean_temp": 13.6, + "min_temp": 9.6, + "max_temp": 15.6, + "rain": 2.5, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 75, + "mean_hum": 87.4, + "sun": 0, + "cloud": 8.4, + "ground_temp": 13.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44330, + "power": 44330 + }, + { + "date": 41110, + "mean_temp": 15.2, + "min_temp": 13.6, + "max_temp": 16.3, + "rain": 12.5, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 77, + "sun": 0, + "cloud": 10, + "ground_temp": 13.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41781, + "power": 44065 + }, + { + "date": 41109, + "mean_temp": 16.4, + "min_temp": 12, + "max_temp": 21.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 62, + "sun": 5.5, + "cloud": 5.4, + "ground_temp": 12.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44231, + "power": 44231 + }, + { + "date": 41108, + "mean_temp": 12.9, + "min_temp": 7.9, + "max_temp": 17.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 70.4, + "sun": 4.8, + "cloud": 5, + "ground_temp": 11.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44661, + "power": 44661 + }, + { + "date": 41107, + "mean_temp": 10.5, + "min_temp": 3.4, + "max_temp": 17.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 51.1, + "sun": 8.8, + "cloud": 0, + "ground_temp": 7.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38822, + "power": 38822 + }, + { + "date": 41106, + "mean_temp": 8.1, + "min_temp": 4.3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 30, + "mean_hum": 51.9, + "sun": 9, + "cloud": 0.6, + "ground_temp": 8.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41418, + "power": 41418 + }, + { + "date": 41105, + "mean_temp": 11.4, + "min_temp": 7.6, + "max_temp": 15.8, + "rain": 14, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 79.9, + "sun": 3.4, + "cloud": 6.3, + "ground_temp": 10.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44226, + "power": 44047 + }, + { + "date": 41104, + "mean_temp": 11.7, + "min_temp": 8.3, + "max_temp": 16.3, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 44, + "mean_hum": 72.3, + "sun": 6.9, + "cloud": 1.4, + "ground_temp": 10, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44661, + "power": 44401 + }, + { + "date": 41103, + "mean_temp": 10.5, + "min_temp": 6.9, + "max_temp": 14.6, + "rain": 0.5, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 52, + "mean_hum": 75.5, + "sun": 4, + "cloud": 6.4, + "ground_temp": 9.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44226, + "power": 44226 + }, + { + "date": 41102, + "mean_temp": 9.9, + "min_temp": 8.1, + "max_temp": 12.3, + "rain": 3, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 72, + "mean_hum": 82.8, + "sun": 0.1, + "cloud": 8.9, + "ground_temp": 12.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44409, + "power": 44409 + }, + { + "date": 41101, + "mean_temp": 14.8, + "min_temp": 11.8, + "max_temp": 20.5, + "rain": 18, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 67, + "sun": 4.4, + "cloud": 6.5, + "ground_temp": 14.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43655, + "power": 43655 + }, + { + "date": 41031, + "mean_temp": 16, + "min_temp": 10, + "max_temp": 23.2, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 25, + "mean_hum": 49, + "sun": 8.9, + "cloud": 0, + "ground_temp": 13.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38285, + "power": 38285 + }, + { + "date": 41030, + "mean_temp": 15.3, + "min_temp": 9.8, + "max_temp": 22.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 28, + "mean_hum": 53.8, + "sun": 8.4, + "cloud": 1.3, + "ground_temp": 12.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40659, + "power": 40659 + }, + { + "date": 41029, + "mean_temp": 13, + "min_temp": 8, + "max_temp": 17.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 44, + "mean_hum": 62.1, + "sun": 7.5, + "cloud": 3.5, + "ground_temp": 10.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43129, + "power": 43129 + }, + { + "date": 41028, + "mean_temp": 11.8, + "min_temp": 6.8, + "max_temp": 17.6, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 59.3, + "sun": 9.2, + "cloud": 0.8, + "ground_temp": 9.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43685, + "power": 43869 + }, + { + "date": 41027, + "mean_temp": 11.1, + "min_temp": 5.3, + "max_temp": 17.1, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 28, + "mean_hum": 43.1, + "sun": 8.8, + "cloud": 0.3, + "ground_temp": 9.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43601, + "power": 43601 + }, + { + "date": 41026, + "mean_temp": 11.4, + "min_temp": 8.1, + "max_temp": 15.1, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 16, + "mean_hum": 42, + "sun": 9.3, + "cloud": 1.4, + "ground_temp": 11.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44272, + "power": 44272 + }, + { + "date": 41025, + "mean_temp": 15.7, + "min_temp": 11.8, + "max_temp": 20.2, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 34, + "mean_hum": 53, + "sun": 6, + "cloud": 5.1, + "ground_temp": 13.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43037, + "power": 43891 + }, + { + "date": 41024, + "mean_temp": 14, + "min_temp": 9.8, + "max_temp": 18.6, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 43.6, + "sun": 5.3, + "cloud": 7.4, + "ground_temp": 12.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38251, + "power": 38251 + }, + { + "date": 41023, + "mean_temp": 12.1, + "min_temp": 7.6, + "max_temp": 17.7, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.3, + "min_hum": 14, + "mean_hum": 34.5, + "sun": 9.1, + "cloud": 1.8, + "ground_temp": 10.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40868, + "power": 40868 + }, + { + "date": 41022, + "mean_temp": 12.5, + "min_temp": 8.3, + "max_temp": 17, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 43.6, + "sun": 9.4, + "cloud": 0.9, + "ground_temp": 11.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43106, + "power": 43106 + }, + { + "date": 41021, + "mean_temp": 15.3, + "min_temp": 10.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.5, + "min_hum": 42, + "mean_hum": 60.5, + "sun": 7.6, + "cloud": 2.6, + "ground_temp": 15, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43757, + "power": 43757 + }, + { + "date": 41020, + "mean_temp": 16.9, + "min_temp": 12.6, + "max_temp": 23.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 53.5, + "sun": 7.7, + "cloud": 1.5, + "ground_temp": 13.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43037, + "power": 43037 + }, + { + "date": 41019, + "mean_temp": 17, + "min_temp": 11.1, + "max_temp": 23, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 60.6, + "sun": 9.7, + "cloud": 0.9, + "ground_temp": 14.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43532, + "power": 43532 + }, + { + "date": 41018, + "mean_temp": 16.5, + "min_temp": 13.3, + "max_temp": 21.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 58.9, + "sun": 2.1, + "cloud": 6.9, + "ground_temp": 15.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43027, + "power": 43027 + }, + { + "date": 41017, + "mean_temp": 16.2, + "min_temp": 11.8, + "max_temp": 21, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 31, + "mean_hum": 49.6, + "sun": 8.9, + "cloud": 4.6, + "ground_temp": 13.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37717, + "power": 37717 + }, + { + "date": 41016, + "mean_temp": 15.9, + "min_temp": 10.6, + "max_temp": 23.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 38, + "mean_hum": 62.6, + "sun": 8.7, + "cloud": 0.9, + "ground_temp": 14.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40659, + "power": 40224 + }, + { + "date": 41015, + "mean_temp": 13.9, + "min_temp": 7.1, + "max_temp": 19.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 65, + "sun": 9, + "cloud": 0.5, + "ground_temp": 13.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42771, + "power": 42771 + }, + { + "date": 41014, + "mean_temp": 10.7, + "min_temp": 5.8, + "max_temp": 15.8, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 21, + "mean_hum": 48.1, + "sun": 9.8, + "cloud": 0.1, + "ground_temp": 10.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43089, + "power": 43089 + }, + { + "date": 41013, + "mean_temp": 12.7, + "min_temp": 8, + "max_temp": 18.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.3, + "min_hum": 14, + "mean_hum": 47.6, + "sun": 9.8, + "cloud": 0.5, + "ground_temp": 12.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43433, + "power": 42573 + }, + { + "date": 41012, + "mean_temp": 14.9, + "min_temp": 11, + "max_temp": 19, + "rain": 5.5, + "max_wind": 6.4, + "mean_wind": 2.9, + "min_hum": 19, + "mean_hum": 50.6, + "sun": 9.7, + "cloud": 2.8, + "ground_temp": 17.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42769, + "power": 42769 + }, + { + "date": 41011, + "mean_temp": 18.9, + "min_temp": 13.8, + "max_temp": 23.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 65.9, + "sun": 6.3, + "cloud": 4.8, + "ground_temp": 17.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43191, + "power": 43191 + }, + { + "date": 41010, + "mean_temp": 20.2, + "min_temp": 15.3, + "max_temp": 25.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 51.3, + "sun": 9.7, + "cloud": 1.5, + "ground_temp": 18.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36952, + "power": 36952 + }, + { + "date": 41009, + "mean_temp": 20, + "min_temp": 15.1, + "max_temp": 25.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.7, + "min_hum": 29, + "mean_hum": 44.8, + "sun": 9.8, + "cloud": 3.8, + "ground_temp": 18.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 39034, + "power": 39498 + }, + { + "date": 41008, + "mean_temp": 19.5, + "min_temp": 14.1, + "max_temp": 25.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 66, + "sun": 7.6, + "cloud": 1.8, + "ground_temp": 19.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43098, + "power": 43098 + }, + { + "date": 41007, + "mean_temp": 18.6, + "min_temp": 13.6, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 40, + "mean_hum": 68.3, + "sun": 6.2, + "cloud": 5.1, + "ground_temp": 18.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43244, + "power": 43244 + }, + { + "date": 41006, + "mean_temp": 17.7, + "min_temp": 12, + "max_temp": 24.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 36, + "mean_hum": 66.5, + "sun": 9.5, + "cloud": 1.9, + "ground_temp": 16.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42689, + "power": 42689 + }, + { + "date": 41005, + "mean_temp": 16.8, + "min_temp": 9.8, + "max_temp": 23.7, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 58.3, + "sun": 10.3, + "cloud": 0, + "ground_temp": 16.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43035, + "power": 43035 + }, + { + "date": 41004, + "mean_temp": 15.1, + "min_temp": 10, + "max_temp": 21.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 33, + "mean_hum": 56.3, + "sun": 7.5, + "cloud": 1.9, + "ground_temp": 15.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43035, + "power": 42683 + }, + { + "date": 41003, + "mean_temp": 13.4, + "min_temp": 7.4, + "max_temp": 19.7, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 26, + "mean_hum": 49, + "sun": 10.4, + "cloud": 0, + "ground_temp": 14.6, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 37159, + "power": 37159 + }, + { + "date": 41002, + "mean_temp": 12.6, + "min_temp": 8.8, + "max_temp": 17.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 23, + "mean_hum": 42.8, + "sun": 10.4, + "cloud": 0.3, + "ground_temp": 15.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39098, + "power": 39098 + }, + { + "date": 41001, + "mean_temp": 16.6, + "min_temp": 10.8, + "max_temp": 21.5, + "rain": 1, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 60, + "mean_hum": 72.9, + "sun": 0, + "cloud": 8.3, + "ground_temp": 17.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43696, + "power": 41007 + }, + { + "date": 40930, + "mean_temp": 21.7, + "min_temp": 16.1, + "max_temp": 27, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 38, + "mean_hum": 62.6, + "sun": 6.7, + "cloud": 4.5, + "ground_temp": 20.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 37811, + "power": 37811 + }, + { + "date": 40929, + "mean_temp": 21.9, + "min_temp": 17.7, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 56.1, + "sun": 9.7, + "cloud": 1, + "ground_temp": 20.1, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 31357, + "power": 31357 + }, + { + "date": 40928, + "mean_temp": 21.2, + "min_temp": 17.1, + "max_temp": 25.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 50, + "mean_hum": 68.3, + "sun": 3.1, + "cloud": 6.6, + "ground_temp": 19.6, + "n_day": "Tue", + "holiday": 1, + "dicision_pre": 28783, + "power": 28783 + }, + { + "date": 40927, + "mean_temp": 21.3, + "min_temp": 16.5, + "max_temp": 26.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 66, + "sun": 10, + "cloud": 2.3, + "ground_temp": 22, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 28783, + "power": 30354 + }, + { + "date": 40926, + "mean_temp": 20.4, + "min_temp": 18.1, + "max_temp": 23.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 50, + "mean_hum": 61, + "sun": 2.1, + "cloud": 6.9, + "ground_temp": 20.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36952, + "power": 34265 + }, + { + "date": 40925, + "mean_temp": 21.6, + "min_temp": 17.1, + "max_temp": 26.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 59.5, + "sun": 7.5, + "cloud": 4.9, + "ground_temp": 20.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37974, + "power": 37974 + }, + { + "date": 40924, + "mean_temp": 21.2, + "min_temp": 16, + "max_temp": 26.7, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 40, + "mean_hum": 63.6, + "sun": 9.8, + "cloud": 0.6, + "ground_temp": 21, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43098, + "power": 42841 + }, + { + "date": 40923, + "mean_temp": 20.5, + "min_temp": 16.7, + "max_temp": 25.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 44, + "mean_hum": 66.6, + "sun": 6.9, + "cloud": 5.5, + "ground_temp": 19, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42506, + "power": 43671 + }, + { + "date": 40922, + "mean_temp": 18.8, + "min_temp": 12.8, + "max_temp": 24.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 40, + "mean_hum": 68.8, + "sun": 10.6, + "cloud": 1.3, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43231, + "power": 43231 + }, + { + "date": 40921, + "mean_temp": 16.8, + "min_temp": 15, + "max_temp": 20.2, + "rain": 9, + "max_wind": 4.7, + "mean_wind": 1.3, + "min_hum": 66, + "mean_hum": 84.3, + "sun": 2.8, + "cloud": 5.3, + "ground_temp": 16.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43696, + "power": 43588 + }, + { + "date": 40920, + "mean_temp": 16.5, + "min_temp": 14.6, + "max_temp": 20.5, + "rain": 16.5, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 82.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 16.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43493, + "power": 43493 + }, + { + "date": 40919, + "mean_temp": 20.7, + "min_temp": 14.8, + "max_temp": 26.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 55.8, + "sun": 10.3, + "cloud": 3.8, + "ground_temp": 19.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37165, + "power": 37165 + }, + { + "date": 40918, + "mean_temp": 21.8, + "min_temp": 18.3, + "max_temp": 23.7, + "rain": 6.5, + "max_wind": 5.6, + "mean_wind": 3.1, + "min_hum": 69, + "mean_hum": 85.3, + "sun": 0.1, + "cloud": 7.6, + "ground_temp": 21.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42686, + "power": 42709 + }, + { + "date": 40917, + "mean_temp": 23.6, + "min_temp": 18.7, + "max_temp": 28.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 57, + "mean_hum": 78.3, + "sun": 6.2, + "cloud": 4.4, + "ground_temp": 23.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45207, + "power": 46566 + }, + { + "date": 40916, + "mean_temp": 23, + "min_temp": 20.7, + "max_temp": 27.2, + "rain": 42, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 81.6, + "sun": 2.8, + "cloud": 5.8, + "ground_temp": 22.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46177, + "power": 46177 + }, + { + "date": 40915, + "mean_temp": 24.5, + "min_temp": 19.6, + "max_temp": 28.2, + "rain": 3, + "max_wind": 4.8, + "mean_wind": 3, + "min_hum": 53, + "mean_hum": 68.5, + "sun": 3.4, + "cloud": 7.6, + "ground_temp": 20.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43683, + "power": 45571 + }, + { + "date": 40914, + "mean_temp": 23, + "min_temp": 17.5, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.5, + "min_hum": 49, + "mean_hum": 73, + "sun": 6.3, + "cloud": 5.6, + "ground_temp": 22.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45342, + "power": 45342 + }, + { + "date": 40913, + "mean_temp": 21.4, + "min_temp": 19.3, + "max_temp": 24.3, + "rain": 1.5, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 62, + "mean_hum": 82.6, + "sun": 3.4, + "cloud": 6.6, + "ground_temp": 22.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44751, + "power": 44751 + }, + { + "date": 40912, + "mean_temp": 20.5, + "min_temp": 16.6, + "max_temp": 23.5, + "rain": 25.5, + "max_wind": 6.8, + "mean_wind": 4, + "min_hum": 71, + "mean_hum": 86, + "sun": 0, + "cloud": 9.8, + "ground_temp": 17.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37337, + "power": 37337 + }, + { + "date": 40911, + "mean_temp": 17.4, + "min_temp": 16, + "max_temp": 20.6, + "rain": 56.5, + "max_wind": 6.9, + "mean_wind": 4.6, + "min_hum": 51, + "mean_hum": 84.6, + "sun": 0, + "cloud": 9.9, + "ground_temp": 17.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39784, + "power": 39784 + }, + { + "date": 40910, + "mean_temp": 22.1, + "min_temp": 17.6, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.9, + "min_hum": 36, + "mean_hum": 58.9, + "sun": 4.8, + "cloud": 5.8, + "ground_temp": 20.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43683, + "power": 43683 + }, + { + "date": 40909, + "mean_temp": 23.2, + "min_temp": 18.7, + "max_temp": 28.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 25, + "mean_hum": 62.1, + "sun": 9.1, + "cloud": 3.6, + "ground_temp": 21.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44583, + "power": 44583 + }, + { + "date": 40908, + "mean_temp": 22.1, + "min_temp": 18, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 40, + "mean_hum": 70.5, + "sun": 9.5, + "cloud": 5, + "ground_temp": 22.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44370, + "power": 44370 + }, + { + "date": 40907, + "mean_temp": 19.7, + "min_temp": 18.2, + "max_temp": 24.2, + "rain": 30.5, + "max_wind": 8, + "mean_wind": 3, + "min_hum": 58, + "mean_hum": 87.5, + "sun": 0, + "cloud": 9.6, + "ground_temp": 18.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43830, + "power": 43830 + }, + { + "date": 40906, + "mean_temp": 24.5, + "min_temp": 19, + "max_temp": 29.7, + "rain": 4, + "max_wind": 4.5, + "mean_wind": 2.8, + "min_hum": 40, + "mean_hum": 62.8, + "sun": 8.9, + "cloud": 5, + "ground_temp": 21.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45493, + "power": 45493 + }, + { + "date": 40905, + "mean_temp": 25.5, + "min_temp": 20.7, + "max_temp": 31.3, + "rain": 3.5, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 31, + "mean_hum": 59.1, + "sun": 6.5, + "cloud": 5.9, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38145, + "power": 38145 + }, + { + "date": 40904, + "mean_temp": 24.9, + "min_temp": 20.7, + "max_temp": 30, + "rain": 0.2, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 36, + "mean_hum": 59.9, + "sun": 4.9, + "cloud": 6.4, + "ground_temp": 23.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42686, + "power": 42686 + }, + { + "date": 40903, + "mean_temp": 23.7, + "min_temp": 19, + "max_temp": 28, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 51.5, + "sun": 5.3, + "cloud": 7.1, + "ground_temp": 25.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45438, + "power": 45438 + }, + { + "date": 40902, + "mean_temp": 24.1, + "min_temp": 21.1, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 26, + "mean_hum": 55.1, + "sun": 9.3, + "cloud": 2.3, + "ground_temp": 25.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46060, + "power": 46060 + }, + { + "date": 40901, + "mean_temp": 24.7, + "min_temp": 22.2, + "max_temp": 29.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 22, + "mean_hum": 56.9, + "sun": 8.2, + "cloud": 3.4, + "ground_temp": 26.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46594, + "power": 46594 + }, + { + "date": 40831, + "mean_temp": 24.6, + "min_temp": 20, + "max_temp": 29.3, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 3.5, + "min_hum": 48, + "mean_hum": 65.9, + "sun": 8.4, + "cloud": 2.6, + "ground_temp": 24.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46060, + "power": 47045 + }, + { + "date": 40830, + "mean_temp": 26, + "min_temp": 22.7, + "max_temp": 31.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.4, + "min_hum": 51, + "mean_hum": 68.3, + "sun": 6, + "cloud": 5.3, + "ground_temp": 21.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46686, + "power": 46686 + }, + { + "date": 40829, + "mean_temp": 25.5, + "min_temp": 21.6, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.6, + "min_hum": 45, + "mean_hum": 62.8, + "sun": 5.2, + "cloud": 6.6, + "ground_temp": 22.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38850, + "power": 38850 + }, + { + "date": 40828, + "mean_temp": 23.9, + "min_temp": 22.1, + "max_temp": 26.6, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 4, + "min_hum": 48, + "mean_hum": 60.5, + "sun": 0.9, + "cloud": 8.6, + "ground_temp": 22.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41534, + "power": 41393 + }, + { + "date": 40827, + "mean_temp": 24.6, + "min_temp": 21.1, + "max_temp": 28.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.9, + "min_hum": 56, + "mean_hum": 70.1, + "sun": 2, + "cloud": 6.6, + "ground_temp": 23.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45653, + "power": 45653 + }, + { + "date": 40826, + "mean_temp": 23.7, + "min_temp": 21.2, + "max_temp": 28.5, + "rain": 1, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 53, + "mean_hum": 80.4, + "sun": 1.4, + "cloud": 9.4, + "ground_temp": 23.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45207, + "power": 45207 + }, + { + "date": 40825, + "mean_temp": 24.2, + "min_temp": 20.7, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 59, + "mean_hum": 72.9, + "sun": 1.2, + "cloud": 8.3, + "ground_temp": 23.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45348, + "power": 45348 + }, + { + "date": 40824, + "mean_temp": 23.9, + "min_temp": 18.7, + "max_temp": 29.2, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 67.3, + "sun": 6.5, + "cloud": 3.1, + "ground_temp": 22.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46060, + "power": 44796 + }, + { + "date": 40823, + "mean_temp": 22.8, + "min_temp": 20.5, + "max_temp": 26, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 3, + "min_hum": 55, + "mean_hum": 65.8, + "sun": 2.6, + "cloud": 7.1, + "ground_temp": 20, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43413, + "power": 43413 + }, + { + "date": 40822, + "mean_temp": 22.8, + "min_temp": 21.3, + "max_temp": 25.2, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 3.1, + "min_hum": 65, + "mean_hum": 74.4, + "sun": 0, + "cloud": 9.1, + "ground_temp": 22.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36519, + "power": 36519 + }, + { + "date": 40821, + "mean_temp": 23.3, + "min_temp": 21, + "max_temp": 25.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2.1, + "min_hum": 68, + "mean_hum": 77.5, + "sun": 0.1, + "cloud": 8.6, + "ground_temp": 23.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41450, + "power": 41450 + }, + { + "date": 40820, + "mean_temp": 23.5, + "min_temp": 20.5, + "max_temp": 26.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.4, + "min_hum": 52, + "mean_hum": 65.6, + "sun": 3.2, + "cloud": 7.5, + "ground_temp": 22.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45207, + "power": 44228 + }, + { + "date": 40819, + "mean_temp": 21.8, + "min_temp": 19.1, + "max_temp": 25.3, + "rain": 39, + "max_wind": 6.9, + "mean_wind": 3.9, + "min_hum": 57, + "mean_hum": 77.6, + "sun": 0.7, + "cloud": 9, + "ground_temp": 18.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43971, + "power": 43971 + }, + { + "date": 40818, + "mean_temp": 23.2, + "min_temp": 22, + "max_temp": 25, + "rain": 43.5, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 86, + "mean_hum": 93.6, + "sun": 0, + "cloud": 10, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 47295, + "power": 47295 + }, + { + "date": 40817, + "mean_temp": 23.1, + "min_temp": 21.1, + "max_temp": 26.2, + "rain": 33, + "max_wind": 5.9, + "mean_wind": 2.4, + "min_hum": 76, + "mean_hum": 91.1, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 22.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47295, + "power": 48673 + }, + { + "date": 40816, + "mean_temp": 25, + "min_temp": 21.5, + "max_temp": 29.1, + "rain": 33.5, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 59, + "mean_hum": 80, + "sun": 0.2, + "cloud": 9.9, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48001, + "power": 48001 + }, + { + "date": 40815, + "mean_temp": 26.7, + "min_temp": 22.8, + "max_temp": 31, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 66.6, + "sun": 4.7, + "cloud": 7.5, + "ground_temp": 26.7, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 39399, + "power": 39399 + }, + { + "date": 40814, + "mean_temp": 26.3, + "min_temp": 24, + "max_temp": 29.2, + "rain": 3, + "max_wind": 5.1, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 74.5, + "sun": 2, + "cloud": 8.9, + "ground_temp": 21.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46073, + "power": 46073 + }, + { + "date": 40813, + "mean_temp": 28.7, + "min_temp": 26, + "max_temp": 32.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 47, + "mean_hum": 68.5, + "sun": 8.1, + "cloud": 3.4, + "ground_temp": 27.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 51184, + "power": 51184 + }, + { + "date": 40812, + "mean_temp": 29.6, + "min_temp": 25.6, + "max_temp": 34.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.3, + "min_hum": 36, + "mean_hum": 60.5, + "sun": 10.1, + "cloud": 1.4, + "ground_temp": 31.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50759, + "power": 50487 + }, + { + "date": 40811, + "mean_temp": 30.4, + "min_temp": 25.6, + "max_temp": 35.7, + "rain": 0, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 22, + "mean_hum": 53.1, + "sun": 11.6, + "cloud": 0.1, + "ground_temp": 32.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50759, + "power": 50100 + }, + { + "date": 40810, + "mean_temp": 30.2, + "min_temp": 25.2, + "max_temp": 36.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 38, + "mean_hum": 67.1, + "sun": 8.9, + "cloud": 0.8, + "ground_temp": 33.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 50795, + "power": 50795 + }, + { + "date": 40809, + "mean_temp": 28.6, + "min_temp": 25, + "max_temp": 33, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 52, + "mean_hum": 70.6, + "sun": 9.2, + "cloud": 4, + "ground_temp": 34, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 50759, + "power": 49819 + }, + { + "date": 40808, + "mean_temp": 27.8, + "min_temp": 26.1, + "max_temp": 32, + "rain": 0.2, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 53, + "mean_hum": 76.3, + "sun": 3.1, + "cloud": 7.9, + "ground_temp": 31.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41690, + "power": 41690 + }, + { + "date": 40807, + "mean_temp": 28.5, + "min_temp": 26.2, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 72.3, + "sun": 6.1, + "cloud": 4.9, + "ground_temp": 32.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46279, + "power": 46279 + }, + { + "date": 40806, + "mean_temp": 28.3, + "min_temp": 24.7, + "max_temp": 32.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 51, + "mean_hum": 70.6, + "sun": 6.7, + "cloud": 3.9, + "ground_temp": 29.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46279, + "power": 48856 + }, + { + "date": 40805, + "mean_temp": 27.6, + "min_temp": 23.8, + "max_temp": 32.7, + "rain": 0.5, + "max_wind": 5.5, + "mean_wind": 2.1, + "min_hum": 51, + "mean_hum": 75.3, + "sun": 4.3, + "cloud": 6.6, + "ground_temp": 26.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46279, + "power": 47392 + }, + { + "date": 40804, + "mean_temp": 28.5, + "min_temp": 23.2, + "max_temp": 32.9, + "rain": 39.5, + "max_wind": 4.9, + "mean_wind": 1.7, + "min_hum": 47, + "mean_hum": 68.8, + "sun": 6.5, + "cloud": 4.8, + "ground_temp": 34.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45731, + "power": 45731 + }, + { + "date": 40803, + "mean_temp": 28.8, + "min_temp": 25.7, + "max_temp": 32.7, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 66.3, + "sun": 6.3, + "cloud": 4.6, + "ground_temp": 29, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46279, + "power": 43888 + }, + { + "date": 40802, + "mean_temp": 28.3, + "min_temp": 23.7, + "max_temp": 33.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.3, + "min_hum": 45, + "mean_hum": 61.3, + "sun": 11.4, + "cloud": 2.3, + "ground_temp": 27.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43118, + "power": 43118 + }, + { + "date": 40801, + "mean_temp": 29.4, + "min_temp": 25.3, + "max_temp": 34.2, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 3.2, + "min_hum": 42, + "mean_hum": 57, + "sun": 10.3, + "cloud": 3.5, + "ground_temp": 23.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39349, + "power": 39349 + }, + { + "date": 40731, + "mean_temp": 29.9, + "min_temp": 24.7, + "max_temp": 34.5, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.9, + "min_hum": 45, + "mean_hum": 64.4, + "sun": 10.6, + "cloud": 1.6, + "ground_temp": 34.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 50759, + "power": 44749 + }, + { + "date": 40730, + "mean_temp": 29.2, + "min_temp": 25.2, + "max_temp": 33.4, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.2, + "min_hum": 48, + "mean_hum": 65.1, + "sun": 11.2, + "cloud": 0.8, + "ground_temp": 35.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50759, + "power": 50759 + }, + { + "date": 40729, + "mean_temp": 28.9, + "min_temp": 24.1, + "max_temp": 33.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 69.9, + "sun": 10.1, + "cloud": 2.1, + "ground_temp": 33.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 50759, + "power": 51264 + }, + { + "date": 40728, + "mean_temp": 28.7, + "min_temp": 26, + "max_temp": 32.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.7, + "min_hum": 52, + "mean_hum": 71.8, + "sun": 9.1, + "cloud": 5, + "ground_temp": 31.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 50759, + "power": 51227 + }, + { + "date": 40727, + "mean_temp": 27.6, + "min_temp": 24.7, + "max_temp": 30.2, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 51, + "mean_hum": 73.4, + "sun": 1.4, + "cloud": 8.5, + "ground_temp": 24.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 48756, + "power": 49736 + }, + { + "date": 40726, + "mean_temp": 26.5, + "min_temp": 23.8, + "max_temp": 29.2, + "rain": 0.1, + "max_wind": 4.5, + "mean_wind": 2.1, + "min_hum": 65, + "mean_hum": 77.1, + "sun": 0.5, + "cloud": 9.3, + "ground_temp": 24.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 48756, + "power": 48756 + }, + { + "date": 40725, + "mean_temp": 25.4, + "min_temp": 22.6, + "max_temp": 28, + "rain": 14.5, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 76.8, + "sun": 1.9, + "cloud": 8.5, + "ground_temp": 27.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36077, + "power": 39760 + }, + { + "date": 40724, + "mean_temp": 27.6, + "min_temp": 23.7, + "max_temp": 30.8, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 44, + "mean_hum": 62, + "sun": 1.2, + "cloud": 7.1, + "ground_temp": 37.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46076, + "power": 46076 + }, + { + "date": 40723, + "mean_temp": 28.3, + "min_temp": 24, + "max_temp": 33.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.1, + "min_hum": 45, + "mean_hum": 65, + "sun": 9.8, + "cloud": 2.6, + "ground_temp": 37.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 50167, + "power": 50167 + }, + { + "date": 40722, + "mean_temp": 27.4, + "min_temp": 24.1, + "max_temp": 32, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 55, + "mean_hum": 76.3, + "sun": 9.3, + "cloud": 3.5, + "ground_temp": 37.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 49704, + "power": 49704 + }, + { + "date": 40721, + "mean_temp": 26.8, + "min_temp": 24.1, + "max_temp": 31.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 60, + "mean_hum": 82.5, + "sun": 4, + "cloud": 6.6, + "ground_temp": 35.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 48756, + "power": 48880 + }, + { + "date": 40720, + "mean_temp": 25.7, + "min_temp": 24.8, + "max_temp": 26.8, + "rain": 1, + "max_wind": 5.3, + "mean_wind": 3.3, + "min_hum": 83, + "mean_hum": 87.1, + "sun": 0, + "cloud": 10, + "ground_temp": 35.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 47511, + "power": 47511 + }, + { + "date": 40719, + "mean_temp": 26.4, + "min_temp": 25.2, + "max_temp": 28.3, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 4.6, + "min_hum": 74, + "mean_hum": 82.3, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 30.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46608, + "power": 46608 + }, + { + "date": 40718, + "mean_temp": 25.2, + "min_temp": 22.1, + "max_temp": 28.2, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 75, + "mean_hum": 85.8, + "sun": 0.1, + "cloud": 9.3, + "ground_temp": 24.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36077, + "power": 38551 + }, + { + "date": 40717, + "mean_temp": 22.3, + "min_temp": 21.6, + "max_temp": 23.2, + "rain": 37.5, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 87, + "mean_hum": 94.1, + "sun": 0, + "cloud": 9.3, + "ground_temp": 23.4, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 45457, + "power": 39544 + }, + { + "date": 40716, + "mean_temp": 23, + "min_temp": 22.2, + "max_temp": 24.6, + "rain": 108.5, + "max_wind": 7, + "mean_wind": 2.7, + "min_hum": 91, + "mean_hum": 95.3, + "sun": 0, + "cloud": 10, + "ground_temp": 24.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47295, + "power": 46023 + }, + { + "date": 40715, + "mean_temp": 22.8, + "min_temp": 22.2, + "max_temp": 23.7, + "rain": 37, + "max_wind": 6.1, + "mean_wind": 2.2, + "min_hum": 88, + "mean_hum": 92.6, + "sun": 0, + "cloud": 10, + "ground_temp": 21.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 47295, + "power": 45245 + }, + { + "date": 40714, + "mean_temp": 23.5, + "min_temp": 20.3, + "max_temp": 27.6, + "rain": 3.5, + "max_wind": 4.2, + "mean_wind": 1, + "min_hum": 66, + "mean_hum": 85.3, + "sun": 0.6, + "cloud": 9, + "ground_temp": 23.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45286, + "power": 45286 + }, + { + "date": 40713, + "mean_temp": 21, + "min_temp": 19.7, + "max_temp": 22.8, + "rain": 30.5, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 84, + "mean_hum": 93, + "sun": 0, + "cloud": 9.5, + "ground_temp": 19.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43850, + "power": 44875 + }, + { + "date": 40712, + "mean_temp": 22.4, + "min_temp": 20.8, + "max_temp": 23.2, + "rain": 70, + "max_wind": 6.7, + "mean_wind": 3, + "min_hum": 93, + "mean_hum": 95.9, + "sun": 0, + "cloud": 10, + "ground_temp": 20.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43252, + "power": 45145 + }, + { + "date": 40711, + "mean_temp": 23.4, + "min_temp": 21.1, + "max_temp": 27.7, + "rain": 12, + "max_wind": 4.8, + "mean_wind": 1.6, + "min_hum": 57, + "mean_hum": 82.6, + "sun": 0, + "cloud": 8.1, + "ground_temp": 24.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37019, + "power": 37054 + }, + { + "date": 40710, + "mean_temp": 24.1, + "min_temp": 19.8, + "max_temp": 28.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 53, + "mean_hum": 76.1, + "sun": 7.9, + "cloud": 3.9, + "ground_temp": 24.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41626, + "power": 41626 + }, + { + "date": 40709, + "mean_temp": 22.7, + "min_temp": 19.7, + "max_temp": 27.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 59, + "mean_hum": 78.6, + "sun": 4.7, + "cloud": 7, + "ground_temp": 24.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44954, + "power": 44954 + }, + { + "date": 40708, + "mean_temp": 21.2, + "min_temp": 19.7, + "max_temp": 23.3, + "rain": 5, + "max_wind": 4.3, + "mean_wind": 1.5, + "min_hum": 76, + "mean_hum": 90.5, + "sun": 0, + "cloud": 10, + "ground_temp": 20.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43850, + "power": 43850 + }, + { + "date": 40707, + "mean_temp": 21.5, + "min_temp": 20.7, + "max_temp": 22.2, + "rain": 31.5, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 91, + "mean_hum": 95.4, + "sun": 0, + "cloud": 10, + "ground_temp": 21, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44751, + "power": 43965 + }, + { + "date": 40706, + "mean_temp": 23.3, + "min_temp": 20.8, + "max_temp": 26.3, + "rain": 58, + "max_wind": 7.8, + "mean_wind": 2, + "min_hum": 74, + "mean_hum": 87.8, + "sun": 0.3, + "cloud": 9.9, + "ground_temp": 25.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45705, + "power": 45705 + }, + { + "date": 40705, + "mean_temp": 22.8, + "min_temp": 19.5, + "max_temp": 26.2, + "rain": 14, + "max_wind": 6.4, + "mean_wind": 3.8, + "min_hum": 62, + "mean_hum": 80.5, + "sun": 1.6, + "cloud": 9.9, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44370, + "power": 43834 + }, + { + "date": 40704, + "mean_temp": 21.1, + "min_temp": 19.7, + "max_temp": 22.7, + "rain": 62, + "max_wind": 7.9, + "mean_wind": 4.5, + "min_hum": 85, + "mean_hum": 92.1, + "sun": 0, + "cloud": 10, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36895, + "power": 36176 + }, + { + "date": 40703, + "mean_temp": 24.4, + "min_temp": 22, + "max_temp": 26.8, + "rain": 10.5, + "max_wind": 3.5, + "mean_wind": 1, + "min_hum": 71, + "mean_hum": 85.9, + "sun": 0, + "cloud": 10, + "ground_temp": 23.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41450, + "power": 42381 + }, + { + "date": 40702, + "mean_temp": 23.1, + "min_temp": 21.3, + "max_temp": 24.2, + "rain": 10.5, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 83, + "mean_hum": 90.8, + "sun": 0, + "cloud": 10, + "ground_temp": 21.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44135, + "power": 44135 + }, + { + "date": 40701, + "mean_temp": 24, + "min_temp": 22, + "max_temp": 26.7, + "rain": 4.5, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 61, + "mean_hum": 77, + "sun": 0.6, + "cloud": 10, + "ground_temp": 22.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44998, + "power": 44998 + }, + { + "date": 40630, + "mean_temp": 24.7, + "min_temp": 21.2, + "max_temp": 29.1, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 54, + "mean_hum": 73.8, + "sun": 1.8, + "cloud": 9.4, + "ground_temp": 29.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45538, + "power": 45538 + }, + { + "date": 40629, + "mean_temp": 22.1, + "min_temp": 20.5, + "max_temp": 24.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 2.1, + "min_hum": 62, + "mean_hum": 80.9, + "sun": 0, + "cloud": 9.5, + "ground_temp": 31.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44954, + "power": 44489 + }, + { + "date": 40628, + "mean_temp": 22.6, + "min_temp": 21, + "max_temp": 25.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 64, + "mean_hum": 79.6, + "sun": 0, + "cloud": 7.4, + "ground_temp": 28.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44954, + "power": 45087 + }, + { + "date": 40627, + "mean_temp": 24.5, + "min_temp": 21.8, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 55, + "mean_hum": 72, + "sun": 8.2, + "cloud": 4.5, + "ground_temp": 25.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37019, + "power": 37019 + }, + { + "date": 40626, + "mean_temp": 24.3, + "min_temp": 22.5, + "max_temp": 28.5, + "rain": 0.1, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 54, + "mean_hum": 73, + "sun": 2.3, + "cloud": 6.9, + "ground_temp": 25.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41626, + "power": 41521 + }, + { + "date": 40625, + "mean_temp": 25.2, + "min_temp": 21.3, + "max_temp": 29.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 45, + "mean_hum": 65.6, + "sun": 5.4, + "cloud": 7.3, + "ground_temp": 28, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45653, + "power": 44779 + }, + { + "date": 40624, + "mean_temp": 25.2, + "min_temp": 20.8, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.8, + "min_hum": 49, + "mean_hum": 72.4, + "sun": 3.3, + "cloud": 8.8, + "ground_temp": 28.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45937, + "power": 45937 + }, + { + "date": 40623, + "mean_temp": 22, + "min_temp": 19.3, + "max_temp": 27, + "rain": 0.5, + "max_wind": 5.2, + "mean_wind": 2.2, + "min_hum": 64, + "mean_hum": 85.1, + "sun": 0.8, + "cloud": 9.9, + "ground_temp": 26.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45167, + "power": 45167 + }, + { + "date": 40622, + "mean_temp": 21, + "min_temp": 18.1, + "max_temp": 25, + "rain": 20, + "max_wind": 6.8, + "mean_wind": 2.8, + "min_hum": 66, + "mean_hum": 85.8, + "sun": 0.1, + "cloud": 9.9, + "ground_temp": 27.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43830, + "power": 44307 + }, + { + "date": 40621, + "mean_temp": 22.5, + "min_temp": 19, + "max_temp": 26.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.6, + "min_hum": 59, + "mean_hum": 80.1, + "sun": 1.9, + "cloud": 8.4, + "ground_temp": 21.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43252, + "power": 43252 + }, + { + "date": 40620, + "mean_temp": 21.8, + "min_temp": 19.2, + "max_temp": 23.5, + "rain": 11, + "max_wind": 5.3, + "mean_wind": 2.5, + "min_hum": 82, + "mean_hum": 92.5, + "sun": 0, + "cloud": 9.8, + "ground_temp": 20.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36868, + "power": 36868 + }, + { + "date": 40619, + "mean_temp": 20.7, + "min_temp": 19.6, + "max_temp": 22.7, + "rain": 84, + "max_wind": 4.9, + "mean_wind": 2.3, + "min_hum": 80, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 24, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39784, + "power": 39662 + }, + { + "date": 40618, + "mean_temp": 20.5, + "min_temp": 17.2, + "max_temp": 23.8, + "rain": 1.5, + "max_wind": 3, + "mean_wind": 1.8, + "min_hum": 74, + "mean_hum": 89.6, + "sun": 0, + "cloud": 10, + "ground_temp": 24.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43696, + "power": 43696 + }, + { + "date": 40617, + "mean_temp": 19.2, + "min_temp": 18.1, + "max_temp": 24.5, + "rain": 21, + "max_wind": 3.7, + "mean_wind": 2.4, + "min_hum": 54, + "mean_hum": 85, + "sun": 0, + "cloud": 9.9, + "ground_temp": 20.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42506, + "power": 42506 + }, + { + "date": 40616, + "mean_temp": 25.5, + "min_temp": 20.1, + "max_temp": 31, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 43.5, + "sun": 5.1, + "cloud": 7, + "ground_temp": 26.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45653, + "power": 45516 + }, + { + "date": 40615, + "mean_temp": 25.5, + "min_temp": 18.8, + "max_temp": 31.5, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 18, + "mean_hum": 37.3, + "sun": 10.8, + "cloud": 5.6, + "ground_temp": 28.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45653, + "power": 45708 + }, + { + "date": 40614, + "mean_temp": 23.6, + "min_temp": 18.2, + "max_temp": 29, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.2, + "min_hum": 17, + "mean_hum": 35, + "sun": 11.6, + "cloud": 3.4, + "ground_temp": 32.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 46060, + "power": 45010 + }, + { + "date": 40613, + "mean_temp": 23.4, + "min_temp": 18.7, + "max_temp": 28.6, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 40.8, + "sun": 12, + "cloud": 0, + "ground_temp": 30.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36705, + "power": 36705 + }, + { + "date": 40612, + "mean_temp": 25, + "min_temp": 19.7, + "max_temp": 30.7, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.7, + "min_hum": 22, + "mean_hum": 44.1, + "sun": 11, + "cloud": 0.9, + "ground_temp": 28.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41626, + "power": 42168 + }, + { + "date": 40611, + "mean_temp": 25.3, + "min_temp": 20.8, + "max_temp": 30.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 59.5, + "sun": 8.1, + "cloud": 3.9, + "ground_temp": 27.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45653, + "power": 45438 + }, + { + "date": 40610, + "mean_temp": 23.3, + "min_temp": 17.3, + "max_temp": 29, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 68.3, + "sun": 9.9, + "cloud": 2.1, + "ground_temp": 30.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44583, + "power": 44687 + }, + { + "date": 40609, + "mean_temp": 20.6, + "min_temp": 16, + "max_temp": 25.2, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 65.8, + "sun": 11.7, + "cloud": 1.5, + "ground_temp": 29.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43276, + "power": 43276 + }, + { + "date": 40608, + "mean_temp": 20, + "min_temp": 18, + "max_temp": 22.3, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2.1, + "min_hum": 53, + "mean_hum": 66.1, + "sun": 0, + "cloud": 8.4, + "ground_temp": 23.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42679, + "power": 42235 + }, + { + "date": 40607, + "mean_temp": 21.5, + "min_temp": 20, + "max_temp": 24.7, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.7, + "min_hum": 44, + "mean_hum": 53.1, + "sun": 0.4, + "cloud": 9.6, + "ground_temp": 20.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42679, + "power": 42679 + }, + { + "date": 40606, + "mean_temp": 23.4, + "min_temp": 22.1, + "max_temp": 25.1, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 38, + "mean_hum": 47.5, + "sun": 0, + "cloud": 9.9, + "ground_temp": 21.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36077, + "power": 36077 + }, + { + "date": 40605, + "mean_temp": 25.8, + "min_temp": 21.7, + "max_temp": 31.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.7, + "min_hum": 17, + "mean_hum": 37.6, + "sun": 3.7, + "cloud": 8.6, + "ground_temp": 24.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41534, + "power": 41534 + }, + { + "date": 40604, + "mean_temp": 26.3, + "min_temp": 20.2, + "max_temp": 32.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.9, + "min_hum": 19, + "mean_hum": 48.4, + "sun": 10, + "cloud": 5.3, + "ground_temp": 30.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44964, + "power": 44964 + }, + { + "date": 40603, + "mean_temp": 26, + "min_temp": 18.7, + "max_temp": 32.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 49.6, + "sun": 11.8, + "cloud": 0.5, + "ground_temp": 27.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46060, + "power": 44212 + }, + { + "date": 40602, + "mean_temp": 23.3, + "min_temp": 15.8, + "max_temp": 30.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 24, + "mean_hum": 47.3, + "sun": 11.8, + "cloud": 0.1, + "ground_temp": 28.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44370, + "power": 42777 + }, + { + "date": 40601, + "mean_temp": 21.2, + "min_temp": 14.6, + "max_temp": 28.2, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 20, + "mean_hum": 51.4, + "sun": 9.8, + "cloud": 2.5, + "ground_temp": 28.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41816, + "power": 41816 + }, + { + "date": 40531, + "mean_temp": 20.6, + "min_temp": 16, + "max_temp": 25.7, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 22, + "mean_hum": 45, + "sun": 12.3, + "cloud": 1.1, + "ground_temp": 27.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41263, + "power": 41263 + }, + { + "date": 40530, + "mean_temp": 21.5, + "min_temp": 17.8, + "max_temp": 26.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 43, + "mean_hum": 74.8, + "sun": 2.6, + "cloud": 7.6, + "ground_temp": 23.2, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 35648, + "power": 35648 + }, + { + "date": 40529, + "mean_temp": 20.1, + "min_temp": 16.7, + "max_temp": 24.7, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.9, + "min_hum": 56, + "mean_hum": 81.5, + "sun": 3.3, + "cloud": 6.4, + "ground_temp": 24.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40072, + "power": 40072 + }, + { + "date": 40528, + "mean_temp": 18.8, + "min_temp": 16.7, + "max_temp": 21.1, + "rain": 67, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 88, + "mean_hum": 95.1, + "sun": 0, + "cloud": 10, + "ground_temp": 16.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42333, + "power": 42333 + }, + { + "date": 40527, + "mean_temp": 21.8, + "min_temp": 17.7, + "max_temp": 27.6, + "rain": 5.5, + "max_wind": 5, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 63.1, + "sun": 5.7, + "cloud": 8.4, + "ground_temp": 26.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44583, + "power": 42367 + }, + { + "date": 40526, + "mean_temp": 19.9, + "min_temp": 16.1, + "max_temp": 24.3, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 1.4, + "min_hum": 26, + "mean_hum": 48.5, + "sun": 0.3, + "cloud": 9, + "ground_temp": 23.2, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 38819, + "power": 38819 + }, + { + "date": 40525, + "mean_temp": 19.8, + "min_temp": 13.8, + "max_temp": 26, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 47.6, + "sun": 11.5, + "cloud": 2.4, + "ground_temp": 28, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41263, + "power": 41592 + }, + { + "date": 40524, + "mean_temp": 18.7, + "min_temp": 13.5, + "max_temp": 25, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.5, + "min_hum": 29, + "mean_hum": 58.9, + "sun": 12, + "cloud": 0, + "ground_temp": 25.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41530, + "power": 41530 + }, + { + "date": 40523, + "mean_temp": 17.4, + "min_temp": 12.8, + "max_temp": 22, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.6, + "min_hum": 36, + "mean_hum": 61.1, + "sun": 9.1, + "cloud": 2.6, + "ground_temp": 24.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37165, + "power": 36195 + }, + { + "date": 40522, + "mean_temp": 17.8, + "min_temp": 12.3, + "max_temp": 23.2, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.2, + "min_hum": 20, + "mean_hum": 50.5, + "sun": 12, + "cloud": 1.3, + "ground_temp": 23.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38516, + "power": 38516 + }, + { + "date": 40521, + "mean_temp": 16.7, + "min_temp": 13.6, + "max_temp": 21.8, + "rain": 3, + "max_wind": 6.4, + "mean_wind": 3.3, + "min_hum": 26, + "mean_hum": 66.3, + "sun": 9.6, + "cloud": 4.1, + "ground_temp": 22.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41321, + "power": 41321 + }, + { + "date": 40520, + "mean_temp": 17.5, + "min_temp": 15.1, + "max_temp": 22.3, + "rain": 17, + "max_wind": 6.4, + "mean_wind": 3, + "min_hum": 57, + "mean_hum": 79.1, + "sun": 0.5, + "cloud": 8.6, + "ground_temp": 26.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41913, + "power": 41913 + }, + { + "date": 40519, + "mean_temp": 19.3, + "min_temp": 16, + "max_temp": 24.2, + "rain": 0, + "max_wind": 9.1, + "mean_wind": 5.2, + "min_hum": 43, + "mean_hum": 61.4, + "sun": 7.1, + "cloud": 5.6, + "ground_temp": 25, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41503, + "power": 41503 + }, + { + "date": 40518, + "mean_temp": 16.8, + "min_temp": 13.3, + "max_temp": 21.7, + "rain": 2, + "max_wind": 7.4, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 73.9, + "sun": 3.2, + "cloud": 5.5, + "ground_temp": 23.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41559, + "power": 41559 + }, + { + "date": 40517, + "mean_temp": 14.5, + "min_temp": 12.8, + "max_temp": 17.7, + "rain": 0.5, + "max_wind": 8, + "mean_wind": 3.9, + "min_hum": 60, + "mean_hum": 78.6, + "sun": 2.6, + "cloud": 7.1, + "ground_temp": 20.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41627, + "power": 41627 + }, + { + "date": 40516, + "mean_temp": 16.3, + "min_temp": 13, + "max_temp": 21.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 52, + "mean_hum": 74.3, + "sun": 4.7, + "cloud": 9.1, + "ground_temp": 24.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37165, + "power": 36588 + }, + { + "date": 40515, + "mean_temp": 15.9, + "min_temp": 13.6, + "max_temp": 18.7, + "rain": 0.5, + "max_wind": 5.2, + "mean_wind": 1.8, + "min_hum": 57, + "mean_hum": 78.5, + "sun": 0, + "cloud": 9.5, + "ground_temp": 16.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39784, + "power": 39351 + }, + { + "date": 40514, + "mean_temp": 18.7, + "min_temp": 11.6, + "max_temp": 26, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 64.3, + "sun": 10.4, + "cloud": 2.8, + "ground_temp": 19.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41161, + "power": 41281 + }, + { + "date": 40513, + "mean_temp": 15.8, + "min_temp": 13.6, + "max_temp": 19.2, + "rain": 1.5, + "max_wind": 4.8, + "mean_wind": 2.9, + "min_hum": 61, + "mean_hum": 81.3, + "sun": 2.2, + "cloud": 5.8, + "ground_temp": 18.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41766, + "power": 41766 + }, + { + "date": 40512, + "mean_temp": 16.9, + "min_temp": 15.3, + "max_temp": 18.7, + "rain": 13.5, + "max_wind": 3.2, + "mean_wind": 1.5, + "min_hum": 70, + "mean_hum": 86.9, + "sun": 0, + "cloud": 10, + "ground_temp": 14.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41781, + "power": 41871 + }, + { + "date": 40511, + "mean_temp": 17.3, + "min_temp": 12, + "max_temp": 22.6, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 74.6, + "sun": 5.6, + "cloud": 6.1, + "ground_temp": 18.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41700, + "power": 41700 + }, + { + "date": 40510, + "mean_temp": 14.9, + "min_temp": 13.6, + "max_temp": 16.2, + "rain": 10.5, + "max_wind": 4.4, + "mean_wind": 2.6, + "min_hum": 81, + "mean_hum": 91.9, + "sun": 0, + "cloud": 10, + "ground_temp": 18.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41871, + "power": 41871 + }, + { + "date": 40509, + "mean_temp": 14.8, + "min_temp": 13.6, + "max_temp": 17.8, + "rain": 30, + "max_wind": 4.4, + "mean_wind": 3.3, + "min_hum": 63, + "mean_hum": 94.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 14.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37244, + "power": 37244 + }, + { + "date": 40508, + "mean_temp": 18.1, + "min_temp": 13.6, + "max_temp": 21.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 36, + "mean_hum": 51.1, + "sun": 0, + "cloud": 8.6, + "ground_temp": 18, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38971, + "power": 38971 + }, + { + "date": 40507, + "mean_temp": 17.7, + "min_temp": 9.6, + "max_temp": 24.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 12, + "mean_hum": 34.4, + "sun": 9, + "cloud": 3.6, + "ground_temp": 20.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41161, + "power": 41161 + }, + { + "date": 40506, + "mean_temp": 16.9, + "min_temp": 13.8, + "max_temp": 21.8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3, + "min_hum": 25, + "mean_hum": 50.3, + "sun": 10.9, + "cloud": 1.6, + "ground_temp": 22.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41594, + "power": 41594 + }, + { + "date": 40505, + "mean_temp": 15.5, + "min_temp": 8.8, + "max_temp": 21.8, + "rain": 0, + "max_wind": 8.5, + "mean_wind": 3.9, + "min_hum": 29, + "mean_hum": 58.4, + "sun": 11.6, + "cloud": 0, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 39034, + "power": 39034 + }, + { + "date": 40504, + "mean_temp": 14.2, + "min_temp": 9.3, + "max_temp": 20.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 57.4, + "sun": 11.2, + "cloud": 1.1, + "ground_temp": 20, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41360, + "power": 41360 + }, + { + "date": 40503, + "mean_temp": 14.8, + "min_temp": 11.1, + "max_temp": 17.1, + "rain": 16.5, + "max_wind": 4.5, + "mean_wind": 2.7, + "min_hum": 91, + "mean_hum": 95, + "sun": 0, + "cloud": 10, + "ground_temp": 15.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41886, + "power": 41886 + }, + { + "date": 40502, + "mean_temp": 17.4, + "min_temp": 15.5, + "max_temp": 20.2, + "rain": 1, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 67.1, + "sun": 0.2, + "cloud": 8.9, + "ground_temp": 15.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37244, + "power": 36389 + }, + { + "date": 40501, + "mean_temp": 19.6, + "min_temp": 13.1, + "max_temp": 25.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.7, + "min_hum": 33, + "mean_hum": 49.6, + "sun": 9.3, + "cloud": 4.1, + "ground_temp": 14.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40659, + "power": 36621 + }, + { + "date": 40430, + "mean_temp": 17.3, + "min_temp": 13.1, + "max_temp": 22.6, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 64.4, + "sun": 1.5, + "cloud": 7.3, + "ground_temp": 16.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41060, + "power": 41060 + }, + { + "date": 40429, + "mean_temp": 14.8, + "min_temp": 7.5, + "max_temp": 21.7, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 45.1, + "sun": 11, + "cloud": 2.5, + "ground_temp": 20.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42511, + "power": 41911 + }, + { + "date": 40428, + "mean_temp": 11.9, + "min_temp": 5.1, + "max_temp": 18.1, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 53.9, + "sun": 11.4, + "cloud": 0.3, + "ground_temp": 15.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43757, + "power": 42107 + }, + { + "date": 40427, + "mean_temp": 8.2, + "min_temp": 5.9, + "max_temp": 11.8, + "rain": 13, + "max_wind": 6.4, + "mean_wind": 3.2, + "min_hum": 51, + "mean_hum": 73.4, + "sun": 1.6, + "cloud": 6.8, + "ground_temp": 6.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42136, + "power": 43065 + }, + { + "date": 40426, + "mean_temp": 10.3, + "min_temp": 7.6, + "max_temp": 14.3, + "rain": 30.5, + "max_wind": 6.8, + "mean_wind": 3.8, + "min_hum": 17, + "mean_hum": 57.6, + "sun": 0, + "cloud": 9.6, + "ground_temp": 9.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43489, + "power": 42562 + }, + { + "date": 40425, + "mean_temp": 13, + "min_temp": 8.3, + "max_temp": 17.6, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.2, + "min_hum": 12, + "mean_hum": 29.9, + "sun": 10.2, + "cloud": 2.9, + "ground_temp": 19.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36895, + "power": 36895 + }, + { + "date": 40424, + "mean_temp": 11.8, + "min_temp": 7.9, + "max_temp": 17.2, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.2, + "min_hum": 16, + "mean_hum": 34.3, + "sun": 9.8, + "cloud": 2.6, + "ground_temp": 17.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38516, + "power": 39618 + }, + { + "date": 40423, + "mean_temp": 12.8, + "min_temp": 9.3, + "max_temp": 16.8, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 3.4, + "min_hum": 20, + "mean_hum": 28.6, + "sun": 11.2, + "cloud": 0.6, + "ground_temp": 16.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41533, + "power": 41533 + }, + { + "date": 40422, + "mean_temp": 16, + "min_temp": 13.1, + "max_temp": 19.1, + "rain": 0.1, + "max_wind": 5.1, + "mean_wind": 3, + "min_hum": 31, + "mean_hum": 65.6, + "sun": 0, + "cloud": 6.5, + "ground_temp": 10.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41781, + "power": 41781 + }, + { + "date": 40421, + "mean_temp": 18.9, + "min_temp": 10.1, + "max_temp": 25.2, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 2.9, + "min_hum": 41, + "mean_hum": 55.9, + "sun": 6.2, + "cloud": 4.4, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41503, + "power": 41156 + }, + { + "date": 40420, + "mean_temp": 15.6, + "min_temp": 10.6, + "max_temp": 21.3, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.9, + "min_hum": 25, + "mean_hum": 59.3, + "sun": 9.6, + "cloud": 3.1, + "ground_temp": 19.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41250, + "power": 41250 + }, + { + "date": 40419, + "mean_temp": 14.2, + "min_temp": 12.1, + "max_temp": 16.1, + "rain": 15.5, + "max_wind": 5.2, + "mean_wind": 3.1, + "min_hum": 88, + "mean_hum": 94.4, + "sun": 0, + "cloud": 10, + "ground_temp": 14.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43489, + "power": 41682 + }, + { + "date": 40418, + "mean_temp": 19.7, + "min_temp": 11.8, + "max_temp": 27.3, + "rain": 2.5, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 14, + "mean_hum": 40.4, + "sun": 6.9, + "cloud": 6.3, + "ground_temp": 22.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37165, + "power": 36115 + }, + { + "date": 40417, + "mean_temp": 17.5, + "min_temp": 11.3, + "max_temp": 23, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 40, + "sun": 10.2, + "cloud": 0.3, + "ground_temp": 20, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38516, + "power": 38695 + }, + { + "date": 40416, + "mean_temp": 15.6, + "min_temp": 11.6, + "max_temp": 20.2, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 3.7, + "min_hum": 38, + "mean_hum": 52.3, + "sun": 9.9, + "cloud": 0, + "ground_temp": 23.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41627, + "power": 41151 + }, + { + "date": 40415, + "mean_temp": 15.5, + "min_temp": 10.3, + "max_temp": 21.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 16, + "mean_hum": 46.5, + "sun": 5.2, + "cloud": 3.5, + "ground_temp": 19.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41263, + "power": 39718 + }, + { + "date": 40414, + "mean_temp": 16.8, + "min_temp": 12, + "max_temp": 23.3, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.4, + "min_hum": 12, + "mean_hum": 41.4, + "sun": 10.8, + "cloud": 1.6, + "ground_temp": 16, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41263, + "power": 41381 + }, + { + "date": 40413, + "mean_temp": 17.1, + "min_temp": 13, + "max_temp": 22.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 47.5, + "sun": 9.8, + "cloud": 3.3, + "ground_temp": 15.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41669, + "power": 41669 + }, + { + "date": 40412, + "mean_temp": 16.6, + "min_temp": 11.5, + "max_temp": 21.7, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 59.9, + "sun": 5.5, + "cloud": 4.3, + "ground_temp": 19.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41161, + "power": 41777 + }, + { + "date": 40411, + "mean_temp": 16.1, + "min_temp": 12.1, + "max_temp": 22.2, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 26, + "mean_hum": 44.4, + "sun": 10.7, + "cloud": 2.5, + "ground_temp": 18.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36868, + "power": 36994 + }, + { + "date": 40410, + "mean_temp": 15.1, + "min_temp": 8.5, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.1, + "min_hum": 15, + "mean_hum": 40.9, + "sun": 8.7, + "cloud": 5.6, + "ground_temp": 20.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38971, + "power": 39924 + }, + { + "date": 40409, + "mean_temp": 13, + "min_temp": 7.4, + "max_temp": 19.7, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2.7, + "min_hum": 29, + "mean_hum": 47.6, + "sun": 10.2, + "cloud": 0, + "ground_temp": 21.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42511, + "power": 42511 + }, + { + "date": 40408, + "mean_temp": 10.5, + "min_temp": 4.8, + "max_temp": 15.8, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3, + "min_hum": 17, + "mean_hum": 30.1, + "sun": 10.8, + "cloud": 0, + "ground_temp": 17.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43276, + "power": 43276 + }, + { + "date": 40407, + "mean_temp": 10.3, + "min_temp": 7.4, + "max_temp": 15.1, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.6, + "min_hum": 14, + "mean_hum": 41.4, + "sun": 8.6, + "cloud": 5.8, + "ground_temp": 12.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43447, + "power": 43447 + }, + { + "date": 40406, + "mean_temp": 7.9, + "min_temp": 5.5, + "max_temp": 10.8, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 28, + "mean_hum": 57.3, + "sun": 0, + "cloud": 9, + "ground_temp": 13.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43132, + "power": 43132 + }, + { + "date": 40405, + "mean_temp": 9.1, + "min_temp": 4.5, + "max_temp": 14.6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.9, + "min_hum": 23, + "mean_hum": 48.4, + "sun": 10.7, + "cloud": 0, + "ground_temp": 18.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39963, + "power": 39963 + }, + { + "date": 40404, + "mean_temp": 7.6, + "min_temp": 2.7, + "max_temp": 13, + "rain": 0, + "max_wind": 7.1, + "mean_wind": 2.6, + "min_hum": 17, + "mean_hum": 43, + "sun": 10.6, + "cloud": 0, + "ground_temp": 13.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38420, + "power": 38420 + }, + { + "date": 40403, + "mean_temp": 6.4, + "min_temp": 2.7, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 39, + "mean_hum": 59.5, + "sun": 3.7, + "cloud": 4, + "ground_temp": 9.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40810, + "power": 40810 + }, + { + "date": 40402, + "mean_temp": 5.6, + "min_temp": 4.5, + "max_temp": 7.5, + "rain": 2, + "max_wind": 7.1, + "mean_wind": 4.6, + "min_hum": 58, + "mean_hum": 70.9, + "sun": 1.2, + "cloud": 7.5, + "ground_temp": 11.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43489, + "power": 43489 + }, + { + "date": 40401, + "mean_temp": 9.1, + "min_temp": 4.1, + "max_temp": 16.7, + "rain": 10.5, + "max_wind": 7.7, + "mean_wind": 2.5, + "min_hum": 16, + "mean_hum": 51.5, + "sun": 4.3, + "cloud": 7.3, + "ground_temp": 10.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43240, + "power": 43240 + }, + { + "date": 40331, + "mean_temp": 7.9, + "min_temp": 3.9, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 31.4, + "sun": 10, + "cloud": 0, + "ground_temp": 13, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44272, + "power": 43029 + }, + { + "date": 40330, + "mean_temp": 9.7, + "min_temp": 5.9, + "max_temp": 13.6, + "rain": 2, + "max_wind": 6.6, + "mean_wind": 4.3, + "min_hum": 11, + "mean_hum": 51, + "sun": 8.6, + "cloud": 4.4, + "ground_temp": 16.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39963, + "power": 43162 + }, + { + "date": 40329, + "mean_temp": 14.1, + "min_temp": 11.1, + "max_temp": 18, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 51.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 15.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42609, + "power": 42609 + }, + { + "date": 40328, + "mean_temp": 11.7, + "min_temp": 4.4, + "max_temp": 18.2, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.3, + "min_hum": 11, + "mean_hum": 28.5, + "sun": 9.7, + "cloud": 2.1, + "ground_temp": 16, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37159, + "power": 38162 + }, + { + "date": 40327, + "mean_temp": 10.8, + "min_temp": 6, + "max_temp": 16.2, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 13, + "mean_hum": 32.9, + "sun": 10.8, + "cloud": 1.1, + "ground_temp": 14.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40967, + "power": 40967 + }, + { + "date": 40326, + "mean_temp": 10.6, + "min_temp": 4.5, + "max_temp": 16.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 39.5, + "sun": 10.6, + "cloud": 0, + "ground_temp": 12.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43433, + "power": 43433 + }, + { + "date": 40325, + "mean_temp": 9.1, + "min_temp": 5.5, + "max_temp": 14.3, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.4, + "min_hum": 22, + "mean_hum": 54.9, + "sun": 8.5, + "cloud": 3.6, + "ground_temp": 9.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43685, + "power": 43833 + }, + { + "date": 40324, + "mean_temp": 8.9, + "min_temp": 6.3, + "max_temp": 13.1, + "rain": 1, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 33, + "mean_hum": 65.9, + "sun": 7.7, + "cloud": 5.9, + "ground_temp": 14.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43755, + "power": 43755 + }, + { + "date": 40323, + "mean_temp": 9, + "min_temp": 4.5, + "max_temp": 14, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 18, + "mean_hum": 43.4, + "sun": 9.9, + "cloud": 2.6, + "ground_temp": 13.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43447, + "power": 43684 + }, + { + "date": 40322, + "mean_temp": 10.8, + "min_temp": 7.5, + "max_temp": 16, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 45.8, + "sun": 8.4, + "cloud": 3.8, + "ground_temp": 10, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43685, + "power": 43685 + }, + { + "date": 40321, + "mean_temp": 10, + "min_temp": 4, + "max_temp": 15.5, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 17, + "mean_hum": 43.8, + "sun": 5.2, + "cloud": 8.9, + "ground_temp": 8.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39080, + "power": 39080 + }, + { + "date": 40320, + "mean_temp": 7, + "min_temp": 2.2, + "max_temp": 12.3, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.1, + "min_hum": 18, + "mean_hum": 44.8, + "sun": 10.1, + "cloud": 3.5, + "ground_temp": 10, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41587, + "power": 41587 + }, + { + "date": 40319, + "mean_temp": 4.2, + "min_temp": -0.5, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 25, + "mean_hum": 43.3, + "sun": 6.8, + "cloud": 4.5, + "ground_temp": 7.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44387, + "power": 44387 + }, + { + "date": 40318, + "mean_temp": 2.1, + "min_temp": -1.8, + "max_temp": 7, + "rain": 0, + "max_wind": 5, + "mean_wind": 3.3, + "min_hum": 20, + "mean_hum": 32.6, + "sun": 10.5, + "cloud": 1, + "ground_temp": 7.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44818, + "power": 44818 + }, + { + "date": 40317, + "mean_temp": 4.9, + "min_temp": -1, + "max_temp": 16.3, + "rain": 9, + "max_wind": 7.1, + "mean_wind": 4.4, + "min_hum": 40, + "mean_hum": 65.9, + "sun": 2, + "cloud": 8, + "ground_temp": 11.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44818, + "power": 44567 + }, + { + "date": 40316, + "mean_temp": 14.5, + "min_temp": 8.8, + "max_temp": 18.7, + "rain": 1, + "max_wind": 8.8, + "mean_wind": 3.4, + "min_hum": 21, + "mean_hum": 46.1, + "sun": 4.1, + "cloud": 6.4, + "ground_temp": 14.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43755, + "power": 43034 + }, + { + "date": 40315, + "mean_temp": 9.4, + "min_temp": 2.2, + "max_temp": 15.8, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 21, + "mean_hum": 46.3, + "sun": 7.6, + "cloud": 2.1, + "ground_temp": 9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43685, + "power": 43685 + }, + { + "date": 40314, + "mean_temp": 6.7, + "min_temp": 4, + "max_temp": 12, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 28, + "mean_hum": 69.1, + "sun": 6.5, + "cloud": 3.4, + "ground_temp": 9.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39550, + "power": 39550 + }, + { + "date": 40313, + "mean_temp": 7.8, + "min_temp": 4, + "max_temp": 12.6, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 61.1, + "sun": 5.4, + "cloud": 5.8, + "ground_temp": 9.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41687, + "power": 41687 + }, + { + "date": 40312, + "mean_temp": 6.9, + "min_temp": 2.9, + "max_temp": 11.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 13, + "mean_hum": 39.8, + "sun": 9.1, + "cloud": 2.9, + "ground_temp": 9.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43975, + "power": 43975 + }, + { + "date": 40311, + "mean_temp": 5.7, + "min_temp": 3.2, + "max_temp": 9.1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 13, + "mean_hum": 29.6, + "sun": 6.9, + "cloud": 5.9, + "ground_temp": 9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44268, + "power": 44268 + }, + { + "date": 40310, + "mean_temp": 10.4, + "min_temp": 7.5, + "max_temp": 14, + "rain": 0, + "max_wind": 9.2, + "mean_wind": 4.3, + "min_hum": 49, + "mean_hum": 66.1, + "sun": 0.2, + "cloud": 7.8, + "ground_temp": 13.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44074, + "power": 44074 + }, + { + "date": 40309, + "mean_temp": 7.8, + "min_temp": 1.2, + "max_temp": 13.5, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.8, + "min_hum": 41, + "mean_hum": 65.8, + "sun": 7.6, + "cloud": 0.4, + "ground_temp": 10.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44825, + "power": 44825 + }, + { + "date": 40308, + "mean_temp": 3.1, + "min_temp": -2.2, + "max_temp": 6.9, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.8, + "min_hum": 45, + "mean_hum": 75.3, + "sun": 3.7, + "cloud": 4, + "ground_temp": 2.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45251, + "power": 45251 + }, + { + "date": 40307, + "mean_temp": -1.4, + "min_temp": -5.6, + "max_temp": 2.2, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.2, + "min_hum": 28, + "mean_hum": 51.8, + "sun": 10, + "cloud": 0.5, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 42573, + "power": 42573 + }, + { + "date": 40306, + "mean_temp": -3.4, + "min_temp": -5, + "max_temp": -0.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.7, + "min_hum": 34, + "mean_hum": 50, + "sun": 8.5, + "cloud": 2.3, + "ground_temp": 2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43745, + "power": 43745 + }, + { + "date": 40305, + "mean_temp": -0.1, + "min_temp": -1.7, + "max_temp": 3.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 58, + "mean_hum": 78.4, + "sun": 1.7, + "cloud": 7.5, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45113, + "power": 44976 + }, + { + "date": 40304, + "mean_temp": -1.5, + "min_temp": -5.5, + "max_temp": 2.5, + "rain": 14.6, + "max_wind": 6.7, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 64.3, + "sun": 6.5, + "cloud": 4.1, + "ground_temp": 1.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45460, + "power": 45460 + }, + { + "date": 40303, + "mean_temp": -1.7, + "min_temp": -4.3, + "max_temp": 2.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.4, + "min_hum": 18, + "mean_hum": 35.3, + "sun": 5.5, + "cloud": 5.8, + "ground_temp": 1.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44603, + "power": 45406 + }, + { + "date": 40302, + "mean_temp": -2, + "min_temp": -4.5, + "max_temp": 1.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.7, + "min_hum": 16, + "mean_hum": 29.4, + "sun": 10.1, + "cloud": 0.1, + "ground_temp": 1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44603, + "power": 44929 + }, + { + "date": 40301, + "mean_temp": 1.7, + "min_temp": -1.1, + "max_temp": 6, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3.3, + "min_hum": 20, + "mean_hum": 35.9, + "sun": 9.4, + "cloud": 1.6, + "ground_temp": 4.6, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 41122, + "power": 41122 + }, + { + "date": 40229, + "mean_temp": 2.9, + "min_temp": 0.3, + "max_temp": 6.5, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 3, + "min_hum": 17, + "mean_hum": 47.8, + "sun": 7, + "cloud": 6.5, + "ground_temp": 6.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40097, + "power": 40097 + }, + { + "date": 40228, + "mean_temp": 5.5, + "min_temp": 0.3, + "max_temp": 10.5, + "rain": 1, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 35, + "mean_hum": 67.1, + "sun": 0.4, + "cloud": 7.3, + "ground_temp": 6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42409, + "power": 42409 + }, + { + "date": 40227, + "mean_temp": 1.9, + "min_temp": -1.8, + "max_temp": 6.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.6, + "min_hum": 25, + "mean_hum": 54, + "sun": 9.5, + "cloud": 0.4, + "ground_temp": 3.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44466, + "power": 44466 + }, + { + "date": 40226, + "mean_temp": 1.5, + "min_temp": -0.8, + "max_temp": 4.8, + "rain": 0.3, + "max_wind": 6.6, + "mean_wind": 3.7, + "min_hum": 20, + "mean_hum": 49.6, + "sun": 9.3, + "cloud": 2, + "ground_temp": 2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44887, + "power": 44887 + }, + { + "date": 40225, + "mean_temp": 6, + "min_temp": 2.4, + "max_temp": 10.6, + "rain": 0, + "max_wind": 8.4, + "mean_wind": 4.2, + "min_hum": 40, + "mean_hum": 68, + "sun": 1.5, + "cloud": 4.9, + "ground_temp": 6.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44329, + "power": 44329 + }, + { + "date": 40224, + "mean_temp": 4, + "min_temp": 0.4, + "max_temp": 6.3, + "rain": 0, + "max_wind": 7.4, + "mean_wind": 3.4, + "min_hum": 64, + "mean_hum": 76.1, + "sun": 0, + "cloud": 8, + "ground_temp": 4.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44294, + "power": 44294 + }, + { + "date": 40223, + "mean_temp": 1.5, + "min_temp": -1.3, + "max_temp": 6, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 3.2, + "min_hum": 34, + "mean_hum": 56.5, + "sun": 9.6, + "cloud": 1, + "ground_temp": 4.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44484, + "power": 44484 + }, + { + "date": 40222, + "mean_temp": 3.7, + "min_temp": 1.2, + "max_temp": 13.3, + "rain": 6.5, + "max_wind": 11.1, + "mean_wind": 4.6, + "min_hum": 73, + "mean_hum": 89.6, + "sun": 0, + "cloud": 10, + "ground_temp": 3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39506, + "power": 39506 + }, + { + "date": 40221, + "mean_temp": 10.7, + "min_temp": 7.9, + "max_temp": 14.6, + "rain": 46, + "max_wind": 9.1, + "mean_wind": 2.5, + "min_hum": 30, + "mean_hum": 84.1, + "sun": 0, + "cloud": 10, + "ground_temp": 7.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40720, + "power": 40720 + }, + { + "date": 40220, + "mean_temp": 11.5, + "min_temp": 3.2, + "max_temp": 18.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 13, + "mean_hum": 30, + "sun": 8.6, + "cloud": 1.8, + "ground_temp": 7.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43367, + "power": 43367 + }, + { + "date": 40219, + "mean_temp": 8.2, + "min_temp": 1.5, + "max_temp": 15.6, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 13, + "mean_hum": 30.8, + "sun": 8.9, + "cloud": 0, + "ground_temp": 8.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44825, + "power": 44216 + }, + { + "date": 40218, + "mean_temp": 5.3, + "min_temp": -0.5, + "max_temp": 11.3, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 2.6, + "min_hum": 11, + "mean_hum": 44, + "sun": 9, + "cloud": 0, + "ground_temp": 4.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44387, + "power": 44345 + }, + { + "date": 40217, + "mean_temp": 4.4, + "min_temp": 2.2, + "max_temp": 7.9, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 3.4, + "min_hum": 16, + "mean_hum": 61.3, + "sun": 8.5, + "cloud": 3.3, + "ground_temp": 4.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44604, + "power": 44604 + }, + { + "date": 40216, + "mean_temp": 4.2, + "min_temp": -0.4, + "max_temp": 9.6, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 33, + "mean_hum": 58.9, + "sun": 8.4, + "cloud": 3.1, + "ground_temp": 1.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45251, + "power": 44552 + }, + { + "date": 40215, + "mean_temp": 3.5, + "min_temp": -0.6, + "max_temp": 8.6, + "rain": 0, + "max_wind": 7, + "mean_wind": 2.7, + "min_hum": 35, + "mean_hum": 51.8, + "sun": 9, + "cloud": 0, + "ground_temp": 2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41682, + "power": 41682 + }, + { + "date": 40214, + "mean_temp": 3.5, + "min_temp": 0.8, + "max_temp": 6.8, + "rain": 0.4, + "max_wind": 8.3, + "mean_wind": 4.9, + "min_hum": 31, + "mean_hum": 54.8, + "sun": 5.6, + "cloud": 4.5, + "ground_temp": 3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42918, + "power": 42918 + }, + { + "date": 40213, + "mean_temp": 3.8, + "min_temp": -1, + "max_temp": 7, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 2.4, + "min_hum": 25, + "mean_hum": 55.5, + "sun": 2.7, + "cloud": 7, + "ground_temp": 2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44666, + "power": 44666 + }, + { + "date": 40212, + "mean_temp": 1.9, + "min_temp": -1.3, + "max_temp": 6.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 57.4, + "sun": 9.1, + "cloud": 0.6, + "ground_temp": 2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44887, + "power": 45300 + }, + { + "date": 40211, + "mean_temp": 2.3, + "min_temp": -0.1, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2.3, + "min_hum": 55, + "mean_hum": 66.9, + "sun": 2.1, + "cloud": 6.3, + "ground_temp": 3.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45113, + "power": 45113 + }, + { + "date": 40210, + "mean_temp": -0.3, + "min_temp": -5.5, + "max_temp": 4.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 48, + "sun": 8.3, + "cloud": 2, + "ground_temp": -0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45834, + "power": 45583 + }, + { + "date": 40209, + "mean_temp": -2.2, + "min_temp": -6.5, + "max_temp": 3, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 21, + "mean_hum": 44.8, + "sun": 9, + "cloud": 0, + "ground_temp": -2.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45834, + "power": 45599 + }, + { + "date": 40208, + "mean_temp": -0.2, + "min_temp": -3.7, + "max_temp": 5.5, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 24, + "mean_hum": 56.9, + "sun": 8.5, + "cloud": 0, + "ground_temp": -0.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43065, + "power": 43065 + }, + { + "date": 40207, + "mean_temp": -3.6, + "min_temp": -7.6, + "max_temp": -0.4, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.4, + "min_hum": 30, + "mean_hum": 58.8, + "sun": 8.6, + "cloud": 2.9, + "ground_temp": -3.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44726, + "power": 44726 + }, + { + "date": 40206, + "mean_temp": -4, + "min_temp": -7.8, + "max_temp": -0.6, + "rain": 0.4, + "max_wind": 6.9, + "mean_wind": 2.5, + "min_hum": 33, + "mean_hum": 61.3, + "sun": 5.1, + "cloud": 4.4, + "ground_temp": -4.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46148, + "power": 46148 + }, + { + "date": 40205, + "mean_temp": -4.9, + "min_temp": -7.3, + "max_temp": -0.8, + "rain": 0, + "max_wind": 6.9, + "mean_wind": 3.8, + "min_hum": 30, + "mean_hum": 41.6, + "sun": 7.9, + "cloud": 1.9, + "ground_temp": -2.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 46387, + "power": 46387 + }, + { + "date": 40204, + "mean_temp": -1.4, + "min_temp": -5.8, + "max_temp": 2.5, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 3.1, + "min_hum": 26, + "mean_hum": 57.3, + "sun": 7.7, + "cloud": 4, + "ground_temp": -2.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 46222, + "power": 45797 + }, + { + "date": 40203, + "mean_temp": -4.2, + "min_temp": -7.1, + "max_temp": -0.5, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.3, + "min_hum": 33, + "mean_hum": 42.9, + "sun": 7.4, + "cloud": 1.4, + "ground_temp": -3.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46104, + "power": 46104 + }, + { + "date": 40202, + "mean_temp": -1.7, + "min_temp": -5.9, + "max_temp": 2.5, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 3.6, + "min_hum": 23, + "mean_hum": 44.3, + "sun": 8.2, + "cloud": 2.5, + "ground_temp": 0.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45834, + "power": 45834 + }, + { + "date": 40201, + "mean_temp": 3.1, + "min_temp": -0.6, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.8, + "min_hum": 24, + "mean_hum": 58.9, + "sun": 6.2, + "cloud": 4.3, + "ground_temp": 1.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41681, + "power": 41681 + }, + { + "date": 40131, + "mean_temp": 1.9, + "min_temp": -2.5, + "max_temp": 7.4, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 34, + "mean_hum": 65.3, + "sun": 8, + "cloud": 1, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43779, + "power": 43758 + }, + { + "date": 40130, + "mean_temp": 1.7, + "min_temp": -1.1, + "max_temp": 6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.7, + "min_hum": 27, + "mean_hum": 65.8, + "sun": 7.8, + "cloud": 0.6, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45205, + "power": 45278 + }, + { + "date": 40129, + "mean_temp": 2.3, + "min_temp": -0.2, + "max_temp": 5.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 66.5, + "sun": 0.9, + "cloud": 5.4, + "ground_temp": 0, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45205, + "power": 45711 + }, + { + "date": 40128, + "mean_temp": -0.4, + "min_temp": -5.3, + "max_temp": 4.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 62.8, + "sun": 3.9, + "cloud": 5.1, + "ground_temp": -0.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45732, + "power": 45732 + }, + { + "date": 40127, + "mean_temp": -4.1, + "min_temp": -8.1, + "max_temp": 0.3, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 33, + "mean_hum": 54.1, + "sun": 8.4, + "cloud": 0.4, + "ground_temp": -4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46222, + "power": 46222 + }, + { + "date": 40126, + "mean_temp": -5.9, + "min_temp": -10.1, + "max_temp": -2.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 63.8, + "sun": 4.7, + "cloud": 2.3, + "ground_temp": -4.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45865, + "power": 45865 + }, + { + "date": 40125, + "mean_temp": -7, + "min_temp": -9.3, + "max_temp": -3.7, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 41, + "mean_hum": 60.6, + "sun": 7.7, + "cloud": 0.1, + "ground_temp": -5.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41663, + "power": 40998 + }, + { + "date": 40124, + "mean_temp": -7.3, + "min_temp": -10.1, + "max_temp": -3.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 53.5, + "sun": 8.6, + "cloud": 0.4, + "ground_temp": -5.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44726, + "power": 39210 + }, + { + "date": 40123, + "mean_temp": -8.7, + "min_temp": -13.1, + "max_temp": -4.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 26, + "mean_hum": 50.5, + "sun": 8.4, + "cloud": 1.4, + "ground_temp": -5.4, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 36717, + "power": 36717 + }, + { + "date": 40122, + "mean_temp": -13, + "min_temp": -16.7, + "max_temp": -9.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3.3, + "min_hum": 34, + "mean_hum": 50.6, + "sun": 8.6, + "cloud": 0, + "ground_temp": -8.6, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 36384, + "power": 36384 + }, + { + "date": 40121, + "mean_temp": -14.3, + "min_temp": -16, + "max_temp": -9.5, + "rain": 0, + "max_wind": 7.2, + "mean_wind": 3.9, + "min_hum": 33, + "mean_hum": 46.6, + "sun": 8.6, + "cloud": 0.8, + "ground_temp": -9.4, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 36384, + "power": 40857 + }, + { + "date": 40120, + "mean_temp": -4.4, + "min_temp": -9.5, + "max_temp": 0, + "rain": 2.2, + "max_wind": 6, + "mean_wind": 2.5, + "min_hum": 23, + "mean_hum": 50.3, + "sun": 8.1, + "cloud": 3.3, + "ground_temp": -3.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43590, + "power": 43590 + }, + { + "date": 40119, + "mean_temp": -1, + "min_temp": -3.2, + "max_temp": 1.7, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.7, + "min_hum": 33, + "mean_hum": 59.9, + "sun": 8.4, + "cloud": 3.1, + "ground_temp": -0.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45205, + "power": 45205 + }, + { + "date": 40118, + "mean_temp": 0.3, + "min_temp": -1.6, + "max_temp": 1.5, + "rain": 4.8, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 74, + "mean_hum": 88.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 1.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41663, + "power": 42447 + }, + { + "date": 40117, + "mean_temp": 1.2, + "min_temp": 0.6, + "max_temp": 3.2, + "rain": 7.9, + "max_wind": 3.3, + "mean_wind": 1.6, + "min_hum": 64, + "mean_hum": 90.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 1.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43779, + "power": 43779 + }, + { + "date": 40116, + "mean_temp": 1.4, + "min_temp": -3.5, + "max_temp": 5.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 66, + "sun": 2.1, + "cloud": 6.1, + "ground_temp": -0.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45262, + "power": 45262 + }, + { + "date": 40115, + "mean_temp": -1.3, + "min_temp": -5, + "max_temp": 3.2, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 53, + "mean_hum": 65.8, + "sun": 4.5, + "cloud": 4.1, + "ground_temp": -2.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45460, + "power": 45824 + }, + { + "date": 40114, + "mean_temp": -5.1, + "min_temp": -9.6, + "max_temp": -1.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 30, + "mean_hum": 47.6, + "sun": 5.1, + "cloud": 2.4, + "ground_temp": -3.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45811, + "power": 45811 + }, + { + "date": 40113, + "mean_temp": -6.7, + "min_temp": -8.8, + "max_temp": -3.9, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3.8, + "min_hum": 38, + "mean_hum": 58, + "sun": 8.2, + "cloud": 2.8, + "ground_temp": -2.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 46273, + "power": 46273 + }, + { + "date": 40112, + "mean_temp": -0.7, + "min_temp": -4.5, + "max_temp": 1.8, + "rain": 1.9, + "max_wind": 7.8, + "mean_wind": 2.8, + "min_hum": 50, + "mean_hum": 71, + "sun": 0, + "cloud": 9, + "ground_temp": 1.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45113, + "power": 45490 + }, + { + "date": 40111, + "mean_temp": -0.6, + "min_temp": -5.6, + "max_temp": 4.5, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 30, + "mean_hum": 40.9, + "sun": 3, + "cloud": 4.8, + "ground_temp": -0.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 41663, + "power": 41663 + }, + { + "date": 40110, + "mean_temp": -0.3, + "min_temp": -3.5, + "max_temp": 3.2, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.9, + "min_hum": 21, + "mean_hum": 43.1, + "sun": 7.6, + "cloud": 3.3, + "ground_temp": 0.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 43103, + "power": 43103 + }, + { + "date": 40109, + "mean_temp": 1.8, + "min_temp": -0.8, + "max_temp": 5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 56, + "sun": 6.5, + "cloud": 2.1, + "ground_temp": 0.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44603, + "power": 44755 + }, + { + "date": 40108, + "mean_temp": 0.3, + "min_temp": -4, + "max_temp": 5.6, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.3, + "min_hum": 25, + "mean_hum": 40.9, + "sun": 8.2, + "cloud": 2.8, + "ground_temp": -1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45107, + "power": 45107 + }, + { + "date": 40107, + "mean_temp": 1.7, + "min_temp": -1.5, + "max_temp": 5.1, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 3, + "min_hum": 39, + "mean_hum": 65.4, + "sun": 5.6, + "cloud": 3.6, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45251, + "power": 44876 + }, + { + "date": 40106, + "mean_temp": 4.5, + "min_temp": 1.8, + "max_temp": 6.8, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 56, + "mean_hum": 71.1, + "sun": 0.4, + "cloud": 7.3, + "ground_temp": 1.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44261, + "power": 44261 + }, + { + "date": 40105, + "mean_temp": 2.9, + "min_temp": -2.2, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 52.3, + "sun": 7.8, + "cloud": 1.9, + "ground_temp": 0, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44603, + "power": 44603 + }, + { + "date": 40104, + "mean_temp": 1.8, + "min_temp": -1.7, + "max_temp": 6.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 16, + "mean_hum": 37.5, + "sun": 8.6, + "cloud": 0.1, + "ground_temp": -1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 43065, + "power": 40232 + }, + { + "date": 40103, + "mean_temp": 3.9, + "min_temp": 1.6, + "max_temp": 7.1, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.2, + "min_hum": 24, + "mean_hum": 54, + "sun": 8.1, + "cloud": 0.8, + "ground_temp": 1.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41521, + "power": 41521 + }, + { + "date": 40102, + "mean_temp": 3.1, + "min_temp": 1.6, + "max_temp": 5.5, + "rain": 3, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 27, + "mean_hum": 65.9, + "sun": 7.9, + "cloud": 3.3, + "ground_temp": 1.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42136, + "power": 42136 + }, + { + "date": 40101, + "mean_temp": 3.7, + "min_temp": 1.2, + "max_temp": 5.9, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.9, + "min_hum": 60, + "mean_hum": 73.1, + "sun": 0.7, + "cloud": 6.4, + "ground_temp": 1.1, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 45457, + "power": 39638 + }, + { + "date": 31231, + "mean_temp": 2.7, + "min_temp": -0.3, + "max_temp": 5.8, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 41, + "mean_hum": 68, + "sun": 2.6, + "cloud": 3.9, + "ground_temp": 2.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44795, + "power": 42526 + }, + { + "date": 31230, + "mean_temp": 0.3, + "min_temp": -1.8, + "max_temp": 3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 47.3, + "sun": 4.3, + "cloud": 6.3, + "ground_temp": 1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44128, + "power": 44128 + }, + { + "date": 31229, + "mean_temp": 4.2, + "min_temp": -0.8, + "max_temp": 7.5, + "rain": 1, + "max_wind": 5, + "mean_wind": 3.3, + "min_hum": 38, + "mean_hum": 66.8, + "sun": 6, + "cloud": 3.4, + "ground_temp": 4.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44689, + "power": 44689 + }, + { + "date": 31228, + "mean_temp": 2.3, + "min_temp": -2.7, + "max_temp": 6.3, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.6, + "min_hum": 44, + "mean_hum": 60, + "sun": 5.3, + "cloud": 6.1, + "ground_temp": 1.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40095, + "power": 42307 + }, + { + "date": 31227, + "mean_temp": -3, + "min_temp": -6.5, + "max_temp": 1.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 25, + "mean_hum": 45.9, + "sun": 8.5, + "cloud": 0.4, + "ground_temp": -2.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45441, + "power": 44167 + }, + { + "date": 31226, + "mean_temp": -3.8, + "min_temp": -5.5, + "max_temp": -0.8, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.6, + "min_hum": 32, + "mean_hum": 44.9, + "sun": 8.3, + "cloud": 0, + "ground_temp": -3.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 45441, + "power": 45441 + }, + { + "date": 31225, + "mean_temp": 0.9, + "min_temp": -3.2, + "max_temp": 3.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 3.3, + "min_hum": 27, + "mean_hum": 62.9, + "sun": 6.2, + "cloud": 3.9, + "ground_temp": 2.3, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 39513, + "power": 42751 + }, + { + "date": 31224, + "mean_temp": 2.5, + "min_temp": 0.8, + "max_temp": 5.6, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.8, + "min_hum": 79, + "mean_hum": 92.1, + "sun": 0, + "cloud": 6.8, + "ground_temp": 2.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44128, + "power": 44119 + }, + { + "date": 31223, + "mean_temp": 4.5, + "min_temp": -0.2, + "max_temp": 9, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.3, + "min_hum": 61, + "mean_hum": 82, + "sun": 5, + "cloud": 2.3, + "ground_temp": 2.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44990, + "power": 44990 + }, + { + "date": 31222, + "mean_temp": 3.3, + "min_temp": -1.2, + "max_temp": 9.1, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 1.9, + "min_hum": 43, + "mean_hum": 74.5, + "sun": 7.3, + "cloud": 0, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44919, + "power": 45205 + }, + { + "date": 31221, + "mean_temp": -1.2, + "min_temp": -7.1, + "max_temp": 3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.5, + "min_hum": 34, + "mean_hum": 59.3, + "sun": 6.2, + "cloud": 3.1, + "ground_temp": -2.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40606, + "power": 42779 + }, + { + "date": 31220, + "mean_temp": -4.8, + "min_temp": -8.1, + "max_temp": -0.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.8, + "min_hum": 21, + "mean_hum": 37.9, + "sun": 8.6, + "cloud": 0, + "ground_temp": -4.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 46134, + "power": 44869 + }, + { + "date": 31219, + "mean_temp": -5.4, + "min_temp": -7, + "max_temp": -2.2, + "rain": 0, + "max_wind": 7.5, + "mean_wind": 4.1, + "min_hum": 34, + "mean_hum": 44.8, + "sun": 8.2, + "cloud": 0.8, + "ground_temp": -3.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 46134, + "power": 46134 + }, + { + "date": 31218, + "mean_temp": -3.4, + "min_temp": -5.1, + "max_temp": -1.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 2.5, + "min_hum": 43, + "mean_hum": 57.8, + "sun": 0.2, + "cloud": 4.5, + "ground_temp": -1.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45000, + "power": 45648 + }, + { + "date": 31217, + "mean_temp": -0.7, + "min_temp": -4.4, + "max_temp": 3.7, + "rain": 3.5, + "max_wind": 6.6, + "mean_wind": 3.6, + "min_hum": 37, + "mean_hum": 60.8, + "sun": 7.8, + "cloud": 2.9, + "ground_temp": 0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45315, + "power": 45315 + }, + { + "date": 31216, + "mean_temp": 1.2, + "min_temp": -4.1, + "max_temp": 4.5, + "rain": 0.2, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 34, + "mean_hum": 59.6, + "sun": 6.7, + "cloud": 4.6, + "ground_temp": 0.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44128, + "power": 45200 + }, + { + "date": 31215, + "mean_temp": -0.2, + "min_temp": -2.5, + "max_temp": 2.7, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.8, + "min_hum": 34, + "mean_hum": 51.1, + "sun": 8.5, + "cloud": 0, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45328, + "power": 45328 + }, + { + "date": 31214, + "mean_temp": 1.7, + "min_temp": -2.5, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 62.9, + "sun": 8.5, + "cloud": 1.3, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40219, + "power": 41336 + }, + { + "date": 31213, + "mean_temp": 0.4, + "min_temp": -3.5, + "max_temp": 4.5, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 35, + "mean_hum": 61.9, + "sun": 7.9, + "cloud": 0.1, + "ground_temp": -0.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 45328, + "power": 43287 + }, + { + "date": 31212, + "mean_temp": 0, + "min_temp": -1.3, + "max_temp": 2.2, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.4, + "min_hum": 53, + "mean_hum": 63.9, + "sun": 5.9, + "cloud": 1.3, + "ground_temp": 1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44919, + "power": 44919 + }, + { + "date": 31211, + "mean_temp": 2.4, + "min_temp": 0, + "max_temp": 5.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 35, + "mean_hum": 54.3, + "sun": 7.4, + "cloud": 3.8, + "ground_temp": 1.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44795, + "power": 44795 + }, + { + "date": 31210, + "mean_temp": -0.4, + "min_temp": -5.4, + "max_temp": 4, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 50.6, + "sun": 6.3, + "cloud": 4.6, + "ground_temp": -1.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44128, + "power": 44810 + }, + { + "date": 31209, + "mean_temp": -2.7, + "min_temp": -4.9, + "max_temp": -0.3, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.8, + "min_hum": 36, + "mean_hum": 48.8, + "sun": 0.9, + "cloud": 3.6, + "ground_temp": -2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44128, + "power": 45375 + }, + { + "date": 31208, + "mean_temp": -0.8, + "min_temp": -4, + "max_temp": 3.2, + "rain": 0.7, + "max_wind": 4.9, + "mean_wind": 2.5, + "min_hum": 47, + "mean_hum": 68.6, + "sun": 4.6, + "cloud": 4.4, + "ground_temp": -1.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45000, + "power": 45000 + }, + { + "date": 31207, + "mean_temp": -4.8, + "min_temp": -7.9, + "max_temp": -1.8, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.8, + "min_hum": 30, + "mean_hum": 45.8, + "sun": 8.6, + "cloud": 1, + "ground_temp": -2.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40606, + "power": 40606 + }, + { + "date": 31206, + "mean_temp": 3.4, + "min_temp": -4.4, + "max_temp": 8.8, + "rain": 0.5, + "max_wind": 7.6, + "mean_wind": 3.3, + "min_hum": 45, + "mean_hum": 69.1, + "sun": 3.1, + "cloud": 6.3, + "ground_temp": 4.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 44990, + "power": 41913 + }, + { + "date": 31205, + "mean_temp": 6, + "min_temp": 2.2, + "max_temp": 9.1, + "rain": 1, + "max_wind": 3.1, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 51.5, + "sun": 1.5, + "cloud": 8.5, + "ground_temp": 4.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44351, + "power": 43461 + }, + { + "date": 31204, + "mean_temp": 2.2, + "min_temp": -2.5, + "max_temp": 6.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 16, + "mean_hum": 34.9, + "sun": 7.7, + "cloud": 3.4, + "ground_temp": 0.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44351, + "power": 44351 + }, + { + "date": 31203, + "mean_temp": 3, + "min_temp": -0.8, + "max_temp": 6.9, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 4.7, + "cloud": 1.1, + "ground_temp": 2.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43565, + "power": 43565 + }, + { + "date": 31202, + "mean_temp": 5.8, + "min_temp": 3.2, + "max_temp": 8.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 64.1, + "sun": 5.7, + "cloud": 4.3, + "ground_temp": 4.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43297, + "power": 43297 + }, + { + "date": 31201, + "mean_temp": 7.2, + "min_temp": 4, + "max_temp": 12, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 1.7, + "min_hum": 60, + "mean_hum": 76.6, + "sun": 7.6, + "cloud": 1.9, + "ground_temp": 7.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43028, + "power": 43028 + }, + { + "date": 31130, + "mean_temp": 7.7, + "min_temp": 4.5, + "max_temp": 11.8, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 58, + "mean_hum": 77, + "sun": 5.6, + "cloud": 1.9, + "ground_temp": 9.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38289, + "power": 38289 + }, + { + "date": 31129, + "mean_temp": 8.7, + "min_temp": 7.5, + "max_temp": 11.1, + "rain": 0.2, + "max_wind": 3.8, + "mean_wind": 2.5, + "min_hum": 80, + "mean_hum": 87.1, + "sun": 0, + "cloud": 9.8, + "ground_temp": 9.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39257, + "power": 40352 + }, + { + "date": 31128, + "mean_temp": 11.6, + "min_temp": 8.6, + "max_temp": 15.3, + "rain": 9.5, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 55, + "mean_hum": 75.3, + "sun": 0.9, + "cloud": 8.6, + "ground_temp": 7.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42506, + "power": 42614 + }, + { + "date": 31127, + "mean_temp": 9.7, + "min_temp": 7.3, + "max_temp": 13, + "rain": 0.2, + "max_wind": 4.7, + "mean_wind": 3, + "min_hum": 52, + "mean_hum": 69.8, + "sun": 0.2, + "cloud": 8.9, + "ground_temp": 8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43230, + "power": 43230 + }, + { + "date": 31126, + "mean_temp": 9.5, + "min_temp": 7, + "max_temp": 12.1, + "rain": 1, + "max_wind": 3.7, + "mean_wind": 2.2, + "min_hum": 61, + "mean_hum": 73, + "sun": 0, + "cloud": 8.8, + "ground_temp": 7.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42506, + "power": 43142 + }, + { + "date": 31125, + "mean_temp": 8.1, + "min_temp": 5, + "max_temp": 11.8, + "rain": 6.5, + "max_wind": 4.6, + "mean_wind": 1.6, + "min_hum": 50, + "mean_hum": 76.3, + "sun": 6.5, + "cloud": 4.5, + "ground_temp": 6.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42588, + "power": 43579 + }, + { + "date": 31124, + "mean_temp": 6.4, + "min_temp": 3.7, + "max_temp": 8.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 41.1, + "sun": 0, + "cloud": 8.4, + "ground_temp": 3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43822, + "power": 43822 + }, + { + "date": 31123, + "mean_temp": 2.8, + "min_temp": -2.7, + "max_temp": 8.1, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.6, + "min_hum": 24, + "mean_hum": 41.6, + "sun": 8.1, + "cloud": 2.6, + "ground_temp": 0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40095, + "power": 40095 + }, + { + "date": 31122, + "mean_temp": -0.1, + "min_temp": -3.2, + "max_temp": 3.4, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 22, + "mean_hum": 37.6, + "sun": 8.4, + "cloud": 0, + "ground_temp": 0.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41462, + "power": 41462 + }, + { + "date": 31121, + "mean_temp": 4.6, + "min_temp": -1.1, + "max_temp": 9.1, + "rain": 0, + "max_wind": 8, + "mean_wind": 4.3, + "min_hum": 37, + "mean_hum": 58.8, + "sun": 5.4, + "cloud": 3.9, + "ground_temp": 5.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43398, + "power": 43398 + }, + { + "date": 31120, + "mean_temp": 12.1, + "min_temp": 8.6, + "max_temp": 14.6, + "rain": 6, + "max_wind": 4.5, + "mean_wind": 2.2, + "min_hum": 53, + "mean_hum": 80.5, + "sun": 0, + "cloud": 9.3, + "ground_temp": 10.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42876, + "power": 42876 + }, + { + "date": 31119, + "mean_temp": 13.1, + "min_temp": 7.8, + "max_temp": 17.2, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 27, + "mean_hum": 50.1, + "sun": 4.7, + "cloud": 7.4, + "ground_temp": 9.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41114, + "power": 42337 + }, + { + "date": 31118, + "mean_temp": 8.7, + "min_temp": 2.9, + "max_temp": 15.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 32, + "mean_hum": 57.4, + "sun": 4.8, + "cloud": 5.1, + "ground_temp": 5.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42467, + "power": 42903 + }, + { + "date": 31117, + "mean_temp": 5.6, + "min_temp": -0.6, + "max_temp": 12.5, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 22, + "mean_hum": 45.3, + "sun": 8.1, + "cloud": 0.4, + "ground_temp": 3.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42863, + "power": 42863 + }, + { + "date": 31116, + "mean_temp": 5, + "min_temp": 2, + "max_temp": 8.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 21, + "mean_hum": 40.3, + "sun": 8.2, + "cloud": 0, + "ground_temp": 4.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37786, + "power": 37786 + }, + { + "date": 31115, + "mean_temp": 10.7, + "min_temp": 7.4, + "max_temp": 15.6, + "rain": 0.2, + "max_wind": 5.4, + "mean_wind": 2.5, + "min_hum": 50, + "mean_hum": 70.5, + "sun": 0.3, + "cloud": 6.8, + "ground_temp": 10.8, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40015, + "power": 40015 + }, + { + "date": 31114, + "mean_temp": 8.8, + "min_temp": 4.3, + "max_temp": 12.8, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.5, + "min_hum": 51, + "mean_hum": 71.4, + "sun": 3.9, + "cloud": 5.4, + "ground_temp": 7.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42588, + "power": 42588 + }, + { + "date": 31113, + "mean_temp": 8.3, + "min_temp": 4.5, + "max_temp": 13, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 70.6, + "sun": 8, + "cloud": 0.6, + "ground_temp": 8.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42777, + "power": 42777 + }, + { + "date": 31112, + "mean_temp": 8.7, + "min_temp": 7.4, + "max_temp": 9.8, + "rain": 4.5, + "max_wind": 3.6, + "mean_wind": 2.1, + "min_hum": 71, + "mean_hum": 83.8, + "sun": 0, + "cloud": 8.9, + "ground_temp": 9.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42321, + "power": 42321 + }, + { + "date": 31111, + "mean_temp": 9.8, + "min_temp": 7.9, + "max_temp": 11.6, + "rain": 16.5, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 74, + "mean_hum": 83.8, + "sun": 0.6, + "cloud": 7.9, + "ground_temp": 9.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42717, + "power": 42717 + }, + { + "date": 31110, + "mean_temp": 11.9, + "min_temp": 10.5, + "max_temp": 13.5, + "rain": 0.2, + "max_wind": 3.3, + "mean_wind": 2, + "min_hum": 65, + "mean_hum": 74.3, + "sun": 0, + "cloud": 9, + "ground_temp": 10.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42191, + "power": 42191 + }, + { + "date": 31109, + "mean_temp": 11, + "min_temp": 8.6, + "max_temp": 14.1, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 1.2, + "min_hum": 63, + "mean_hum": 78.9, + "sun": 0.7, + "cloud": 7.8, + "ground_temp": 9.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36932, + "power": 36932 + }, + { + "date": 31108, + "mean_temp": 9.4, + "min_temp": 8.5, + "max_temp": 11.3, + "rain": 14, + "max_wind": 3.5, + "mean_wind": 1.2, + "min_hum": 88, + "mean_hum": 95.9, + "sun": 0, + "cloud": 10, + "ground_temp": 9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39257, + "power": 39257 + }, + { + "date": 31107, + "mean_temp": 12.3, + "min_temp": 11.3, + "max_temp": 14.1, + "rain": 10.5, + "max_wind": 3.2, + "mean_wind": 1.4, + "min_hum": 71, + "mean_hum": 86.4, + "sun": 0, + "cloud": 8.5, + "ground_temp": 10.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42191, + "power": 41872 + }, + { + "date": 31106, + "mean_temp": 14.4, + "min_temp": 9.6, + "max_temp": 19.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.4, + "min_hum": 47, + "mean_hum": 65.8, + "sun": 7.1, + "cloud": 2, + "ground_temp": 11.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41851, + "power": 41851 + }, + { + "date": 31105, + "mean_temp": 13.8, + "min_temp": 8.1, + "max_temp": 19.8, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 33, + "mean_hum": 50.3, + "sun": 6.9, + "cloud": 2.9, + "ground_temp": 9.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41313, + "power": 41313 + }, + { + "date": 31104, + "mean_temp": 10.2, + "min_temp": 3.4, + "max_temp": 17.2, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 13, + "mean_hum": 38.4, + "sun": 8, + "cloud": 1.9, + "ground_temp": 9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41114, + "power": 41778 + }, + { + "date": 31103, + "mean_temp": 12, + "min_temp": 6.4, + "max_temp": 17, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 3.6, + "min_hum": 22, + "mean_hum": 52.9, + "sun": 6.4, + "cloud": 3.1, + "ground_temp": 14.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40662, + "power": 41262 + }, + { + "date": 31102, + "mean_temp": 16.6, + "min_temp": 12.6, + "max_temp": 21.3, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 61, + "mean_hum": 77.9, + "sun": 3.2, + "cloud": 7.4, + "ground_temp": 15.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36007, + "power": 36007 + }, + { + "date": 31101, + "mean_temp": 14.3, + "min_temp": 9.3, + "max_temp": 20.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 39, + "mean_hum": 69.6, + "sun": 8, + "cloud": 0.9, + "ground_temp": 13, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40015, + "power": 38628 + }, + { + "date": 31031, + "mean_temp": 13.9, + "min_temp": 9.1, + "max_temp": 20.5, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.3, + "min_hum": 33, + "mean_hum": 57.6, + "sun": 4.9, + "cloud": 4, + "ground_temp": 11.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41338, + "power": 41338 + }, + { + "date": 31030, + "mean_temp": 10.9, + "min_temp": 4.8, + "max_temp": 17, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 54, + "sun": 7.5, + "cloud": 4.3, + "ground_temp": 10.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42135, + "power": 42135 + }, + { + "date": 31029, + "mean_temp": 7.5, + "min_temp": 2.7, + "max_temp": 12.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.3, + "min_hum": 31, + "mean_hum": 51.3, + "sun": 8.5, + "cloud": 0, + "ground_temp": 7.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42053, + "power": 42053 + }, + { + "date": 31028, + "mean_temp": 8, + "min_temp": 5.4, + "max_temp": 15.8, + "rain": 13, + "max_wind": 8.6, + "mean_wind": 4.4, + "min_hum": 30, + "mean_hum": 52.6, + "sun": 6.2, + "cloud": 4.1, + "ground_temp": 8.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42467, + "power": 42467 + }, + { + "date": 31027, + "mean_temp": 14.3, + "min_temp": 7.8, + "max_temp": 20.8, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.6, + "min_hum": 35, + "mean_hum": 56, + "sun": 8.2, + "cloud": 1, + "ground_temp": 12, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41716, + "power": 41716 + }, + { + "date": 31026, + "mean_temp": 10.7, + "min_temp": 4.8, + "max_temp": 16.8, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.4, + "min_hum": 30, + "mean_hum": 55.6, + "sun": 8.8, + "cloud": 0.1, + "ground_temp": 8.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36638, + "power": 36638 + }, + { + "date": 31025, + "mean_temp": 12.2, + "min_temp": 8.8, + "max_temp": 16.2, + "rain": 5.5, + "max_wind": 5.9, + "mean_wind": 2.7, + "min_hum": 25, + "mean_hum": 54.9, + "sun": 8.6, + "cloud": 2.5, + "ground_temp": 11, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39021, + "power": 39021 + }, + { + "date": 31024, + "mean_temp": 10.7, + "min_temp": 4, + "max_temp": 16, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2, + "min_hum": 42, + "mean_hum": 62.5, + "sun": 7.1, + "cloud": 3.1, + "ground_temp": 9.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41372, + "power": 41372 + }, + { + "date": 31023, + "mean_temp": 8.4, + "min_temp": 4.3, + "max_temp": 12.6, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.5, + "min_hum": 21, + "mean_hum": 39.8, + "sun": 9.1, + "cloud": 0, + "ground_temp": 7.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42166, + "power": 42166 + }, + { + "date": 31022, + "mean_temp": 11.7, + "min_temp": 8, + "max_temp": 15.8, + "rain": 1.5, + "max_wind": 7.7, + "mean_wind": 3.1, + "min_hum": 37, + "mean_hum": 66.1, + "sun": 6.8, + "cloud": 2.6, + "ground_temp": 13, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40321, + "power": 41300 + }, + { + "date": 31021, + "mean_temp": 11.6, + "min_temp": 9, + "max_temp": 15.1, + "rain": 6, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 71, + "mean_hum": 86.9, + "sun": 0.7, + "cloud": 5, + "ground_temp": 12.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41952, + "power": 41952 + }, + { + "date": 31020, + "mean_temp": 12.4, + "min_temp": 8.3, + "max_temp": 17.5, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.3, + "min_hum": 38, + "mean_hum": 61.4, + "sun": 2.4, + "cloud": 5.3, + "ground_temp": 11.8, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41500, + "power": 41500 + }, + { + "date": 31019, + "mean_temp": 12.1, + "min_temp": 6.4, + "max_temp": 18.2, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 20, + "mean_hum": 48.9, + "sun": 8.9, + "cloud": 0, + "ground_temp": 10.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 35846, + "power": 35846 + }, + { + "date": 31018, + "mean_temp": 14, + "min_temp": 10.3, + "max_temp": 19.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 19, + "mean_hum": 54.4, + "sun": 7.2, + "cloud": 1.8, + "ground_temp": 12.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38320, + "power": 38320 + }, + { + "date": 31017, + "mean_temp": 13.5, + "min_temp": 9, + "max_temp": 19.1, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 71.1, + "sun": 7, + "cloud": 2.3, + "ground_temp": 12.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41492, + "power": 41016 + }, + { + "date": 31016, + "mean_temp": 13.7, + "min_temp": 9.1, + "max_temp": 18.5, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 58.5, + "sun": 9, + "cloud": 1, + "ground_temp": 11.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41114, + "power": 41114 + }, + { + "date": 31015, + "mean_temp": 12.1, + "min_temp": 7.3, + "max_temp": 16.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 51.6, + "sun": 7.5, + "cloud": 1.1, + "ground_temp": 11.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41716, + "power": 40667 + }, + { + "date": 31014, + "mean_temp": 13.3, + "min_temp": 10, + "max_temp": 16.7, + "rain": 0, + "max_wind": 6.3, + "mean_wind": 2.7, + "min_hum": 39, + "mean_hum": 63.9, + "sun": 3.1, + "cloud": 4.5, + "ground_temp": 14, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40882, + "power": 41332 + }, + { + "date": 31013, + "mean_temp": 15.4, + "min_temp": 13.6, + "max_temp": 17.7, + "rain": 7.5, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 63, + "mean_hum": 80.4, + "sun": 0.7, + "cloud": 8.3, + "ground_temp": 12.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40882, + "power": 40882 + }, + { + "date": 31012, + "mean_temp": 19.2, + "min_temp": 17, + "max_temp": 22.7, + "rain": 2.5, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 50, + "mean_hum": 74, + "sun": 1.8, + "cloud": 8.6, + "ground_temp": 17, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 35510, + "power": 35510 + }, + { + "date": 31011, + "mean_temp": 20, + "min_temp": 14.8, + "max_temp": 25.3, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 31, + "mean_hum": 59.8, + "sun": 5.3, + "cloud": 5.8, + "ground_temp": 18.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36505, + "power": 38303 + }, + { + "date": 31010, + "mean_temp": 19.6, + "min_temp": 14.8, + "max_temp": 26, + "rain": 0, + "max_wind": 2.3, + "mean_wind": 1.2, + "min_hum": 31, + "mean_hum": 64.1, + "sun": 7.6, + "cloud": 5.1, + "ground_temp": 17.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41492, + "power": 41174 + }, + { + "date": 31009, + "mean_temp": 18.9, + "min_temp": 14.5, + "max_temp": 24.7, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 62.6, + "sun": 8.5, + "cloud": 3.1, + "ground_temp": 17, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 41428, + "power": 41428 + }, + { + "date": 31008, + "mean_temp": 18, + "min_temp": 13.1, + "max_temp": 24.3, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 59.4, + "sun": 9.4, + "cloud": 1, + "ground_temp": 16, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40573, + "power": 40573 + }, + { + "date": 31007, + "mean_temp": 16.6, + "min_temp": 11.6, + "max_temp": 22.5, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.1, + "min_hum": 25, + "mean_hum": 65.4, + "sun": 9.2, + "cloud": 0.3, + "ground_temp": 16.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41004, + "power": 41004 + }, + { + "date": 31006, + "mean_temp": 16, + "min_temp": 11.3, + "max_temp": 21.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 38, + "mean_hum": 72.9, + "sun": 8.2, + "cloud": 2.3, + "ground_temp": 16.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40662, + "power": 40662 + }, + { + "date": 31005, + "mean_temp": 15.1, + "min_temp": 10.6, + "max_temp": 19.3, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 32, + "mean_hum": 60.3, + "sun": 1.5, + "cloud": 6.3, + "ground_temp": 16.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34703, + "power": 34703 + }, + { + "date": 31004, + "mean_temp": 15.3, + "min_temp": 11, + "max_temp": 20.6, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 21, + "mean_hum": 44.6, + "sun": 9.3, + "cloud": 3, + "ground_temp": 15.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39021, + "power": 36717 + }, + { + "date": 31003, + "mean_temp": 15.3, + "min_temp": 10.5, + "max_temp": 20, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2, + "min_hum": 30, + "mean_hum": 52, + "sun": 8.4, + "cloud": 4.5, + "ground_temp": 16.8, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 37476, + "power": 37501 + }, + { + "date": 31002, + "mean_temp": 15.1, + "min_temp": 12.5, + "max_temp": 19.5, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 34, + "mean_hum": 60.6, + "sun": 4.3, + "cloud": 4.9, + "ground_temp": 17.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40662, + "power": 39927 + }, + { + "date": 31001, + "mean_temp": 16, + "min_temp": 13.8, + "max_temp": 19.4, + "rain": 5.5, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 69, + "mean_hum": 88.3, + "sun": 0, + "cloud": 9, + "ground_temp": 17.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40116, + "power": 40116 + }, + { + "date": 30930, + "mean_temp": 19.2, + "min_temp": 14, + "max_temp": 23.8, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.6, + "min_hum": 46, + "mean_hum": 65, + "sun": 6.6, + "cloud": 4.4, + "ground_temp": 17.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40914, + "power": 40914 + }, + { + "date": 30929, + "mean_temp": 19.9, + "min_temp": 14.5, + "max_temp": 25.5, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 0.8, + "min_hum": 31, + "mean_hum": 59.8, + "sun": 8.5, + "cloud": 1.8, + "ground_temp": 16.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40915, + "power": 40915 + }, + { + "date": 30928, + "mean_temp": 20.4, + "min_temp": 17.9, + "max_temp": 25.1, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 0.8, + "min_hum": 35, + "mean_hum": 64.4, + "sun": 2.3, + "cloud": 5.9, + "ground_temp": 20, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34807, + "power": 34807 + }, + { + "date": 30927, + "mean_temp": 20.4, + "min_temp": 15.1, + "max_temp": 25.9, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 0.7, + "min_hum": 34, + "mean_hum": 58.4, + "sun": 4.5, + "cloud": 5.9, + "ground_temp": 20.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36505, + "power": 38526 + }, + { + "date": 30926, + "mean_temp": 20.3, + "min_temp": 16.2, + "max_temp": 25.9, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 1, + "min_hum": 33, + "mean_hum": 65.4, + "sun": 8.1, + "cloud": 1.3, + "ground_temp": 20.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41492, + "power": 41492 + }, + { + "date": 30925, + "mean_temp": 20.2, + "min_temp": 15.3, + "max_temp": 25.6, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1, + "min_hum": 42, + "mean_hum": 63.5, + "sun": 8.2, + "cloud": 0.9, + "ground_temp": 20.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40465, + "power": 41351 + }, + { + "date": 30924, + "mean_temp": 18.8, + "min_temp": 14.3, + "max_temp": 23, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 1.1, + "min_hum": 35, + "mean_hum": 56.8, + "sun": 5, + "cloud": 4.1, + "ground_temp": 17, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40321, + "power": 40321 + }, + { + "date": 30923, + "mean_temp": 18.7, + "min_temp": 13.9, + "max_temp": 24.1, + "rain": 0, + "max_wind": 1.8, + "mean_wind": 0.9, + "min_hum": 19, + "mean_hum": 52.1, + "sun": 9, + "cloud": 1.4, + "ground_temp": 18.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40465, + "power": 40804 + }, + { + "date": 30922, + "mean_temp": 18.9, + "min_temp": 13.8, + "max_temp": 24.7, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 0.8, + "min_hum": 23, + "mean_hum": 53.3, + "sun": 8.5, + "cloud": 1.4, + "ground_temp": 18.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40465, + "power": 40465 + }, + { + "date": 30921, + "mean_temp": 19.4, + "min_temp": 14.3, + "max_temp": 24.3, + "rain": 0, + "max_wind": 1.7, + "mean_wind": 0.7, + "min_hum": 33, + "mean_hum": 57.1, + "sun": 6, + "cloud": 2.9, + "ground_temp": 18.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34360, + "power": 34360 + }, + { + "date": 30920, + "mean_temp": 20.6, + "min_temp": 17.9, + "max_temp": 25.3, + "rain": 0, + "max_wind": 2.1, + "mean_wind": 1.2, + "min_hum": 31, + "mean_hum": 53, + "sun": 5.1, + "cloud": 6.3, + "ground_temp": 20.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38508, + "power": 38508 + }, + { + "date": 30919, + "mean_temp": 21.1, + "min_temp": 18.3, + "max_temp": 24.9, + "rain": 0.2, + "max_wind": 2.3, + "mean_wind": 1.3, + "min_hum": 52, + "mean_hum": 67.1, + "sun": 2.3, + "cloud": 8.1, + "ground_temp": 17.7, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41620, + "power": 41620 + }, + { + "date": 30918, + "mean_temp": 20.4, + "min_temp": 18.4, + "max_temp": 22.7, + "rain": 101, + "max_wind": 3.8, + "mean_wind": 1.9, + "min_hum": 81, + "mean_hum": 91, + "sun": 0, + "cloud": 9.9, + "ground_temp": 19.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42858, + "power": 42858 + }, + { + "date": 30917, + "mean_temp": 23.2, + "min_temp": 19.6, + "max_temp": 27.2, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 0.7, + "min_hum": 55, + "mean_hum": 76.9, + "sun": 1.1, + "cloud": 5.3, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43314, + "power": 43314 + }, + { + "date": 30916, + "mean_temp": 22.5, + "min_temp": 18.4, + "max_temp": 27.2, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 0.9, + "min_hum": 49, + "mean_hum": 74.5, + "sun": 4.6, + "cloud": 2.1, + "ground_temp": 22.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40465, + "power": 42673 + }, + { + "date": 30915, + "mean_temp": 23.2, + "min_temp": 20.3, + "max_temp": 27.7, + "rain": 0, + "max_wind": 1.8, + "mean_wind": 0.7, + "min_hum": 44, + "mean_hum": 71.4, + "sun": 3.8, + "cloud": 5.5, + "ground_temp": 22.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43314, + "power": 40901 + }, + { + "date": 30914, + "mean_temp": 22.1, + "min_temp": 18.8, + "max_temp": 25.8, + "rain": 0, + "max_wind": 2.8, + "mean_wind": 1.5, + "min_hum": 55, + "mean_hum": 77.4, + "sun": 4, + "cloud": 5.9, + "ground_temp": 23.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34564, + "power": 33389 + }, + { + "date": 30913, + "mean_temp": 22, + "min_temp": 19.7, + "max_temp": 25, + "rain": 3, + "max_wind": 5.3, + "mean_wind": 2.3, + "min_hum": 65, + "mean_hum": 80.1, + "sun": 1.1, + "cloud": 9.3, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38565, + "power": 31181 + }, + { + "date": 30912, + "mean_temp": 21.3, + "min_temp": 20.1, + "max_temp": 22.4, + "rain": 16.5, + "max_wind": 4, + "mean_wind": 2.2, + "min_hum": 74, + "mean_hum": 86.4, + "sun": 0, + "cloud": 10, + "ground_temp": 20.5, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 31712, + "power": 27756 + }, + { + "date": 30911, + "mean_temp": 21.7, + "min_temp": 18.8, + "max_temp": 24.6, + "rain": 0, + "max_wind": 1.9, + "mean_wind": 0.6, + "min_hum": 57, + "mean_hum": 76.8, + "sun": 0.1, + "cloud": 9.5, + "ground_temp": 22.6, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 31712, + "power": 26916 + }, + { + "date": 30910, + "mean_temp": 20.9, + "min_temp": 17.4, + "max_temp": 25, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.2, + "min_hum": 53, + "mean_hum": 76.6, + "sun": 2.9, + "cloud": 7, + "ground_temp": 23.7, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 31712, + "power": 31712 + }, + { + "date": 30909, + "mean_temp": 18.8, + "min_temp": 17.3, + "max_temp": 22.6, + "rain": 55.5, + "max_wind": 3.9, + "mean_wind": 1.1, + "min_hum": 69, + "mean_hum": 88.8, + "sun": 0, + "cloud": 9.9, + "ground_temp": 20.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40705, + "power": 40705 + }, + { + "date": 30908, + "mean_temp": 23.2, + "min_temp": 19.8, + "max_temp": 28.7, + "rain": 1.5, + "max_wind": 3.4, + "mean_wind": 1.4, + "min_hum": 43, + "mean_hum": 75.8, + "sun": 6.6, + "cloud": 7.5, + "ground_temp": 23.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44412, + "power": 44412 + }, + { + "date": 30907, + "mean_temp": 21.1, + "min_temp": 20.3, + "max_temp": 22.6, + "rain": 19, + "max_wind": 4.2, + "mean_wind": 0.7, + "min_hum": 81, + "mean_hum": 91.5, + "sun": 0, + "cloud": 10, + "ground_temp": 21.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 38283, + "power": 38283 + }, + { + "date": 30906, + "mean_temp": 22.3, + "min_temp": 18.5, + "max_temp": 25.7, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 0.9, + "min_hum": 53, + "mean_hum": 76, + "sun": 0.5, + "cloud": 7.5, + "ground_temp": 23.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36855, + "power": 41910 + }, + { + "date": 30905, + "mean_temp": 22.9, + "min_temp": 21.2, + "max_temp": 24.7, + "rain": 34.5, + "max_wind": 6.2, + "mean_wind": 2.4, + "min_hum": 75, + "mean_hum": 85.4, + "sun": 0, + "cloud": 9.3, + "ground_temp": 22.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41620, + "power": 44880 + }, + { + "date": 30904, + "mean_temp": 22, + "min_temp": 17.7, + "max_temp": 26.1, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1, + "min_hum": 45, + "mean_hum": 75.5, + "sun": 1.2, + "cloud": 8, + "ground_temp": 24.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40365, + "power": 44191 + }, + { + "date": 30903, + "mean_temp": 20.8, + "min_temp": 18.7, + "max_temp": 24, + "rain": 2.5, + "max_wind": 1.8, + "mean_wind": 0.6, + "min_hum": 62, + "mean_hum": 84.6, + "sun": 0.1, + "cloud": 8.8, + "ground_temp": 22.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42888, + "power": 42888 + }, + { + "date": 30902, + "mean_temp": 18.8, + "min_temp": 15.6, + "max_temp": 21.9, + "rain": 24.5, + "max_wind": 3.4, + "mean_wind": 0.5, + "min_hum": 74, + "mean_hum": 88.1, + "sun": 0, + "cloud": 9.9, + "ground_temp": 20.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42057, + "power": 42057 + }, + { + "date": 30901, + "mean_temp": 22, + "min_temp": 19.2, + "max_temp": 25.4, + "rain": 0, + "max_wind": 1.3, + "mean_wind": 0.6, + "min_hum": 58, + "mean_hum": 78, + "sun": 0.3, + "cloud": 9.4, + "ground_temp": 22, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42057, + "power": 41888 + }, + { + "date": 30831, + "mean_temp": 21.2, + "min_temp": 16.6, + "max_temp": 26, + "rain": 0.5, + "max_wind": 2.1, + "mean_wind": 0.7, + "min_hum": 49, + "mean_hum": 72.1, + "sun": 3.6, + "cloud": 7.8, + "ground_temp": 21, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34564, + "power": 34564 + }, + { + "date": 30830, + "mean_temp": 20.2, + "min_temp": 16.6, + "max_temp": 24, + "rain": 10, + "max_wind": 2.7, + "mean_wind": 1, + "min_hum": 67, + "mean_hum": 85.3, + "sun": 0, + "cloud": 10, + "ground_temp": 21.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38123, + "power": 39933 + }, + { + "date": 30829, + "mean_temp": 22.4, + "min_temp": 20.8, + "max_temp": 25.1, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.1, + "min_hum": 62, + "mean_hum": 79.4, + "sun": 0, + "cloud": 8.5, + "ground_temp": 21.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41620, + "power": 42649 + }, + { + "date": 30828, + "mean_temp": 24, + "min_temp": 19.9, + "max_temp": 29.1, + "rain": 9.5, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 50, + "mean_hum": 75.9, + "sun": 5, + "cloud": 7.5, + "ground_temp": 23.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43985, + "power": 43985 + }, + { + "date": 30827, + "mean_temp": 21.5, + "min_temp": 20.2, + "max_temp": 23.3, + "rain": 75, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 79, + "mean_hum": 89.8, + "sun": 0, + "cloud": 10, + "ground_temp": 22.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42201, + "power": 42201 + }, + { + "date": 30826, + "mean_temp": 24.2, + "min_temp": 21.9, + "max_temp": 26.9, + "rain": 0, + "max_wind": 2.2, + "mean_wind": 0.8, + "min_hum": 64, + "mean_hum": 79.3, + "sun": 0.1, + "cloud": 9.3, + "ground_temp": 25.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44314, + "power": 44314 + }, + { + "date": 30825, + "mean_temp": 25, + "min_temp": 21.2, + "max_temp": 30.2, + "rain": 4, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 51, + "mean_hum": 77.8, + "sun": 6.9, + "cloud": 6.1, + "ground_temp": 25.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41755, + "power": 44718 + }, + { + "date": 30824, + "mean_temp": 22.7, + "min_temp": 20.9, + "max_temp": 24.8, + "rain": 177, + "max_wind": 4.5, + "mean_wind": 1.9, + "min_hum": 88, + "mean_hum": 93, + "sun": 0, + "cloud": 10, + "ground_temp": 22.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37125, + "power": 37125 + }, + { + "date": 30823, + "mean_temp": 24.6, + "min_temp": 24, + "max_temp": 25.6, + "rain": 75.5, + "max_wind": 5.7, + "mean_wind": 2.7, + "min_hum": 83, + "mean_hum": 89.6, + "sun": 0, + "cloud": 10, + "ground_temp": 24.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36038, + "power": 43491 + }, + { + "date": 30822, + "mean_temp": 27, + "min_temp": 25.2, + "max_temp": 30, + "rain": 1.5, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 55, + "mean_hum": 77.8, + "sun": 3.5, + "cloud": 8, + "ground_temp": 28.5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 47385, + "power": 47385 + }, + { + "date": 30821, + "mean_temp": 26.5, + "min_temp": 23.9, + "max_temp": 29.6, + "rain": 10, + "max_wind": 3, + "mean_wind": 1.1, + "min_hum": 65, + "mean_hum": 84.1, + "sun": 1, + "cloud": 8.1, + "ground_temp": 31.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 45982, + "power": 45982 + }, + { + "date": 30820, + "mean_temp": 24.6, + "min_temp": 21.9, + "max_temp": 27.7, + "rain": 146.5, + "max_wind": 4.3, + "mean_wind": 1.3, + "min_hum": 72, + "mean_hum": 88.4, + "sun": 0.1, + "cloud": 8.5, + "ground_temp": 24, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44283, + "power": 44283 + }, + { + "date": 30819, + "mean_temp": 21.8, + "min_temp": 21.1, + "max_temp": 22.8, + "rain": 33.5, + "max_wind": 2.7, + "mean_wind": 1.2, + "min_hum": 72, + "mean_hum": 85.8, + "sun": 0, + "cloud": 9.6, + "ground_temp": 21, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41858, + "power": 41858 + }, + { + "date": 30818, + "mean_temp": 21.4, + "min_temp": 19.9, + "max_temp": 23, + "rain": 5, + "max_wind": 1.9, + "mean_wind": 1, + "min_hum": 73, + "mean_hum": 82.9, + "sun": 0, + "cloud": 9.1, + "ground_temp": 22.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40681, + "power": 40681 + }, + { + "date": 30817, + "mean_temp": 23, + "min_temp": 21.1, + "max_temp": 25.1, + "rain": 0.2, + "max_wind": 1.6, + "mean_wind": 1, + "min_hum": 55, + "mean_hum": 68.3, + "sun": 0, + "cloud": 9.8, + "ground_temp": 26.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34807, + "power": 34121 + }, + { + "date": 30816, + "mean_temp": 23.5, + "min_temp": 21.4, + "max_temp": 26.5, + "rain": 0, + "max_wind": 2.5, + "mean_wind": 1.4, + "min_hum": 51, + "mean_hum": 61.9, + "sun": 0.1, + "cloud": 9.1, + "ground_temp": 24.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36855, + "power": 36855 + }, + { + "date": 30815, + "mean_temp": 24.7, + "min_temp": 19.9, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.7, + "min_hum": 32, + "mean_hum": 51, + "sun": 10.1, + "cloud": 4, + "ground_temp": 29.7, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 37476, + "power": 37476 + }, + { + "date": 30814, + "mean_temp": 24.9, + "min_temp": 19.8, + "max_temp": 29.7, + "rain": 0, + "max_wind": 2.4, + "mean_wind": 1.3, + "min_hum": 34, + "mean_hum": 52, + "sun": 10.1, + "cloud": 0.9, + "ground_temp": 29.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42440, + "power": 42440 + }, + { + "date": 30813, + "mean_temp": 24.7, + "min_temp": 20.6, + "max_temp": 30, + "rain": 0, + "max_wind": 2, + "mean_wind": 0.7, + "min_hum": 30, + "mean_hum": 60.8, + "sun": 3.8, + "cloud": 5.4, + "ground_temp": 26.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41942, + "power": 41942 + }, + { + "date": 30812, + "mean_temp": 24.8, + "min_temp": 20.4, + "max_temp": 30, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.6, + "min_hum": 33, + "mean_hum": 64.4, + "sun": 10, + "cloud": 3.8, + "ground_temp": 26.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42839, + "power": 42839 + }, + { + "date": 30811, + "mean_temp": 23.8, + "min_temp": 20.9, + "max_temp": 28.3, + "rain": 3.5, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 51, + "mean_hum": 78.1, + "sun": 4, + "cloud": 6, + "ground_temp": 24.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41755, + "power": 41755 + }, + { + "date": 30810, + "mean_temp": 24.1, + "min_temp": 22.2, + "max_temp": 27.2, + "rain": 4, + "max_wind": 3.5, + "mean_wind": 1.6, + "min_hum": 60, + "mean_hum": 79.3, + "sun": 0.3, + "cloud": 9.1, + "ground_temp": 28.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 35339, + "power": 35339 + }, + { + "date": 30809, + "mean_temp": 26.7, + "min_temp": 22.3, + "max_temp": 31.6, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 37, + "mean_hum": 63, + "sun": 10, + "cloud": 2.4, + "ground_temp": 28.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 40316, + "power": 40316 + }, + { + "date": 30808, + "mean_temp": 25.1, + "min_temp": 19.7, + "max_temp": 30.2, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.3, + "min_hum": 43, + "mean_hum": 71.3, + "sun": 8.2, + "cloud": 3.1, + "ground_temp": 27.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41628, + "power": 41628 + }, + { + "date": 30807, + "mean_temp": 22.7, + "min_temp": 20.7, + "max_temp": 25.2, + "rain": 50, + "max_wind": 4, + "mean_wind": 1.7, + "min_hum": 64, + "mean_hum": 81.4, + "sun": 0.9, + "cloud": 8.4, + "ground_temp": 23.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40365, + "power": 40365 + }, + { + "date": 30806, + "mean_temp": 23.4, + "min_temp": 20.6, + "max_temp": 27.5, + "rain": 28.5, + "max_wind": 6.4, + "mean_wind": 1.5, + "min_hum": 64, + "mean_hum": 82.3, + "sun": 0.2, + "cloud": 9.1, + "ground_temp": 24.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44314, + "power": 42811 + }, + { + "date": 30805, + "mean_temp": 26, + "min_temp": 22.9, + "max_temp": 32.2, + "rain": 2, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 46, + "mean_hum": 78.3, + "sun": 4.1, + "cloud": 6.6, + "ground_temp": 29.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43728, + "power": 43728 + }, + { + "date": 30804, + "mean_temp": 26.6, + "min_temp": 23.9, + "max_temp": 29.5, + "rain": 0, + "max_wind": 2.7, + "mean_wind": 0.7, + "min_hum": 61, + "mean_hum": 81.5, + "sun": 0.1, + "cloud": 7.9, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 47385, + "power": 42207 + }, + { + "date": 30803, + "mean_temp": 25.2, + "min_temp": 24.4, + "max_temp": 26.7, + "rain": 29, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 81, + "mean_hum": 90.4, + "sun": 0, + "cloud": 9.4, + "ground_temp": 28.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36141, + "power": 36141 + }, + { + "date": 30802, + "mean_temp": 25, + "min_temp": 21.8, + "max_temp": 29, + "rain": 19, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 58, + "mean_hum": 82.1, + "sun": 0.3, + "cloud": 9.9, + "ground_temp": 23.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36038, + "power": 36038 + }, + { + "date": 30801, + "mean_temp": 25.8, + "min_temp": 23.6, + "max_temp": 28.9, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.7, + "min_hum": 61, + "mean_hum": 77.3, + "sun": 0.6, + "cloud": 9, + "ground_temp": 24.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 37626, + "power": 37626 + }, + { + "date": 30731, + "mean_temp": 26.4, + "min_temp": 23.5, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.8, + "min_hum": 51, + "mean_hum": 70.8, + "sun": 5.1, + "cloud": 6, + "ground_temp": 24.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39668, + "power": 39668 + }, + { + "date": 30730, + "mean_temp": 26.2, + "min_temp": 20.4, + "max_temp": 31.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 43, + "mean_hum": 66.8, + "sun": 8.9, + "cloud": 4.6, + "ground_temp": 27.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41298, + "power": 41298 + }, + { + "date": 30729, + "mean_temp": 24.7, + "min_temp": 21.2, + "max_temp": 29.3, + "rain": 16.5, + "max_wind": 2.1, + "mean_wind": 1.1, + "min_hum": 57, + "mean_hum": 80.3, + "sun": 1.6, + "cloud": 6.6, + "ground_temp": 21.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41145, + "power": 41145 + }, + { + "date": 30728, + "mean_temp": 22.2, + "min_temp": 21.2, + "max_temp": 24.6, + "rain": 29, + "max_wind": 2.4, + "mean_wind": 1.2, + "min_hum": 64, + "mean_hum": 85.3, + "sun": 0.1, + "cloud": 10, + "ground_temp": 22.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39655, + "power": 39655 + }, + { + "date": 30727, + "mean_temp": 21, + "min_temp": 19.3, + "max_temp": 24.7, + "rain": 49.5, + "max_wind": 2.8, + "mean_wind": 1.6, + "min_hum": 66, + "mean_hum": 90.3, + "sun": 0, + "cloud": 10, + "ground_temp": 23.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34119, + "power": 34119 + }, + { + "date": 30726, + "mean_temp": 25.6, + "min_temp": 22.8, + "max_temp": 29.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 2, + "min_hum": 49, + "mean_hum": 65, + "sun": 1.8, + "cloud": 8.5, + "ground_temp": 20.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37609, + "power": 40087 + }, + { + "date": 30725, + "mean_temp": 26, + "min_temp": 22, + "max_temp": 30.4, + "rain": 18.5, + "max_wind": 3.6, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 71.1, + "sun": 7.7, + "cloud": 6.1, + "ground_temp": 23.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42485, + "power": 42485 + }, + { + "date": 30724, + "mean_temp": 24.6, + "min_temp": 20.5, + "max_temp": 29.2, + "rain": 9.5, + "max_wind": 3.3, + "mean_wind": 1.2, + "min_hum": 52, + "mean_hum": 75, + "sun": 1.3, + "cloud": 9.1, + "ground_temp": 23.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42301, + "power": 42301 + }, + { + "date": 30723, + "mean_temp": 22.3, + "min_temp": 20.4, + "max_temp": 25.8, + "rain": 3, + "max_wind": 4.6, + "mean_wind": 2, + "min_hum": 66, + "mean_hum": 86.4, + "sun": 0.2, + "cloud": 9.5, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39655, + "power": 42420 + }, + { + "date": 30722, + "mean_temp": 22.9, + "min_temp": 21.9, + "max_temp": 25, + "rain": 173.5, + "max_wind": 7, + "mean_wind": 1.7, + "min_hum": 86, + "mean_hum": 93.1, + "sun": 0, + "cloud": 10, + "ground_temp": 21.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42199, + "power": 42199 + }, + { + "date": 30721, + "mean_temp": 25.7, + "min_temp": 23.2, + "max_temp": 29.3, + "rain": 1.5, + "max_wind": 2.9, + "mean_wind": 1.2, + "min_hum": 61, + "mean_hum": 80.8, + "sun": 0.5, + "cloud": 9.6, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42160, + "power": 42160 + }, + { + "date": 30720, + "mean_temp": 24, + "min_temp": 18.7, + "max_temp": 28.9, + "rain": 22, + "max_wind": 6.4, + "mean_wind": 1, + "min_hum": 56, + "mean_hum": 79, + "sun": 4.6, + "cloud": 6.3, + "ground_temp": 25.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34878, + "power": 34878 + }, + { + "date": 30719, + "mean_temp": 20.4, + "min_temp": 19, + "max_temp": 21.6, + "rain": 7, + "max_wind": 6.7, + "mean_wind": 3.1, + "min_hum": 81, + "mean_hum": 86.1, + "sun": 0, + "cloud": 8.5, + "ground_temp": 20.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37289, + "power": 37289 + }, + { + "date": 30718, + "mean_temp": 19.8, + "min_temp": 18.3, + "max_temp": 22.4, + "rain": 58.5, + "max_wind": 4, + "mean_wind": 2.4, + "min_hum": 68, + "mean_hum": 90.5, + "sun": 0, + "cloud": 9.9, + "ground_temp": 19.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42858, + "power": 39704 + }, + { + "date": 30717, + "mean_temp": 24.3, + "min_temp": 21.8, + "max_temp": 27.8, + "rain": 0.5, + "max_wind": 3.5, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 69.3, + "sun": 0.6, + "cloud": 7.8, + "ground_temp": 26.5, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 41428, + "power": 37364 + }, + { + "date": 30716, + "mean_temp": 24.8, + "min_temp": 21.4, + "max_temp": 29, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 1.9, + "min_hum": 51, + "mean_hum": 70.9, + "sun": 3.1, + "cloud": 5.3, + "ground_temp": 23.1, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42169, + "power": 43027 + }, + { + "date": 30715, + "mean_temp": 24.7, + "min_temp": 20.8, + "max_temp": 29.6, + "rain": 18, + "max_wind": 4.6, + "mean_wind": 1.6, + "min_hum": 44, + "mean_hum": 70.1, + "sun": 5.4, + "cloud": 6.3, + "ground_temp": 28.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41298, + "power": 42510 + }, + { + "date": 30714, + "mean_temp": 23.7, + "min_temp": 19.9, + "max_temp": 27.8, + "rain": 0, + "max_wind": 4, + "mean_wind": 2, + "min_hum": 44, + "mean_hum": 59.5, + "sun": 3, + "cloud": 7.8, + "ground_temp": 29.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40852, + "power": 40852 + }, + { + "date": 30713, + "mean_temp": 24.5, + "min_temp": 20.4, + "max_temp": 29.9, + "rain": 0.5, + "max_wind": 4.3, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 59.8, + "sun": 7.2, + "cloud": 6.8, + "ground_temp": 27.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34307, + "power": 34307 + }, + { + "date": 30712, + "mean_temp": 23.3, + "min_temp": 21.4, + "max_temp": 25.4, + "rain": 2, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 61, + "mean_hum": 76.4, + "sun": 0, + "cloud": 9.3, + "ground_temp": 23.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39070, + "power": 39070 + }, + { + "date": 30711, + "mean_temp": 25.2, + "min_temp": 19.1, + "max_temp": 30.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.5, + "min_hum": 39, + "mean_hum": 66.6, + "sun": 6, + "cloud": 5.8, + "ground_temp": 27, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42078, + "power": 42078 + }, + { + "date": 30710, + "mean_temp": 23.2, + "min_temp": 21.2, + "max_temp": 26.4, + "rain": 0.5, + "max_wind": 5.3, + "mean_wind": 2.2, + "min_hum": 61, + "mean_hum": 79.1, + "sun": 1.6, + "cloud": 8.9, + "ground_temp": 24.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42169, + "power": 42169 + }, + { + "date": 30709, + "mean_temp": 21.8, + "min_temp": 20.8, + "max_temp": 25.2, + "rain": 44, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 73, + "mean_hum": 95.9, + "sun": 0, + "cloud": 10, + "ground_temp": 22.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42071, + "power": 42071 + }, + { + "date": 30708, + "mean_temp": 25.7, + "min_temp": 22.4, + "max_temp": 28.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 53, + "mean_hum": 65.9, + "sun": 3.5, + "cloud": 8.1, + "ground_temp": 25.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42169, + "power": 42156 + }, + { + "date": 30707, + "mean_temp": 25.2, + "min_temp": 21.5, + "max_temp": 28.9, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.2, + "min_hum": 49, + "mean_hum": 65.3, + "sun": 6.9, + "cloud": 5.8, + "ground_temp": 23.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42078, + "power": 41566 + }, + { + "date": 30706, + "mean_temp": 24.6, + "min_temp": 21.6, + "max_temp": 27.3, + "rain": 0, + "max_wind": 2.9, + "mean_wind": 1.3, + "min_hum": 63, + "mean_hum": 73, + "sun": 0, + "cloud": 8.5, + "ground_temp": 22, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34736, + "power": 34736 + }, + { + "date": 30705, + "mean_temp": 25.1, + "min_temp": 19.8, + "max_temp": 30.5, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 46, + "mean_hum": 66.6, + "sun": 9.9, + "cloud": 3.8, + "ground_temp": 25.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38712, + "power": 38712 + }, + { + "date": 30704, + "mean_temp": 22.3, + "min_temp": 18.8, + "max_temp": 24.9, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.5, + "min_hum": 56, + "mean_hum": 68.9, + "sun": 1.5, + "cloud": 7.5, + "ground_temp": 22.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 40197, + "power": 40197 + }, + { + "date": 30703, + "mean_temp": 21.4, + "min_temp": 18.7, + "max_temp": 24.3, + "rain": 14, + "max_wind": 5.2, + "mean_wind": 2.5, + "min_hum": 55, + "mean_hum": 70.5, + "sun": 0.4, + "cloud": 8.1, + "ground_temp": 20.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39778, + "power": 39778 + }, + { + "date": 30702, + "mean_temp": 24.7, + "min_temp": 19.6, + "max_temp": 30.7, + "rain": 1.5, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 43, + "mean_hum": 70.1, + "sun": 4.8, + "cloud": 6.1, + "ground_temp": 25.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42078, + "power": 41999 + }, + { + "date": 30701, + "mean_temp": 23, + "min_temp": 20.2, + "max_temp": 27.8, + "rain": 0.3, + "max_wind": 3.4, + "mean_wind": 1.7, + "min_hum": 56, + "mean_hum": 74.9, + "sun": 0.9, + "cloud": 6, + "ground_temp": 23.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40844, + "power": 40844 + }, + { + "date": 30630, + "mean_temp": 22.8, + "min_temp": 19, + "max_temp": 28.3, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 50, + "mean_hum": 75.1, + "sun": 2.2, + "cloud": 9.4, + "ground_temp": 26.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40992, + "power": 40992 + }, + { + "date": 30629, + "mean_temp": 19.7, + "min_temp": 18.5, + "max_temp": 20.7, + "rain": 7.5, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 71, + "mean_hum": 89.6, + "sun": 0, + "cloud": 9.9, + "ground_temp": 24.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 33952, + "power": 33952 + }, + { + "date": 30628, + "mean_temp": 22.8, + "min_temp": 18.1, + "max_temp": 28.1, + "rain": 0.5, + "max_wind": 4.7, + "mean_wind": 2.2, + "min_hum": 46, + "mean_hum": 67.8, + "sun": 7.3, + "cloud": 4.1, + "ground_temp": 22.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38565, + "power": 38565 + }, + { + "date": 30627, + "mean_temp": 20, + "min_temp": 18.2, + "max_temp": 22.5, + "rain": 51.5, + "max_wind": 4.9, + "mean_wind": 3.1, + "min_hum": 76, + "mean_hum": 89, + "sun": 0, + "cloud": 9.9, + "ground_temp": 20.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 40003, + "power": 40003 + }, + { + "date": 30626, + "mean_temp": 22.4, + "min_temp": 18.1, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 48, + "mean_hum": 74.4, + "sun": 2.1, + "cloud": 7.5, + "ground_temp": 24, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41163, + "power": 41163 + }, + { + "date": 30625, + "mean_temp": 19.2, + "min_temp": 15.8, + "max_temp": 23.6, + "rain": 3, + "max_wind": 2.9, + "mean_wind": 1.4, + "min_hum": 62, + "mean_hum": 83.1, + "sun": 0.9, + "cloud": 7.5, + "ground_temp": 24.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39492, + "power": 39492 + }, + { + "date": 30624, + "mean_temp": 16.7, + "min_temp": 15.8, + "max_temp": 18.9, + "rain": 13.5, + "max_wind": 6.6, + "mean_wind": 4.2, + "min_hum": 84, + "mean_hum": 90.8, + "sun": 0, + "cloud": 10, + "ground_temp": 22.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39492, + "power": 39913 + }, + { + "date": 30623, + "mean_temp": 21.4, + "min_temp": 18.9, + "max_temp": 23.9, + "rain": 26, + "max_wind": 6.9, + "mean_wind": 2.7, + "min_hum": 73, + "mean_hum": 85, + "sun": 0, + "cloud": 9.8, + "ground_temp": 22.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40400, + "power": 41347 + }, + { + "date": 30622, + "mean_temp": 24.5, + "min_temp": 19.9, + "max_temp": 30.4, + "rain": 0, + "max_wind": 6.6, + "mean_wind": 1.8, + "min_hum": 45, + "mean_hum": 68.5, + "sun": 6.1, + "cloud": 5.3, + "ground_temp": 27.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34384, + "power": 35552 + }, + { + "date": 30621, + "mean_temp": 23.5, + "min_temp": 19.4, + "max_temp": 27.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 54, + "mean_hum": 71, + "sun": 4.1, + "cloud": 5.5, + "ground_temp": 27.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39607, + "power": 39607 + }, + { + "date": 30620, + "mean_temp": 21.9, + "min_temp": 18.9, + "max_temp": 25.5, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.9, + "min_hum": 52, + "mean_hum": 71.5, + "sun": 2.3, + "cloud": 8.3, + "ground_temp": 25, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42037, + "power": 42037 + }, + { + "date": 30619, + "mean_temp": 23.3, + "min_temp": 19.4, + "max_temp": 26.8, + "rain": 0, + "max_wind": 3, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 66.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41044, + "power": 41044 + }, + { + "date": 30618, + "mean_temp": 22.4, + "min_temp": 17.9, + "max_temp": 27.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 50, + "mean_hum": 66.4, + "sun": 5.4, + "cloud": 7.3, + "ground_temp": 25.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41907, + "power": 41907 + }, + { + "date": 30617, + "mean_temp": 22.3, + "min_temp": 18.1, + "max_temp": 27.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 47, + "mean_hum": 68.4, + "sun": 6.8, + "cloud": 4, + "ground_temp": 24.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41088, + "power": 41088 + }, + { + "date": 30616, + "mean_temp": 20.3, + "min_temp": 16.7, + "max_temp": 25.5, + "rain": 6.5, + "max_wind": 4.1, + "mean_wind": 1.2, + "min_hum": 53, + "mean_hum": 80.3, + "sun": 1.1, + "cloud": 7.3, + "ground_temp": 22.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40400, + "power": 40400 + }, + { + "date": 30615, + "mean_temp": 18, + "min_temp": 17.4, + "max_temp": 19.3, + "rain": 12, + "max_wind": 2.6, + "mean_wind": 1.4, + "min_hum": 82, + "mean_hum": 90, + "sun": 0, + "cloud": 9, + "ground_temp": 19.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 33952, + "power": 33803 + }, + { + "date": 30614, + "mean_temp": 20.2, + "min_temp": 18.6, + "max_temp": 22.7, + "rain": 0.5, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 62, + "mean_hum": 75.1, + "sun": 0.3, + "cloud": 8.8, + "ground_temp": 21.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38123, + "power": 38123 + }, + { + "date": 30613, + "mean_temp": 20.3, + "min_temp": 17.9, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5, + "mean_wind": 2.7, + "min_hum": 57, + "mean_hum": 73.1, + "sun": 0.4, + "cloud": 9.9, + "ground_temp": 22.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 40038, + "power": 40038 + }, + { + "date": 30612, + "mean_temp": 19.3, + "min_temp": 18.3, + "max_temp": 21.2, + "rain": 22, + "max_wind": 3.8, + "mean_wind": 1.4, + "min_hum": 80, + "mean_hum": 91.3, + "sun": 0, + "cloud": 9.4, + "ground_temp": 20, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40194, + "power": 40194 + }, + { + "date": 30611, + "mean_temp": 20.9, + "min_temp": 19.3, + "max_temp": 23.8, + "rain": 9.5, + "max_wind": 2.8, + "mean_wind": 1.4, + "min_hum": 57, + "mean_hum": 79.8, + "sun": 0, + "cloud": 10, + "ground_temp": 20.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40807, + "power": 40807 + }, + { + "date": 30610, + "mean_temp": 23, + "min_temp": 21.1, + "max_temp": 25.1, + "rain": 0, + "max_wind": 3.9, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 56.5, + "sun": 0, + "cloud": 8.5, + "ground_temp": 23.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40781, + "power": 40781 + }, + { + "date": 30609, + "mean_temp": 25.9, + "min_temp": 21.4, + "max_temp": 31.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 43.6, + "sun": 7.8, + "cloud": 4.4, + "ground_temp": 25.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42030, + "power": 42030 + }, + { + "date": 30608, + "mean_temp": 24.1, + "min_temp": 17.8, + "max_temp": 30.9, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.3, + "min_hum": 24, + "mean_hum": 57.3, + "sun": 8, + "cloud": 4.9, + "ground_temp": 26.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34384, + "power": 34384 + }, + { + "date": 30607, + "mean_temp": 20.9, + "min_temp": 14.4, + "max_temp": 27.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 60.4, + "sun": 6.3, + "cloud": 3.6, + "ground_temp": 24, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36111, + "power": 36111 + }, + { + "date": 30606, + "mean_temp": 18.5, + "min_temp": 15.9, + "max_temp": 23.1, + "rain": 3.5, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 48, + "mean_hum": 71.1, + "sun": 0, + "cloud": 7, + "ground_temp": 22.5, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 36125, + "power": 36125 + }, + { + "date": 30605, + "mean_temp": 22.4, + "min_temp": 16.1, + "max_temp": 29.7, + "rain": 0, + "max_wind": 4.9, + "mean_wind": 1.9, + "min_hum": 27, + "mean_hum": 49.8, + "sun": 8.1, + "cloud": 1.4, + "ground_temp": 26.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 40911, + "power": 40911 + }, + { + "date": 30604, + "mean_temp": 21.6, + "min_temp": 17, + "max_temp": 28.2, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.1, + "min_hum": 22, + "mean_hum": 38.3, + "sun": 7.7, + "cloud": 4.3, + "ground_temp": 25, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42030, + "power": 39967 + }, + { + "date": 30603, + "mean_temp": 22, + "min_temp": 16.7, + "max_temp": 27.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.8, + "min_hum": 20, + "mean_hum": 37, + "sun": 5.6, + "cloud": 5, + "ground_temp": 23.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41088, + "power": 39627 + }, + { + "date": 30602, + "mean_temp": 22.6, + "min_temp": 16.4, + "max_temp": 28.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 16, + "mean_hum": 38.1, + "sun": 9.6, + "cloud": 0, + "ground_temp": 23.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39719, + "power": 39719 + }, + { + "date": 30601, + "mean_temp": 23.5, + "min_temp": 18.5, + "max_temp": 28.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 29, + "mean_hum": 51.4, + "sun": 9.7, + "cloud": 0.1, + "ground_temp": 22.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 33240, + "power": 33240 + }, + { + "date": 30531, + "mean_temp": 24.1, + "min_temp": 18.3, + "max_temp": 30.3, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.3, + "min_hum": 30, + "mean_hum": 53.8, + "sun": 9.1, + "cloud": 2, + "ground_temp": 19.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37980, + "power": 37980 + }, + { + "date": 30530, + "mean_temp": 21.7, + "min_temp": 19.1, + "max_temp": 25.2, + "rain": 3, + "max_wind": 2.6, + "mean_wind": 1.3, + "min_hum": 58, + "mean_hum": 77.6, + "sun": 0.6, + "cloud": 8.1, + "ground_temp": 19, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39810, + "power": 39810 + }, + { + "date": 30529, + "mean_temp": 23, + "min_temp": 21.8, + "max_temp": 24.4, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.5, + "min_hum": 52, + "mean_hum": 61.8, + "sun": 0, + "cloud": 9.8, + "ground_temp": 21.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41044, + "power": 39953 + }, + { + "date": 30528, + "mean_temp": 25.2, + "min_temp": 19.2, + "max_temp": 30.4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.6, + "min_hum": 23, + "mean_hum": 46, + "sun": 8.4, + "cloud": 3, + "ground_temp": 21.9, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41044, + "power": 40679 + }, + { + "date": 30527, + "mean_temp": 23.9, + "min_temp": 17.4, + "max_temp": 29.5, + "rain": 0, + "max_wind": 2.6, + "mean_wind": 1.1, + "min_hum": 36, + "mean_hum": 56.9, + "sun": 7.1, + "cloud": 2.3, + "ground_temp": 20.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 40225, + "power": 40225 + }, + { + "date": 30526, + "mean_temp": 21.7, + "min_temp": 16, + "max_temp": 27.7, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2, + "min_hum": 37, + "mean_hum": 58.5, + "sun": 6.2, + "cloud": 3.8, + "ground_temp": 19.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39424, + "power": 39424 + }, + { + "date": 30525, + "mean_temp": 17.3, + "min_temp": 15.3, + "max_temp": 19.8, + "rain": 6, + "max_wind": 4.8, + "mean_wind": 2.7, + "min_hum": 64, + "mean_hum": 77.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 17.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34158, + "power": 34158 + }, + { + "date": 30524, + "mean_temp": 20.5, + "min_temp": 16.5, + "max_temp": 25.6, + "rain": 0.5, + "max_wind": 7.8, + "mean_wind": 1.7, + "min_hum": 37, + "mean_hum": 60.9, + "sun": 0.4, + "cloud": 9.3, + "ground_temp": 18.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37623, + "power": 37623 + }, + { + "date": 30523, + "mean_temp": 20.9, + "min_temp": 14.8, + "max_temp": 26.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 1.4, + "min_hum": 27, + "mean_hum": 52.3, + "sun": 3.9, + "cloud": 4.3, + "ground_temp": 22, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39295, + "power": 39295 + }, + { + "date": 30522, + "mean_temp": 20.7, + "min_temp": 15.2, + "max_temp": 27.6, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 1.4, + "min_hum": 35, + "mean_hum": 60.4, + "sun": 2.6, + "cloud": 5, + "ground_temp": 19.7, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39485, + "power": 39485 + }, + { + "date": 30521, + "mean_temp": 19.3, + "min_temp": 13.2, + "max_temp": 26, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.5, + "min_hum": 35, + "mean_hum": 63.8, + "sun": 6, + "cloud": 5.6, + "ground_temp": 18.6, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39140, + "power": 39140 + }, + { + "date": 30520, + "mean_temp": 18.5, + "min_temp": 15.3, + "max_temp": 22.9, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 62.6, + "sun": 0, + "cloud": 7.9, + "ground_temp": 19.9, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 38671, + "power": 38776 + }, + { + "date": 30519, + "mean_temp": 18.4, + "min_temp": 13.3, + "max_temp": 24.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 39, + "mean_hum": 62.8, + "sun": 3.7, + "cloud": 6.5, + "ground_temp": 20.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39132, + "power": 39132 + }, + { + "date": 30518, + "mean_temp": 17.7, + "min_temp": 14, + "max_temp": 23.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 35, + "mean_hum": 65.4, + "sun": 3.7, + "cloud": 7.5, + "ground_temp": 19.1, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 33414, + "power": 33414 + }, + { + "date": 30517, + "mean_temp": 19.6, + "min_temp": 15.6, + "max_temp": 25.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.3, + "min_hum": 34, + "mean_hum": 63.3, + "sun": 7.7, + "cloud": 3.9, + "ground_temp": 19.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 36505, + "power": 36505 + }, + { + "date": 30516, + "mean_temp": 20.3, + "min_temp": 15.4, + "max_temp": 26.2, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 45.3, + "sun": 6.5, + "cloud": 5.1, + "ground_temp": 18.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 38696, + "power": 38696 + }, + { + "date": 30515, + "mean_temp": 21.1, + "min_temp": 15.9, + "max_temp": 26.6, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 32, + "mean_hum": 45.5, + "sun": 9.3, + "cloud": 2, + "ground_temp": 16.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39417, + "power": 39417 + }, + { + "date": 30514, + "mean_temp": 22.3, + "min_temp": 15.8, + "max_temp": 29.1, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 48.4, + "sun": 7.7, + "cloud": 4.3, + "ground_temp": 16, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39062, + "power": 39062 + }, + { + "date": 30513, + "mean_temp": 21.2, + "min_temp": 14.1, + "max_temp": 28.1, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.5, + "min_hum": 29, + "mean_hum": 47.9, + "sun": 6.9, + "cloud": 1.5, + "ground_temp": 21.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39140, + "power": 39324 + }, + { + "date": 30512, + "mean_temp": 18.6, + "min_temp": 12.4, + "max_temp": 24.4, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 1.5, + "min_hum": 31, + "mean_hum": 49.9, + "sun": 6.6, + "cloud": 0.6, + "ground_temp": 19.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 38939, + "power": 38939 + }, + { + "date": 30511, + "mean_temp": 17.2, + "min_temp": 11.5, + "max_temp": 23.2, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.7, + "min_hum": 31, + "mean_hum": 52, + "sun": 7.4, + "cloud": 0, + "ground_temp": 19, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34415, + "power": 33857 + }, + { + "date": 30510, + "mean_temp": 15.9, + "min_temp": 10.5, + "max_temp": 22.5, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.8, + "min_hum": 29, + "mean_hum": 51.9, + "sun": 7.3, + "cloud": 3.5, + "ground_temp": 18.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38320, + "power": 36448 + }, + { + "date": 30509, + "mean_temp": 14.7, + "min_temp": 9.3, + "max_temp": 19.5, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 57, + "sun": 8.3, + "cloud": 0.3, + "ground_temp": 15.6, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 38665, + "power": 38665 + }, + { + "date": 30508, + "mean_temp": 14.3, + "min_temp": 9.4, + "max_temp": 19.4, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.5, + "min_hum": 25, + "mean_hum": 47.9, + "sun": 8.8, + "cloud": 2.4, + "ground_temp": 16.1, + "n_day": "Thu", + "holiday": 1, + "dicision_pre": 36125, + "power": 37212 + }, + { + "date": 30507, + "mean_temp": 14.7, + "min_temp": 9.3, + "max_temp": 18.4, + "rain": 89.5, + "max_wind": 6, + "mean_wind": 2.7, + "min_hum": 75, + "mean_hum": 90.9, + "sun": 0, + "cloud": 10, + "ground_temp": 12, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39027, + "power": 39027 + }, + { + "date": 30506, + "mean_temp": 18.4, + "min_temp": 16.2, + "max_temp": 22.3, + "rain": 7, + "max_wind": 3.3, + "mean_wind": 1.4, + "min_hum": 42, + "mean_hum": 72, + "sun": 0.2, + "cloud": 8.9, + "ground_temp": 16.8, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 38671, + "power": 38671 + }, + { + "date": 30505, + "mean_temp": 22.4, + "min_temp": 15.3, + "max_temp": 28.9, + "rain": 0, + "max_wind": 3.2, + "mean_wind": 1.1, + "min_hum": 22, + "mean_hum": 47, + "sun": 9.3, + "cloud": 0, + "ground_temp": 19.7, + "n_day": "Mon", + "holiday": 1, + "dicision_pre": 36125, + "power": 33899 + }, + { + "date": 30504, + "mean_temp": 20.9, + "min_temp": 14.3, + "max_temp": 27.7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.5, + "min_hum": 23, + "mean_hum": 46.1, + "sun": 6, + "cloud": 4.4, + "ground_temp": 20.6, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 32699, + "power": 32699 + }, + { + "date": 30503, + "mean_temp": 18.1, + "min_temp": 11, + "max_temp": 24.3, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 1.6, + "min_hum": 21, + "mean_hum": 41.5, + "sun": 8.4, + "cloud": 4.4, + "ground_temp": 22.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38508, + "power": 35395 + }, + { + "date": 30502, + "mean_temp": 17.6, + "min_temp": 12, + "max_temp": 23, + "rain": 0, + "max_wind": 6.5, + "mean_wind": 2, + "min_hum": 15, + "mean_hum": 39.4, + "sun": 9.6, + "cloud": 0, + "ground_temp": 21.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39719, + "power": 37233 + }, + { + "date": 30501, + "mean_temp": 15.9, + "min_temp": 8.5, + "max_temp": 21.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 53.1, + "sun": 9, + "cloud": 0, + "ground_temp": 17.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 36239, + "power": 36239 + }, + { + "date": 30430, + "mean_temp": 13.9, + "min_temp": 9.8, + "max_temp": 18.8, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.9, + "min_hum": 20, + "mean_hum": 51.1, + "sun": 9.3, + "cloud": 0, + "ground_temp": 14.5, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 38897, + "power": 38897 + }, + { + "date": 30429, + "mean_temp": 13.2, + "min_temp": 11.4, + "max_temp": 15.6, + "rain": 39, + "max_wind": 4.9, + "mean_wind": 2.1, + "min_hum": 66, + "mean_hum": 87.4, + "sun": 0, + "cloud": 8.8, + "ground_temp": 12.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39520, + "power": 39520 + }, + { + "date": 30428, + "mean_temp": 17.7, + "min_temp": 11.1, + "max_temp": 24.6, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 56.1, + "sun": 8.6, + "cloud": 2.3, + "ground_temp": 19.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39383, + "power": 38686 + }, + { + "date": 30427, + "mean_temp": 15.4, + "min_temp": 11.7, + "max_temp": 19.6, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 2.8, + "min_hum": 41, + "mean_hum": 63.8, + "sun": 2.5, + "cloud": 5.9, + "ground_temp": 18.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34415, + "power": 34415 + }, + { + "date": 30426, + "mean_temp": 14.4, + "min_temp": 8.6, + "max_temp": 19.8, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.2, + "min_hum": 39, + "mean_hum": 67.4, + "sun": 7.2, + "cloud": 1.5, + "ground_temp": 15.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37609, + "power": 37234 + }, + { + "date": 30425, + "mean_temp": 12.3, + "min_temp": 10.2, + "max_temp": 14.8, + "rain": 19, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 73, + "mean_hum": 87.1, + "sun": 0, + "cloud": 7.8, + "ground_temp": 11.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39733, + "power": 39733 + }, + { + "date": 30424, + "mean_temp": 14.8, + "min_temp": 9.1, + "max_temp": 19.6, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.6, + "min_hum": 42, + "mean_hum": 68.3, + "sun": 3.6, + "cloud": 7.8, + "ground_temp": 16.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39885, + "power": 39885 + }, + { + "date": 30423, + "mean_temp": 11.6, + "min_temp": 9, + "max_temp": 14.8, + "rain": 13, + "max_wind": 3.9, + "mean_wind": 1.5, + "min_hum": 61, + "mean_hum": 81.1, + "sun": 0.1, + "cloud": 9.1, + "ground_temp": 13.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40083, + "power": 39952 + }, + { + "date": 30422, + "mean_temp": 12.2, + "min_temp": 10.7, + "max_temp": 15.3, + "rain": 2.5, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 42, + "mean_hum": 65, + "sun": 0, + "cloud": 8.8, + "ground_temp": 11.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39954, + "power": 39954 + }, + { + "date": 30421, + "mean_temp": 13.2, + "min_temp": 6.6, + "max_temp": 19.5, + "rain": 0, + "max_wind": 3.6, + "mean_wind": 2, + "min_hum": 28, + "mean_hum": 49.6, + "sun": 9.7, + "cloud": 2.1, + "ground_temp": 15.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39898, + "power": 39898 + }, + { + "date": 30420, + "mean_temp": 9.5, + "min_temp": 8.8, + "max_temp": 10.6, + "rain": 7, + "max_wind": 5.1, + "mean_wind": 2.7, + "min_hum": 79, + "mean_hum": 91.1, + "sun": 0, + "cloud": 9.1, + "ground_temp": 9.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37518, + "power": 35474 + }, + { + "date": 30419, + "mean_temp": 10.3, + "min_temp": 8.3, + "max_temp": 12.1, + "rain": 7.5, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 78, + "mean_hum": 88, + "sun": 0, + "cloud": 10, + "ground_temp": 9.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 37609, + "power": 37609 + }, + { + "date": 30418, + "mean_temp": 16.9, + "min_temp": 10.1, + "max_temp": 21.4, + "rain": 32, + "max_wind": 9, + "mean_wind": 2.8, + "min_hum": 55, + "mean_hum": 79, + "sun": 0.7, + "cloud": 9.3, + "ground_temp": 13, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39383, + "power": 39351 + }, + { + "date": 30417, + "mean_temp": 19.1, + "min_temp": 12.9, + "max_temp": 23.4, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 2.7, + "min_hum": 34, + "mean_hum": 52.1, + "sun": 2.4, + "cloud": 6.6, + "ground_temp": 17.1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39383, + "power": 39035 + }, + { + "date": 30416, + "mean_temp": 16.6, + "min_temp": 10.6, + "max_temp": 23.5, + "rain": 0, + "max_wind": 7.3, + "mean_wind": 2.4, + "min_hum": 19, + "mean_hum": 37.3, + "sun": 8, + "cloud": 1.5, + "ground_temp": 17.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39383, + "power": 39383 + }, + { + "date": 30415, + "mean_temp": 14.4, + "min_temp": 7.9, + "max_temp": 19.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.6, + "min_hum": 23, + "mean_hum": 38.5, + "sun": 6.7, + "cloud": 0.8, + "ground_temp": 15.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 38939, + "power": 39850 + }, + { + "date": 30414, + "mean_temp": 13.7, + "min_temp": 8.6, + "max_temp": 19.3, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.1, + "min_hum": 16, + "mean_hum": 36.1, + "sun": 7.8, + "cloud": 2.3, + "ground_temp": 15, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39899, + "power": 39899 + }, + { + "date": 30413, + "mean_temp": 11.7, + "min_temp": 6.8, + "max_temp": 17.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.8, + "min_hum": 19, + "mean_hum": 56.4, + "sun": 7, + "cloud": 4, + "ground_temp": 13.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 35351, + "power": 35351 + }, + { + "date": 30412, + "mean_temp": 10.2, + "min_temp": 8.3, + "max_temp": 13.4, + "rain": 0, + "max_wind": 7, + "mean_wind": 3, + "min_hum": 70, + "mean_hum": 87, + "sun": 0.6, + "cloud": 8.9, + "ground_temp": 14.5, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38142, + "power": 38142 + }, + { + "date": 30411, + "mean_temp": 9.7, + "min_temp": 8.2, + "max_temp": 12.7, + "rain": 12, + "max_wind": 5, + "mean_wind": 2.3, + "min_hum": 44, + "mean_hum": 85.4, + "sun": 0, + "cloud": 10, + "ground_temp": 9.8, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41056, + "power": 40632 + }, + { + "date": 30410, + "mean_temp": 11.3, + "min_temp": 4.8, + "max_temp": 18.1, + "rain": 0, + "max_wind": 5.3, + "mean_wind": 1.9, + "min_hum": 16, + "mean_hum": 52.8, + "sun": 7.7, + "cloud": 3.9, + "ground_temp": 11, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39954, + "power": 40321 + }, + { + "date": 30409, + "mean_temp": 8.2, + "min_temp": 5.8, + "max_temp": 11.6, + "rain": 0.1, + "max_wind": 5.2, + "mean_wind": 2.4, + "min_hum": 45, + "mean_hum": 69.3, + "sun": 0.6, + "cloud": 6.9, + "ground_temp": 8.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40838, + "power": 40838 + }, + { + "date": 30408, + "mean_temp": 10.1, + "min_temp": 7.6, + "max_temp": 14.4, + "rain": 1.5, + "max_wind": 7.5, + "mean_wind": 3.8, + "min_hum": 48, + "mean_hum": 72.9, + "sun": 2.2, + "cloud": 7.8, + "ground_temp": 7.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42270, + "power": 40699 + }, + { + "date": 30407, + "mean_temp": 11, + "min_temp": 7.4, + "max_temp": 17.1, + "rain": 6, + "max_wind": 8.2, + "mean_wind": 2.8, + "min_hum": 17, + "mean_hum": 56.3, + "sun": 0.7, + "cloud": 8.1, + "ground_temp": 12.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 40083, + "power": 40083 + }, + { + "date": 30406, + "mean_temp": 12, + "min_temp": 7, + "max_temp": 18.3, + "rain": 0, + "max_wind": 6, + "mean_wind": 3, + "min_hum": 28, + "mean_hum": 50.9, + "sun": 6.7, + "cloud": 1.5, + "ground_temp": 13, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 34731, + "power": 34731 + }, + { + "date": 30405, + "mean_temp": 12, + "min_temp": 7.6, + "max_temp": 17.7, + "rain": 0, + "max_wind": 7.8, + "mean_wind": 2.7, + "min_hum": 17, + "mean_hum": 33.9, + "sun": 8, + "cloud": 0.3, + "ground_temp": 12, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39021, + "power": 36534 + }, + { + "date": 30404, + "mean_temp": 14.2, + "min_temp": 10.3, + "max_temp": 19.3, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.4, + "min_hum": 20, + "mean_hum": 32.6, + "sun": 5.7, + "cloud": 5.3, + "ground_temp": 12.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 39672, + "power": 39672 + }, + { + "date": 30403, + "mean_temp": 13.9, + "min_temp": 8.6, + "max_temp": 19.8, + "rain": 0, + "max_wind": 5.1, + "mean_wind": 2.9, + "min_hum": 13, + "mean_hum": 27.6, + "sun": 5, + "cloud": 6.1, + "ground_temp": 11.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 39851, + "power": 39851 + }, + { + "date": 30402, + "mean_temp": 14.9, + "min_temp": 10.2, + "max_temp": 21, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.4, + "min_hum": 17, + "mean_hum": 33.3, + "sun": 7.1, + "cloud": 4.1, + "ground_temp": 12.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 39848, + "power": 39848 + }, + { + "date": 30401, + "mean_temp": 16.4, + "min_temp": 11.3, + "max_temp": 22.4, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 3.3, + "min_hum": 15, + "mean_hum": 32, + "sun": 7.9, + "cloud": 1.5, + "ground_temp": 13.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 39901, + "power": 39901 + }, + { + "date": 30331, + "mean_temp": 16, + "min_temp": 11.4, + "max_temp": 20.9, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.6, + "min_hum": 45, + "mean_hum": 59.4, + "sun": 1.9, + "cloud": 6.8, + "ground_temp": 11.9, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 39520, + "power": 40030 + }, + { + "date": 30330, + "mean_temp": 12.3, + "min_temp": 8.4, + "max_temp": 17.1, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.4, + "min_hum": 30, + "mean_hum": 45.1, + "sun": 4.8, + "cloud": 6.4, + "ground_temp": 11.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 36385, + "power": 36385 + }, + { + "date": 30329, + "mean_temp": 8, + "min_temp": 2, + "max_temp": 13, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.2, + "min_hum": 19, + "mean_hum": 48.9, + "sun": 5.7, + "cloud": 3.9, + "ground_temp": 10.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38732, + "power": 38732 + }, + { + "date": 30328, + "mean_temp": 6.6, + "min_temp": 3.2, + "max_temp": 11.3, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 28, + "mean_hum": 52.1, + "sun": 4.6, + "cloud": 3.1, + "ground_temp": 10.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41234, + "power": 41234 + }, + { + "date": 30327, + "mean_temp": 8.1, + "min_temp": 5.6, + "max_temp": 11.2, + "rain": 1.5, + "max_wind": 7.5, + "mean_wind": 3.7, + "min_hum": 27, + "mean_hum": 62, + "sun": 4.9, + "cloud": 5.5, + "ground_temp": 10.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41385, + "power": 41385 + }, + { + "date": 30326, + "mean_temp": 9.9, + "min_temp": 4.9, + "max_temp": 16.3, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 60.6, + "sun": 1.1, + "cloud": 10, + "ground_temp": 12, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 40713, + "power": 40713 + }, + { + "date": 30325, + "mean_temp": 6.9, + "min_temp": 5.4, + "max_temp": 10.6, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.4, + "min_hum": 54, + "mean_hum": 76.5, + "sun": 1.6, + "cloud": 8.9, + "ground_temp": 11.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41244, + "power": 41244 + }, + { + "date": 30324, + "mean_temp": 8.6, + "min_temp": 5.6, + "max_temp": 11.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.1, + "min_hum": 43, + "mean_hum": 63.3, + "sun": 0.9, + "cloud": 7, + "ground_temp": 9.6, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 41056, + "power": 41056 + }, + { + "date": 30323, + "mean_temp": 9, + "min_temp": 5.9, + "max_temp": 12.4, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.6, + "min_hum": 26, + "mean_hum": 46.5, + "sun": 0, + "cloud": 5.1, + "ground_temp": 8.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39781, + "power": 36609 + }, + { + "date": 30322, + "mean_temp": 9.8, + "min_temp": 5.4, + "max_temp": 14.9, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.6, + "min_hum": 33, + "mean_hum": 50.9, + "sun": 6.7, + "cloud": 0.3, + "ground_temp": 8.9, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 38818, + "power": 38818 + }, + { + "date": 30321, + "mean_temp": 9.8, + "min_temp": 6.3, + "max_temp": 14, + "rain": 0.1, + "max_wind": 5, + "mean_wind": 2.4, + "min_hum": 31, + "mean_hum": 49.4, + "sun": 1.5, + "cloud": 8.6, + "ground_temp": 6.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42053, + "power": 41211 + }, + { + "date": 30320, + "mean_temp": 7.9, + "min_temp": 1.4, + "max_temp": 14.2, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 48, + "sun": 6.1, + "cloud": 0, + "ground_temp": 6.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41565, + "power": 41565 + }, + { + "date": 30319, + "mean_temp": 7.1, + "min_temp": 2, + "max_temp": 12.4, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2.3, + "min_hum": 23, + "mean_hum": 41.6, + "sun": 6.9, + "cloud": 0.4, + "ground_temp": 5.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41500, + "power": 41500 + }, + { + "date": 30318, + "mean_temp": 6.7, + "min_temp": 2.1, + "max_temp": 11.9, + "rain": 0, + "max_wind": 6.4, + "mean_wind": 2.5, + "min_hum": 20, + "mean_hum": 49.5, + "sun": 7.7, + "cloud": 0.3, + "ground_temp": 5.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41856, + "power": 41639 + }, + { + "date": 30317, + "mean_temp": 6.2, + "min_temp": 3.1, + "max_temp": 10.1, + "rain": 1.5, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 44, + "mean_hum": 68, + "sun": 1.3, + "cloud": 7.1, + "ground_temp": 2.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42270, + "power": 41613 + }, + { + "date": 30316, + "mean_temp": 6.8, + "min_temp": 4.6, + "max_temp": 8.5, + "rain": 6.5, + "max_wind": 3.6, + "mean_wind": 2.3, + "min_hum": 53, + "mean_hum": 79.5, + "sun": 0, + "cloud": 9.9, + "ground_temp": 2.9, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 37518, + "power": 37518 + }, + { + "date": 30315, + "mean_temp": 8.3, + "min_temp": 4.3, + "max_temp": 13.4, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.8, + "min_hum": 32, + "mean_hum": 53.6, + "sun": 4.7, + "cloud": 5.5, + "ground_temp": 4.6, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 39564, + "power": 39564 + }, + { + "date": 30314, + "mean_temp": 5.8, + "min_temp": 1.2, + "max_temp": 10.1, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 59.8, + "sun": 4.2, + "cloud": 7.3, + "ground_temp": 5, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 41774, + "power": 41774 + }, + { + "date": 30313, + "mean_temp": 5.8, + "min_temp": 1.7, + "max_temp": 10.7, + "rain": 0, + "max_wind": 6, + "mean_wind": 2.2, + "min_hum": 31, + "mean_hum": 53.9, + "sun": 6.5, + "cloud": 2.4, + "ground_temp": 4.9, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42201, + "power": 41787 + }, + { + "date": 30312, + "mean_temp": 6.6, + "min_temp": 3.5, + "max_temp": 11.7, + "rain": 0, + "max_wind": 5.8, + "mean_wind": 2.1, + "min_hum": 20, + "mean_hum": 46.5, + "sun": 5.1, + "cloud": 2.8, + "ground_temp": 2.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 41856, + "power": 41856 + }, + { + "date": 30311, + "mean_temp": 5.6, + "min_temp": 0.5, + "max_temp": 11, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.4, + "min_hum": 21, + "mean_hum": 46.3, + "sun": 6.2, + "cloud": 4.4, + "ground_temp": 3.3, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41577, + "power": 41577 + }, + { + "date": 30310, + "mean_temp": 4.6, + "min_temp": 0.3, + "max_temp": 9, + "rain": 0, + "max_wind": 3.7, + "mean_wind": 1.7, + "min_hum": 28, + "mean_hum": 56.3, + "sun": 4.7, + "cloud": 2.1, + "ground_temp": 3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42201, + "power": 42201 + }, + { + "date": 30309, + "mean_temp": 3.4, + "min_temp": 0, + "max_temp": 7, + "rain": 0, + "max_wind": 3.5, + "mean_wind": 1.3, + "min_hum": 41, + "mean_hum": 69.8, + "sun": 1.1, + "cloud": 3.3, + "ground_temp": 2.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39453, + "power": 39453 + }, + { + "date": 30308, + "mean_temp": 2.6, + "min_temp": 0.8, + "max_temp": 4.8, + "rain": 0.5, + "max_wind": 3.8, + "mean_wind": 1.7, + "min_hum": 49, + "mean_hum": 76.5, + "sun": 0, + "cloud": 8.5, + "ground_temp": 2.4, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41205, + "power": 41205 + }, + { + "date": 30307, + "mean_temp": 2.8, + "min_temp": 1.1, + "max_temp": 3.8, + "rain": 5.2, + "max_wind": 5, + "mean_wind": 2.2, + "min_hum": 82, + "mean_hum": 86.5, + "sun": 0, + "cloud": 10, + "ground_temp": 2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42506, + "power": 42506 + }, + { + "date": 30306, + "mean_temp": 3.4, + "min_temp": 1.7, + "max_temp": 4.1, + "rain": 3.5, + "max_wind": 3.9, + "mean_wind": 2.5, + "min_hum": 41, + "mean_hum": 74.4, + "sun": 0, + "cloud": 10, + "ground_temp": 1, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42270, + "power": 42506 + }, + { + "date": 30305, + "mean_temp": 2.5, + "min_temp": -1.3, + "max_temp": 6.9, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.9, + "min_hum": 23, + "mean_hum": 39.6, + "sun": 0.7, + "cloud": 9, + "ground_temp": 2.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42545, + "power": 42545 + }, + { + "date": 30304, + "mean_temp": -1, + "min_temp": -5, + "max_temp": 2.9, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.8, + "min_hum": 23, + "mean_hum": 36.5, + "sun": 6, + "cloud": 3.9, + "ground_temp": -1.2, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42699, + "power": 42699 + }, + { + "date": 30303, + "mean_temp": 0.4, + "min_temp": -2.7, + "max_temp": 4.4, + "rain": 2.5, + "max_wind": 7.4, + "mean_wind": 4.3, + "min_hum": 32, + "mean_hum": 55.1, + "sun": 7.4, + "cloud": 2.6, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42565, + "power": 42565 + }, + { + "date": 30302, + "mean_temp": 4.3, + "min_temp": 1.4, + "max_temp": 7.2, + "rain": 5, + "max_wind": 4.3, + "mean_wind": 2.5, + "min_hum": 52, + "mean_hum": 72.5, + "sun": 1, + "cloud": 7.4, + "ground_temp": 6.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39453, + "power": 37440 + }, + { + "date": 30301, + "mean_temp": 6.5, + "min_temp": 4, + "max_temp": 10.2, + "rain": 0.5, + "max_wind": 6.2, + "mean_wind": 2.3, + "min_hum": 48, + "mean_hum": 69.1, + "sun": 1, + "cloud": 6.1, + "ground_temp": 7.1, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 33663, + "power": 38987 + }, + { + "date": 30228, + "mean_temp": 6.6, + "min_temp": 1.6, + "max_temp": 11.9, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.3, + "min_hum": 36, + "mean_hum": 58.5, + "sun": 3.9, + "cloud": 6.3, + "ground_temp": 4.4, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43398, + "power": 40914 + }, + { + "date": 30227, + "mean_temp": 6.1, + "min_temp": 1.2, + "max_temp": 11.4, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2.1, + "min_hum": 28, + "mean_hum": 54.6, + "sun": 7, + "cloud": 0.5, + "ground_temp": 3.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42053, + "power": 41967 + }, + { + "date": 30226, + "mean_temp": 4.9, + "min_temp": 3.5, + "max_temp": 8.5, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 48, + "mean_hum": 67.8, + "sun": 0.1, + "cloud": 6, + "ground_temp": 6.3, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42036, + "power": 42036 + }, + { + "date": 30225, + "mean_temp": 4.3, + "min_temp": 1.5, + "max_temp": 9.1, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.6, + "min_hum": 39, + "mean_hum": 70.6, + "sun": 1.1, + "cloud": 6.4, + "ground_temp": 5.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42036, + "power": 42244 + }, + { + "date": 30224, + "mean_temp": 3.7, + "min_temp": 1.6, + "max_temp": 7.6, + "rain": 0.5, + "max_wind": 5.7, + "mean_wind": 2, + "min_hum": 49, + "mean_hum": 77, + "sun": 2.5, + "cloud": 4.6, + "ground_temp": 3.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42270, + "power": 42270 + }, + { + "date": 30223, + "mean_temp": 2.8, + "min_temp": 1.9, + "max_temp": 3.7, + "rain": 1, + "max_wind": 4.6, + "mean_wind": 3.1, + "min_hum": 61, + "mean_hum": 74.8, + "sun": 0, + "cloud": 10, + "ground_temp": 1.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39389, + "power": 39389 + }, + { + "date": 30222, + "mean_temp": 3.8, + "min_temp": 1.3, + "max_temp": 4.9, + "rain": 19, + "max_wind": 5.6, + "mean_wind": 4, + "min_hum": 73, + "mean_hum": 86.1, + "sun": 0, + "cloud": 10, + "ground_temp": 2.1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41205, + "power": 41112 + }, + { + "date": 30221, + "mean_temp": 3.5, + "min_temp": 1.5, + "max_temp": 6.4, + "rain": 13.5, + "max_wind": 4, + "mean_wind": 2.1, + "min_hum": 39, + "mean_hum": 63.5, + "sun": 0, + "cloud": 8.9, + "ground_temp": 2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43398, + "power": 42696 + }, + { + "date": 30220, + "mean_temp": 3.3, + "min_temp": -0.7, + "max_temp": 8.5, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 1.7, + "min_hum": 17, + "mean_hum": 50.9, + "sun": 7, + "cloud": 1, + "ground_temp": 3.3, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 42739, + "power": 42739 + }, + { + "date": 30219, + "mean_temp": 2.2, + "min_temp": 0.8, + "max_temp": 4, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 2.1, + "min_hum": 59, + "mean_hum": 78, + "sun": 0, + "cloud": 7.6, + "ground_temp": 2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 42811, + "power": 42811 + }, + { + "date": 30218, + "mean_temp": 4.1, + "min_temp": 1.5, + "max_temp": 7.1, + "rain": 0, + "max_wind": 3.4, + "mean_wind": 1.6, + "min_hum": 61, + "mean_hum": 72.8, + "sun": 0, + "cloud": 8.5, + "ground_temp": 2.7, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 42702, + "power": 42578 + }, + { + "date": 30217, + "mean_temp": 4.1, + "min_temp": -0.4, + "max_temp": 9.6, + "rain": 0, + "max_wind": 4.8, + "mean_wind": 2, + "min_hum": 32, + "mean_hum": 58, + "sun": 3.5, + "cloud": 2.5, + "ground_temp": 2.7, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42739, + "power": 42609 + }, + { + "date": 30216, + "mean_temp": 4.3, + "min_temp": 0.3, + "max_temp": 9.5, + "rain": 0, + "max_wind": 5.5, + "mean_wind": 2.4, + "min_hum": 34, + "mean_hum": 47.3, + "sun": 6.1, + "cloud": 0.3, + "ground_temp": 2.8, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40717, + "power": 39268 + }, + { + "date": 30215, + "mean_temp": 4, + "min_temp": -0.2, + "max_temp": 9.7, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.1, + "min_hum": 21, + "mean_hum": 39.9, + "sun": 4.2, + "cloud": 5.4, + "ground_temp": 0.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41902, + "power": 41902 + }, + { + "date": 30214, + "mean_temp": 2.7, + "min_temp": -1, + "max_temp": 7.5, + "rain": 0, + "max_wind": 4.1, + "mean_wind": 2, + "min_hum": 23, + "mean_hum": 54.9, + "sun": 5.8, + "cloud": 0.9, + "ground_temp": 1.1, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42545, + "power": 43115 + }, + { + "date": 30213, + "mean_temp": 1.5, + "min_temp": -2.4, + "max_temp": 5.6, + "rain": 0, + "max_wind": 7.6, + "mean_wind": 3.4, + "min_hum": 35, + "mean_hum": 63.1, + "sun": 5, + "cloud": 5.3, + "ground_temp": 1.2, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43202, + "power": 43202 + }, + { + "date": 30212, + "mean_temp": -4.1, + "min_temp": -8.3, + "max_temp": -0.4, + "rain": 0.1, + "max_wind": 6, + "mean_wind": 3.2, + "min_hum": 18, + "mean_hum": 45.6, + "sun": 7.2, + "cloud": 1.9, + "ground_temp": 1.2, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43230, + "power": 43574 + }, + { + "date": 30211, + "mean_temp": -0.6, + "min_temp": -6, + "max_temp": 4.1, + "rain": 1.5, + "max_wind": 6.6, + "mean_wind": 3.7, + "min_hum": 23, + "mean_hum": 58.5, + "sun": 5.7, + "cloud": 4.4, + "ground_temp": 0.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43230, + "power": 43230 + }, + { + "date": 30210, + "mean_temp": 5.5, + "min_temp": 2.1, + "max_temp": 10.3, + "rain": 0.5, + "max_wind": 3.9, + "mean_wind": 1.7, + "min_hum": 45, + "mean_hum": 71.1, + "sun": 1.1, + "cloud": 7, + "ground_temp": 1.2, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 42270, + "power": 42318 + }, + { + "date": 30209, + "mean_temp": 4.6, + "min_temp": 0.5, + "max_temp": 8.8, + "rain": 0, + "max_wind": 3.3, + "mean_wind": 1.2, + "min_hum": 59, + "mean_hum": 79.9, + "sun": 2.5, + "cloud": 4.6, + "ground_temp": 3.3, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40363, + "power": 40363 + }, + { + "date": 30208, + "mean_temp": 4.5, + "min_temp": 3.1, + "max_temp": 6, + "rain": 3, + "max_wind": 3.8, + "mean_wind": 2.3, + "min_hum": 61, + "mean_hum": 77.9, + "sun": 0, + "cloud": 6.3, + "ground_temp": 1, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41372, + "power": 41372 + }, + { + "date": 30207, + "mean_temp": 4.3, + "min_temp": 1.6, + "max_temp": 6.7, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 53, + "mean_hum": 64.1, + "sun": 0, + "cloud": 9.4, + "ground_temp": 2.2, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42702, + "power": 42702 + }, + { + "date": 30206, + "mean_temp": 0.5, + "min_temp": -4.5, + "max_temp": 4.9, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 2.8, + "min_hum": 36, + "mean_hum": 57.9, + "sun": 6.9, + "cloud": 2.6, + "ground_temp": 0.5, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43202, + "power": 43025 + }, + { + "date": 30205, + "mean_temp": -0.3, + "min_temp": -2.8, + "max_temp": 3.9, + "rain": 0, + "max_wind": 5.6, + "mean_wind": 2.6, + "min_hum": 29, + "mean_hum": 47, + "sun": 4.8, + "cloud": 1.8, + "ground_temp": 0.7, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43230, + "power": 43035 + }, + { + "date": 30204, + "mean_temp": 0.6, + "min_temp": -1.2, + "max_temp": 3.9, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 26, + "mean_hum": 49.9, + "sun": 3.8, + "cloud": 3, + "ground_temp": 0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 41903, + "power": 41903 + }, + { + "date": 30203, + "mean_temp": -0.6, + "min_temp": -4.4, + "max_temp": 4.2, + "rain": 0, + "max_wind": 4, + "mean_wind": 1.9, + "min_hum": 25, + "mean_hum": 50.5, + "sun": 5.9, + "cloud": 2.5, + "ground_temp": -0.3, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 37539, + "power": 37539 + }, + { + "date": 30202, + "mean_temp": -0.6, + "min_temp": -4.6, + "max_temp": 4.1, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 1.9, + "min_hum": 26, + "mean_hum": 57.4, + "sun": 6, + "cloud": 0.3, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 1, + "dicision_pre": 40219, + "power": 33677 + }, + { + "date": 30201, + "mean_temp": -1.3, + "min_temp": -6.7, + "max_temp": 4.5, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.4, + "min_hum": 31, + "mean_hum": 52, + "sun": 4.9, + "cloud": 2, + "ground_temp": 0.5, + "n_day": "Sat", + "holiday": 1, + "dicision_pre": 33663, + "power": 33663 + }, + { + "date": 30131, + "mean_temp": -2.5, + "min_temp": -5.1, + "max_temp": 0.8, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 33, + "mean_hum": 55.9, + "sun": 5.8, + "cloud": 5.9, + "ground_temp": -2.2, + "n_day": "Fri", + "holiday": 1, + "dicision_pre": 39513, + "power": 39513 + }, + { + "date": 30130, + "mean_temp": -7.2, + "min_temp": -13.2, + "max_temp": -1.9, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 1.9, + "min_hum": 22, + "mean_hum": 49.9, + "sun": 6.3, + "cloud": 1.3, + "ground_temp": -3.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44373, + "power": 43620 + }, + { + "date": 30129, + "mean_temp": -11.7, + "min_temp": -13.9, + "max_temp": -8.5, + "rain": 0, + "max_wind": 9, + "mean_wind": 4.7, + "min_hum": 31, + "mean_hum": 45.1, + "sun": 6.2, + "cloud": 0.5, + "ground_temp": -6.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44536, + "power": 44536 + }, + { + "date": 30128, + "mean_temp": -8.1, + "min_temp": -11.9, + "max_temp": -4.1, + "rain": 0, + "max_wind": 8.8, + "mean_wind": 4.3, + "min_hum": 31, + "mean_hum": 52.9, + "sun": 5.1, + "cloud": 3.1, + "ground_temp": -3.6, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44536, + "power": 44633 + }, + { + "date": 30127, + "mean_temp": -1.7, + "min_temp": -6.1, + "max_temp": 2.8, + "rain": 5.6, + "max_wind": 8.9, + "mean_wind": 4.2, + "min_hum": 67, + "mean_hum": 81.9, + "sun": 0, + "cloud": 9.8, + "ground_temp": 0.1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43254, + "power": 44320 + }, + { + "date": 30126, + "mean_temp": 2.7, + "min_temp": 1.8, + "max_temp": 4.2, + "rain": 1.5, + "max_wind": 3.4, + "mean_wind": 2.2, + "min_hum": 39, + "mean_hum": 69.1, + "sun": 0, + "cloud": 9.6, + "ground_temp": -0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 39080, + "power": 41009 + }, + { + "date": 30125, + "mean_temp": 0.3, + "min_temp": -5, + "max_temp": 4.7, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.9, + "min_hum": 28, + "mean_hum": 46.6, + "sun": 3.4, + "cloud": 3.4, + "ground_temp": -1.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42943, + "power": 42997 + }, + { + "date": 30124, + "mean_temp": -1.6, + "min_temp": -4.7, + "max_temp": 2.5, + "rain": 0, + "max_wind": 4.4, + "mean_wind": 2, + "min_hum": 29, + "mean_hum": 50.6, + "sun": 6, + "cloud": 0, + "ground_temp": -0.9, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 44042, + "power": 43888 + }, + { + "date": 30123, + "mean_temp": -1.3, + "min_temp": -4.3, + "max_temp": 3.1, + "rain": 0, + "max_wind": 5.4, + "mean_wind": 2.6, + "min_hum": 44, + "mean_hum": 65.6, + "sun": 5.8, + "cloud": 1, + "ground_temp": -0.6, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44042, + "power": 44042 + }, + { + "date": 30122, + "mean_temp": -2.1, + "min_temp": -2.9, + "max_temp": -0.8, + "rain": 1, + "max_wind": 3.5, + "mean_wind": 1.9, + "min_hum": 56, + "mean_hum": 74.1, + "sun": 0, + "cloud": 7.5, + "ground_temp": -0.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 44011, + "power": 44011 + }, + { + "date": 30121, + "mean_temp": -2.1, + "min_temp": -5.6, + "max_temp": 1.8, + "rain": 0, + "max_wind": 5.7, + "mean_wind": 2.2, + "min_hum": 21, + "mean_hum": 49.3, + "sun": 5.7, + "cloud": 0.1, + "ground_temp": -1.1, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 44042, + "power": 43799 + }, + { + "date": 30120, + "mean_temp": -0.7, + "min_temp": -3.2, + "max_temp": 3, + "rain": 0, + "max_wind": 4.6, + "mean_wind": 2.3, + "min_hum": 24, + "mean_hum": 54.5, + "sun": 4.2, + "cloud": 2.4, + "ground_temp": -0.4, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 44004, + "power": 44004 + }, + { + "date": 30119, + "mean_temp": 0.9, + "min_temp": -0.8, + "max_temp": 2.6, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 1.7, + "min_hum": 55, + "mean_hum": 69.1, + "sun": 2, + "cloud": 3.8, + "ground_temp": -0.4, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40219, + "power": 40219 + }, + { + "date": 30118, + "mean_temp": 1.9, + "min_temp": 0.7, + "max_temp": 3.8, + "rain": 0, + "max_wind": 4.2, + "mean_wind": 2.2, + "min_hum": 57, + "mean_hum": 76.3, + "sun": 0, + "cloud": 8.6, + "ground_temp": -0.3, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 41757, + "power": 41757 + }, + { + "date": 30117, + "mean_temp": 2.8, + "min_temp": 1.9, + "max_temp": 4.2, + "rain": 4.5, + "max_wind": 3.9, + "mean_wind": 2, + "min_hum": 62, + "mean_hum": 77.1, + "sun": 0, + "cloud": 10, + "ground_temp": -0.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43124, + "power": 43124 + }, + { + "date": 30116, + "mean_temp": -0.1, + "min_temp": -4.8, + "max_temp": 3.2, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 54.6, + "sun": 0.6, + "cloud": 7.5, + "ground_temp": -0.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 43809, + "power": 43927 + }, + { + "date": 30115, + "mean_temp": -3.9, + "min_temp": -7.7, + "max_temp": 0.6, + "rain": 0, + "max_wind": 4.7, + "mean_wind": 2.1, + "min_hum": 23, + "mean_hum": 45, + "sun": 5, + "cloud": 0.8, + "ground_temp": -0.4, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 43809, + "power": 43809 + }, + { + "date": 30114, + "mean_temp": -2.2, + "min_temp": -5.9, + "max_temp": 2.7, + "rain": 0, + "max_wind": 6.8, + "mean_wind": 3.9, + "min_hum": 24, + "mean_hum": 44.5, + "sun": 6.4, + "cloud": 1.3, + "ground_temp": -0.4, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 43809, + "power": 44411 + }, + { + "date": 30113, + "mean_temp": 5.5, + "min_temp": 2.7, + "max_temp": 8.7, + "rain": 0, + "max_wind": 6.7, + "mean_wind": 3, + "min_hum": 70, + "mean_hum": 82.6, + "sun": 0, + "cloud": 8.1, + "ground_temp": 1, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 43254, + "power": 43254 + }, + { + "date": 30112, + "mean_temp": 3.9, + "min_temp": 0, + "max_temp": 8, + "rain": 0, + "max_wind": 6.2, + "mean_wind": 2.7, + "min_hum": 48, + "mean_hum": 70.5, + "sun": 1.5, + "cloud": 2.8, + "ground_temp": -0.7, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40742, + "power": 40742 + }, + { + "date": 30111, + "mean_temp": 0.6, + "min_temp": -3.3, + "max_temp": 4.9, + "rain": 0, + "max_wind": 5.2, + "mean_wind": 2, + "min_hum": 39, + "mean_hum": 69.5, + "sun": 1.9, + "cloud": 1.4, + "ground_temp": -1.7, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42943, + "power": 42943 + }, + { + "date": 30110, + "mean_temp": 0.7, + "min_temp": -1.7, + "max_temp": 4.4, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.6, + "min_hum": 51, + "mean_hum": 75.1, + "sun": 0, + "cloud": 3.6, + "ground_temp": -2.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 43608, + "power": 43608 + }, + { + "date": 30109, + "mean_temp": 0.5, + "min_temp": -2.4, + "max_temp": 4.3, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.3, + "min_hum": 54, + "mean_hum": 72.8, + "sun": 0, + "cloud": 5.9, + "ground_temp": -2.4, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 44373, + "power": 44373 + }, + { + "date": 30108, + "mean_temp": -3.3, + "min_temp": -8.6, + "max_temp": 1.2, + "rain": 0, + "max_wind": 4.5, + "mean_wind": 1.5, + "min_hum": 41, + "mean_hum": 65.9, + "sun": 4.5, + "cloud": 1, + "ground_temp": -3.8, + "n_day": "Wed", + "holiday": 0, + "dicision_pre": 45046, + "power": 44293 + }, + { + "date": 30107, + "mean_temp": -5.6, + "min_temp": -10.5, + "max_temp": -0.5, + "rain": 0, + "max_wind": 3.1, + "mean_wind": 1.3, + "min_hum": 33, + "mean_hum": 55.4, + "sun": 1.7, + "cloud": 0.6, + "ground_temp": -4.5, + "n_day": "Tue", + "holiday": 0, + "dicision_pre": 45046, + "power": 45046 + }, + { + "date": 30106, + "mean_temp": -9.2, + "min_temp": -14.3, + "max_temp": -4.3, + "rain": 0, + "max_wind": 3.8, + "mean_wind": 1.8, + "min_hum": 25, + "mean_hum": 47.5, + "sun": 5.6, + "cloud": 0, + "ground_temp": -5.5, + "n_day": "Mon", + "holiday": 0, + "dicision_pre": 45023, + "power": 45023 + }, + { + "date": 30105, + "mean_temp": -12.8, + "min_temp": -15.5, + "max_temp": -9.1, + "rain": 0, + "max_wind": 6.1, + "mean_wind": 3.8, + "min_hum": 32, + "mean_hum": 46.5, + "sun": 4.5, + "cloud": 0.5, + "ground_temp": -5.5, + "n_day": "Sun", + "holiday": 0, + "dicision_pre": 40606, + "power": 41733 + }, + { + "date": 30104, + "mean_temp": -10.2, + "min_temp": -13.4, + "max_temp": -6.8, + "rain": 0.2, + "max_wind": 6.6, + "mean_wind": 4.1, + "min_hum": 48, + "mean_hum": 60.5, + "sun": 0.6, + "cloud": 6, + "ground_temp": -3.2, + "n_day": "Sat", + "holiday": 0, + "dicision_pre": 42162, + "power": 42162 + }, + { + "date": 30103, + "mean_temp": -3.6, + "min_temp": -6.8, + "max_temp": -0.3, + "rain": 1.3, + "max_wind": 7.1, + "mean_wind": 2.7, + "min_hum": 41, + "mean_hum": 70.3, + "sun": 0, + "cloud": 6.8, + "ground_temp": -1.3, + "n_day": "Fri", + "holiday": 0, + "dicision_pre": 42866, + "power": 42866 + }, + { + "date": 30102, + "mean_temp": -4.3, + "min_temp": -9.2, + "max_temp": 0, + "rain": 0, + "max_wind": 4.3, + "mean_wind": 1.8, + "min_hum": 26, + "mean_hum": 43.4, + "sun": 3.7, + "cloud": 5.3, + "ground_temp": -1.8, + "n_day": "Thu", + "holiday": 0, + "dicision_pre": 41084, + "power": 41084 + }, + { + "date": 30101, + "mean_temp": -4.7, + "min_temp": -7.1, + "max_temp": -1, + "rain": 0, + "max_wind": 5.9, + "mean_wind": 2.9, + "min_hum": 26, + "mean_hum": 46.1, + "sun": 5.8, + "cloud": 0, + "ground_temp": -1.7, + "n_day": "Wed", + "holiday": 1, + "dicision_pre": 39513, + "power": 38679 + } +] \ No newline at end of file diff --git a/src/assets/demo/demo.css b/src/assets/demo/demo.css new file mode 100644 index 0000000..7c08428 --- /dev/null +++ b/src/assets/demo/demo.css @@ -0,0 +1,63 @@ +.tim-row { + margin-bottom: 20px; +} + +.tim-white-buttons { + background-color: #777777; +} + +.typography-line { + padding-left: 25%; + margin-bottom: 35px; + position: relative; + display: block; + width: 100%; +} + +.typography-line span { + bottom: 10px; + color: #c0c1c2; + display: block; + font-weight: 400; + font-size: 13px; + line-height: 13px; + left: 0; + position: absolute; + width: 260px; + text-transform: none; +} + +.tim-row { + padding-top: 60px; +} + +.tim-row h3 { + margin-top: 0; +} + +.offline-doc .page-header { + display: flex; + align-items: center; +} + +.offline-doc .footer { + position: absolute; + width: 100%; + background: transparent; + bottom: 0; + color: #fff; + z-index: 1; +} + +@media all and (min-width: 992px) { + .sidebar .nav>li.active-pro { + position: absolute; + width: 100%; + bottom: 10px; + } +} + +.card.card-upgrade .card-category { + max-width: 530px; + margin: 0 auto; +} \ No newline at end of file diff --git a/src/assets/fonts/nucleo.eot b/src/assets/fonts/nucleo.eot new file mode 100644 index 0000000..8609095 Binary files /dev/null and b/src/assets/fonts/nucleo.eot differ diff --git a/src/assets/fonts/nucleo.ttf b/src/assets/fonts/nucleo.ttf new file mode 100644 index 0000000..2a42417 Binary files /dev/null and b/src/assets/fonts/nucleo.ttf differ diff --git a/src/assets/fonts/nucleo.woff b/src/assets/fonts/nucleo.woff new file mode 100644 index 0000000..20fecf0 Binary files /dev/null and b/src/assets/fonts/nucleo.woff differ diff --git a/src/assets/fonts/nucleo.woff2 b/src/assets/fonts/nucleo.woff2 new file mode 100644 index 0000000..eae6879 Binary files /dev/null and b/src/assets/fonts/nucleo.woff2 differ diff --git a/src/assets/sass/black-dashboard.scss b/src/assets/sass/black-dashboard.scss new file mode 100644 index 0000000..4f2a8de --- /dev/null +++ b/src/assets/sass/black-dashboard.scss @@ -0,0 +1,98 @@ + +/* + ========================================================= + * Vue Black Dashboard - v1.1.0 + ========================================================= + + * Product Page: https://www.creative-tim.com/product/black-dashboard + * Copyright 2019 Creative Tim (http://www.creative-tim.com) + + ========================================================= + + * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + */ + + // Core + +@import "black-dashboard/custom/functions"; +@import "black-dashboard/bootstrap/functions"; + +@import "black-dashboard/custom/variables"; +@import "black-dashboard/bootstrap/variables"; + +@import "black-dashboard/custom/mixins"; +@import "black-dashboard/bootstrap/mixins"; + + // Bootstrap components + +@import "black-dashboard/bootstrap/root"; +@import "black-dashboard/bootstrap/reboot"; +@import "black-dashboard/bootstrap/type"; +@import "black-dashboard/bootstrap/images"; +@import "black-dashboard/bootstrap/code"; +@import "black-dashboard/bootstrap/grid"; +@import "black-dashboard/bootstrap/tables"; +@import "black-dashboard/bootstrap/forms"; +@import "black-dashboard/bootstrap/buttons"; +@import "black-dashboard/bootstrap/transitions"; +@import "black-dashboard/bootstrap/dropdown"; +@import "black-dashboard/bootstrap/button-group"; +@import "black-dashboard/bootstrap/input-group"; +@import "black-dashboard/bootstrap/custom-forms"; +@import "black-dashboard/bootstrap/nav"; +@import "black-dashboard/bootstrap/navbar"; +@import "black-dashboard/bootstrap/card"; +@import "black-dashboard/bootstrap/breadcrumb"; +@import "black-dashboard/bootstrap/pagination"; +@import "black-dashboard/bootstrap/badge"; +@import "black-dashboard/bootstrap/jumbotron"; +@import "black-dashboard/bootstrap/alert"; +@import "black-dashboard/bootstrap/progress"; +@import "black-dashboard/bootstrap/media"; +@import "black-dashboard/bootstrap/list-group"; +@import "black-dashboard/bootstrap/close"; +@import "black-dashboard/bootstrap/modal"; +@import "black-dashboard/bootstrap/tooltip"; +@import "black-dashboard/bootstrap/popover"; +@import "black-dashboard/bootstrap/carousel"; +@import "black-dashboard/bootstrap/utilities"; +@import "black-dashboard/bootstrap/print"; + + // Custom components + + @import "black-dashboard/custom/alerts.scss"; + @import "black-dashboard/custom/buttons.scss"; + @import "black-dashboard/custom/dropdown.scss"; + @import "black-dashboard/custom/footer.scss"; + @import "black-dashboard/custom/forms.scss"; + @import "black-dashboard/custom/images.scss"; + @import "black-dashboard/custom/modal.scss"; + @import "black-dashboard/custom/navbar.scss"; + @import "black-dashboard/custom/type.scss"; + @import "black-dashboard/custom/tables"; + @import "black-dashboard/custom/checkboxes-radio"; + @import "black-dashboard/custom/fixed-plugin"; + @import "black-dashboard/custom/sidebar-and-main-panel.scss"; + @import "black-dashboard/custom/misc.scss"; + @import "black-dashboard/custom/rtl.scss"; + @import "black-dashboard/custom/input-group.scss"; + + + // Vendor / Plugins + +@import "black-dashboard/custom/vendor/plugin-perfect-scrollbar.scss"; +@import "black-dashboard/custom/vendor/plugin-animate-bootstrap-notify.scss"; + +// light mode + +@import "black-dashboard/custom/white-content.scss"; + +// Cards + +@import 'black-dashboard/custom/card'; +@import "black-dashboard/custom/cards/card-chart"; +@import "black-dashboard/custom/cards/card-map"; +@import "black-dashboard/custom/cards/card-user"; +@import "black-dashboard/custom/cards/card-task"; +@import "black-dashboard/custom/cards/card-plain"; diff --git a/src/assets/sass/black-dashboard/bootstrap/_alert.scss b/src/assets/sass/black-dashboard/bootstrap/_alert.scss new file mode 100644 index 0000000..dd43e23 --- /dev/null +++ b/src/assets/sass/black-dashboard/bootstrap/_alert.scss @@ -0,0 +1,51 @@ +// +// Base styles +// + +.alert { + position: relative; + padding: $alert-padding-y $alert-padding-x; + margin-bottom: $alert-margin-bottom; + border: $alert-border-width solid transparent; + @include border-radius($alert-border-radius); +} + +// Headings for larger alerts +.alert-heading { + // Specified to prevent conflicts of changing $headings-color + color: inherit; +} + +// Provide class for links that match alerts +.alert-link { + font-weight: $alert-link-font-weight; +} + + +// Dismissible alerts +// +// Expand the right padding and account for the close button's positioning. + +.alert-dismissible { + padding-right: ($close-font-size + $alert-padding-x * 2); + + // Adjust close link position + .close { + position: absolute; + top: 0; + right: 0; + padding: $alert-padding-y $alert-padding-x; + color: inherit; + } +} + + +// Alternate styles +// +// Generate contextual modifier classes for colorizing the alert. + +@each $color, $value in $theme-colors { + .alert-#{$color} { + @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); + } +} diff --git a/src/assets/sass/black-dashboard/bootstrap/_badge.scss b/src/assets/sass/black-dashboard/bootstrap/_badge.scss new file mode 100644 index 0000000..b87a1b0 --- /dev/null +++ b/src/assets/sass/black-dashboard/bootstrap/_badge.scss @@ -0,0 +1,47 @@ +// Base class +// +// Requires one of the contextual, color modifier classes for `color` and +// `background-color`. + +.badge { + display: inline-block; + padding: $badge-padding-y $badge-padding-x; + font-size: $badge-font-size; + font-weight: $badge-font-weight; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + @include border-radius($badge-border-radius); + + // Empty badges collapse automatically + &:empty { + display: none; + } +} + +// Quick fix for badges in buttons +.btn .badge { + position: relative; + top: -1px; +} + +// Pill badges +// +// Make them extra rounded with a modifier to replace v3's badges. + +.badge-pill { + padding-right: $badge-pill-padding-x; + padding-left: $badge-pill-padding-x; + @include border-radius($badge-pill-border-radius); +} + +// Colors +// +// Contextual variations (linked badges get darker on :hover). + +@each $color, $value in $theme-colors { + .badge-#{$color} { + @include badge-variant($value); + } +} diff --git a/src/assets/sass/black-dashboard/bootstrap/_breadcrumb.scss b/src/assets/sass/black-dashboard/bootstrap/_breadcrumb.scss new file mode 100644 index 0000000..be30950 --- /dev/null +++ b/src/assets/sass/black-dashboard/bootstrap/_breadcrumb.scss @@ -0,0 +1,41 @@ +.breadcrumb { + display: flex; + flex-wrap: wrap; + padding: $breadcrumb-padding-y $breadcrumb-padding-x; + margin-bottom: $breadcrumb-margin-bottom; + list-style: none; + background-color: $breadcrumb-bg; + @include border-radius($breadcrumb-border-radius); +} + +.breadcrumb-item { + // The separator between breadcrumbs (by default, a forward-slash: "/") + + .breadcrumb-item { + padding-left: $breadcrumb-item-padding; + + &::before { + display: inline-block; // Suppress underlining of the separator in modern browsers + padding-right: $breadcrumb-item-padding; + color: $breadcrumb-divider-color; + content: $breadcrumb-divider; + } + } + + // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built + // without `