From 649882064b17959800014cbdbc8b45400a23c44d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:23:21 +0000 Subject: [PATCH 1/2] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../github-actions-cache-cleaner.yml | 2 +- CHANGELOG.md | 181 +- Pipfile.lock | 4864 +- README.md | 145 +- README.template.md | 99 +- doc/01_Get_Slack_API_Token.md | 16 +- doc/02_Setting_to_Event_URL.md | 6 +- doc/05_Get_Yahoo_API_Token.md | 5 +- doc/06_Get_OpenAI_API_Token.md | 3 +- renovate.json | 12 +- tests/plugins/test_amedas_map.json | 51615 ++++------------ tests/plugins/test_amedastable.json | 12860 +--- tests/plugins/test_liden_data.geojson | 5 +- tests/plugins/test_targetTimes_N1.json | 11 +- 14 files changed, 15567 insertions(+), 54257 deletions(-) diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index d5cd5f4d29..54db32420f 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -6,7 +6,7 @@ on: - develop - master schedule: - - cron: '0 21 * * *' # 06:00 JST + - cron: "0 21 * * *" # 06:00 JST workflow_dispatch: jobs: github-actions-cache-cleaner: diff --git a/CHANGELOG.md b/CHANGELOG.md index 526078c5c3..3286c61280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,320 +1,321 @@ + # Changelog -* このプロジェクトに対するすべての重要な変更は、このファイルに文書化されます。 -* バージョンごとに変更点を記載します。変更の種類については次のとおりです。 - * `Added` 新機能について。 - * `Changed` 既存機能の変更について。 - * `Removed` 削除された機能について。 - * `Fixed` バグ修正について。 +- このプロジェクトに対するすべての重要な変更は、このファイルに文書化されます。 +- バージョンごとに変更点を記載します。変更の種類については次のとおりです。 + - `Added` 新機能について。 + - `Changed` 既存機能の変更について。 + - `Removed` 削除された機能について。 + - `Fixed` バグ修正について。 ## v3.0.4 ### Note -* Misskeyのトークン発行時に、リアクションを操作するの権限が必要になりました。(#3834) +- Misskeyのトークン発行時に、リアクションを操作するの権限が必要になりました。(#3834) ### Added -* Misskeyでコマンドを受理した際に、リアクションを付与するようになりました。(#3834) +- Misskeyでコマンドを受理した際に、リアクションを付与するようになりました。(#3834) ### Changed -* Misskey投稿時に、フォロワーやダイレクトのリプライに対して、同じ投稿範囲で返すようになりました。(#3837) +- Misskey投稿時に、フォロワーやダイレクトのリプライに対して、同じ投稿範囲で返すようになりました。(#3837) ### Fixed -* ログが出力されない問題を修正しました。(#3838) -* Misskeyでtext listの結果がコードブロックとして表示されない問題を修正しました。(#3833) +- ログが出力されない問題を修正しました。(#3838) +- Misskeyでtext listの結果がコードブロックとして表示されない問題を修正しました。(#3833) ## v3.0.3 ### Changed -* Misskey投稿時の投稿範囲はホームになりました。(#3771) +- Misskey投稿時の投稿範囲はホームになりました。(#3771) ## v3.0.2 ### Note -* Misskey v2023.12.2以降では、tokenにアカウントの情報を見るの権限が必要になりました。(#3529) +- Misskey v2023.12.2以降では、tokenにアカウントの情報を見るの権限が必要になりました。(#3529) ### Added -* pingしたらpongを返すようになりました。(#2768) +- pingしたらpongを返すようになりました。(#2768) ### Changed -* slack sdkを置き換えました。(#2668, #2697) +- slack sdkを置き換えました。(#2668, #2697) ### Fixed -* Misskeyと切断されるとエラーが出て復帰しない問題を修正しました。(#2764) -* MisskeyではUTF-8絵文字は変換済みにして送信するように修正しました。(#2489) -* Misskeyでメンションに反応しない問題を修正しました。(#2763) +- Misskeyと切断されるとエラーが出て復帰しない問題を修正しました。(#2764) +- MisskeyではUTF-8絵文字は変換済みにして送信するように修正しました。(#2489) +- Misskeyでメンションに反応しない問題を修正しました。(#2763) ## v3.0.1 - 2023-04-06 ### Fixed -* helpコマンドが動かない問題を修正しました。(#2429) +- helpコマンドが動かない問題を修正しました。(#2429) ## v3.0.0 - 2023-03-09 ### Added -* Discordに対応しました。(#2372) -* Misskeyに対応しました。(#2386) -* ChatGPTで文章を作成する機能を追加しました。(#2364) -* openAIのImage generationで画像生成する機能を追加しました。(#2383) +- Discordに対応しました。(#2372) +- Misskeyに対応しました。(#2386) +- ChatGPTで文章を作成する機能を追加しました。(#2364) +- openAIのImage generationで画像生成する機能を追加しました。(#2383) ## v2.4.4 - 2022-11-30 ### Fixed -* textlintコマンドが動作しない問題を再修正しました。(#1970) +- textlintコマンドが動作しない問題を再修正しました。(#1970) ## v2.4.3 - 2022-11-29 ### Fixed -* textlintコマンドが動作しない問題を修正しました。(#1970) +- textlintコマンドが動作しない問題を修正しました。(#1970) ## v2.4.2 - 2022-11-28 ### Added -* textlintコマンドを追加しました。 (#1919) +- textlintコマンドを追加しました。 (#1919) ### Changed -* ameshの描画エンジンを新しくしました。(#997) +- ameshの描画エンジンを新しくしました。(#997) ### Removed -* Herokuのサポートを終了しました。(#1454, #1719) +- Herokuのサポートを終了しました。(#1454, #1719) ## v2.4.1 - 2022-07-15 ### Fixed -* ameshが動作しない問題を修正しました。(#1229) +- ameshが動作しない問題を修正しました。(#1229) ## v2.4.0 - 2022-04-06 ### Added -* 東京電力管内の電力使用率を取得する機能を追加しました。(#902) -* botの開発時にlinterが使用可能になりました。(#875) +- 東京電力管内の電力使用率を取得する機能を追加しました。(#902) +- botの開発時にlinterが使用可能になりました。(#875) ### Fixed -* おみくじ機能の小吉の絵文字が表示されない問題を修正しました。(#893) +- おみくじ機能の小吉の絵文字が表示されない問題を修正しました。(#893) ## v2.3.0 - 2022-03-09 ### Added -* おみくじ機能を追加しました。(#253) +- おみくじ機能を追加しました。(#253) ## v2.2.3 - 2022-02-23 ### Changed -* Python 3.9.10をサポート対象に変更しました。(#807) -* 使用するdockerイメージをalpineからbullseyeへ変更しました。(#832) +- Python 3.9.10をサポート対象に変更しました。(#807) +- 使用するdockerイメージをalpineからbullseyeへ変更しました。(#832) ## v2.2.2 - 2022-02-11 ### Changed -* 死活監視のためのページにバージョン情報を追加しました。(#804) +- 死活監視のためのページにバージョン情報を追加しました。(#804) ### Fixed -* docker compose時の `TAG_NAME` を指定する際のコマンドを修正しました。(#802) +- docker compose時の `TAG_NAME` を指定する際のコマンドを修正しました。(#802) ## v2.2.1 - 2022-02-11 ### Fixed -* docker compose時に `TAG_NAME` を指定する記述を追加しました。(#788) +- docker compose時に `TAG_NAME` を指定する記述を追加しました。(#788) ## v2.2.0 - 2022-02-10 ### Added -* `amesh [郵便番号]` で郵便番号の雨雲情報を取得できる様になりました。 -* 死活監視のため200レスポンスを返却するページを追加しました。(#782) -* Docker imageをGitHub Packagesへ登録しました。(#784) +- `amesh [郵便番号]` で郵便番号の雨雲情報を取得できる様になりました。 +- 死活監視のため200レスポンスを返却するページを追加しました。(#782) +- Docker imageをGitHub Packagesへ登録しました。(#784) ### Changed -* OS再起動時にdockerコンテナも自動起動するように変更しました。(#734, #785) +- OS再起動時にdockerコンテナも自動起動するように変更しました。(#734, #785) ### Fixed -* コードやURLを含むコマンドも平文として解釈するように修正しました。(#778) +- コードやURLを含むコマンドも平文として解釈するように修正しました。(#778) ## v2.1.1 - 2021-06-17 ### Fixed -* リクエスト再送による重複投稿をなくしました。(#620) +- リクエスト再送による重複投稿をなくしました。(#620) ## v2.1.0 - 2021-06-13 ### Changed -* Python3.9でも動作するようにしました。(3.7以前については動作確認を実施しません) +- Python3.9でも動作するようにしました。(3.7以前については動作確認を実施しません) ### Fixed -* `amesh` が機能しない問題を修正しました。 -* バージョン情報でコミットハッシュがCommit Noneとなってしまう問題を修正しました。 +- `amesh` が機能しない問題を修正しました。 +- バージョン情報でコミットハッシュがCommit Noneとなってしまう問題を修正しました。 ## v2.0.2 - 2020-11-03 ### Added -* 標高を取得できる機能を追加しました。(#358) -* 「にゃーん」と呟くと「よしよし」と慰める機能を追加しました。(#428) +- 標高を取得できる機能を追加しました。(#358) +- 「にゃーん」と呟くと「よしよし」と慰める機能を追加しました。(#428) ### Fixed -* `docker-compose up` で鳩botが起動しない問題を修正しました。 +- `docker-compose up` で鳩botが起動しない問題を修正しました。 ### Changed -* postgresqlのバージョンが変更になりました。setup/pgsql-dataを使用している場合、データを移行する必要があります。 -* ライブラリのバージョンアップ対応しました。 -* バージョン情報でコミットハッシュが表示されるようになりました。(#287) +- postgresqlのバージョンが変更になりました。setup/pgsql-dataを使用している場合、データを移行する必要があります。 +- ライブラリのバージョンアップ対応しました。 +- バージョン情報でコミットハッシュが表示されるようになりました。(#287) ## v2.0.1 - 2020-08-23 ### Fixed -* `docker-compose up` で鳩botが起動しない問題を修正しました。(#281) -* `post_command.py` が動作しない問題を修正しました。(#270) -* 初回起動時に不要なテーブルをデータベースに作成する問題を修正しました。(#231) +- `docker-compose up` で鳩botが起動しない問題を修正しました。(#281) +- `post_command.py` が動作しない問題を修正しました。(#270) +- 初回起動時に不要なテーブルをデータベースに作成する問題を修正しました。(#231) ## v2.0.0 - 2020-08-15 ### Added -* 新しいSlack API(Event API)に対応しました。(この対応により、Slack API Tokenの取得方法が変更になります) (#127) -* `amesh [地名]` で地名の雨雲情報を取得できる様になりました。(#97) +- 新しいSlack API(Event API)に対応しました。(この対応により、Slack API Tokenの取得方法が変更になります) (#127) +- `amesh [地名]` で地名の雨雲情報を取得できる様になりました。(#97) ### Changed -* `text add` 時の文字列にはプレーンテキストのみ指定可能となりました。 -* Botの起動時に返答が複数回返ってくることがあります。(#146) +- `text add` 時の文字列にはプレーンテキストのみ指定可能となりました。 +- Botの起動時に返答が複数回返ってくることがあります。(#146) ### Removed -* 天気コマンドは利用していたAPIサービスが終了したため廃止しました。(#189) -* らぼったあ機能は廃止しました。(#191) +- 天気コマンドは利用していたAPIサービスが終了したため廃止しました。(#189) +- らぼったあ機能は廃止しました。(#191) ## v1.1.0 - 2020-07-18 ### Added -* hato-botがDockerでも動くようになりました。(#100) +- hato-botがDockerでも動くようになりました。(#100) ### Changed -* Python3.7でも動作するように修正しました。(#108) -* DBライブラリをpg8000からpsycopg2へ変更しました。(#112) +- Python3.7でも動作するように修正しました。(#108) +- DBライブラリをpg8000からpsycopg2へ変更しました。(#112) ## v1.0.4 - 2020-06-06 ### Changed -* DockerのpostgresqlもSSLに対応しました。(#66) -* Readmeに機能説明とTokenを発行する手順ページのリンクを追加しました。(#78) -* 天気コマンドを入力したときに全角スペースでも反応するように修正しました。(#80) +- DockerのpostgresqlもSSLに対応しました。(#66) +- Readmeに機能説明とTokenを発行する手順ページのリンクを追加しました。(#78) +- 天気コマンドを入力したときに全角スペースでも反応するように修正しました。(#80) ### Removed -* `amesh kyoto` コマンドは削除されました。(#83) +- `amesh kyoto` コマンドは削除されました。(#83) ## v1.0.3 - 2020-05-23 ### Added -* Botのアイコン画像を同梱しました。(#46) -* `text random` でパワーワードをランダム表示できるようになりました。(#50) +- Botのアイコン画像を同梱しました。(#46) +- `text random` でパワーワードをランダム表示できるようになりました。(#50) ### Fixed -* 不要なライブラリの削除やリファクタリングを行いました。 -* `help` に記載していなかったコマンドを記載しました。 +- 不要なライブラリの削除やリファクタリングを行いました。 +- `help` に記載していなかったコマンドを記載しました。 ## v1.0.2 - 2020-05-11 ### Fixed -* Deploy to HerokuしたときにDBが作成されない問題を修正しました。 +- Deploy to HerokuしたときにDBが作成されない問題を修正しました。 ## v1.0.1 - 2020-05-11 ### Changed -* `><` 実行時の文字列に「鳩」を含めると「鳩は唐揚げ」と返すようにしました。 +- `><` 実行時の文字列に「鳩」を含めると「鳩は唐揚げ」と返すようにしました。 ## v1.0.0 - 2020-05-09 ### Fixed -* コピー&ペーストしたコマンドで反応しなかった問題を修正しました。 -* eqコマンドで最大震度が取得できなかった場合にエラーとなる問題を修正しました。 +- コピー&ペーストしたコマンドで反応しなかった問題を修正しました。 +- eqコマンドで最大震度が取得できなかった場合にエラーとなる問題を修正しました。 ## v0.4.0 - 2020-05-09 ### Changed -* amesh時にYahoo APIを使うように変更しました。 +- amesh時にYahoo APIを使うように変更しました。 ## v0.3.2 - 2020-02-14 ### Fixed -* `text list` したときに登録されている単語がない場合、その旨を返すように修正しました。 +- `text list` したときに登録されている単語がない場合、その旨を返すように修正しました。 ## v0.3.1 - 2020-01-26 ### Added -* 地震情報を表示できるようになりました。 +- 地震情報を表示できるようになりました。 ## v0.3.0 - 2020-01-26 ### Added -* パワーワードを覚えられるようになりました。 -* 出退勤時間を計算する機能を追加しました。(簡易版labotter) +- パワーワードを覚えられるようになりました。 +- 出退勤時間を計算する機能を追加しました。(簡易版labotter) ### Changed -* 動作環境にPostgreSQLが必須となりました。 -* バージョン管理システムにpipenvを使うようになりました。 +- 動作環境にPostgreSQLが必須となりました。 +- バージョン管理システムにpipenvを使うようになりました。 ### Fixed -* Deploy to Herokuボタンを押下し、60秒経つとbotが落ちる問題を修正しました。 +- Deploy to Herokuボタンを押下し、60秒経つとbotが落ちる問題を修正しました。 ## v0.2.0 - 2020-01-18 ### Added -* READMEにDeploy to Herokuボタンを追加しました。 -* Changelogを追加しました。 -* `.env` ファイルで環境変数を設定できるようにしました。 +- READMEにDeploy to Herokuボタンを追加しました。 +- Changelogを追加しました。 +- `.env` ファイルで環境変数を設定できるようにしました。 ### Changed -* amesh時にbotがメッセージを返すタイミングを早くしました。(体感時間を短縮するため) +- amesh時にbotがメッセージを返すタイミングを早くしました。(体感時間を短縮するため) ### Fixed -* amesh時に使用する画像が削除されない問題を修正しました。 +- amesh時に使用する画像が削除されない問題を修正しました。 diff --git a/Pipfile.lock b/Pipfile.lock index 64be30a754..2ae9af9efa 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,2435 +1,2435 @@ { - "_meta": { - "hash": { - "sha256": "adc0c2ee21644396324b6ff456ca45788d8e3e1ca01f64663a789f4133c0e82d" - }, - "pipfile-spec": 6, - "requires": { - "python_version": "3.12" - }, - "sources": [ - { - "name": "pypi", - "url": "https://pypi.org/simple", - "verify_ssl": true - } - ] - }, - "default": { - "aiohappyeyeballs": { - "hashes": [ - "sha256:55a1714f084e63d49639800f95716da97a1f173d46a16dfcfda0016abb93b6b2", - "sha256:7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd" - ], - "markers": "python_version >= '3.8'", - "version": "==2.4.0" - }, - "aiohttp": { - "hashes": [ - "sha256:02594361128f780eecc2a29939d9dfc870e17b45178a867bf61a11b2a4367277", - "sha256:03f2645adbe17f274444953bdea69f8327e9d278d961d85657cb0d06864814c1", - "sha256:074d1bff0163e107e97bd48cad9f928fa5a3eb4b9d33366137ffce08a63e37fe", - "sha256:0912b8a8fadeb32ff67a3ed44249448c20148397c1ed905d5dac185b4ca547bb", - "sha256:0d277cfb304118079e7044aad0b76685d30ecb86f83a0711fc5fb257ffe832ca", - "sha256:0d93400c18596b7dc4794d48a63fb361b01a0d8eb39f28800dc900c8fbdaca91", - "sha256:123dd5b16b75b2962d0fff566effb7a065e33cd4538c1692fb31c3bda2bfb972", - "sha256:17e997105bd1a260850272bfb50e2a328e029c941c2708170d9d978d5a30ad9a", - "sha256:18a01eba2574fb9edd5f6e5fb25f66e6ce061da5dab5db75e13fe1558142e0a3", - "sha256:1923a5c44061bffd5eebeef58cecf68096e35003907d8201a4d0d6f6e387ccaa", - "sha256:1942244f00baaacaa8155eca94dbd9e8cc7017deb69b75ef67c78e89fdad3c77", - "sha256:1b2c16a919d936ca87a3c5f0e43af12a89a3ce7ccbce59a2d6784caba945b68b", - "sha256:1c19de68896747a2aa6257ae4cf6ef59d73917a36a35ee9d0a6f48cff0f94db8", - "sha256:1e72589da4c90337837fdfe2026ae1952c0f4a6e793adbbfbdd40efed7c63599", - "sha256:22c0a23a3b3138a6bf76fc553789cb1a703836da86b0f306b6f0dc1617398abc", - "sha256:2c634a3207a5445be65536d38c13791904fda0748b9eabf908d3fe86a52941cf", - "sha256:2d21ac12dc943c68135ff858c3a989f2194a709e6e10b4c8977d7fcd67dfd511", - "sha256:2f1f1c75c395991ce9c94d3e4aa96e5c59c8356a15b1c9231e783865e2772699", - "sha256:305be5ff2081fa1d283a76113b8df7a14c10d75602a38d9f012935df20731487", - "sha256:33e6bc4bab477c772a541f76cd91e11ccb6d2efa2b8d7d7883591dfb523e5987", - "sha256:349ef8a73a7c5665cca65c88ab24abe75447e28aa3bc4c93ea5093474dfdf0ff", - "sha256:380f926b51b92d02a34119d072f178d80bbda334d1a7e10fa22d467a66e494db", - "sha256:38172a70005252b6893088c0f5e8a47d173df7cc2b2bd88650957eb84fcf5022", - "sha256:391cc3a9c1527e424c6865e087897e766a917f15dddb360174a70467572ac6ce", - "sha256:3a1c32a19ee6bbde02f1cb189e13a71b321256cc1d431196a9f824050b160d5a", - "sha256:4120d7fefa1e2d8fb6f650b11489710091788de554e2b6f8347c7a20ceb003f5", - "sha256:424ae21498790e12eb759040bbb504e5e280cab64693d14775c54269fd1d2bb7", - "sha256:44b324a6b8376a23e6ba25d368726ee3bc281e6ab306db80b5819999c737d820", - "sha256:4790f0e15f00058f7599dab2b206d3049d7ac464dc2e5eae0e93fa18aee9e7bf", - "sha256:4aff049b5e629ef9b3e9e617fa6e2dfeda1bf87e01bcfecaf3949af9e210105e", - "sha256:4b38b1570242fbab8d86a84128fb5b5234a2f70c2e32f3070143a6d94bc854cf", - "sha256:4d46c7b4173415d8e583045fbc4daa48b40e31b19ce595b8d92cf639396c15d5", - "sha256:4f1c9866ccf48a6df2b06823e6ae80573529f2af3a0992ec4fe75b1a510df8a6", - "sha256:4f7acae3cf1a2a2361ec4c8e787eaaa86a94171d2417aae53c0cca6ca3118ff6", - "sha256:54d9ddea424cd19d3ff6128601a4a4d23d54a421f9b4c0fff740505813739a91", - "sha256:58718e181c56a3c02d25b09d4115eb02aafe1a732ce5714ab70326d9776457c3", - "sha256:5ede29d91a40ba22ac1b922ef510aab871652f6c88ef60b9dcdf773c6d32ad7a", - "sha256:61645818edd40cc6f455b851277a21bf420ce347baa0b86eaa41d51ef58ba23d", - "sha256:66bf9234e08fe561dccd62083bf67400bdbf1c67ba9efdc3dac03650e97c6088", - "sha256:673f988370f5954df96cc31fd99c7312a3af0a97f09e407399f61583f30da9bc", - "sha256:676f94c5480d8eefd97c0c7e3953315e4d8c2b71f3b49539beb2aa676c58272f", - "sha256:6c225286f2b13bab5987425558baa5cbdb2bc925b2998038fa028245ef421e75", - "sha256:7384d0b87d4635ec38db9263e6a3f1eb609e2e06087f0aa7f63b76833737b471", - "sha256:7e2fe37ac654032db1f3499fe56e77190282534810e2a8e833141a021faaab0e", - "sha256:7f2bfc0032a00405d4af2ba27f3c429e851d04fad1e5ceee4080a1c570476697", - "sha256:7f6b639c36734eaa80a6c152a238242bedcee9b953f23bb887e9102976343092", - "sha256:814375093edae5f1cb31e3407997cf3eacefb9010f96df10d64829362ae2df69", - "sha256:8224f98be68a84b19f48e0bdc14224b5a71339aff3a27df69989fa47d01296f3", - "sha256:898715cf566ec2869d5cb4d5fb4be408964704c46c96b4be267442d265390f32", - "sha256:8989f46f3d7ef79585e98fa991e6ded55d2f48ae56d2c9fa5e491a6e4effb589", - "sha256:8ba01ebc6175e1e6b7275c907a3a36be48a2d487549b656aa90c8a910d9f3178", - "sha256:8c5c6fa16412b35999320f5c9690c0f554392dc222c04e559217e0f9ae244b92", - "sha256:8c6a4e5e40156d72a40241a25cc226051c0a8d816610097a8e8f517aeacd59a2", - "sha256:8eaf44ccbc4e35762683078b72bf293f476561d8b68ec8a64f98cf32811c323e", - "sha256:8fb4fc029e135859f533025bc82047334e24b0d489e75513144f25408ecaf058", - "sha256:9093a81e18c45227eebe4c16124ebf3e0d893830c6aca7cc310bfca8fe59d857", - "sha256:94c4381ffba9cc508b37d2e536b418d5ea9cfdc2848b9a7fea6aebad4ec6aac1", - "sha256:94fac7c6e77ccb1ca91e9eb4cb0ac0270b9fb9b289738654120ba8cebb1189c6", - "sha256:95c4dc6f61d610bc0ee1edc6f29d993f10febfe5b76bb470b486d90bbece6b22", - "sha256:975218eee0e6d24eb336d0328c768ebc5d617609affaca5dbbd6dd1984f16ed0", - "sha256:ad146dae5977c4dd435eb31373b3fe9b0b1bf26858c6fc452bf6af394067e10b", - "sha256:afe16a84498441d05e9189a15900640a2d2b5e76cf4efe8cbb088ab4f112ee57", - "sha256:b1c43eb1ab7cbf411b8e387dc169acb31f0ca0d8c09ba63f9eac67829585b44f", - "sha256:b90078989ef3fc45cf9221d3859acd1108af7560c52397ff4ace8ad7052a132e", - "sha256:b98e698dc34966e5976e10bbca6d26d6724e6bdea853c7c10162a3235aba6e16", - "sha256:ba5a8b74c2a8af7d862399cdedce1533642fa727def0b8c3e3e02fcb52dca1b1", - "sha256:c31ad0c0c507894e3eaa843415841995bf8de4d6b2d24c6e33099f4bc9fc0d4f", - "sha256:c3b9162bab7e42f21243effc822652dc5bb5e8ff42a4eb62fe7782bcbcdfacf6", - "sha256:c58c6837a2c2a7cf3133983e64173aec11f9c2cd8e87ec2fdc16ce727bcf1a04", - "sha256:c83f7a107abb89a227d6c454c613e7606c12a42b9a4ca9c5d7dad25d47c776ae", - "sha256:cde98f323d6bf161041e7627a5fd763f9fd829bcfcd089804a5fdce7bb6e1b7d", - "sha256:ce91db90dbf37bb6fa0997f26574107e1b9d5ff939315247b7e615baa8ec313b", - "sha256:d00f3c5e0d764a5c9aa5a62d99728c56d455310bcc288a79cab10157b3af426f", - "sha256:d17920f18e6ee090bdd3d0bfffd769d9f2cb4c8ffde3eb203777a3895c128862", - "sha256:d55f011da0a843c3d3df2c2cf4e537b8070a419f891c930245f05d329c4b0689", - "sha256:d742c36ed44f2798c8d3f4bc511f479b9ceef2b93f348671184139e7d708042c", - "sha256:d9a487ef090aea982d748b1b0d74fe7c3950b109df967630a20584f9a99c0683", - "sha256:d9ef084e3dc690ad50137cc05831c52b6ca428096e6deb3c43e95827f531d5ef", - "sha256:da452c2c322e9ce0cfef392e469a26d63d42860f829026a63374fde6b5c5876f", - "sha256:dc4826823121783dccc0871e3f405417ac116055bf184ac04c36f98b75aacd12", - "sha256:de7a5299827253023c55ea549444e058c0eb496931fa05d693b95140a947cb73", - "sha256:e04a1f2a65ad2f93aa20f9ff9f1b672bf912413e5547f60749fa2ef8a644e061", - "sha256:e1ca1ef5ba129718a8fc827b0867f6aa4e893c56eb00003b7367f8a733a9b072", - "sha256:ee40b40aa753d844162dcc80d0fe256b87cba48ca0054f64e68000453caead11", - "sha256:f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691", - "sha256:f29930bc2921cef955ba39a3ff87d2c4398a0394ae217f41cb02d5c26c8b1b77", - "sha256:f489a2c9e6455d87eabf907ac0b7d230a9786be43fbe884ad184ddf9e9c1e385", - "sha256:f5bf3ead3cb66ab990ee2561373b009db5bc0e857549b6c9ba84b20bc462e172", - "sha256:f6f18898ace4bcd2d41a122916475344a87f1dfdec626ecde9ee802a711bc569", - "sha256:f8112fb501b1e0567a1251a2fd0747baae60a4ab325a871e975b7bb67e59221f", - "sha256:fd31f176429cecbc1ba499d4aba31aaccfea488f418d60376b911269d3b883c5" - ], - "markers": "python_version >= '3.8'", - "version": "==3.10.5" - }, - "aiosignal": { - "hashes": [ - "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc", - "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17" - ], - "markers": "python_version >= '3.7'", - "version": "==1.3.1" - }, - "annotated-types": { - "hashes": [ - "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", - "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" - ], - "markers": "python_version >= '3.8'", - "version": "==0.7.0" - }, - "anyio": { - "hashes": [ - "sha256:5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94", - "sha256:c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7" - ], - "markers": "python_version >= '3.8'", - "version": "==4.4.0" - }, - "attrs": { - "hashes": [ - "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", - "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" - ], - "markers": "python_version >= '3.7'", - "version": "==24.2.0" - }, - "blinker": { - "hashes": [ - "sha256:1779309f71bf239144b9399d06ae925637cf6634cf6bd131104184531bf67c01", - "sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83" - ], - "markers": "python_version >= '3.8'", - "version": "==1.8.2" - }, - "certifi": { - "hashes": [ - "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", - "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" - ], - "markers": "python_version >= '3.6'", - "version": "==2024.8.30" - }, - "charset-normalizer": { - "hashes": [ - "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027", - "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087", - "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786", - "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8", - "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09", - "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185", - "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574", - "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e", - "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519", - "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898", - "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269", - "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3", - "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f", - "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6", - "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8", - "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a", - "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73", - "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc", - "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714", - "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2", - "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc", - "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce", - "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d", - "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e", - "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6", - "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269", - "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96", - "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d", - "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a", - "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4", - "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77", - "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d", - "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0", - "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed", - "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068", - "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac", - "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25", - "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8", - "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab", - "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26", - "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2", - "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db", - "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f", - "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5", - "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99", - "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c", - "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d", - "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811", - "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa", - "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a", - "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03", - "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b", - "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04", - "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c", - "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001", - "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458", - "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389", - "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99", - "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985", - "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537", - "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238", - "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f", - "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d", - "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796", - "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a", - "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143", - "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8", - "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c", - "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5", - "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5", - "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711", - "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4", - "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6", - "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c", - "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7", - "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4", - "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b", - "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae", - "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12", - "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c", - "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae", - "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8", - "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887", - "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b", - "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4", - "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f", - "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5", - "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33", - "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519", - "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" - ], - "markers": "python_full_version >= '3.7.0'", - "version": "==3.3.2" - }, - "click": { - "hashes": [ - "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==8.1.7" - }, - "contourpy": { - "hashes": [ - "sha256:00ccd0dbaad6d804ab259820fa7cb0b8036bda0686ef844d24125d8287178ce0", - "sha256:0be4d8425bfa755e0fd76ee1e019636ccc7c29f77a7c86b4328a9eb6a26d0639", - "sha256:0dce35502151b6bd35027ac39ba6e5a44be13a68f55735c3612c568cac3805fd", - "sha256:0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad", - "sha256:14e262f67bd7e6eb6880bc564dcda30b15e351a594657e55b7eec94b6ef72843", - "sha256:167d6c890815e1dac9536dca00828b445d5d0df4d6a8c6adb4a7ec3166812fa8", - "sha256:1ec4dc6bf570f5b22ed0d7efba0dfa9c5b9e0431aeea7581aa217542d9e809a4", - "sha256:303c252947ab4b14c08afeb52375b26781ccd6a5ccd81abcdfc1fafd14cf93c1", - "sha256:31cd3a85dbdf1fc002280c65caa7e2b5f65e4a973fcdf70dd2fdcb9868069294", - "sha256:32b238b3b3b649e09ce9aaf51f0c261d38644bdfa35cbaf7b263457850957a84", - "sha256:33c92cdae89ec5135d036e7218e69b0bb2851206077251f04a6c4e0e21f03927", - "sha256:345af746d7766821d05d72cb8f3845dfd08dd137101a2cb9b24de277d716def8", - "sha256:3634b5385c6716c258d0419c46d05c8aa7dc8cb70326c9a4fb66b69ad2b52e09", - "sha256:364174c2a76057feef647c802652f00953b575723062560498dc7930fc9b1cb7", - "sha256:36e0cff201bcb17a0a8ecc7f454fe078437fa6bda730e695a92f2d9932bd507f", - "sha256:36f965570cff02b874773c49bfe85562b47030805d7d8360748f3eca570f4cab", - "sha256:3bb3808858a9dc68f6f03d319acd5f1b8a337e6cdda197f02f4b8ff67ad2057b", - "sha256:3e1c7fa44aaae40a2247e2e8e0627f4bea3dd257014764aa644f319a5f8600e3", - "sha256:3faeb2998e4fcb256542e8a926d08da08977f7f5e62cf733f3c211c2a5586223", - "sha256:420d39daa61aab1221567b42eecb01112908b2cab7f1b4106a52caaec8d36973", - "sha256:4553c421929ec95fb07b3aaca0fae668b2eb5a5203d1217ca7c34c063c53d087", - "sha256:4865cd1d419e0c7a7bf6de1777b185eebdc51470800a9f42b9e9decf17762081", - "sha256:4cfb5c62ce023dfc410d6059c936dcf96442ba40814aefbfa575425a3a7f19dc", - "sha256:4d63ee447261e963af02642ffcb864e5a2ee4cbfd78080657a9880b8b1868e18", - "sha256:570ef7cf892f0afbe5b2ee410c507ce12e15a5fa91017a0009f79f7d93a1268f", - "sha256:637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d", - "sha256:68a32389b06b82c2fdd68276148d7b9275b5f5cf13e5417e4252f6d1a34f72a2", - "sha256:69375194457ad0fad3a839b9e29aa0b0ed53bb54db1bfb6c3ae43d111c31ce41", - "sha256:6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67", - "sha256:710a26b3dc80c0e4febf04555de66f5fd17e9cf7170a7b08000601a10570bda6", - "sha256:732896af21716b29ab3e988d4ce14bc5133733b85956316fb0c56355f398099b", - "sha256:75ee7cb1a14c617f34a51d11fa7524173e56551646828353c4af859c56b766e2", - "sha256:76a896b2f195b57db25d6b44e7e03f221d32fe318d03ede41f8b4d9ba1bff53c", - "sha256:76c905ef940a4474a6289c71d53122a4f77766eef23c03cd57016ce19d0f7b42", - "sha256:7a52040312b1a858b5e31ef28c2e865376a386c60c0e248370bbea2d3f3b760d", - "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4", - "sha256:81cb5ed4952aae6014bc9d0421dec7c5835c9c8c31cdf51910b708f548cf58e5", - "sha256:834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49", - "sha256:87ddffef1dbe5e669b5c2440b643d3fdd8622a348fe1983fad7a0f0ccb1cd67b", - "sha256:880ea32e5c774634f9fcd46504bf9f080a41ad855f4fef54f5380f5133d343c7", - "sha256:8ca947601224119117f7c19c9cdf6b3ab54c5726ef1d906aa4a69dfb6dd58102", - "sha256:90f73a5116ad1ba7174341ef3ea5c3150ddf20b024b98fb0c3b29034752c8aeb", - "sha256:92f8557cbb07415a4d6fa191f20fd9d2d9eb9c0b61d1b2f52a8926e43c6e9af7", - "sha256:94e848a6b83da10898cbf1311a815f770acc9b6a3f2d646f330d57eb4e87592e", - "sha256:9c0da700bf58f6e0b65312d0a5e695179a71d0163957fa381bb3c1f72972537c", - "sha256:a11077e395f67ffc2c44ec2418cfebed032cd6da3022a94fc227b6faf8e2acb8", - "sha256:aea348f053c645100612b333adc5983d87be69acdc6d77d3169c090d3b01dc35", - "sha256:b11b39aea6be6764f84360fce6c82211a9db32a7c7de8fa6dd5397cf1d079c3b", - "sha256:c6c7c2408b7048082932cf4e641fa3b8ca848259212f51c8c59c45aa7ac18f14", - "sha256:c6ec93afeb848a0845a18989da3beca3eec2c0f852322efe21af1931147d12cb", - "sha256:cacd81e2d4b6f89c9f8a5b69b86490152ff39afc58a95af002a398273e5ce589", - "sha256:d402880b84df3bec6eab53cd0cf802cae6a2ef9537e70cf75e91618a3801c20c", - "sha256:d51fca85f9f7ad0b65b4b9fe800406d0d77017d7270d31ec3fb1cc07358fdea0", - "sha256:d73f659398a0904e125280836ae6f88ba9b178b2fed6884f3b1f95b989d2c8da", - "sha256:d78ab28a03c854a873787a0a42254a0ccb3cb133c672f645c9f9c8f3ae9d0800", - "sha256:da84c537cb8b97d153e9fb208c221c45605f73147bd4cadd23bdae915042aad6", - "sha256:dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66", - "sha256:e12968fdfd5bb45ffdf6192a590bd8ddd3ba9e58360b29683c6bb71a7b41edca", - "sha256:e1fd23e9d01591bab45546c089ae89d926917a66dceb3abcf01f6105d927e2cb", - "sha256:e8134301d7e204c88ed7ab50028ba06c683000040ede1d617298611f9dc6240c", - "sha256:eb8b141bb00fa977d9122636b16aa67d37fd40a3d8b52dd837e536d64b9a4d06", - "sha256:eca7e17a65f72a5133bdbec9ecf22401c62bcf4821361ef7811faee695799779", - "sha256:f317576606de89da6b7e0861cf6061f6146ead3528acabff9236458a6ba467f8", - "sha256:fd2a0fc506eccaaa7595b7e1418951f213cf8255be2600f1ea1b61e46a60c55f", - "sha256:fe41b41505a5a33aeaed2a613dccaeaa74e0e3ead6dd6fd3a118fb471644fd6c" - ], - "markers": "python_version >= '3.9'", - "version": "==1.3.0" - }, - "cycler": { - "hashes": [ - "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", - "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" - ], - "markers": "python_version >= '3.8'", - "version": "==0.12.1" - }, - "discord.py": { - "hashes": [ - "sha256:b8af6711c70f7e62160bfbecb55be699b5cb69d007426759ab8ab06b1bd77d1d", - "sha256:d07cb2a223a185873a1d0ee78b9faa9597e45b3f6186df21a95cec1e9bcdc9a5" - ], - "markers": "python_version >= '3.8'", - "version": "==2.4.0" - }, - "distro": { - "hashes": [ - "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed", - "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2" - ], - "markers": "python_version >= '3.6'", - "version": "==1.9.0" - }, - "emoji": { - "hashes": [ - "sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb", - "sha256:a00d62173bdadc2510967a381810101624a2f0986145b8da0cffa42e29430235" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.12.1" - }, - "flask": { - "hashes": [ - "sha256:34e815dfaa43340d1d15a5c3a02b8476004037eb4840b34910c6e21679d288f3", - "sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==3.0.3" - }, - "fonttools": { - "hashes": [ - "sha256:02569e9a810f9d11f4ae82c391ebc6fb5730d95a0657d24d754ed7763fb2d122", - "sha256:0679a30b59d74b6242909945429dbddb08496935b82f91ea9bf6ad240ec23397", - "sha256:10f5e6c3510b79ea27bb1ebfcc67048cde9ec67afa87c7dd7efa5c700491ac7f", - "sha256:2af40ae9cdcb204fc1d8f26b190aa16534fcd4f0df756268df674a270eab575d", - "sha256:32f029c095ad66c425b0ee85553d0dc326d45d7059dbc227330fc29b43e8ba60", - "sha256:35250099b0cfb32d799fb5d6c651220a642fe2e3c7d2560490e6f1d3f9ae9169", - "sha256:3b3c8ebafbee8d9002bd8f1195d09ed2bd9ff134ddec37ee8f6a6375e6a4f0e8", - "sha256:4824c198f714ab5559c5be10fd1adf876712aa7989882a4ec887bf1ef3e00e31", - "sha256:5ff7e5e9bad94e3a70c5cd2fa27f20b9bb9385e10cddab567b85ce5d306ea923", - "sha256:651390c3b26b0c7d1f4407cad281ee7a5a85a31a110cbac5269de72a51551ba2", - "sha256:6e08f572625a1ee682115223eabebc4c6a2035a6917eac6f60350aba297ccadb", - "sha256:6ed170b5e17da0264b9f6fae86073be3db15fa1bd74061c8331022bca6d09bab", - "sha256:73379d3ffdeecb376640cd8ed03e9d2d0e568c9d1a4e9b16504a834ebadc2dfb", - "sha256:75a157d8d26c06e64ace9df037ee93a4938a4606a38cb7ffaf6635e60e253b7a", - "sha256:791b31ebbc05197d7aa096bbc7bd76d591f05905d2fd908bf103af4488e60670", - "sha256:7b6b35e52ddc8fb0db562133894e6ef5b4e54e1283dff606fda3eed938c36fc8", - "sha256:84ec3fb43befb54be490147b4a922b5314e16372a643004f182babee9f9c3407", - "sha256:8959a59de5af6d2bec27489e98ef25a397cfa1774b375d5787509c06659b3671", - "sha256:9dfdae43b7996af46ff9da520998a32b105c7f098aeea06b2226b30e74fbba88", - "sha256:9e6ceba2a01b448e36754983d376064730690401da1dd104ddb543519470a15f", - "sha256:9efd176f874cb6402e607e4cc9b4a9cd584d82fc34a4b0c811970b32ba62501f", - "sha256:a1c7c5aa18dd3b17995898b4a9b5929d69ef6ae2af5b96d585ff4005033d82f0", - "sha256:aae7bd54187e8bf7fd69f8ab87b2885253d3575163ad4d669a262fe97f0136cb", - "sha256:b21952c092ffd827504de7e66b62aba26fdb5f9d1e435c52477e6486e9d128b2", - "sha256:b96cd370a61f4d083c9c0053bf634279b094308d52fdc2dd9a22d8372fdd590d", - "sha256:becc5d7cb89c7b7afa8321b6bb3dbee0eec2b57855c90b3e9bf5fb816671fa7c", - "sha256:bee32ea8765e859670c4447b0817514ca79054463b6b79784b08a8df3a4d78e3", - "sha256:c6e7170d675d12eac12ad1a981d90f118c06cf680b42a2d74c6c931e54b50719", - "sha256:c818c058404eb2bba05e728d38049438afd649e3c409796723dfc17cd3f08749", - "sha256:c8696544c964500aa9439efb6761947393b70b17ef4e82d73277413f291260a4", - "sha256:c9cd19cf4fe0595ebdd1d4915882b9440c3a6d30b008f3cc7587c1da7b95be5f", - "sha256:d4d0096cb1ac7a77b3b41cd78c9b6bc4a400550e21dc7a92f2b5ab53ed74eb02", - "sha256:d92d3c2a1b39631a6131c2fa25b5406855f97969b068e7e08413325bc0afba58", - "sha256:da33440b1413bad53a8674393c5d29ce64d8c1a15ef8a77c642ffd900d07bfe1", - "sha256:e013aae589c1c12505da64a7d8d023e584987e51e62006e1bb30d72f26522c41", - "sha256:e128778a8e9bc11159ce5447f76766cefbd876f44bd79aff030287254e4752c4", - "sha256:e54f1bba2f655924c1138bbc7fa91abd61f45c68bd65ab5ed985942712864bbb", - "sha256:e5b708073ea3d684235648786f5f6153a48dc8762cdfe5563c57e80787c29fbb", - "sha256:e8bf06b94694251861ba7fdeea15c8ec0967f84c3d4143ae9daf42bbc7717fe3", - "sha256:f08df60fbd8d289152079a65da4e66a447efc1d5d5a4d3f299cdd39e3b2e4a7d", - "sha256:f1f8758a2ad110bd6432203a344269f445a2907dc24ef6bccfd0ac4e14e0d71d", - "sha256:f677ce218976496a587ab17140da141557beb91d2a5c1a14212c994093f2eae2" - ], - "markers": "python_version >= '3.8'", - "version": "==4.53.1" - }, - "frozenlist": { - "hashes": [ - "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7", - "sha256:0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98", - "sha256:068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad", - "sha256:0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5", - "sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae", - "sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e", - "sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a", - "sha256:1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701", - "sha256:20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d", - "sha256:23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6", - "sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6", - "sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106", - "sha256:27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75", - "sha256:29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868", - "sha256:32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a", - "sha256:3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0", - "sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1", - "sha256:410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826", - "sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec", - "sha256:48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6", - "sha256:4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950", - "sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19", - "sha256:55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0", - "sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8", - "sha256:590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a", - "sha256:5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09", - "sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86", - "sha256:5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c", - "sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5", - "sha256:693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b", - "sha256:6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b", - "sha256:6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d", - "sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0", - "sha256:7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea", - "sha256:74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776", - "sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a", - "sha256:82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897", - "sha256:89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7", - "sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09", - "sha256:96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9", - "sha256:9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe", - "sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd", - "sha256:9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742", - "sha256:a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09", - "sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0", - "sha256:a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932", - "sha256:a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1", - "sha256:a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a", - "sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49", - "sha256:b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d", - "sha256:b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7", - "sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480", - "sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89", - "sha256:bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e", - "sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b", - "sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82", - "sha256:c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb", - "sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068", - "sha256:c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8", - "sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b", - "sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb", - "sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2", - "sha256:dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11", - "sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b", - "sha256:e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc", - "sha256:e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0", - "sha256:e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497", - "sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17", - "sha256:edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0", - "sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2", - "sha256:f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439", - "sha256:f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5", - "sha256:f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac", - "sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825", - "sha256:fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887", - "sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced", - "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74" - ], - "markers": "python_version >= '3.8'", - "version": "==1.4.1" - }, - "gitdb": { - "hashes": [ - "sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4", - "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" - ], - "markers": "python_version >= '3.7'", - "version": "==4.0.11" - }, - "gitpython": { - "hashes": [ - "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c", - "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==3.1.43" - }, - "h11": { - "hashes": [ - "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", - "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" - ], - "markers": "python_version >= '3.7'", - "version": "==0.14.0" - }, - "httpcore": { - "hashes": [ - "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61", - "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5" - ], - "markers": "python_version >= '3.8'", - "version": "==1.0.5" - }, - "httpx": { - "hashes": [ - "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", - "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" - ], - "markers": "python_version >= '3.8'", - "version": "==0.27.2" - }, - "idna": { - "hashes": [ - "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", - "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" - ], - "markers": "python_version >= '3.6'", - "version": "==3.8" - }, - "itsdangerous": { - "hashes": [ - "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef", - "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" - ], - "markers": "python_version >= '3.8'", - "version": "==2.2.0" - }, - "jinja2": { - "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" - ], - "markers": "python_version >= '3.7'", - "version": "==3.1.4" - }, - "jiter": { - "hashes": [ - "sha256:044f2f1148b5248ad2c8c3afb43430dccf676c5a5834d2f5089a4e6c5bbd64df", - "sha256:04d461ad0aebf696f8da13c99bc1b3e06f66ecf6cfd56254cc402f6385231c06", - "sha256:0af3838cfb7e6afee3f00dc66fa24695199e20ba87df26e942820345b0afc566", - "sha256:1c834133e59a8521bc87ebcad773608c6fa6ab5c7a022df24a45030826cf10bc", - "sha256:1d916ba875bcab5c5f7d927df998c4cb694d27dceddf3392e58beaf10563368a", - "sha256:1ece0a115c05efca597c6d938f88c9357c843f8c245dbbb53361a1c01afd7148", - "sha256:26351cc14507bdf466b5f99aba3df3143a59da75799bf64a53a3ad3155ecded9", - "sha256:2a063f71c4b06225543dddadbe09d203dc0c95ba352d8b85f1221173480a71d5", - "sha256:2cec323a853c24fd0472517113768c92ae0be8f8c384ef4441d3632da8baa646", - "sha256:308fce789a2f093dca1ff91ac391f11a9f99c35369117ad5a5c6c4903e1b3e3a", - "sha256:335942557162ad372cc367ffaf93217117401bf930483b4b3ebdb1223dbddfa7", - "sha256:368084d8d5c4fc40ff7c3cc513c4f73e02c85f6009217922d0823a48ee7adf61", - "sha256:44dfc9ddfb9b51a5626568ef4e55ada462b7328996294fe4d36de02fce42721f", - "sha256:462a52be85b53cd9bffd94e2d788a09984274fe6cebb893d6287e1c296d50653", - "sha256:4829df14d656b3fb87e50ae8b48253a8851c707da9f30d45aacab2aa2ba2d614", - "sha256:489875bf1a0ffb3cb38a727b01e6673f0f2e395b2aad3c9387f94187cb214bbf", - "sha256:503b2c27d87dfff5ab717a8200fbbcf4714516c9d85558048b1fc14d2de7d8dc", - "sha256:5206144578831a6de278a38896864ded4ed96af66e1e63ec5dd7f4a1fce38a3a", - "sha256:5280e68e7740c8c128d3ae5ab63335ce6d1fb6603d3b809637b11713487af9e6", - "sha256:528d742dcde73fad9d63e8242c036ab4a84389a56e04efd854062b660f559544", - "sha256:550b11d669600dbc342364fd4adbe987f14d0bbedaf06feb1b983383dcc4b961", - "sha256:583c57fc30cc1fec360e66323aadd7fc3edeec01289bfafc35d3b9dcb29495e4", - "sha256:63314832e302cc10d8dfbda0333a384bf4bcfce80d65fe99b0f3c0da8945a91a", - "sha256:649b0ee97a6e6da174bffcb3c8c051a5935d7d4f2f52ea1583b5b3e7822fbf14", - "sha256:6baa88334e7af3f4d7a5c66c3a63808e5efbc3698a1c57626541ddd22f8e4fbf", - "sha256:6d1f3d27cce923713933a844872d213d244e09b53ec99b7a7fdf73d543529d6d", - "sha256:6f1223f88b6d76b519cb033a4d3687ca157c272ec5d6015c322fc5b3074d8a5e", - "sha256:6f433a4169ad22fcb550b11179bb2b4fd405de9b982601914ef448390b2954f3", - "sha256:702e3520384c88b6e270c55c772d4bd6d7b150608dcc94dea87ceba1b6391248", - "sha256:7f5ad4a7c6b0d90776fdefa294f662e8a86871e601309643de30bf94bb93a64e", - "sha256:8120c60f8121ac3d6f072b97ef0e71770cc72b3c23084c72c4189428b1b1d3b6", - "sha256:8cf80e5fe6ab582c82f0c3331df27a7e1565e2dcf06265afd5173d809cdbf9ba", - "sha256:8ea18e01f785c6667ca15407cd6dabbe029d77474d53595a189bdc813347218e", - "sha256:92cc68b48d50fa472c79c93965e19bd48f40f207cb557a8346daa020d6ba973b", - "sha256:9f664e7351604f91dcdd557603c57fc0d551bc65cc0a732fdacbf73ad335049a", - "sha256:a25fbd8a5a58061e433d6fae6d5298777c0814a8bcefa1e5ecfff20c594bd749", - "sha256:a42a4bdcf7307b86cb863b2fb9bb55029b422d8f86276a50487982d99eed7c6e", - "sha256:a586832f70c3f1481732919215f36d41c59ca080fa27a65cf23d9490e75b2ef5", - "sha256:aa1db0967130b5cab63dfe4d6ff547c88b2a394c3410db64744d491df7f069bb", - "sha256:aa9d2b85b2ed7dc7697597dcfaac66e63c1b3028652f751c81c65a9f220899ae", - "sha256:ab3a71ff31cf2d45cb216dc37af522d335211f3a972d2fe14ea99073de6cb104", - "sha256:acc0d5b8b3dd12e91dd184b87273f864b363dfabc90ef29a1092d269f18c7e28", - "sha256:ad4a6398c85d3a20067e6c69890ca01f68659da94d74c800298581724e426c7e", - "sha256:afa66939d834b0ce063f57d9895e8036ffc41c4bd90e4a99631e5f261d9b518e", - "sha256:b250ca2594f5599ca82ba7e68785a669b352156260c5362ea1b4e04a0f3e2389", - "sha256:b2950e4798e82dd9176935ef6a55cf6a448b5c71515a556da3f6b811a7844f1e", - "sha256:b599f4e89b3def9a94091e6ee52e1d7ad7bc33e238ebb9c4c63f211d74822c3f", - "sha256:c22541f0b672f4d741382a97c65609332a783501551445ab2df137ada01e019e", - "sha256:c451f7922992751a936b96c5f5b9bb9312243d9b754c34b33d0cb72c84669f4e", - "sha256:c59614b225d9f434ea8fc0d0bec51ef5fa8c83679afedc0433905994fb36d631", - "sha256:c6f16e21276074a12d8421692515b3fd6d2ea9c94fd0734c39a12960a20e85f3", - "sha256:c95980207b3998f2c3b3098f357994d3fd7661121f30669ca7cb945f09510a87", - "sha256:cccd3af9c48ac500c95e1bcbc498020c87e1781ff0345dd371462d67b76643eb", - "sha256:ce03f7b4129eb72f1687fa11300fbf677b02990618428934662406d2a76742a1", - "sha256:d4c8e1ed0ef31ad29cae5ea16b9e41529eb50a7fba70600008e9f8de6376d553", - "sha256:e3bbe3910c724b877846186c25fe3c802e105a2c1fc2b57d6688b9f8772026e4", - "sha256:e6375923c5f19888c9226582a124b77b622f8fd0018b843c45eeb19d9701c403", - "sha256:ea189db75f8eca08807d02ae27929e890c7d47599ce3d0a6a5d41f2419ecf338", - "sha256:f04bc2fc50dc77be9d10f73fcc4e39346402ffe21726ff41028f36e179b587e6", - "sha256:f16ca8f10e62f25fd81d5310e852df6649af17824146ca74647a018424ddeccf", - "sha256:f4be354c5de82157886ca7f5925dbda369b77344b4b4adf2723079715f823989" - ], - "markers": "python_version >= '3.8'", - "version": "==0.5.0" - }, - "kiwisolver": { - "hashes": [ - "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf", - "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e", - "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af", - "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f", - "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046", - "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3", - "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5", - "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71", - "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee", - "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3", - "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9", - "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b", - "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985", - "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea", - "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16", - "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89", - "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c", - "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9", - "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712", - "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342", - "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a", - "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958", - "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d", - "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a", - "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130", - "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff", - "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898", - "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b", - "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f", - "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265", - "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93", - "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929", - "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635", - "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709", - "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b", - "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb", - "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a", - "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920", - "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e", - "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544", - "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45", - "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390", - "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77", - "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355", - "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff", - "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4", - "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7", - "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20", - "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c", - "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162", - "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228", - "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437", - "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc", - "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a", - "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901", - "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4", - "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770", - "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525", - "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad", - "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a", - "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29", - "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90", - "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250", - "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d", - "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3", - "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54", - "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f", - "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1", - "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da", - "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238", - "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa", - "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523", - "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0", - "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205", - "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3", - "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4", - "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac", - "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9", - "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb", - "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced", - "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd", - "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0", - "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da", - "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18", - "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9", - "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276", - "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333", - "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b", - "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db", - "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126", - "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9", - "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09", - "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0", - "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec", - "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7", - "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff", - "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9", - "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192", - "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8", - "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d", - "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6", - "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797", - "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892", - "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f" - ], - "markers": "python_version >= '3.7'", - "version": "==1.4.5" - }, - "markupsafe": { - "hashes": [ - "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf", - "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff", - "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f", - "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3", - "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532", - "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f", - "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617", - "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df", - "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4", - "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906", - "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f", - "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4", - "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8", - "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371", - "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2", - "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465", - "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52", - "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6", - "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169", - "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad", - "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2", - "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0", - "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029", - "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f", - "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a", - "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced", - "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5", - "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c", - "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf", - "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9", - "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb", - "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad", - "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3", - "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1", - "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46", - "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc", - "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a", - "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee", - "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900", - "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5", - "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea", - "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f", - "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5", - "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e", - "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a", - "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f", - "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50", - "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a", - "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b", - "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4", - "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff", - "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2", - "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46", - "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b", - "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf", - "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5", - "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5", - "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab", - "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd", - "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.1.5" - }, - "matplotlib": { - "hashes": [ - "sha256:039082812cacd6c6bec8e17a9c1e6baca230d4116d522e81e1f63a74d01d2e21", - "sha256:03ba9c1299c920964e8d3857ba27173b4dbb51ca4bab47ffc2c2ba0eb5e2cbc5", - "sha256:050598c2b29e0b9832cde72bcf97627bf00262adbc4a54e2b856426bb2ef0697", - "sha256:18128cc08f0d3cfff10b76baa2f296fc28c4607368a8402de61bb3f2eb33c7d9", - "sha256:1cd93b91ab47a3616b4d3c42b52f8363b88ca021e340804c6ab2536344fad9ca", - "sha256:1d94ff717eb2bd0b58fe66380bd8b14ac35f48a98e7c6765117fe67fb7684e64", - "sha256:306c8dfc73239f0e72ac50e5a9cf19cc4e8e331dd0c54f5e69ca8758550f1e1e", - "sha256:37e51dd1c2db16ede9cfd7b5cabdfc818b2c6397c83f8b10e0e797501c963a03", - "sha256:3fd595f34aa8a55b7fc8bf9ebea8aa665a84c82d275190a61118d33fbc82ccae", - "sha256:4876d7d40219e8ae8bb70f9263bcbe5714415acfdf781086601211335e24f8aa", - "sha256:5413401594cfaff0052f9d8b1aafc6d305b4bd7c4331dccd18f561ff7e1d3bd3", - "sha256:5816b1e1fe8c192cbc013f8f3e3368ac56fbecf02fb41b8f8559303f24c5015e", - "sha256:65aacf95b62272d568044531e41de26285d54aec8cb859031f511f84bd8b495a", - "sha256:6758baae2ed64f2331d4fd19be38b7b4eae3ecec210049a26b6a4f3ae1c85dcc", - "sha256:6d1ce5ed2aefcdce11904fc5bbea7d9c21fff3d5f543841edf3dea84451a09ea", - "sha256:6d9f07a80deab4bb0b82858a9e9ad53d1382fd122be8cde11080f4e7dfedb38b", - "sha256:7741f26a58a240f43bee74965c4882b6c93df3e7eb3de160126d8c8f53a6ae6e", - "sha256:8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447", - "sha256:909645cce2dc28b735674ce0931a4ac94e12f5b13f6bb0b5a5e65e7cea2c192b", - "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92", - "sha256:9d78bbc0cbc891ad55b4f39a48c22182e9bdaea7fc0e5dbd364f49f729ca1bbb", - "sha256:ab68d50c06938ef28681073327795c5db99bb4666214d2d5f880ed11aeaded66", - "sha256:ac43031375a65c3196bee99f6001e7fa5bdfb00ddf43379d3c0609bdca042df9", - "sha256:ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7", - "sha256:b2696efdc08648536efd4e1601b5fd491fd47f4db97a5fbfd175549a7365c1b2", - "sha256:b82c5045cebcecd8496a4d694d43f9cc84aeeb49fe2133e036b207abe73f4d30", - "sha256:be0fc24a5e4531ae4d8e858a1a548c1fe33b176bb13eff7f9d0d38ce5112a27d", - "sha256:bf81de2926c2db243c9b2cbc3917619a0fc85796c6ba4e58f541df814bbf83c7", - "sha256:c375cc72229614632c87355366bdf2570c2dac01ac66b8ad048d2dabadf2d0d4", - "sha256:c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41", - "sha256:cef2a73d06601437be399908cf13aee74e86932a5ccc6ccdf173408ebc5f6bb2", - "sha256:d52a3b618cb1cbb769ce2ee1dcdb333c3ab6e823944e9a2d36e37253815f9556", - "sha256:d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f", - "sha256:d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772", - "sha256:dbe196377a8248972f5cede786d4c5508ed5f5ca4a1e09b44bda889958b33f8c", - "sha256:e0830e188029c14e891fadd99702fd90d317df294c3298aad682739c5533721a", - "sha256:f053c40f94bc51bc03832a41b4f153d83f2062d88c72b5e79997072594e97e51", - "sha256:f32c7410c7f246838a77d6d1eff0c0f87f3cb0e7c4247aebea71a6d5a68cab49", - "sha256:f6ee45bc4245533111ced13f1f2cace1e7f89d1c793390392a80c139d6cf0e6c", - "sha256:f7c0410f181a531ec4e93bbc27692f2c71a15c2da16766f5ba9761e7ae518413" - ], - "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==3.9.2" - }, - "misskey.py": { - "hashes": [ - "sha256:d118891d0cd59d7e8942870ab2145c78221ec9ea0c9a79e309a473f0a8db96fe" - ], - "version": "==4.1.0" - }, - "multidict": { - "hashes": [ - "sha256:01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556", - "sha256:0275e35209c27a3f7951e1ce7aaf93ce0d163b28948444bec61dd7badc6d3f8c", - "sha256:04bde7a7b3de05732a4eb39c94574db1ec99abb56162d6c520ad26f83267de29", - "sha256:04da1bb8c8dbadf2a18a452639771951c662c5ad03aefe4884775454be322c9b", - "sha256:09a892e4a9fb47331da06948690ae38eaa2426de97b4ccbfafbdcbe5c8f37ff8", - "sha256:0d63c74e3d7ab26de115c49bffc92cc77ed23395303d496eae515d4204a625e7", - "sha256:107c0cdefe028703fb5dafe640a409cb146d44a6ae201e55b35a4af8e95457dd", - "sha256:141b43360bfd3bdd75f15ed811850763555a251e38b2405967f8e25fb43f7d40", - "sha256:14c2976aa9038c2629efa2c148022ed5eb4cb939e15ec7aace7ca932f48f9ba6", - "sha256:19fe01cea168585ba0f678cad6f58133db2aa14eccaf22f88e4a6dccadfad8b3", - "sha256:1d147090048129ce3c453f0292e7697d333db95e52616b3793922945804a433c", - "sha256:1d9ea7a7e779d7a3561aade7d596649fbecfa5c08a7674b11b423783217933f9", - "sha256:215ed703caf15f578dca76ee6f6b21b7603791ae090fbf1ef9d865571039ade5", - "sha256:21fd81c4ebdb4f214161be351eb5bcf385426bf023041da2fd9e60681f3cebae", - "sha256:220dd781e3f7af2c2c1053da9fa96d9cf3072ca58f057f4c5adaaa1cab8fc442", - "sha256:228b644ae063c10e7f324ab1ab6b548bdf6f8b47f3ec234fef1093bc2735e5f9", - "sha256:29bfeb0dff5cb5fdab2023a7a9947b3b4af63e9c47cae2a10ad58394b517fddc", - "sha256:2f4848aa3baa109e6ab81fe2006c77ed4d3cd1e0ac2c1fbddb7b1277c168788c", - "sha256:2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea", - "sha256:2ffc42c922dbfddb4a4c3b438eb056828719f07608af27d163191cb3e3aa6cc5", - "sha256:37b15024f864916b4951adb95d3a80c9431299080341ab9544ed148091b53f50", - "sha256:3cc2ad10255f903656017363cd59436f2111443a76f996584d1077e43ee51182", - "sha256:3d25f19500588cbc47dc19081d78131c32637c25804df8414463ec908631e453", - "sha256:403c0911cd5d5791605808b942c88a8155c2592e05332d2bf78f18697a5fa15e", - "sha256:411bf8515f3be9813d06004cac41ccf7d1cd46dfe233705933dd163b60e37600", - "sha256:425bf820055005bfc8aa9a0b99ccb52cc2f4070153e34b701acc98d201693733", - "sha256:435a0984199d81ca178b9ae2c26ec3d49692d20ee29bc4c11a2a8d4514c67eda", - "sha256:4a6a4f196f08c58c59e0b8ef8ec441d12aee4125a7d4f4fef000ccb22f8d7241", - "sha256:4cc0ef8b962ac7a5e62b9e826bd0cd5040e7d401bc45a6835910ed699037a461", - "sha256:51d035609b86722963404f711db441cf7134f1889107fb171a970c9701f92e1e", - "sha256:53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e", - "sha256:55205d03e8a598cfc688c71ca8ea5f66447164efff8869517f175ea632c7cb7b", - "sha256:5c0631926c4f58e9a5ccce555ad7747d9a9f8b10619621f22f9635f069f6233e", - "sha256:5cb241881eefd96b46f89b1a056187ea8e9ba14ab88ba632e68d7a2ecb7aadf7", - "sha256:60d698e8179a42ec85172d12f50b1668254628425a6bd611aba022257cac1386", - "sha256:612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd", - "sha256:6214c5a5571802c33f80e6c84713b2c79e024995b9c5897f794b43e714daeec9", - "sha256:6939c95381e003f54cd4c5516740faba40cf5ad3eeff460c3ad1d3e0ea2549bf", - "sha256:69db76c09796b313331bb7048229e3bee7928eb62bab5e071e9f7fcc4879caee", - "sha256:6bf7a982604375a8d49b6cc1b781c1747f243d91b81035a9b43a2126c04766f5", - "sha256:766c8f7511df26d9f11cd3a8be623e59cca73d44643abab3f8c8c07620524e4a", - "sha256:76c0de87358b192de7ea9649beb392f107dcad9ad27276324c24c91774ca5271", - "sha256:76f067f5121dcecf0d63a67f29080b26c43c71a98b10c701b0677e4a065fbd54", - "sha256:7901c05ead4b3fb75113fb1dd33eb1253c6d3ee37ce93305acd9d38e0b5f21a4", - "sha256:79660376075cfd4b2c80f295528aa6beb2058fd289f4c9252f986751a4cd0496", - "sha256:79a6d2ba910adb2cbafc95dad936f8b9386e77c84c35bc0add315b856d7c3abb", - "sha256:7afcdd1fc07befad18ec4523a782cde4e93e0a2bf71239894b8d61ee578c1319", - "sha256:7be7047bd08accdb7487737631d25735c9a04327911de89ff1b26b81745bd4e3", - "sha256:7c6390cf87ff6234643428991b7359b5f59cc15155695deb4eda5c777d2b880f", - "sha256:7df704ca8cf4a073334e0427ae2345323613e4df18cc224f647f251e5e75a527", - "sha256:85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed", - "sha256:896ebdcf62683551312c30e20614305f53125750803b614e9e6ce74a96232604", - "sha256:92d16a3e275e38293623ebf639c471d3e03bb20b8ebb845237e0d3664914caef", - "sha256:99f60d34c048c5c2fabc766108c103612344c46e35d4ed9ae0673d33c8fb26e8", - "sha256:9fe7b0653ba3d9d65cbe7698cca585bf0f8c83dbbcc710db9c90f478e175f2d5", - "sha256:a3145cb08d8625b2d3fee1b2d596a8766352979c9bffe5d7833e0503d0f0b5e5", - "sha256:aeaf541ddbad8311a87dd695ed9642401131ea39ad7bc8cf3ef3967fd093b626", - "sha256:b55358304d7a73d7bdf5de62494aaf70bd33015831ffd98bc498b433dfe5b10c", - "sha256:b82cc8ace10ab5bd93235dfaab2021c70637005e1ac787031f4d1da63d493c1d", - "sha256:c0868d64af83169e4d4152ec612637a543f7a336e4a307b119e98042e852ad9c", - "sha256:c1c1496e73051918fcd4f58ff2e0f2f3066d1c76a0c6aeffd9b45d53243702cc", - "sha256:c9bf56195c6bbd293340ea82eafd0071cb3d450c703d2c93afb89f93b8386ccc", - "sha256:cbebcd5bcaf1eaf302617c114aa67569dd3f090dd0ce8ba9e35e9985b41ac35b", - "sha256:cd6c8fca38178e12c00418de737aef1261576bd1b6e8c6134d3e729a4e858b38", - "sha256:ceb3b7e6a0135e092de86110c5a74e46bda4bd4fbfeeb3a3bcec79c0f861e450", - "sha256:cf590b134eb70629e350691ecca88eac3e3b8b3c86992042fb82e3cb1830d5e1", - "sha256:d3eb1ceec286eba8220c26f3b0096cf189aea7057b6e7b7a2e60ed36b373b77f", - "sha256:d65f25da8e248202bd47445cec78e0025c0fe7582b23ec69c3b27a640dd7a8e3", - "sha256:d6f6d4f185481c9669b9447bf9d9cf3b95a0e9df9d169bbc17e363b7d5487755", - "sha256:d84a5c3a5f7ce6db1f999fb9438f686bc2e09d38143f2d93d8406ed2dd6b9226", - "sha256:d946b0a9eb8aaa590df1fe082cee553ceab173e6cb5b03239716338629c50c7a", - "sha256:dce1c6912ab9ff5f179eaf6efe7365c1f425ed690b03341911bf4939ef2f3046", - "sha256:de170c7b4fe6859beb8926e84f7d7d6c693dfe8e27372ce3b76f01c46e489fcf", - "sha256:e02021f87a5b6932fa6ce916ca004c4d441509d33bbdbeca70d05dff5e9d2479", - "sha256:e030047e85cbcedbfc073f71836d62dd5dadfbe7531cae27789ff66bc551bd5e", - "sha256:e0e79d91e71b9867c73323a3444724d496c037e578a0e1755ae159ba14f4f3d1", - "sha256:e4428b29611e989719874670fd152b6625500ad6c686d464e99f5aaeeaca175a", - "sha256:e4972624066095e52b569e02b5ca97dbd7a7ddd4294bf4e7247d52635630dd83", - "sha256:e7be68734bd8c9a513f2b0cfd508802d6609da068f40dc57d4e3494cefc92929", - "sha256:e8e94e6912639a02ce173341ff62cc1201232ab86b8a8fcc05572741a5dc7d93", - "sha256:ea1456df2a27c73ce51120fa2f519f1bea2f4a03a917f4a43c8707cf4cbbae1a", - "sha256:ebd8d160f91a764652d3e51ce0d2956b38efe37c9231cd82cfc0bed2e40b581c", - "sha256:eca2e9d0cc5a889850e9bbd68e98314ada174ff6ccd1129500103df7a94a7a44", - "sha256:edd08e6f2f1a390bf137080507e44ccc086353c8e98c657e666c017718561b89", - "sha256:f285e862d2f153a70586579c15c44656f888806ed0e5b56b64489afe4a2dbfba", - "sha256:f2a1dee728b52b33eebff5072817176c172050d44d67befd681609b4746e1c2e", - "sha256:f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da", - "sha256:fb616be3538599e797a2017cccca78e354c767165e8858ab5116813146041a24", - "sha256:fce28b3c8a81b6b36dfac9feb1de115bab619b3c13905b419ec71d03a3fc1423", - "sha256:fe5d7785250541f7f5019ab9cba2c71169dc7d74d0f45253f8313f436458a4ef" - ], - "markers": "python_version >= '3.7'", - "version": "==6.0.5" - }, - "numpy": { - "hashes": [ - "sha256:046356b19d7ad1890c751b99acad5e82dc4a02232013bd9a9a712fddf8eb60f5", - "sha256:0b8cc2715a84b7c3b161f9ebbd942740aaed913584cae9cdc7f8ad5ad41943d0", - "sha256:0d07841fd284718feffe7dd17a63a2e6c78679b2d386d3e82f44f0108c905550", - "sha256:13cc11c00000848702322af4de0147ced365c81d66053a67c2e962a485b3717c", - "sha256:13ce49a34c44b6de5241f0b38b07e44c1b2dcacd9e36c30f9c2fcb1bb5135db7", - "sha256:24c2ad697bd8593887b019817ddd9974a7f429c14a5469d7fad413f28340a6d2", - "sha256:251105b7c42abe40e3a689881e1793370cc9724ad50d64b30b358bbb3a97553b", - "sha256:2ca4b53e1e0b279142113b8c5eb7d7a877e967c306edc34f3b58e9be12fda8df", - "sha256:3269c9eb8745e8d975980b3a7411a98976824e1fdef11f0aacf76147f662b15f", - "sha256:397bc5ce62d3fb73f304bec332171535c187e0643e176a6e9421a6e3eacef06d", - "sha256:3fc5eabfc720db95d68e6646e88f8b399bfedd235994016351b1d9e062c4b270", - "sha256:50a95ca3560a6058d6ea91d4629a83a897ee27c00630aed9d933dff191f170cd", - "sha256:52ac2e48f5ad847cd43c4755520a2317f3380213493b9d8a4c5e37f3b87df504", - "sha256:53e27293b3a2b661c03f79aa51c3987492bd4641ef933e366e0f9f6c9bf257ec", - "sha256:57eb525e7c2a8fdee02d731f647146ff54ea8c973364f3b850069ffb42799647", - "sha256:5889dd24f03ca5a5b1e8a90a33b5a0846d8977565e4ae003a63d22ecddf6782f", - "sha256:59ca673ad11d4b84ceb385290ed0ebe60266e356641428c845b39cd9df6713ab", - "sha256:6435c48250c12f001920f0751fe50c0348f5f240852cfddc5e2f97e007544cbe", - "sha256:6e5a9cb2be39350ae6c8f79410744e80154df658d5bea06e06e0ac5bb75480d5", - "sha256:7be6a07520b88214ea85d8ac8b7d6d8a1839b0b5cb87412ac9f49fa934eb15d5", - "sha256:7c803b7934a7f59563db459292e6aa078bb38b7ab1446ca38dd138646a38203e", - "sha256:7dd86dfaf7c900c0bbdcb8b16e2f6ddf1eb1fe39c6c8cca6e94844ed3152a8fd", - "sha256:8661c94e3aad18e1ea17a11f60f843a4933ccaf1a25a7c6a9182af70610b2313", - "sha256:8ae0fd135e0b157365ac7cc31fff27f07a5572bdfc38f9c2d43b2aff416cc8b0", - "sha256:910b47a6d0635ec1bd53b88f86120a52bf56dcc27b51f18c7b4a2e2224c29f0f", - "sha256:913cc1d311060b1d409e609947fa1b9753701dac96e6581b58afc36b7ee35af6", - "sha256:920b0911bb2e4414c50e55bd658baeb78281a47feeb064ab40c2b66ecba85553", - "sha256:950802d17a33c07cba7fd7c3dcfa7d64705509206be1606f196d179e539111ed", - "sha256:981707f6b31b59c0c24bcda52e5605f9701cb46da4b86c2e8023656ad3e833cb", - "sha256:98ce7fb5b8063cfdd86596b9c762bf2b5e35a2cdd7e967494ab78a1fa7f8b86e", - "sha256:99f4a9ee60eed1385a86e82288971a51e71df052ed0b2900ed30bc840c0f2e39", - "sha256:9a8e06c7a980869ea67bbf551283bbed2856915f0a792dc32dd0f9dd2fb56728", - "sha256:ae8ce252404cdd4de56dcfce8b11eac3c594a9c16c231d081fb705cf23bd4d9e", - "sha256:afd9c680df4de71cd58582b51e88a61feed4abcc7530bcd3d48483f20fc76f2a", - "sha256:b49742cdb85f1f81e4dc1b39dcf328244f4d8d1ded95dea725b316bd2cf18c95", - "sha256:b5613cfeb1adfe791e8e681128f5f49f22f3fcaa942255a6124d58ca59d9528f", - "sha256:bab7c09454460a487e631ffc0c42057e3d8f2a9ddccd1e60c7bb8ed774992480", - "sha256:c8a0e34993b510fc19b9a2ce7f31cb8e94ecf6e924a40c0c9dd4f62d0aac47d9", - "sha256:caf5d284ddea7462c32b8d4a6b8af030b6c9fd5332afb70e7414d7fdded4bfd0", - "sha256:cea427d1350f3fd0d2818ce7350095c1a2ee33e30961d2f0fef48576ddbbe90f", - "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd", - "sha256:d10c39947a2d351d6d466b4ae83dad4c37cd6c3cdd6d5d0fa797da56f710a6ae", - "sha256:d2b9cd92c8f8e7b313b80e93cedc12c0112088541dcedd9197b5dee3738c1201", - "sha256:d4c57b68c8ef5e1ebf47238e99bf27657511ec3f071c465f6b1bccbef12d4136", - "sha256:d51fc141ddbe3f919e91a096ec739f49d686df8af254b2053ba21a910ae518bf", - "sha256:e097507396c0be4e547ff15b13dc3866f45f3680f789c1a1301b07dadd3fbc78", - "sha256:e30356d530528a42eeba51420ae8bf6c6c09559051887196599d96ee5f536468", - "sha256:e8d5f8a8e3bc87334f025194c6193e408903d21ebaeb10952264943a985066ca", - "sha256:e8dfa9e94fc127c40979c3eacbae1e61fda4fe71d84869cc129e2721973231ef", - "sha256:f212d4f46b67ff604d11fff7cc62d36b3e8714edf68e44e9760e19be38c03eb0", - "sha256:f7506387e191fe8cdb267f912469a3cccc538ab108471291636a96a54e599556", - "sha256:fac6e277a41163d27dfab5f4ec1f7a83fac94e170665a4a50191b545721c6521", - "sha256:fcd8f556cdc8cfe35e70efb92463082b7f43dd7e547eb071ffc36abc0ca4699b" - ], - "index": "pypi", - "markers": "python_version >= '3.10'", - "version": "==2.1.1" - }, - "openai": { - "hashes": [ - "sha256:1a748c2728edd3a738a72a0212ba866f4fdbe39c9ae03813508b267d45104abe", - "sha256:e607aff9fc3e28eade107e5edd8ca95a910a4b12589336d3cbb6bfe2ac306b3c" - ], - "index": "pypi", - "markers": "python_full_version >= '3.7.1'", - "version": "==1.43.0" - }, - "opencv-python": { - "hashes": [ - "sha256:09a332b50488e2dda866a6c5573ee192fe3583239fb26ff2f7f9ceb0bc119ea6", - "sha256:2db02bb7e50b703f0a2d50c50ced72e95c574e1e5a0bb35a8a86d0b35c98c236", - "sha256:32dbbd94c26f611dc5cc6979e6b7aa1f55a64d6b463cc1dcd3c95505a63e48fe", - "sha256:71e575744f1d23f79741450254660442785f45a0797212852ee5199ef12eed98", - "sha256:72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526", - "sha256:9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f", - "sha256:fc182f8f4cda51b45f01c64e4cbedfc2f00aff799debebc305d8d0210c43f251" - ], - "index": "pypi", - "markers": "python_version >= '3.6'", - "version": "==4.10.0.84" - }, - "packaging": { - "hashes": [ - "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", - "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" - ], - "markers": "python_version >= '3.8'", - "version": "==24.1" - }, - "pandas": { - "hashes": [ - "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863", - "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2", - "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1", - "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad", - "sha256:2925720037f06e89af896c70bca73459d7e6a4be96f9de79e2d440bd499fe0db", - "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76", - "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51", - "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32", - "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08", - "sha256:58b84b91b0b9f4bafac2a0ac55002280c094dfc6402402332c0913a59654ab2b", - "sha256:640cef9aa381b60e296db324337a554aeeb883ead99dc8f6c18e81a93942f5f4", - "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921", - "sha256:696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288", - "sha256:6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee", - "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0", - "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24", - "sha256:8e5a0b00e1e56a842f922e7fae8ae4077aee4af0acb5ae3622bd4b4c30aedf99", - "sha256:8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151", - "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd", - "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce", - "sha256:92fd6b027924a7e178ac202cfbe25e53368db90d56872d20ffae94b96c7acc57", - "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef", - "sha256:9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54", - "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a", - "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238", - "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23", - "sha256:ddf818e4e6c7c6f4f7c8a12709696d193976b591cc7dc50588d3d1a6b5dc8772", - "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce", - "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad" - ], - "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==2.2.2" - }, - "pillow": { - "hashes": [ - "sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885", - "sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea", - "sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df", - "sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5", - "sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c", - "sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d", - "sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd", - "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06", - "sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908", - "sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a", - "sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be", - "sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0", - "sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b", - "sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80", - "sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a", - "sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e", - "sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9", - "sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696", - "sha256:43efea75eb06b95d1631cb784aa40156177bf9dd5b4b03ff38979e048258bc6b", - "sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309", - "sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e", - "sha256:5161eef006d335e46895297f642341111945e2c1c899eb406882a6c61a4357ab", - "sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d", - "sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060", - "sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d", - "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", - "sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4", - "sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3", - "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6", - "sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb", - "sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94", - "sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b", - "sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496", - "sha256:73664fe514b34c8f02452ffb73b7a92c6774e39a647087f83d67f010eb9a0cf0", - "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319", - "sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b", - "sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856", - "sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef", - "sha256:7a8d4bade9952ea9a77d0c3e49cbd8b2890a399422258a77f357b9cc9be8d680", - "sha256:7c1ee6f42250df403c5f103cbd2768a28fe1a0ea1f0f03fe151c8741e1469c8b", - "sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42", - "sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e", - "sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597", - "sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a", - "sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8", - "sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3", - "sha256:8d4d5063501b6dd4024b8ac2f04962d661222d120381272deea52e3fc52d3736", - "sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da", - "sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126", - "sha256:950be4d8ba92aca4b2bb0741285a46bfae3ca699ef913ec8416c1b78eadd64cd", - "sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5", - "sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b", - "sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026", - "sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b", - "sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc", - "sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46", - "sha256:b15e02e9bb4c21e39876698abf233c8c579127986f8207200bc8a8f6bb27acf2", - "sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c", - "sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe", - "sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984", - "sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a", - "sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70", - "sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca", - "sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b", - "sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91", - "sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3", - "sha256:d7480af14364494365e89d6fddc510a13e5a2c3584cb19ef65415ca57252fb84", - "sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1", - "sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5", - "sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be", - "sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f", - "sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc", - "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", - "sha256:e88d5e6ad0d026fba7bdab8c3f225a69f063f116462c49892b0149e21b6c0a0e", - "sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141", - "sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef", - "sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22", - "sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27", - "sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e", - "sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==10.4.0" - }, - "psycopg2-binary": { - "hashes": [ - "sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9", - "sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77", - "sha256:0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e", - "sha256:0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84", - "sha256:1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3", - "sha256:143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2", - "sha256:15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67", - "sha256:1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876", - "sha256:18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152", - "sha256:1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f", - "sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a", - "sha256:246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6", - "sha256:275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503", - "sha256:281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f", - "sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493", - "sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996", - "sha256:30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f", - "sha256:31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e", - "sha256:323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59", - "sha256:34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94", - "sha256:3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7", - "sha256:3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682", - "sha256:4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420", - "sha256:420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae", - "sha256:4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291", - "sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe", - "sha256:60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980", - "sha256:64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93", - "sha256:68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692", - "sha256:6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119", - "sha256:729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716", - "sha256:72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472", - "sha256:75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b", - "sha256:77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2", - "sha256:78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc", - "sha256:7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c", - "sha256:804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5", - "sha256:81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab", - "sha256:8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984", - "sha256:83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9", - "sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf", - "sha256:876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0", - "sha256:8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f", - "sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212", - "sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb", - "sha256:977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be", - "sha256:9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90", - "sha256:a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041", - "sha256:a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7", - "sha256:ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860", - "sha256:b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d", - "sha256:b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245", - "sha256:b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27", - "sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417", - "sha256:bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359", - "sha256:c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202", - "sha256:c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0", - "sha256:c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7", - "sha256:c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba", - "sha256:ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1", - "sha256:ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd", - "sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07", - "sha256:d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98", - "sha256:d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55", - "sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d", - "sha256:ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972", - "sha256:ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f", - "sha256:ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e", - "sha256:ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26", - "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957", - "sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53", - "sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.9.9" - }, - "pydantic": { - "hashes": [ - "sha256:6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a", - "sha256:73ee9fddd406dc318b885c7a2eab8a6472b68b8fb5ba8150949fc3db939f23c8" - ], - "markers": "python_version >= '3.8'", - "version": "==2.8.2" - }, - "pydantic-core": { - "hashes": [ - "sha256:035ede2e16da7281041f0e626459bcae33ed998cca6a0a007a5ebb73414ac72d", - "sha256:04024d270cf63f586ad41fff13fde4311c4fc13ea74676962c876d9577bcc78f", - "sha256:0827505a5c87e8aa285dc31e9ec7f4a17c81a813d45f70b1d9164e03a813a686", - "sha256:084659fac3c83fd674596612aeff6041a18402f1e1bc19ca39e417d554468482", - "sha256:10d4204d8ca33146e761c79f83cc861df20e7ae9f6487ca290a97702daf56006", - "sha256:11b71d67b4725e7e2a9f6e9c0ac1239bbc0c48cce3dc59f98635efc57d6dac83", - "sha256:150906b40ff188a3260cbee25380e7494ee85048584998c1e66df0c7a11c17a6", - "sha256:175873691124f3d0da55aeea1d90660a6ea7a3cfea137c38afa0a5ffabe37b88", - "sha256:177f55a886d74f1808763976ac4efd29b7ed15c69f4d838bbd74d9d09cf6fa86", - "sha256:19c0fa39fa154e7e0b7f82f88ef85faa2a4c23cc65aae2f5aea625e3c13c735a", - "sha256:1eedfeb6089ed3fad42e81a67755846ad4dcc14d73698c120a82e4ccf0f1f9f6", - "sha256:225b67a1f6d602de0ce7f6c1c3ae89a4aa25d3de9be857999e9124f15dab486a", - "sha256:242b8feb3c493ab78be289c034a1f659e8826e2233786e36f2893a950a719bb6", - "sha256:254ec27fdb5b1ee60684f91683be95e5133c994cc54e86a0b0963afa25c8f8a6", - "sha256:25e9185e2d06c16ee438ed39bf62935ec436474a6ac4f9358524220f1b236e43", - "sha256:26ab812fa0c845df815e506be30337e2df27e88399b985d0bb4e3ecfe72df31c", - "sha256:26ca695eeee5f9f1aeeb211ffc12f10bcb6f71e2989988fda61dabd65db878d4", - "sha256:26dc97754b57d2fd00ac2b24dfa341abffc380b823211994c4efac7f13b9e90e", - "sha256:270755f15174fb983890c49881e93f8f1b80f0b5e3a3cc1394a255706cabd203", - "sha256:2aafc5a503855ea5885559eae883978c9b6d8c8993d67766ee73d82e841300dd", - "sha256:2d036c7187b9422ae5b262badb87a20a49eb6c5238b2004e96d4da1231badef1", - "sha256:33499e85e739a4b60c9dac710c20a08dc73cb3240c9a0e22325e671b27b70d24", - "sha256:37eee5b638f0e0dcd18d21f59b679686bbd18917b87db0193ae36f9c23c355fc", - "sha256:38cf1c40a921d05c5edc61a785c0ddb4bed67827069f535d794ce6bcded919fc", - "sha256:3acae97ffd19bf091c72df4d726d552c473f3576409b2a7ca36b2f535ffff4a3", - "sha256:3c5ebac750d9d5f2706654c638c041635c385596caf68f81342011ddfa1e5598", - "sha256:3d482efec8b7dc6bfaedc0f166b2ce349df0011f5d2f1f25537ced4cfc34fd98", - "sha256:407653af5617f0757261ae249d3fba09504d7a71ab36ac057c938572d1bc9331", - "sha256:40a783fb7ee353c50bd3853e626f15677ea527ae556429453685ae32280c19c2", - "sha256:41e81317dd6a0127cabce83c0c9c3fbecceae981c8391e6f1dec88a77c8a569a", - "sha256:41f4c96227a67a013e7de5ff8f20fb496ce573893b7f4f2707d065907bffdbd6", - "sha256:469f29f9093c9d834432034d33f5fe45699e664f12a13bf38c04967ce233d688", - "sha256:4745f4ac52cc6686390c40eaa01d48b18997cb130833154801a442323cc78f91", - "sha256:4868f6bd7c9d98904b748a2653031fc9c2f85b6237009d475b1008bfaeb0a5aa", - "sha256:4aa223cd1e36b642092c326d694d8bf59b71ddddc94cdb752bbbb1c5c91d833b", - "sha256:4dd484681c15e6b9a977c785a345d3e378d72678fd5f1f3c0509608da24f2ac0", - "sha256:4f2790949cf385d985a31984907fecb3896999329103df4e4983a4a41e13e840", - "sha256:512ecfbefef6dac7bc5eaaf46177b2de58cdf7acac8793fe033b24ece0b9566c", - "sha256:516d9227919612425c8ef1c9b869bbbee249bc91912c8aaffb66116c0b447ebd", - "sha256:53e431da3fc53360db73eedf6f7124d1076e1b4ee4276b36fb25514544ceb4a3", - "sha256:595ba5be69b35777474fa07f80fc260ea71255656191adb22a8c53aba4479231", - "sha256:5b5ff4911aea936a47d9376fd3ab17e970cc543d1b68921886e7f64bd28308d1", - "sha256:5d41e6daee2813ecceea8eda38062d69e280b39df793f5a942fa515b8ed67953", - "sha256:5e999ba8dd90e93d57410c5e67ebb67ffcaadcea0ad973240fdfd3a135506250", - "sha256:5f239eb799a2081495ea659d8d4a43a8f42cd1fe9ff2e7e436295c38a10c286a", - "sha256:635fee4e041ab9c479e31edda27fcf966ea9614fff1317e280d99eb3e5ab6fe2", - "sha256:65db0f2eefcaad1a3950f498aabb4875c8890438bc80b19362cf633b87a8ab20", - "sha256:6b507132dcfc0dea440cce23ee2182c0ce7aba7054576efc65634f080dbe9434", - "sha256:6b9d9bb600328a1ce523ab4f454859e9d439150abb0906c5a1983c146580ebab", - "sha256:70c8daf4faca8da5a6d655f9af86faf6ec2e1768f4b8b9d0226c02f3d6209703", - "sha256:77bf3ac639c1ff567ae3b47f8d4cc3dc20f9966a2a6dd2311dcc055d3d04fb8a", - "sha256:784c1214cb6dd1e3b15dd8b91b9a53852aed16671cc3fbe4786f4f1db07089e2", - "sha256:7eb6a0587eded33aeefea9f916899d42b1799b7b14b8f8ff2753c0ac1741edac", - "sha256:7ed1b0132f24beeec5a78b67d9388656d03e6a7c837394f99257e2d55b461611", - "sha256:8ad4aeb3e9a97286573c03df758fc7627aecdd02f1da04516a86dc159bf70121", - "sha256:964faa8a861d2664f0c7ab0c181af0bea66098b1919439815ca8803ef136fc4e", - "sha256:9dc1b507c12eb0481d071f3c1808f0529ad41dc415d0ca11f7ebfc666e66a18b", - "sha256:9ebfef07dbe1d93efb94b4700f2d278494e9162565a54f124c404a5656d7ff09", - "sha256:a45f84b09ac9c3d35dfcf6a27fd0634d30d183205230a0ebe8373a0e8cfa0906", - "sha256:a4f55095ad087474999ee28d3398bae183a66be4823f753cd7d67dd0153427c9", - "sha256:a6d511cc297ff0883bc3708b465ff82d7560193169a8b93260f74ecb0a5e08a7", - "sha256:a8ad4c766d3f33ba8fd692f9aa297c9058970530a32c728a2c4bfd2616d3358b", - "sha256:aa2f457b4af386254372dfa78a2eda2563680d982422641a85f271c859df1987", - "sha256:b03f7941783b4c4a26051846dea594628b38f6940a2fdc0df00b221aed39314c", - "sha256:b0dae11d8f5ded51699c74d9548dcc5938e0804cc8298ec0aa0da95c21fff57b", - "sha256:b91ced227c41aa29c672814f50dbb05ec93536abf8f43cd14ec9521ea09afe4e", - "sha256:bc633a9fe1eb87e250b5c57d389cf28998e4292336926b0b6cdaee353f89a237", - "sha256:bebb4d6715c814597f85297c332297c6ce81e29436125ca59d1159b07f423eb1", - "sha256:c336a6d235522a62fef872c6295a42ecb0c4e1d0f1a3e500fe949415761b8a19", - "sha256:c6514f963b023aeee506678a1cf821fe31159b925c4b76fe2afa94cc70b3222b", - "sha256:c693e916709c2465b02ca0ad7b387c4f8423d1db7b4649c551f27a529181c5ad", - "sha256:c81131869240e3e568916ef4c307f8b99583efaa60a8112ef27a366eefba8ef0", - "sha256:d02a72df14dfdbaf228424573a07af10637bd490f0901cee872c4f434a735b94", - "sha256:d2a8fa9d6d6f891f3deec72f5cc668e6f66b188ab14bb1ab52422fe8e644f312", - "sha256:d2b27e6af28f07e2f195552b37d7d66b150adbaa39a6d327766ffd695799780f", - "sha256:d2fe69c5434391727efa54b47a1e7986bb0186e72a41b203df8f5b0a19a4f669", - "sha256:d3f3ed29cd9f978c604708511a1f9c2fdcb6c38b9aae36a51905b8811ee5cbf1", - "sha256:d573faf8eb7e6b1cbbcb4f5b247c60ca8be39fe2c674495df0eb4318303137fe", - "sha256:e0bbdd76ce9aa5d4209d65f2b27fc6e5ef1312ae6c5333c26db3f5ade53a1e99", - "sha256:e7c4ea22b6739b162c9ecaaa41d718dfad48a244909fe7ef4b54c0b530effc5a", - "sha256:e93e1a4b4b33daed65d781a57a522ff153dcf748dee70b40c7258c5861e1768a", - "sha256:e97fdf088d4b31ff4ba35db26d9cc472ac7ef4a2ff2badeabf8d727b3377fc52", - "sha256:e9fa4c9bf273ca41f940bceb86922a7667cd5bf90e95dbb157cbb8441008482c", - "sha256:eaad4ff2de1c3823fddf82f41121bdf453d922e9a238642b1dedb33c4e4f98ad", - "sha256:f1f62b2413c3a0e846c3b838b2ecd6c7a19ec6793b2a522745b0869e37ab5bc1", - "sha256:f6d6cff3538391e8486a431569b77921adfcdef14eb18fbf19b7c0a5294d4e6a", - "sha256:f9aa05d09ecf4c75157197f27cdc9cfaeb7c5f15021c6373932bf3e124af029f", - "sha256:fa2fddcb7107e0d1808086ca306dcade7df60a13a6c347a7acf1ec139aa6789a", - "sha256:faa6b09ee09433b87992fb5a2859efd1c264ddc37280d2dd5db502126d0e7f27" - ], - "markers": "python_version >= '3.8'", - "version": "==2.20.1" - }, - "pyparsing": { - "hashes": [ - "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c", - "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032" - ], - "markers": "python_full_version >= '3.6.8'", - "version": "==3.1.4" - }, - "pyperclip": { - "hashes": [ - "sha256:b7de0142ddc81bfc5c7507eea19da920b92252b548b96186caf94a5e2527d310" - ], - "index": "pypi", - "version": "==1.9.0" - }, - "python-dateutil": { - "hashes": [ - "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", - "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", - "version": "==2.9.0.post0" - }, - "python-dotenv": { - "hashes": [ - "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca", - "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==1.0.1" - }, - "pytz": { - "hashes": [ - "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812", - "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" - ], - "version": "==2024.1" - }, - "requests": { - "hashes": [ - "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", - "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.32.3" - }, - "six": { - "hashes": [ - "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", - "version": "==1.16.0" - }, - "slack-bolt": { - "hashes": [ - "sha256:4657e592339797b9b804547a21e6b35dd8e2cd1eab676bfb23960660aae049fd", - "sha256:8fa26e72b0e55c18c1d34a73558e7fe2150bdc7c947de780b938fdb1d7e854fe" - ], - "index": "pypi", - "markers": "python_version >= '3.6'", - "version": "==1.20.1" - }, - "slack-sdk": { - "hashes": [ - "sha256:740d2f9c49cbfcbd46fca56b4be9d527934c225312aac18fd2c0fca0ef6bc935", - "sha256:a120cc461e8ebb7d9175f171dbe0ded37a6878d9f7b96b28e4bad1227399047b" - ], - "index": "pypi", - "markers": "python_version >= '3.6'", - "version": "==3.31.0" - }, - "smmap": { - "hashes": [ - "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62", - "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" - ], - "markers": "python_version >= '3.7'", - "version": "==5.0.1" - }, - "sniffio": { - "hashes": [ - "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", - "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" - ], - "markers": "python_version >= '3.7'", - "version": "==1.3.1" - }, - "sudden-death": { - "git": "https://github.com/dev-hato/sudden-death", - "ref": "acbcc98223c78b902c384d8602b716b3360b385c" - }, - "tqdm": { - "hashes": [ - "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd", - "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" - ], - "markers": "python_version >= '3.7'", - "version": "==4.66.5" - }, - "typing-extensions": { - "hashes": [ - "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", - "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" - ], - "markers": "python_version >= '3.8'", - "version": "==4.12.2" - }, - "tzdata": { - "hashes": [ - "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd", - "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" - ], - "markers": "python_version >= '2'", - "version": "==2024.1" - }, - "urllib3": { - "hashes": [ - "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", - "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" - ], - "markers": "python_version >= '3.8'", - "version": "==2.2.2" - }, - "websockets": { - "hashes": [ - "sha256:00fd961943b6c10ee6f0b1130753e50ac5dcd906130dcd77b0003c3ab797d026", - "sha256:03d3f9ba172e0a53e37fa4e636b86cc60c3ab2cfee4935e66ed1d7acaa4625ad", - "sha256:0513c727fb8adffa6d9bf4a4463b2bade0186cbd8c3604ae5540fae18a90cb99", - "sha256:05e70fec7c54aad4d71eae8e8cab50525e899791fc389ec6f77b95312e4e9920", - "sha256:0617fd0b1d14309c7eab6ba5deae8a7179959861846cbc5cb528a7531c249448", - "sha256:06c0a667e466fcb56a0886d924b5f29a7f0886199102f0a0e1c60a02a3751cb4", - "sha256:0f52504023b1480d458adf496dc1c9e9811df4ba4752f0bc1f89ae92f4f07d0c", - "sha256:10a0dc7242215d794fb1918f69c6bb235f1f627aaf19e77f05336d147fce7c37", - "sha256:11f9976ecbc530248cf162e359a92f37b7b282de88d1d194f2167b5e7ad80ce3", - "sha256:132511bfd42e77d152c919147078460c88a795af16b50e42a0bd14f0ad71ddd2", - "sha256:139add0f98206cb74109faf3611b7783ceafc928529c62b389917a037d4cfdf4", - "sha256:14b9c006cac63772b31abbcd3e3abb6228233eec966bf062e89e7fa7ae0b7333", - "sha256:15c7d62ee071fa94a2fc52c2b472fed4af258d43f9030479d9c4a2de885fd543", - "sha256:165bedf13556f985a2aa064309baa01462aa79bf6112fbd068ae38993a0e1f1b", - "sha256:17118647c0ea14796364299e942c330d72acc4b248e07e639d34b75067b3cdd8", - "sha256:1841c9082a3ba4a05ea824cf6d99570a6a2d8849ef0db16e9c826acb28089e8f", - "sha256:1a678532018e435396e37422a95e3ab87f75028ac79570ad11f5bf23cd2a7d8c", - "sha256:1ee4cc030a4bdab482a37462dbf3ffb7e09334d01dd37d1063be1136a0d825fa", - "sha256:1f3cf6d6ec1142412d4535adabc6bd72a63f5f148c43fe559f06298bc21953c9", - "sha256:1f613289f4a94142f914aafad6c6c87903de78eae1e140fa769a7385fb232fdf", - "sha256:1fa082ea38d5de51dd409434edc27c0dcbd5fed2b09b9be982deb6f0508d25bc", - "sha256:249aab278810bee585cd0d4de2f08cfd67eed4fc75bde623be163798ed4db2eb", - "sha256:254ecf35572fca01a9f789a1d0f543898e222f7b69ecd7d5381d8d8047627bdb", - "sha256:2a02b0161c43cc9e0232711eff846569fad6ec836a7acab16b3cf97b2344c060", - "sha256:30d3a1f041360f029765d8704eae606781e673e8918e6b2c792e0775de51352f", - "sha256:3624fd8664f2577cf8de996db3250662e259bfbc870dd8ebdcf5d7c6ac0b5185", - "sha256:3f55b36d17ac50aa8a171b771e15fbe1561217510c8768af3d546f56c7576cdc", - "sha256:46af561eba6f9b0848b2c9d2427086cabadf14e0abdd9fde9d72d447df268418", - "sha256:47236c13be337ef36546004ce8c5580f4b1150d9538b27bf8a5ad8edf23ccfab", - "sha256:4a365bcb7be554e6e1f9f3ed64016e67e2fa03d7b027a33e436aecf194febb63", - "sha256:4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e", - "sha256:4e85f46ce287f5c52438bb3703d86162263afccf034a5ef13dbe4318e98d86e7", - "sha256:4f0426d51c8f0926a4879390f53c7f5a855e42d68df95fff6032c82c888b5f36", - "sha256:518f90e6dd089d34eaade01101fd8a990921c3ba18ebbe9b0165b46ebff947f0", - "sha256:52aed6ef21a0f1a2a5e310fb5c42d7555e9c5855476bbd7173c3aa3d8a0302f2", - "sha256:556e70e4f69be1082e6ef26dcb70efcd08d1850f5d6c5f4f2bcb4e397e68f01f", - "sha256:56a952fa2ae57a42ba7951e6b2605e08a24801a4931b5644dfc68939e041bc7f", - "sha256:59197afd478545b1f73367620407b0083303569c5f2d043afe5363676f2697c9", - "sha256:5df891c86fe68b2c38da55b7aea7095beca105933c697d719f3f45f4220a5e0e", - "sha256:63848cdb6fcc0bf09d4a155464c46c64ffdb5807ede4fb251da2c2692559ce75", - "sha256:64a11aae1de4c178fa653b07d90f2fb1a2ed31919a5ea2361a38760192e1858b", - "sha256:6724b554b70d6195ba19650fef5759ef11346f946c07dbbe390e039bcaa7cc3d", - "sha256:67494e95d6565bf395476e9d040037ff69c8b3fa356a886b21d8422ad86ae075", - "sha256:67648f5e50231b5a7f6d83b32f9c525e319f0ddc841be0de64f24928cd75a603", - "sha256:68264802399aed6fe9652e89761031acc734fc4c653137a5911c2bfa995d6d6d", - "sha256:699ba9dd6a926f82a277063603fc8d586b89f4cb128efc353b749b641fcddda7", - "sha256:6aa74a45d4cdc028561a7d6ab3272c8b3018e23723100b12e58be9dfa5a24491", - "sha256:6b41a1b3b561f1cba8321fb32987552a024a8f67f0d05f06fcf29f0090a1b956", - "sha256:71e6e5a3a3728886caee9ab8752e8113670936a193284be9d6ad2176a137f376", - "sha256:7d20516990d8ad557b5abeb48127b8b779b0b7e6771a265fa3e91767596d7d97", - "sha256:80e4ba642fc87fa532bac07e5ed7e19d56940b6af6a8c61d4429be48718a380f", - "sha256:872afa52a9f4c414d6955c365b6588bc4401272c629ff8321a55f44e3f62b553", - "sha256:8eb2b9a318542153674c6e377eb8cb9ca0fc011c04475110d3477862f15d29f0", - "sha256:9bbc525f4be3e51b89b2a700f5746c2a6907d2e2ef4513a8daafc98198b92237", - "sha256:a1a2e272d067030048e1fe41aa1ec8cfbbaabce733b3d634304fa2b19e5c897f", - "sha256:a5dc0c42ded1557cc7c3f0240b24129aefbad88af4f09346164349391dea8e58", - "sha256:acab3539a027a85d568c2573291e864333ec9d912675107d6efceb7e2be5d980", - "sha256:acbebec8cb3d4df6e2488fbf34702cbc37fc39ac7abf9449392cefb3305562e9", - "sha256:ad327ac80ba7ee61da85383ca8822ff808ab5ada0e4a030d66703cc025b021c4", - "sha256:b448a0690ef43db5ef31b3a0d9aea79043882b4632cfc3eaab20105edecf6097", - "sha256:b5a06d7f60bc2fc378a333978470dfc4e1415ee52f5f0fce4f7853eb10c1e9df", - "sha256:b74593e9acf18ea5469c3edaa6b27fa7ecf97b30e9dabd5a94c4c940637ab96e", - "sha256:b79915a1179a91f6c5f04ece1e592e2e8a6bd245a0e45d12fd56b2b59e559a32", - "sha256:b80f0c51681c517604152eb6a572f5a9378f877763231fddb883ba2f968e8817", - "sha256:b8ac5b46fd798bbbf2ac6620e0437c36a202b08e1f827832c4bf050da081b501", - "sha256:c3c493d0e5141ec055a7d6809a28ac2b88d5b878bb22df8c621ebe79a61123d0", - "sha256:c44ca9ade59b2e376612df34e837013e2b273e6c92d7ed6636d0556b6f4db93d", - "sha256:c4a6343e3b0714e80da0b0893543bf9a5b5fa71b846ae640e56e9abc6fbc4c83", - "sha256:c5870b4a11b77e4caa3937142b650fbbc0914a3e07a0cf3131f35c0587489c1c", - "sha256:ca48914cdd9f2ccd94deab5bcb5ac98025a5ddce98881e5cce762854a5de330b", - "sha256:cf2fae6d85e5dc384bf846f8243ddaa9197f3a1a70044f59399af001fd1f51d4", - "sha256:d450f5a7a35662a9b91a64aefa852f0c0308ee256122f5218a42f1d13577d71e", - "sha256:d6716c087e4aa0b9260c4e579bb82e068f84faddb9bfba9906cb87726fa2e870", - "sha256:d93572720d781331fb10d3da9ca1067817d84ad1e7c31466e9f5e59965618096", - "sha256:dbb0b697cc0655719522406c059eae233abaa3243821cfdfab1215d02ac10231", - "sha256:e33505534f3f673270dd67f81e73550b11de5b538c56fe04435d63c02c3f26b5", - "sha256:e801ca2f448850685417d723ec70298feff3ce4ff687c6f20922c7474b4746ae", - "sha256:e82db3756ccb66266504f5a3de05ac6b32f287faacff72462612120074103329", - "sha256:ef48e4137e8799998a343706531e656fdec6797b80efd029117edacb74b0a10a", - "sha256:f1d3d1f2eb79fe7b0fb02e599b2bf76a7619c79300fc55f0b5e2d382881d4f7f", - "sha256:f3fea72e4e6edb983908f0db373ae0732b275628901d909c382aae3b592589f2", - "sha256:f40de079779acbcdbb6ed4c65af9f018f8b77c5ec4e17a4b737c05c2db554491", - "sha256:f73e676a46b0fe9426612ce8caeca54c9073191a77c3e9d5c94697aef99296af", - "sha256:f9c9e258e3d5efe199ec23903f5da0eeaad58cf6fccb3547b74fd4750e5ac47a", - "sha256:fac2d146ff30d9dd2fcf917e5d147db037a5c573f0446c564f16f1f94cf87462", - "sha256:faef9ec6354fe4f9a2c0bbb52fb1ff852effc897e2a4501e25eb3a47cb0a4f89" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==13.0.1" - }, - "werkzeug": { - "hashes": [ - "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c", - "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306" - ], - "markers": "python_version >= '3.8'", - "version": "==3.0.4" - }, - "yarl": { - "hashes": [ - "sha256:053d5ab41e31c6f86038ba1dca5dc8d1658d0fb105adf2d32606d7727904436b", - "sha256:076ce8699521f6e5acd6c69fb6de96d7f78d9ec6384b162cbf1039159997e7a6", - "sha256:080f9ad6076f717d45d8689f3c3ca3f880aeb5c8667ac936d98d9d285a97a549", - "sha256:0a987726abdf4ae961a084e79a03fe9e46fbf419c63d17cf0280cdecc1670b5b", - "sha256:0bdc6a7b59efa0c34c90ef3da864f0c53e81a4640fbc461bfde9f1b0c64c3c81", - "sha256:0d41d541080730548f6c03932bfe7b08aff964a172fa5623695970ceac349cc2", - "sha256:0ecb0c3f5fa89dfbb926dd743c6c28868b85ff22570f1a82f772515bf535ad54", - "sha256:15041b0b0a245a718551af98047accae093b7aa8f2fc085a6fdf85244c6a2034", - "sha256:19fd2614cc11ca01460e9198ffb80da58ada3404e92c23dd352bd7b1a93a6400", - "sha256:1ce5ee549d3f8236327be68e4a3bda15b57137077d535dcc3dc4a521e8999536", - "sha256:1cfa9b9ce66e9939e1dafdb9d951cedcebf4e3bec999c9bc84ba16d246f6fd8f", - "sha256:1e0c621ff807414b8a0b964251714e0038a355de6d2a2c67d6bf1db09c3bf38e", - "sha256:1fa7e4c9118d513a62c493f985e9045a0de072ee4d23a5035e8b77ad30992dbe", - "sha256:25645b4dd57c71bd90d090eb84b962d1977ba9b1633de8726b5acd2e17637fbf", - "sha256:283d7649a2805c64eabd246f763321149a370dc696bfd3f575453cb75506e959", - "sha256:2865c25ab6ab5a93bda6278920e3918b57a3b12b4b07c7207060a5787908c57a", - "sha256:2a24034845530aba47ad087c0190789af142dbc7bca38583e567be2da4ba5b90", - "sha256:2b84baedf1ea3986940d1e88e9f26688a06635c250b9ce14ca4f64355ab33caf", - "sha256:2c14f5d3220575a0392bd06028342e0527c3a873c72d87879418ff32919a6f11", - "sha256:3777804ae06edfc354c757419e89eb3d640ff04d6477aed76fe0afe72e6e6e48", - "sha256:40eb9f092b9d576c3ca97dc405538914bcc96be1bd2099c8dc4bf2fe78b54c03", - "sha256:4275e619a95c61a793c47fcd5f1fe9aa88273bdd56e09594bfb7d0784dd4ffdd", - "sha256:4300c792fa8a9bd2b3649b8f7a7b184128552c799d1593b8e866c5784aacf064", - "sha256:4318397b84b417daab204b88929387087846ef1a182b74f7c7565f4c5bf14ec2", - "sha256:443bb24327e3b2a65a646f79d45acbf883b46c7ebc8ea5fbb6057e124a2ffb84", - "sha256:494dbe74318ed7190e3a189973600a50b8d3b2027f6915fc3265d5e0dc465077", - "sha256:495c251bf439d3d40ee99eb25e2d8af2fb100b4727a1ca82624273fcb0146680", - "sha256:4aebcedf28b02a4d575aeb67c3dc4b6b0533b72231298cf2b0fd7e3060decfe5", - "sha256:50a024dc446ef0b0bc96176c6bfd6b9825e2d306a3e2be8fad09406e7b3630e7", - "sha256:515f396bf29538bdbb817cad03ebc453f903dc9edae03a835d70088042425553", - "sha256:5688e48908f68dd1175a5a775bd562ba431a3ab010593915558f7d143d63cf48", - "sha256:5805cf7060eee1c928731eae8d2999b1dbcc158a1fdd53bc88819258b8cdf4d9", - "sha256:58e6d67537b6d93c8bf4102917c337c3bd39bb70f0910b5ca6ff1d102721069c", - "sha256:61f9e9c51717651319ea1f3bfd838979ad13e0a086abae1055b72e21a35c86ee", - "sha256:683abc326e3cca63ec3bd0785b44fe39237822737b99453956817214b5eca3d4", - "sha256:69982ee7dce2073fffc50731cb1ae927a715c29d27b4f22b8c2edb56714da8d1", - "sha256:6a194c57d3254579c830e3ab9a3a828f5bf4fed62b1fcc662446e7d6683d84e3", - "sha256:6caebfbade5e4f19d6c2caf0f3cb56c788ff22aaf6c93d8e4c57d6e6457c5002", - "sha256:6ce7a8edd1813118fa79dc5d3aa12cc4735265bac958e173013506fec49b0d78", - "sha256:6f5272514166287d89bdb1215da3ccc7f31bce6b481425add8e3d11bdad4e1dc", - "sha256:70751d8bb5dacce02b808f7bb71545d658e5a21e4b312f0a20f6de4d5e007211", - "sha256:72556c7273b3c1f9e2eaf3f4caa2de597ab2aaec06d87c7a5840522838660316", - "sha256:77a34663752872cece9cf11c495fec50687f56ba4ab999952c3cd4869a6acc39", - "sha256:7abc6a65e8a5909f725efe59f05e26b8eb941a8b475525eaf0ace9c6254fc729", - "sha256:7e00e3e33a51ff8059bdec30336b3910fdfc121e2d1ed0c51d28a4198411eafc", - "sha256:839bce5479c5d2fade4a2619e6232060b56595b08a99397ea38b0e0bef15f59c", - "sha256:852e213f2fe6a1605c87dfd9bea69a43090cb47daf49991bbeb35ad4a21c87bb", - "sha256:89b3b220eca621a4155f3affb16e203e2c9d5de894a864fec29e6674018f2622", - "sha256:8a93ef52dbd604ff2e039f310cb405c8e59b91e38198e5ab62ba38169fe4c798", - "sha256:92c65fa0bb904a1d24a5f6f9929feaa1573f93a1da5e3843136d28161c5d2cfd", - "sha256:939779e9f5802305038779651b0062be3eec63bbdc1b9e7c3ea8dfde58a74663", - "sha256:95053ac3b499a5638718ed33c2e7d2724ef3d4e9c0f0e286675506ab026aedd7", - "sha256:990a69a85f5dc9ceeeff76dce4f53ff8eea758f127ad5c7ed07af4ec406d0712", - "sha256:9a88b543175dc9884d919eab40bd3d39c99b6dedaa17910f6f431d0c3495d212", - "sha256:9c5a5425ea221ed548bc0b7db089b6e69f0abcb9b318d2f81e252ce1a87cb432", - "sha256:9da6010b1f7f1a6a0804190ed895f3425c03230ff9bbb0edde961221e33e2447", - "sha256:9de7f08fd02b51068b8e801d26af567fbe4cc7f380638106d4e38b7c8b6349a1", - "sha256:9dfb4e7e53e3dd9a4f32818abfe4575e7cc6f5fa002a859529108ed1c657e169", - "sha256:9f22fd081fa74590f2de817fb0f8bd3329baa96f2f3baad53210c8864bbbe6d7", - "sha256:a0999c76aa302455f64d59ec8fa34718fed0427fd069c790cfcc6940d6b17a49", - "sha256:a314f4f481d881f698148260036752e56934b59692f717258a65f61e342d392c", - "sha256:a73607a01744ff6631f6b7a2e78c73ea24f025c1808f5c246957b92d8da56362", - "sha256:acf846ad1dcd40b549651c984e9ceccd134a3f3f9938a51c77cda75cebc7b46a", - "sha256:ad189fe2c7e0b38cd42d9053c90ab5edc85c9169b6c495c2415b9c74e88cca9e", - "sha256:ad199a15f616abfecb1e8eec053e1193c75c21fca136b5a401123c3e78ee989d", - "sha256:b033089070f63cfbd06f9f3926c56ed2f4abac8bd389e18a086c56603674ae69", - "sha256:b75692302951aaa8cdd3284b0d28089c1fcc183e75b78723e9288921dd00cab4", - "sha256:be4df89374aef89ba7200866e47bde89af67edc2bdbe01cae39e9ab7309365f6", - "sha256:c1aa72ea579d8615f4f135f55c7f5c1710f9e743fa2576fe903ad75de0777e66", - "sha256:c79acad3d6805b0701ffd4789dc14020cdb1977c436e3b81ba7a507e497f7146", - "sha256:cbf3bb663138621aad571446bab804cbd4f69bdebcb952d555d0ba4bd19e4bb6", - "sha256:ccea3d444291487f0e044f92a3bd72c2ad2880dde6409ecb7f12c5571022ed0c", - "sha256:d34a4c6fde4d49aab493214228d0e03f7e5a717f6da4fe65b879a3af3c22ad7b", - "sha256:d37f8bb65b50f07118243e68080836a57477d12da3b47c0b5112feb9cb5d8c1f", - "sha256:d466e1b28338910c2d7e54a22a0542d7a4f989c7a4824f4b40d2f2a14d97b65c", - "sha256:d602e77ff2bf949064e88cb6c41f1d7fe4698ddfec7ccdb628d419886136d437", - "sha256:d6609652c8fbe903be56782fb99a2e481a7ef5382900988baca9312da72dfede", - "sha256:d795a65cbeb0b39487ba6b36265d44f9c7bb0930bb40b26e14964bcff3d6bbc8", - "sha256:da47fb9ba6d18a3f63365da141399ad56a2b00d0432bbd0e0b2ee534acfef430", - "sha256:dac4e5afad0707beed2d5554cf1003ba0c4ce83578e254a5bac8aa03df9fe2c6", - "sha256:e1df9ce83a30e3580cba87a050e2a4635a806d96633ecd99d1e6f3b329a855be", - "sha256:e333ed4bbf317a2424d865ec4836d1f3560e7beee8e0fd0ba44110d9e9174d9f", - "sha256:e66e5b4c5884d67e892e0dd0cf79f2af6c4b9078841ebb2b2e7a75c3df16b71d", - "sha256:e8e91970222df517b6de5346c74a246919a5d3f4a8fd4117b0b1dd9d935eb648", - "sha256:ea4b3e4f24e3d60f3361dec53db31bc167dba1f9eb7f861377fa4d681e7afdb4", - "sha256:ef6563bfa47b8f51e37ec4cd867690c4da5be075daa63e7348a72c486f71b056", - "sha256:f24ce88a0b3f8e59bd27c45633b77699b9a9dc6d23045c3b83f2334e8aa799e8", - "sha256:f3c9c928cbd159b8f89aded601e6844d926be33434fdde7cee2b843a4364aa02", - "sha256:f52b1caa08842101b24662507326eb9899471e3f56c28706355f8097a2fad8df", - "sha256:fb9ed9849918bf4b1262a2b323844c0751dab5151481a9f2a1d1a7794506b692", - "sha256:fc6a25684df320e49b17eb34bc7638cc3dac5d70f4ff3b15ec25f29156a304ea", - "sha256:fee93d050e834fe12ec65e3fa762a24be622f19d7d4dd1d16ea99daab5568a3a" - ], - "markers": "python_version >= '3.8'", - "version": "==1.9.6" - } - }, - "develop": { - "appdirs": { - "hashes": [ - "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41", - "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" - ], - "version": "==1.4.4" - }, - "astroid": { - "hashes": [ - "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a", - "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25" - ], - "markers": "python_full_version >= '3.8.0'", - "version": "==3.2.4" - }, - "autopep8": { - "hashes": [ - "sha256:8d6c87eba648fdcfc83e29b788910b8643171c395d9c4bcf115ece035b9c9dda", - "sha256:a203fe0fcad7939987422140ab17a930f684763bf7335bdb6709991dd7ef6c2d" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.3.1" - }, - "black": { - "hashes": [ - "sha256:09cdeb74d494ec023ded657f7092ba518e8cf78fa8386155e4a03fdcc44679e6", - "sha256:1f13f7f386f86f8121d76599114bb8c17b69d962137fc70efe56137727c7047e", - "sha256:2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f", - "sha256:2b59b250fdba5f9a9cd9d0ece6e6d993d91ce877d121d161e4698af3eb9c1018", - "sha256:3c4285573d4897a7610054af5a890bde7c65cb466040c5f0c8b732812d7f0e5e", - "sha256:505289f17ceda596658ae81b61ebbe2d9b25aa78067035184ed0a9d855d18afd", - "sha256:62e8730977f0b77998029da7971fa896ceefa2c4c4933fcd593fa599ecbf97a4", - "sha256:649f6d84ccbae73ab767e206772cc2d7a393a001070a4c814a546afd0d423aed", - "sha256:6e55d30d44bed36593c3163b9bc63bf58b3b30e4611e4d88a0c3c239930ed5b2", - "sha256:707a1ca89221bc8a1a64fb5e15ef39cd755633daa672a9db7498d1c19de66a42", - "sha256:72901b4913cbac8972ad911dc4098d5753704d1f3c56e44ae8dce99eecb0e3af", - "sha256:73bbf84ed136e45d451a260c6b73ed674652f90a2b3211d6a35e78054563a9bb", - "sha256:7c046c1d1eeb7aea9335da62472481d3bbf3fd986e093cffd35f4385c94ae368", - "sha256:81c6742da39f33b08e791da38410f32e27d632260e599df7245cccee2064afeb", - "sha256:837fd281f1908d0076844bc2b801ad2d369c78c45cf800cad7b61686051041af", - "sha256:972085c618ee94f402da1af548a4f218c754ea7e5dc70acb168bfaca4c2542ed", - "sha256:9e84e33b37be070ba135176c123ae52a51f82306def9f7d063ee302ecab2cf47", - "sha256:b19c9ad992c7883ad84c9b22aaa73562a16b819c1d8db7a1a1a49fb7ec13c7d2", - "sha256:d6417535d99c37cee4091a2f24eb2b6d5ec42b144d50f1f2e436d9fe1916fe1a", - "sha256:eab4dd44ce80dea27dc69db40dab62d4ca96112f87996bca68cd75639aeb2e4c", - "sha256:f490dbd59680d809ca31efdae20e634f3fae27fba3ce0ba3208333b713bc3920", - "sha256:fb6e2c0b86bbd43dee042e48059c9ad7830abd5c94b0bc518c0eeec57c3eddc1" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==24.8.0" - }, - "certifi": { - "hashes": [ - "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", - "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" - ], - "markers": "python_version >= '3.6'", - "version": "==2024.8.30" - }, - "cfgv": { - "hashes": [ - "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9", - "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" - ], - "markers": "python_version >= '3.8'", - "version": "==3.4.0" - }, - "chardet": { - "hashes": [ - "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7", - "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970" - ], - "markers": "python_version >= '3.7'", - "version": "==5.2.0" - }, - "charset-normalizer": { - "hashes": [ - "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027", - "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087", - "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786", - "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8", - "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09", - "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185", - "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574", - "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e", - "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519", - "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898", - "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269", - "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3", - "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f", - "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6", - "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8", - "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a", - "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73", - "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc", - "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714", - "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2", - "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc", - "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce", - "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d", - "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e", - "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6", - "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269", - "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96", - "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d", - "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a", - "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4", - "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77", - "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d", - "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0", - "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed", - "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068", - "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac", - "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25", - "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8", - "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab", - "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26", - "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2", - "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db", - "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f", - "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5", - "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99", - "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c", - "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d", - "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811", - "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa", - "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a", - "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03", - "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b", - "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04", - "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c", - "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001", - "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458", - "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389", - "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99", - "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985", - "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537", - "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238", - "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f", - "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d", - "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796", - "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a", - "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143", - "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8", - "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c", - "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5", - "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5", - "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711", - "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4", - "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6", - "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c", - "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7", - "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4", - "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b", - "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae", - "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12", - "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c", - "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae", - "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8", - "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887", - "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b", - "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4", - "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f", - "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5", - "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33", - "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519", - "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" - ], - "markers": "python_full_version >= '3.7.0'", - "version": "==3.3.2" - }, - "click": { - "hashes": [ - "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==8.1.7" - }, - "colorama": { - "hashes": [ - "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", - "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", - "version": "==0.4.6" - }, - "diff-cover": { - "hashes": [ - "sha256:2d520d6c4f41674c7e3010ce5e0f637bd2fab4dc2f8e3e174ad39e0364318310", - "sha256:b5ed20955b3ebdee94476e429cfd9f1324e1c19a04c4aae32a893b11c3673f1e" - ], - "markers": "python_full_version >= '3.8.10' and python_full_version < '4.0.0'", - "version": "==9.1.1" - }, - "dill": { - "hashes": [ - "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca", - "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7" - ], - "markers": "python_version >= '3.11'", - "version": "==0.3.8" - }, - "distlib": { - "hashes": [ - "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784", - "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64" - ], - "version": "==0.3.8" - }, - "filelock": { - "hashes": [ - "sha256:2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb", - "sha256:6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7" - ], - "markers": "python_version >= '3.8'", - "version": "==3.15.4" - }, - "flake8": { - "hashes": [ - "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38", - "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213" - ], - "index": "pypi", - "markers": "python_full_version >= '3.8.1'", - "version": "==7.1.1" - }, - "identify": { - "hashes": [ - "sha256:cb171c685bdc31bcc4c1734698736a7d5b6c8bf2e0c15117f4d469c8640ae5cf", - "sha256:e79ae4406387a9d300332b5fd366d8994f1525e8414984e1a59e058b2eda2dd0" - ], - "markers": "python_version >= '3.8'", - "version": "==2.6.0" - }, - "idna": { - "hashes": [ - "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", - "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" - ], - "markers": "python_version >= '3.6'", - "version": "==3.8" - }, - "importlib-metadata": { - "hashes": [ - "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1", - "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==8.4.0" - }, - "iniconfig": { - "hashes": [ - "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", - "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" - ], - "markers": "python_version >= '3.7'", - "version": "==2.0.0" - }, - "isort": { - "hashes": [ - "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109", - "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6" - ], - "index": "pypi", - "markers": "python_full_version >= '3.8.0'", - "version": "==5.13.2" - }, - "jinja2": { - "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" - ], - "markers": "python_version >= '3.7'", - "version": "==3.1.4" - }, - "markupsafe": { - "hashes": [ - "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf", - "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff", - "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f", - "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3", - "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532", - "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f", - "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617", - "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df", - "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4", - "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906", - "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f", - "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4", - "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8", - "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371", - "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2", - "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465", - "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52", - "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6", - "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169", - "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad", - "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2", - "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0", - "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029", - "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f", - "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a", - "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced", - "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5", - "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c", - "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf", - "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9", - "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb", - "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad", - "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3", - "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1", - "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46", - "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc", - "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a", - "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee", - "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900", - "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5", - "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea", - "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f", - "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5", - "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e", - "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a", - "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f", - "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50", - "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a", - "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b", - "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4", - "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff", - "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2", - "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46", - "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b", - "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf", - "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5", - "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5", - "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab", - "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd", - "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" - ], - "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.1.5" - }, - "mccabe": { - "hashes": [ - "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325", - "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" - ], - "markers": "python_version >= '3.6'", - "version": "==0.7.0" - }, - "mypy": { - "hashes": [ - "sha256:06d26c277962f3fb50e13044674aa10553981ae514288cb7d0a738f495550b36", - "sha256:2ff93107f01968ed834f4256bc1fc4475e2fecf6c661260066a985b52741ddce", - "sha256:36383a4fcbad95f2657642a07ba22ff797de26277158f1cc7bd234821468b1b6", - "sha256:37c7fa6121c1cdfcaac97ce3d3b5588e847aa79b580c1e922bb5d5d2902df19b", - "sha256:3a66169b92452f72117e2da3a576087025449018afc2d8e9bfe5ffab865709ca", - "sha256:3f14cd3d386ac4d05c5a39a51b84387403dadbd936e17cb35882134d4f8f0d24", - "sha256:41ea707d036a5307ac674ea172875f40c9d55c5394f888b168033177fce47383", - "sha256:478db5f5036817fe45adb7332d927daa62417159d49783041338921dcf646fc7", - "sha256:4a8a53bc3ffbd161b5b2a4fff2f0f1e23a33b0168f1c0778ec70e1a3d66deb86", - "sha256:539c570477a96a4e6fb718b8d5c3e0c0eba1f485df13f86d2970c91f0673148d", - "sha256:57555a7715c0a34421013144a33d280e73c08df70f3a18a552938587ce9274f4", - "sha256:6e658bd2d20565ea86da7d91331b0eed6d2eee22dc031579e6297f3e12c758c8", - "sha256:6e7184632d89d677973a14d00ae4d03214c8bc301ceefcdaf5c474866814c987", - "sha256:75746e06d5fa1e91bfd5432448d00d34593b52e7e91a187d981d08d1f33d4385", - "sha256:7f9993ad3e0ffdc95c2a14b66dee63729f021968bff8ad911867579c65d13a79", - "sha256:801780c56d1cdb896eacd5619a83e427ce436d86a3bdf9112527f24a66618fef", - "sha256:801ca29f43d5acce85f8e999b1e431fb479cb02d0e11deb7d2abb56bdaf24fd6", - "sha256:969ea3ef09617aff826885a22ece0ddef69d95852cdad2f60c8bb06bf1f71f70", - "sha256:a976775ab2256aadc6add633d44f100a2517d2388906ec4f13231fafbb0eccca", - "sha256:af8d155170fcf87a2afb55b35dc1a0ac21df4431e7d96717621962e4b9192e70", - "sha256:b499bc07dbdcd3de92b0a8b29fdf592c111276f6a12fe29c30f6c417dd546d12", - "sha256:cd953f221ac1379050a8a646585a29574488974f79d8082cedef62744f0a0104", - "sha256:d42a6dd818ffce7be66cce644f1dff482f1d97c53ca70908dff0b9ddc120b77a", - "sha256:e8960dbbbf36906c5c0b7f4fbf2f0c7ffb20f4898e6a879fcf56a41a08b0d318", - "sha256:edb91dded4df17eae4537668b23f0ff6baf3707683734b6a818d5b9d0c0c31a1", - "sha256:ee23de8530d99b6db0573c4ef4bd8f39a2a6f9b60655bf7a1357e585a3486f2b", - "sha256:f7821776e5c4286b6a13138cc935e2e9b6fde05e081bdebf5cdb2bb97c9df81d" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==1.11.2" - }, - "mypy-extensions": { - "hashes": [ - "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", - "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" - ], - "markers": "python_version >= '3.5'", - "version": "==1.0.0" - }, - "nodeenv": { - "hashes": [ - "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f", - "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", - "version": "==1.9.1" - }, - "packaging": { - "hashes": [ - "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", - "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" - ], - "markers": "python_version >= '3.8'", - "version": "==24.1" - }, - "pathspec": { - "hashes": [ - "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", - "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" - ], - "markers": "python_version >= '3.8'", - "version": "==0.12.1" - }, - "platformdirs": { - "hashes": [ - "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee", - "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3" - ], - "markers": "python_version >= '3.8'", - "version": "==4.2.2" - }, - "pluggy": { - "hashes": [ - "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", - "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" - ], - "markers": "python_version >= '3.8'", - "version": "==1.5.0" - }, - "pre-commit": { - "hashes": [ - "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af", - "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f" - ], - "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==3.8.0" - }, - "pycodestyle": { - "hashes": [ - "sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3", - "sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521" - ], - "markers": "python_version >= '3.8'", - "version": "==2.12.1" - }, - "pyflakes": { - "hashes": [ - "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f", - "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a" - ], - "markers": "python_version >= '3.8'", - "version": "==3.2.0" - }, - "pygments": { - "hashes": [ - "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", - "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" - ], - "markers": "python_version >= '3.8'", - "version": "==2.18.0" - }, - "pylint": { - "hashes": [ - "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b", - "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e" - ], - "index": "pypi", - "markers": "python_full_version >= '3.8.0'", - "version": "==3.2.7" - }, - "pytest": { - "hashes": [ - "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5", - "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce" - ], - "markers": "python_version >= '3.8'", - "version": "==8.3.2" - }, - "pyyaml": { - "hashes": [ - "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff", - "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", - "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086", - "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e", - "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", - "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5", - "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", - "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee", - "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", - "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68", - "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a", - "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf", - "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99", - "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8", - "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85", - "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19", - "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", - "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a", - "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", - "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317", - "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c", - "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631", - "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d", - "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", - "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", - "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e", - "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b", - "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", - "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", - "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706", - "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", - "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237", - "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", - "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083", - "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180", - "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", - "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e", - "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f", - "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725", - "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", - "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", - "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774", - "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", - "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", - "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5", - "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d", - "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290", - "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44", - "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed", - "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", - "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", - "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12", - "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4" - ], - "markers": "python_version >= '3.8'", - "version": "==6.0.2" - }, - "regex": { - "hashes": [ - "sha256:01b689e887f612610c869421241e075c02f2e3d1ae93a037cb14f88ab6a8934c", - "sha256:04ce29e2c5fedf296b1a1b0acc1724ba93a36fb14031f3abfb7abda2806c1535", - "sha256:0ffe3f9d430cd37d8fa5632ff6fb36d5b24818c5c986893063b4e5bdb84cdf24", - "sha256:18300a1d78cf1290fa583cd8b7cde26ecb73e9f5916690cf9d42de569c89b1ce", - "sha256:185e029368d6f89f36e526764cf12bf8d6f0e3a2a7737da625a76f594bdfcbfc", - "sha256:19c65b00d42804e3fbea9708f0937d157e53429a39b7c61253ff15670ff62cb5", - "sha256:228b0d3f567fafa0633aee87f08b9276c7062da9616931382993c03808bb68ce", - "sha256:23acc72f0f4e1a9e6e9843d6328177ae3074b4182167e34119ec7233dfeccf53", - "sha256:25419b70ba00a16abc90ee5fce061228206173231f004437730b67ac77323f0d", - "sha256:2dfbb8baf8ba2c2b9aa2807f44ed272f0913eeeba002478c4577b8d29cde215c", - "sha256:2f1baff13cc2521bea83ab2528e7a80cbe0ebb2c6f0bfad15be7da3aed443908", - "sha256:33e2614a7ce627f0cdf2ad104797d1f68342d967de3695678c0cb84f530709f8", - "sha256:3426de3b91d1bc73249042742f45c2148803c111d1175b283270177fdf669024", - "sha256:382281306e3adaaa7b8b9ebbb3ffb43358a7bbf585fa93821300a418bb975281", - "sha256:3d974d24edb231446f708c455fd08f94c41c1ff4f04bcf06e5f36df5ef50b95a", - "sha256:3f3b6ca8eae6d6c75a6cff525c8530c60e909a71a15e1b731723233331de4169", - "sha256:3fac296f99283ac232d8125be932c5cd7644084a30748fda013028c815ba3364", - "sha256:416c0e4f56308f34cdb18c3f59849479dde5b19febdcd6e6fa4d04b6c31c9faa", - "sha256:438d9f0f4bc64e8dea78274caa5af971ceff0f8771e1a2333620969936ba10be", - "sha256:43affe33137fcd679bdae93fb25924979517e011f9dea99163f80b82eadc7e53", - "sha256:44fc61b99035fd9b3b9453f1713234e5a7c92a04f3577252b45feefe1b327759", - "sha256:45104baae8b9f67569f0f1dca5e1f1ed77a54ae1cd8b0b07aba89272710db61e", - "sha256:4fdd1384619f406ad9037fe6b6eaa3de2749e2e12084abc80169e8e075377d3b", - "sha256:538d30cd96ed7d1416d3956f94d54e426a8daf7c14527f6e0d6d425fcb4cca52", - "sha256:558a57cfc32adcf19d3f791f62b5ff564922942e389e3cfdb538a23d65a6b610", - "sha256:5eefee9bfe23f6df09ffb6dfb23809f4d74a78acef004aa904dc7c88b9944b05", - "sha256:64bd50cf16bcc54b274e20235bf8edbb64184a30e1e53873ff8d444e7ac656b2", - "sha256:65fd3d2e228cae024c411c5ccdffae4c315271eee4a8b839291f84f796b34eca", - "sha256:66b4c0731a5c81921e938dcf1a88e978264e26e6ac4ec96a4d21ae0354581ae0", - "sha256:68a8f8c046c6466ac61a36b65bb2395c74451df2ffb8458492ef49900efed293", - "sha256:6a1141a1dcc32904c47f6846b040275c6e5de0bf73f17d7a409035d55b76f289", - "sha256:6b9fc7e9cc983e75e2518496ba1afc524227c163e43d706688a6bb9eca41617e", - "sha256:6f51f9556785e5a203713f5efd9c085b4a45aecd2a42573e2b5041881b588d1f", - "sha256:7214477bf9bd195894cf24005b1e7b496f46833337b5dedb7b2a6e33f66d962c", - "sha256:731fcd76bbdbf225e2eb85b7c38da9633ad3073822f5ab32379381e8c3c12e94", - "sha256:74007a5b25b7a678459f06559504f1eec2f0f17bca218c9d56f6a0a12bfffdad", - "sha256:7a5486ca56c8869070a966321d5ab416ff0f83f30e0e2da1ab48815c8d165d46", - "sha256:7c479f5ae937ec9985ecaf42e2e10631551d909f203e31308c12d703922742f9", - "sha256:7df9ea48641da022c2a3c9c641650cd09f0cd15e8908bf931ad538f5ca7919c9", - "sha256:7e37e809b9303ec3a179085415cb5f418ecf65ec98cdfe34f6a078b46ef823ee", - "sha256:80c811cfcb5c331237d9bad3bea2c391114588cf4131707e84d9493064d267f9", - "sha256:836d3cc225b3e8a943d0b02633fb2f28a66e281290302a79df0e1eaa984ff7c1", - "sha256:84c312cdf839e8b579f504afcd7b65f35d60b6285d892b19adea16355e8343c9", - "sha256:86b17ba823ea76256b1885652e3a141a99a5c4422f4a869189db328321b73799", - "sha256:871e3ab2838fbcb4e0865a6e01233975df3a15e6fce93b6f99d75cacbd9862d1", - "sha256:88ecc3afd7e776967fa16c80f974cb79399ee8dc6c96423321d6f7d4b881c92b", - "sha256:8bc593dcce679206b60a538c302d03c29b18e3d862609317cb560e18b66d10cf", - "sha256:8fd5afd101dcf86a270d254364e0e8dddedebe6bd1ab9d5f732f274fa00499a5", - "sha256:945352286a541406f99b2655c973852da7911b3f4264e010218bbc1cc73168f2", - "sha256:973335b1624859cb0e52f96062a28aa18f3a5fc77a96e4a3d6d76e29811a0e6e", - "sha256:994448ee01864501912abf2bad9203bffc34158e80fe8bfb5b031f4f8e16da51", - "sha256:9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506", - "sha256:a2ec4419a3fe6cf8a4795752596dfe0adb4aea40d3683a132bae9c30b81e8d73", - "sha256:a4997716674d36a82eab3e86f8fa77080a5d8d96a389a61ea1d0e3a94a582cf7", - "sha256:a512eed9dfd4117110b1881ba9a59b31433caed0c4101b361f768e7bcbaf93c5", - "sha256:a82465ebbc9b1c5c50738536fdfa7cab639a261a99b469c9d4c7dcbb2b3f1e57", - "sha256:ae2757ace61bc4061b69af19e4689fa4416e1a04840f33b441034202b5cd02d4", - "sha256:b16582783f44fbca6fcf46f61347340c787d7530d88b4d590a397a47583f31dd", - "sha256:ba2537ef2163db9e6ccdbeb6f6424282ae4dea43177402152c67ef869cf3978b", - "sha256:bf7a89eef64b5455835f5ed30254ec19bf41f7541cd94f266ab7cbd463f00c41", - "sha256:c0abb5e4e8ce71a61d9446040c1e86d4e6d23f9097275c5bd49ed978755ff0fe", - "sha256:c414cbda77dbf13c3bc88b073a1a9f375c7b0cb5e115e15d4b73ec3a2fbc6f59", - "sha256:c51edc3541e11fbe83f0c4d9412ef6c79f664a3745fab261457e84465ec9d5a8", - "sha256:c5e69fd3eb0b409432b537fe3c6f44ac089c458ab6b78dcec14478422879ec5f", - "sha256:c918b7a1e26b4ab40409820ddccc5d49871a82329640f5005f73572d5eaa9b5e", - "sha256:c9bb87fdf2ab2370f21e4d5636e5317775e5d51ff32ebff2cf389f71b9b13750", - "sha256:ca5b2028c2f7af4e13fb9fc29b28d0ce767c38c7facdf64f6c2cd040413055f1", - "sha256:d0a07763776188b4db4c9c7fb1b8c494049f84659bb387b71c73bbc07f189e96", - "sha256:d33a0021893ede5969876052796165bab6006559ab845fd7b515a30abdd990dc", - "sha256:d55588cba7553f0b6ec33130bc3e114b355570b45785cebdc9daed8c637dd440", - "sha256:dac8e84fff5d27420f3c1e879ce9929108e873667ec87e0c8eeb413a5311adfe", - "sha256:eaef80eac3b4cfbdd6de53c6e108b4c534c21ae055d1dbea2de6b3b8ff3def38", - "sha256:eb462f0e346fcf41a901a126b50f8781e9a474d3927930f3490f38a6e73b6950", - "sha256:eb563dd3aea54c797adf513eeec819c4213d7dbfc311874eb4fd28d10f2ff0f2", - "sha256:f273674b445bcb6e4409bf8d1be67bc4b58e8b46fd0d560055d515b8830063cd", - "sha256:f6442f0f0ff81775eaa5b05af8a0ffa1dda36e9cf6ec1e0d3d245e8564b684ce", - "sha256:fb168b5924bef397b5ba13aabd8cf5df7d3d93f10218d7b925e360d436863f66", - "sha256:fbf8c2f00904eaf63ff37718eb13acf8e178cb940520e47b2f05027f5bb34ce3", - "sha256:fe4ebef608553aff8deb845c7f4f1d0740ff76fa672c011cc0bacb2a00fbde86" - ], - "markers": "python_version >= '3.8'", - "version": "==2024.7.24" - }, - "requests": { - "hashes": [ - "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", - "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.32.3" - }, - "requests-mock": { - "hashes": [ - "sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563", - "sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401" - ], - "index": "pypi", - "markers": "python_version >= '3.5'", - "version": "==1.12.1" - }, - "sqlfluff": { - "hashes": [ - "sha256:c94429bb2af65064ea51920d288b892fc12a9a2442340042fd62676387072c46", - "sha256:d910bb62ff3352265b8e0053f68748cb74e1468fb07d8af9bf942ea968635e7d" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==3.1.1" - }, - "tblib": { - "hashes": [ - "sha256:80a6c77e59b55e83911e1e607c649836a69c103963c5f28a46cbeef44acf8129", - "sha256:93622790a0a29e04f0346458face1e144dc4d32f493714c6c3dff82a4adb77e6" - ], - "markers": "python_version >= '3.8'", - "version": "==3.0.0" - }, - "toml": { - "hashes": [ - "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", - "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" - ], - "index": "pypi", - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", - "version": "==0.10.2" - }, - "tomlkit": { - "hashes": [ - "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde", - "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" - ], - "markers": "python_version >= '3.8'", - "version": "==0.13.2" - }, - "tqdm": { - "hashes": [ - "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd", - "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" - ], - "markers": "python_version >= '3.7'", - "version": "==4.66.5" - }, - "types-toml": { - "hashes": [ - "sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331", - "sha256:627b47775d25fa29977d9c70dc0cbab3f314f32c8d8d0c012f2ef5de7aaec05d" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==0.10.8.20240310" - }, - "typing-extensions": { - "hashes": [ - "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", - "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" - ], - "markers": "python_version >= '3.8'", - "version": "==4.12.2" - }, - "urllib3": { - "hashes": [ - "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", - "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" - ], - "markers": "python_version >= '3.8'", - "version": "==2.2.2" - }, - "virtualenv": { - "hashes": [ - "sha256:4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a", - "sha256:8cc4a31139e796e9a7de2cd5cf2489de1217193116a8fd42328f1bd65f434589" - ], - "markers": "python_version >= '3.7'", - "version": "==20.26.3" - }, - "zipp": { - "hashes": [ - "sha256:9960cd8967c8f85a56f920d5d507274e74f9ff813a0ab8889a5b5be2daf44064", - "sha256:c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b" - ], - "markers": "python_version >= '3.8'", - "version": "==3.20.1" - } + "_meta": { + "hash": { + "sha256": "adc0c2ee21644396324b6ff456ca45788d8e3e1ca01f64663a789f4133c0e82d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.12" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "aiohappyeyeballs": { + "hashes": [ + "sha256:55a1714f084e63d49639800f95716da97a1f173d46a16dfcfda0016abb93b6b2", + "sha256:7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd" + ], + "markers": "python_version >= '3.8'", + "version": "==2.4.0" + }, + "aiohttp": { + "hashes": [ + "sha256:02594361128f780eecc2a29939d9dfc870e17b45178a867bf61a11b2a4367277", + "sha256:03f2645adbe17f274444953bdea69f8327e9d278d961d85657cb0d06864814c1", + "sha256:074d1bff0163e107e97bd48cad9f928fa5a3eb4b9d33366137ffce08a63e37fe", + "sha256:0912b8a8fadeb32ff67a3ed44249448c20148397c1ed905d5dac185b4ca547bb", + "sha256:0d277cfb304118079e7044aad0b76685d30ecb86f83a0711fc5fb257ffe832ca", + "sha256:0d93400c18596b7dc4794d48a63fb361b01a0d8eb39f28800dc900c8fbdaca91", + "sha256:123dd5b16b75b2962d0fff566effb7a065e33cd4538c1692fb31c3bda2bfb972", + "sha256:17e997105bd1a260850272bfb50e2a328e029c941c2708170d9d978d5a30ad9a", + "sha256:18a01eba2574fb9edd5f6e5fb25f66e6ce061da5dab5db75e13fe1558142e0a3", + "sha256:1923a5c44061bffd5eebeef58cecf68096e35003907d8201a4d0d6f6e387ccaa", + "sha256:1942244f00baaacaa8155eca94dbd9e8cc7017deb69b75ef67c78e89fdad3c77", + "sha256:1b2c16a919d936ca87a3c5f0e43af12a89a3ce7ccbce59a2d6784caba945b68b", + "sha256:1c19de68896747a2aa6257ae4cf6ef59d73917a36a35ee9d0a6f48cff0f94db8", + "sha256:1e72589da4c90337837fdfe2026ae1952c0f4a6e793adbbfbdd40efed7c63599", + "sha256:22c0a23a3b3138a6bf76fc553789cb1a703836da86b0f306b6f0dc1617398abc", + "sha256:2c634a3207a5445be65536d38c13791904fda0748b9eabf908d3fe86a52941cf", + "sha256:2d21ac12dc943c68135ff858c3a989f2194a709e6e10b4c8977d7fcd67dfd511", + "sha256:2f1f1c75c395991ce9c94d3e4aa96e5c59c8356a15b1c9231e783865e2772699", + "sha256:305be5ff2081fa1d283a76113b8df7a14c10d75602a38d9f012935df20731487", + "sha256:33e6bc4bab477c772a541f76cd91e11ccb6d2efa2b8d7d7883591dfb523e5987", + "sha256:349ef8a73a7c5665cca65c88ab24abe75447e28aa3bc4c93ea5093474dfdf0ff", + "sha256:380f926b51b92d02a34119d072f178d80bbda334d1a7e10fa22d467a66e494db", + "sha256:38172a70005252b6893088c0f5e8a47d173df7cc2b2bd88650957eb84fcf5022", + "sha256:391cc3a9c1527e424c6865e087897e766a917f15dddb360174a70467572ac6ce", + "sha256:3a1c32a19ee6bbde02f1cb189e13a71b321256cc1d431196a9f824050b160d5a", + "sha256:4120d7fefa1e2d8fb6f650b11489710091788de554e2b6f8347c7a20ceb003f5", + "sha256:424ae21498790e12eb759040bbb504e5e280cab64693d14775c54269fd1d2bb7", + "sha256:44b324a6b8376a23e6ba25d368726ee3bc281e6ab306db80b5819999c737d820", + "sha256:4790f0e15f00058f7599dab2b206d3049d7ac464dc2e5eae0e93fa18aee9e7bf", + "sha256:4aff049b5e629ef9b3e9e617fa6e2dfeda1bf87e01bcfecaf3949af9e210105e", + "sha256:4b38b1570242fbab8d86a84128fb5b5234a2f70c2e32f3070143a6d94bc854cf", + "sha256:4d46c7b4173415d8e583045fbc4daa48b40e31b19ce595b8d92cf639396c15d5", + "sha256:4f1c9866ccf48a6df2b06823e6ae80573529f2af3a0992ec4fe75b1a510df8a6", + "sha256:4f7acae3cf1a2a2361ec4c8e787eaaa86a94171d2417aae53c0cca6ca3118ff6", + "sha256:54d9ddea424cd19d3ff6128601a4a4d23d54a421f9b4c0fff740505813739a91", + "sha256:58718e181c56a3c02d25b09d4115eb02aafe1a732ce5714ab70326d9776457c3", + "sha256:5ede29d91a40ba22ac1b922ef510aab871652f6c88ef60b9dcdf773c6d32ad7a", + "sha256:61645818edd40cc6f455b851277a21bf420ce347baa0b86eaa41d51ef58ba23d", + "sha256:66bf9234e08fe561dccd62083bf67400bdbf1c67ba9efdc3dac03650e97c6088", + "sha256:673f988370f5954df96cc31fd99c7312a3af0a97f09e407399f61583f30da9bc", + "sha256:676f94c5480d8eefd97c0c7e3953315e4d8c2b71f3b49539beb2aa676c58272f", + "sha256:6c225286f2b13bab5987425558baa5cbdb2bc925b2998038fa028245ef421e75", + "sha256:7384d0b87d4635ec38db9263e6a3f1eb609e2e06087f0aa7f63b76833737b471", + "sha256:7e2fe37ac654032db1f3499fe56e77190282534810e2a8e833141a021faaab0e", + "sha256:7f2bfc0032a00405d4af2ba27f3c429e851d04fad1e5ceee4080a1c570476697", + "sha256:7f6b639c36734eaa80a6c152a238242bedcee9b953f23bb887e9102976343092", + "sha256:814375093edae5f1cb31e3407997cf3eacefb9010f96df10d64829362ae2df69", + "sha256:8224f98be68a84b19f48e0bdc14224b5a71339aff3a27df69989fa47d01296f3", + "sha256:898715cf566ec2869d5cb4d5fb4be408964704c46c96b4be267442d265390f32", + "sha256:8989f46f3d7ef79585e98fa991e6ded55d2f48ae56d2c9fa5e491a6e4effb589", + "sha256:8ba01ebc6175e1e6b7275c907a3a36be48a2d487549b656aa90c8a910d9f3178", + "sha256:8c5c6fa16412b35999320f5c9690c0f554392dc222c04e559217e0f9ae244b92", + "sha256:8c6a4e5e40156d72a40241a25cc226051c0a8d816610097a8e8f517aeacd59a2", + "sha256:8eaf44ccbc4e35762683078b72bf293f476561d8b68ec8a64f98cf32811c323e", + "sha256:8fb4fc029e135859f533025bc82047334e24b0d489e75513144f25408ecaf058", + "sha256:9093a81e18c45227eebe4c16124ebf3e0d893830c6aca7cc310bfca8fe59d857", + "sha256:94c4381ffba9cc508b37d2e536b418d5ea9cfdc2848b9a7fea6aebad4ec6aac1", + "sha256:94fac7c6e77ccb1ca91e9eb4cb0ac0270b9fb9b289738654120ba8cebb1189c6", + "sha256:95c4dc6f61d610bc0ee1edc6f29d993f10febfe5b76bb470b486d90bbece6b22", + "sha256:975218eee0e6d24eb336d0328c768ebc5d617609affaca5dbbd6dd1984f16ed0", + "sha256:ad146dae5977c4dd435eb31373b3fe9b0b1bf26858c6fc452bf6af394067e10b", + "sha256:afe16a84498441d05e9189a15900640a2d2b5e76cf4efe8cbb088ab4f112ee57", + "sha256:b1c43eb1ab7cbf411b8e387dc169acb31f0ca0d8c09ba63f9eac67829585b44f", + "sha256:b90078989ef3fc45cf9221d3859acd1108af7560c52397ff4ace8ad7052a132e", + "sha256:b98e698dc34966e5976e10bbca6d26d6724e6bdea853c7c10162a3235aba6e16", + "sha256:ba5a8b74c2a8af7d862399cdedce1533642fa727def0b8c3e3e02fcb52dca1b1", + "sha256:c31ad0c0c507894e3eaa843415841995bf8de4d6b2d24c6e33099f4bc9fc0d4f", + "sha256:c3b9162bab7e42f21243effc822652dc5bb5e8ff42a4eb62fe7782bcbcdfacf6", + "sha256:c58c6837a2c2a7cf3133983e64173aec11f9c2cd8e87ec2fdc16ce727bcf1a04", + "sha256:c83f7a107abb89a227d6c454c613e7606c12a42b9a4ca9c5d7dad25d47c776ae", + "sha256:cde98f323d6bf161041e7627a5fd763f9fd829bcfcd089804a5fdce7bb6e1b7d", + "sha256:ce91db90dbf37bb6fa0997f26574107e1b9d5ff939315247b7e615baa8ec313b", + "sha256:d00f3c5e0d764a5c9aa5a62d99728c56d455310bcc288a79cab10157b3af426f", + "sha256:d17920f18e6ee090bdd3d0bfffd769d9f2cb4c8ffde3eb203777a3895c128862", + "sha256:d55f011da0a843c3d3df2c2cf4e537b8070a419f891c930245f05d329c4b0689", + "sha256:d742c36ed44f2798c8d3f4bc511f479b9ceef2b93f348671184139e7d708042c", + "sha256:d9a487ef090aea982d748b1b0d74fe7c3950b109df967630a20584f9a99c0683", + "sha256:d9ef084e3dc690ad50137cc05831c52b6ca428096e6deb3c43e95827f531d5ef", + "sha256:da452c2c322e9ce0cfef392e469a26d63d42860f829026a63374fde6b5c5876f", + "sha256:dc4826823121783dccc0871e3f405417ac116055bf184ac04c36f98b75aacd12", + "sha256:de7a5299827253023c55ea549444e058c0eb496931fa05d693b95140a947cb73", + "sha256:e04a1f2a65ad2f93aa20f9ff9f1b672bf912413e5547f60749fa2ef8a644e061", + "sha256:e1ca1ef5ba129718a8fc827b0867f6aa4e893c56eb00003b7367f8a733a9b072", + "sha256:ee40b40aa753d844162dcc80d0fe256b87cba48ca0054f64e68000453caead11", + "sha256:f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691", + "sha256:f29930bc2921cef955ba39a3ff87d2c4398a0394ae217f41cb02d5c26c8b1b77", + "sha256:f489a2c9e6455d87eabf907ac0b7d230a9786be43fbe884ad184ddf9e9c1e385", + "sha256:f5bf3ead3cb66ab990ee2561373b009db5bc0e857549b6c9ba84b20bc462e172", + "sha256:f6f18898ace4bcd2d41a122916475344a87f1dfdec626ecde9ee802a711bc569", + "sha256:f8112fb501b1e0567a1251a2fd0747baae60a4ab325a871e975b7bb67e59221f", + "sha256:fd31f176429cecbc1ba499d4aba31aaccfea488f418d60376b911269d3b883c5" + ], + "markers": "python_version >= '3.8'", + "version": "==3.10.5" + }, + "aiosignal": { + "hashes": [ + "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc", + "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17" + ], + "markers": "python_version >= '3.7'", + "version": "==1.3.1" + }, + "annotated-types": { + "hashes": [ + "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", + "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + ], + "markers": "python_version >= '3.8'", + "version": "==0.7.0" + }, + "anyio": { + "hashes": [ + "sha256:5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94", + "sha256:c1b2d8f46a8a812513012e1107cb0e68c17159a7a594208005a57dc776e1bdc7" + ], + "markers": "python_version >= '3.8'", + "version": "==4.4.0" + }, + "attrs": { + "hashes": [ + "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", + "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" + ], + "markers": "python_version >= '3.7'", + "version": "==24.2.0" + }, + "blinker": { + "hashes": [ + "sha256:1779309f71bf239144b9399d06ae925637cf6634cf6bd131104184531bf67c01", + "sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83" + ], + "markers": "python_version >= '3.8'", + "version": "==1.8.2" + }, + "certifi": { + "hashes": [ + "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", + "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + ], + "markers": "python_version >= '3.6'", + "version": "==2024.8.30" + }, + "charset-normalizer": { + "hashes": [ + "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027", + "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087", + "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786", + "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8", + "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09", + "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185", + "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574", + "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e", + "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519", + "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898", + "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269", + "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3", + "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f", + "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6", + "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8", + "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a", + "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73", + "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc", + "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714", + "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2", + "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc", + "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce", + "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d", + "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e", + "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6", + "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269", + "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96", + "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d", + "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a", + "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4", + "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77", + "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d", + "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0", + "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed", + "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068", + "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac", + "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25", + "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8", + "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab", + "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26", + "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2", + "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db", + "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f", + "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5", + "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99", + "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c", + "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d", + "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811", + "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa", + "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a", + "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03", + "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b", + "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04", + "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c", + "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001", + "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458", + "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389", + "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99", + "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985", + "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537", + "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238", + "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f", + "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d", + "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796", + "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a", + "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143", + "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8", + "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c", + "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5", + "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5", + "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711", + "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4", + "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6", + "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c", + "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7", + "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4", + "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b", + "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae", + "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12", + "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c", + "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae", + "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8", + "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887", + "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b", + "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4", + "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f", + "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5", + "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33", + "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519", + "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" + ], + "markers": "python_full_version >= '3.7.0'", + "version": "==3.3.2" + }, + "click": { + "hashes": [ + "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", + "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==8.1.7" + }, + "contourpy": { + "hashes": [ + "sha256:00ccd0dbaad6d804ab259820fa7cb0b8036bda0686ef844d24125d8287178ce0", + "sha256:0be4d8425bfa755e0fd76ee1e019636ccc7c29f77a7c86b4328a9eb6a26d0639", + "sha256:0dce35502151b6bd35027ac39ba6e5a44be13a68f55735c3612c568cac3805fd", + "sha256:0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad", + "sha256:14e262f67bd7e6eb6880bc564dcda30b15e351a594657e55b7eec94b6ef72843", + "sha256:167d6c890815e1dac9536dca00828b445d5d0df4d6a8c6adb4a7ec3166812fa8", + "sha256:1ec4dc6bf570f5b22ed0d7efba0dfa9c5b9e0431aeea7581aa217542d9e809a4", + "sha256:303c252947ab4b14c08afeb52375b26781ccd6a5ccd81abcdfc1fafd14cf93c1", + "sha256:31cd3a85dbdf1fc002280c65caa7e2b5f65e4a973fcdf70dd2fdcb9868069294", + "sha256:32b238b3b3b649e09ce9aaf51f0c261d38644bdfa35cbaf7b263457850957a84", + "sha256:33c92cdae89ec5135d036e7218e69b0bb2851206077251f04a6c4e0e21f03927", + "sha256:345af746d7766821d05d72cb8f3845dfd08dd137101a2cb9b24de277d716def8", + "sha256:3634b5385c6716c258d0419c46d05c8aa7dc8cb70326c9a4fb66b69ad2b52e09", + "sha256:364174c2a76057feef647c802652f00953b575723062560498dc7930fc9b1cb7", + "sha256:36e0cff201bcb17a0a8ecc7f454fe078437fa6bda730e695a92f2d9932bd507f", + "sha256:36f965570cff02b874773c49bfe85562b47030805d7d8360748f3eca570f4cab", + "sha256:3bb3808858a9dc68f6f03d319acd5f1b8a337e6cdda197f02f4b8ff67ad2057b", + "sha256:3e1c7fa44aaae40a2247e2e8e0627f4bea3dd257014764aa644f319a5f8600e3", + "sha256:3faeb2998e4fcb256542e8a926d08da08977f7f5e62cf733f3c211c2a5586223", + "sha256:420d39daa61aab1221567b42eecb01112908b2cab7f1b4106a52caaec8d36973", + "sha256:4553c421929ec95fb07b3aaca0fae668b2eb5a5203d1217ca7c34c063c53d087", + "sha256:4865cd1d419e0c7a7bf6de1777b185eebdc51470800a9f42b9e9decf17762081", + "sha256:4cfb5c62ce023dfc410d6059c936dcf96442ba40814aefbfa575425a3a7f19dc", + "sha256:4d63ee447261e963af02642ffcb864e5a2ee4cbfd78080657a9880b8b1868e18", + "sha256:570ef7cf892f0afbe5b2ee410c507ce12e15a5fa91017a0009f79f7d93a1268f", + "sha256:637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d", + "sha256:68a32389b06b82c2fdd68276148d7b9275b5f5cf13e5417e4252f6d1a34f72a2", + "sha256:69375194457ad0fad3a839b9e29aa0b0ed53bb54db1bfb6c3ae43d111c31ce41", + "sha256:6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67", + "sha256:710a26b3dc80c0e4febf04555de66f5fd17e9cf7170a7b08000601a10570bda6", + "sha256:732896af21716b29ab3e988d4ce14bc5133733b85956316fb0c56355f398099b", + "sha256:75ee7cb1a14c617f34a51d11fa7524173e56551646828353c4af859c56b766e2", + "sha256:76a896b2f195b57db25d6b44e7e03f221d32fe318d03ede41f8b4d9ba1bff53c", + "sha256:76c905ef940a4474a6289c71d53122a4f77766eef23c03cd57016ce19d0f7b42", + "sha256:7a52040312b1a858b5e31ef28c2e865376a386c60c0e248370bbea2d3f3b760d", + "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4", + "sha256:81cb5ed4952aae6014bc9d0421dec7c5835c9c8c31cdf51910b708f548cf58e5", + "sha256:834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49", + "sha256:87ddffef1dbe5e669b5c2440b643d3fdd8622a348fe1983fad7a0f0ccb1cd67b", + "sha256:880ea32e5c774634f9fcd46504bf9f080a41ad855f4fef54f5380f5133d343c7", + "sha256:8ca947601224119117f7c19c9cdf6b3ab54c5726ef1d906aa4a69dfb6dd58102", + "sha256:90f73a5116ad1ba7174341ef3ea5c3150ddf20b024b98fb0c3b29034752c8aeb", + "sha256:92f8557cbb07415a4d6fa191f20fd9d2d9eb9c0b61d1b2f52a8926e43c6e9af7", + "sha256:94e848a6b83da10898cbf1311a815f770acc9b6a3f2d646f330d57eb4e87592e", + "sha256:9c0da700bf58f6e0b65312d0a5e695179a71d0163957fa381bb3c1f72972537c", + "sha256:a11077e395f67ffc2c44ec2418cfebed032cd6da3022a94fc227b6faf8e2acb8", + "sha256:aea348f053c645100612b333adc5983d87be69acdc6d77d3169c090d3b01dc35", + "sha256:b11b39aea6be6764f84360fce6c82211a9db32a7c7de8fa6dd5397cf1d079c3b", + "sha256:c6c7c2408b7048082932cf4e641fa3b8ca848259212f51c8c59c45aa7ac18f14", + "sha256:c6ec93afeb848a0845a18989da3beca3eec2c0f852322efe21af1931147d12cb", + "sha256:cacd81e2d4b6f89c9f8a5b69b86490152ff39afc58a95af002a398273e5ce589", + "sha256:d402880b84df3bec6eab53cd0cf802cae6a2ef9537e70cf75e91618a3801c20c", + "sha256:d51fca85f9f7ad0b65b4b9fe800406d0d77017d7270d31ec3fb1cc07358fdea0", + "sha256:d73f659398a0904e125280836ae6f88ba9b178b2fed6884f3b1f95b989d2c8da", + "sha256:d78ab28a03c854a873787a0a42254a0ccb3cb133c672f645c9f9c8f3ae9d0800", + "sha256:da84c537cb8b97d153e9fb208c221c45605f73147bd4cadd23bdae915042aad6", + "sha256:dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66", + "sha256:e12968fdfd5bb45ffdf6192a590bd8ddd3ba9e58360b29683c6bb71a7b41edca", + "sha256:e1fd23e9d01591bab45546c089ae89d926917a66dceb3abcf01f6105d927e2cb", + "sha256:e8134301d7e204c88ed7ab50028ba06c683000040ede1d617298611f9dc6240c", + "sha256:eb8b141bb00fa977d9122636b16aa67d37fd40a3d8b52dd837e536d64b9a4d06", + "sha256:eca7e17a65f72a5133bdbec9ecf22401c62bcf4821361ef7811faee695799779", + "sha256:f317576606de89da6b7e0861cf6061f6146ead3528acabff9236458a6ba467f8", + "sha256:fd2a0fc506eccaaa7595b7e1418951f213cf8255be2600f1ea1b61e46a60c55f", + "sha256:fe41b41505a5a33aeaed2a613dccaeaa74e0e3ead6dd6fd3a118fb471644fd6c" + ], + "markers": "python_version >= '3.9'", + "version": "==1.3.0" + }, + "cycler": { + "hashes": [ + "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", + "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" + ], + "markers": "python_version >= '3.8'", + "version": "==0.12.1" + }, + "discord.py": { + "hashes": [ + "sha256:b8af6711c70f7e62160bfbecb55be699b5cb69d007426759ab8ab06b1bd77d1d", + "sha256:d07cb2a223a185873a1d0ee78b9faa9597e45b3f6186df21a95cec1e9bcdc9a5" + ], + "markers": "python_version >= '3.8'", + "version": "==2.4.0" + }, + "distro": { + "hashes": [ + "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed", + "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2" + ], + "markers": "python_version >= '3.6'", + "version": "==1.9.0" + }, + "emoji": { + "hashes": [ + "sha256:4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb", + "sha256:a00d62173bdadc2510967a381810101624a2f0986145b8da0cffa42e29430235" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.12.1" + }, + "flask": { + "hashes": [ + "sha256:34e815dfaa43340d1d15a5c3a02b8476004037eb4840b34910c6e21679d288f3", + "sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.0.3" + }, + "fonttools": { + "hashes": [ + "sha256:02569e9a810f9d11f4ae82c391ebc6fb5730d95a0657d24d754ed7763fb2d122", + "sha256:0679a30b59d74b6242909945429dbddb08496935b82f91ea9bf6ad240ec23397", + "sha256:10f5e6c3510b79ea27bb1ebfcc67048cde9ec67afa87c7dd7efa5c700491ac7f", + "sha256:2af40ae9cdcb204fc1d8f26b190aa16534fcd4f0df756268df674a270eab575d", + "sha256:32f029c095ad66c425b0ee85553d0dc326d45d7059dbc227330fc29b43e8ba60", + "sha256:35250099b0cfb32d799fb5d6c651220a642fe2e3c7d2560490e6f1d3f9ae9169", + "sha256:3b3c8ebafbee8d9002bd8f1195d09ed2bd9ff134ddec37ee8f6a6375e6a4f0e8", + "sha256:4824c198f714ab5559c5be10fd1adf876712aa7989882a4ec887bf1ef3e00e31", + "sha256:5ff7e5e9bad94e3a70c5cd2fa27f20b9bb9385e10cddab567b85ce5d306ea923", + "sha256:651390c3b26b0c7d1f4407cad281ee7a5a85a31a110cbac5269de72a51551ba2", + "sha256:6e08f572625a1ee682115223eabebc4c6a2035a6917eac6f60350aba297ccadb", + "sha256:6ed170b5e17da0264b9f6fae86073be3db15fa1bd74061c8331022bca6d09bab", + "sha256:73379d3ffdeecb376640cd8ed03e9d2d0e568c9d1a4e9b16504a834ebadc2dfb", + "sha256:75a157d8d26c06e64ace9df037ee93a4938a4606a38cb7ffaf6635e60e253b7a", + "sha256:791b31ebbc05197d7aa096bbc7bd76d591f05905d2fd908bf103af4488e60670", + "sha256:7b6b35e52ddc8fb0db562133894e6ef5b4e54e1283dff606fda3eed938c36fc8", + "sha256:84ec3fb43befb54be490147b4a922b5314e16372a643004f182babee9f9c3407", + "sha256:8959a59de5af6d2bec27489e98ef25a397cfa1774b375d5787509c06659b3671", + "sha256:9dfdae43b7996af46ff9da520998a32b105c7f098aeea06b2226b30e74fbba88", + "sha256:9e6ceba2a01b448e36754983d376064730690401da1dd104ddb543519470a15f", + "sha256:9efd176f874cb6402e607e4cc9b4a9cd584d82fc34a4b0c811970b32ba62501f", + "sha256:a1c7c5aa18dd3b17995898b4a9b5929d69ef6ae2af5b96d585ff4005033d82f0", + "sha256:aae7bd54187e8bf7fd69f8ab87b2885253d3575163ad4d669a262fe97f0136cb", + "sha256:b21952c092ffd827504de7e66b62aba26fdb5f9d1e435c52477e6486e9d128b2", + "sha256:b96cd370a61f4d083c9c0053bf634279b094308d52fdc2dd9a22d8372fdd590d", + "sha256:becc5d7cb89c7b7afa8321b6bb3dbee0eec2b57855c90b3e9bf5fb816671fa7c", + "sha256:bee32ea8765e859670c4447b0817514ca79054463b6b79784b08a8df3a4d78e3", + "sha256:c6e7170d675d12eac12ad1a981d90f118c06cf680b42a2d74c6c931e54b50719", + "sha256:c818c058404eb2bba05e728d38049438afd649e3c409796723dfc17cd3f08749", + "sha256:c8696544c964500aa9439efb6761947393b70b17ef4e82d73277413f291260a4", + "sha256:c9cd19cf4fe0595ebdd1d4915882b9440c3a6d30b008f3cc7587c1da7b95be5f", + "sha256:d4d0096cb1ac7a77b3b41cd78c9b6bc4a400550e21dc7a92f2b5ab53ed74eb02", + "sha256:d92d3c2a1b39631a6131c2fa25b5406855f97969b068e7e08413325bc0afba58", + "sha256:da33440b1413bad53a8674393c5d29ce64d8c1a15ef8a77c642ffd900d07bfe1", + "sha256:e013aae589c1c12505da64a7d8d023e584987e51e62006e1bb30d72f26522c41", + "sha256:e128778a8e9bc11159ce5447f76766cefbd876f44bd79aff030287254e4752c4", + "sha256:e54f1bba2f655924c1138bbc7fa91abd61f45c68bd65ab5ed985942712864bbb", + "sha256:e5b708073ea3d684235648786f5f6153a48dc8762cdfe5563c57e80787c29fbb", + "sha256:e8bf06b94694251861ba7fdeea15c8ec0967f84c3d4143ae9daf42bbc7717fe3", + "sha256:f08df60fbd8d289152079a65da4e66a447efc1d5d5a4d3f299cdd39e3b2e4a7d", + "sha256:f1f8758a2ad110bd6432203a344269f445a2907dc24ef6bccfd0ac4e14e0d71d", + "sha256:f677ce218976496a587ab17140da141557beb91d2a5c1a14212c994093f2eae2" + ], + "markers": "python_version >= '3.8'", + "version": "==4.53.1" + }, + "frozenlist": { + "hashes": [ + "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7", + "sha256:0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98", + "sha256:068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad", + "sha256:0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5", + "sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae", + "sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e", + "sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a", + "sha256:1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701", + "sha256:20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d", + "sha256:23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6", + "sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6", + "sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106", + "sha256:27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75", + "sha256:29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868", + "sha256:32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a", + "sha256:3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0", + "sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1", + "sha256:410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826", + "sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec", + "sha256:48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6", + "sha256:4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950", + "sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19", + "sha256:55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0", + "sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8", + "sha256:590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a", + "sha256:5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09", + "sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86", + "sha256:5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c", + "sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5", + "sha256:693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b", + "sha256:6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b", + "sha256:6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d", + "sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0", + "sha256:7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea", + "sha256:74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776", + "sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a", + "sha256:82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897", + "sha256:89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7", + "sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09", + "sha256:96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9", + "sha256:9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe", + "sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd", + "sha256:9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742", + "sha256:a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09", + "sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0", + "sha256:a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932", + "sha256:a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1", + "sha256:a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a", + "sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49", + "sha256:b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d", + "sha256:b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7", + "sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480", + "sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89", + "sha256:bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e", + "sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b", + "sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82", + "sha256:c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb", + "sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068", + "sha256:c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8", + "sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b", + "sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb", + "sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2", + "sha256:dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11", + "sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b", + "sha256:e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc", + "sha256:e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0", + "sha256:e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497", + "sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17", + "sha256:edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0", + "sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2", + "sha256:f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439", + "sha256:f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5", + "sha256:f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac", + "sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825", + "sha256:fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887", + "sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced", + "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74" + ], + "markers": "python_version >= '3.8'", + "version": "==1.4.1" + }, + "gitdb": { + "hashes": [ + "sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4", + "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" + ], + "markers": "python_version >= '3.7'", + "version": "==4.0.11" + }, + "gitpython": { + "hashes": [ + "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c", + "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==3.1.43" + }, + "h11": { + "hashes": [ + "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", + "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + ], + "markers": "python_version >= '3.7'", + "version": "==0.14.0" + }, + "httpcore": { + "hashes": [ + "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61", + "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5" + ], + "markers": "python_version >= '3.8'", + "version": "==1.0.5" + }, + "httpx": { + "hashes": [ + "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", + "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" + ], + "markers": "python_version >= '3.8'", + "version": "==0.27.2" + }, + "idna": { + "hashes": [ + "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", + "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" + ], + "markers": "python_version >= '3.6'", + "version": "==3.8" + }, + "itsdangerous": { + "hashes": [ + "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef", + "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" + ], + "markers": "python_version >= '3.8'", + "version": "==2.2.0" + }, + "jinja2": { + "hashes": [ + "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", + "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + ], + "markers": "python_version >= '3.7'", + "version": "==3.1.4" + }, + "jiter": { + "hashes": [ + "sha256:044f2f1148b5248ad2c8c3afb43430dccf676c5a5834d2f5089a4e6c5bbd64df", + "sha256:04d461ad0aebf696f8da13c99bc1b3e06f66ecf6cfd56254cc402f6385231c06", + "sha256:0af3838cfb7e6afee3f00dc66fa24695199e20ba87df26e942820345b0afc566", + "sha256:1c834133e59a8521bc87ebcad773608c6fa6ab5c7a022df24a45030826cf10bc", + "sha256:1d916ba875bcab5c5f7d927df998c4cb694d27dceddf3392e58beaf10563368a", + "sha256:1ece0a115c05efca597c6d938f88c9357c843f8c245dbbb53361a1c01afd7148", + "sha256:26351cc14507bdf466b5f99aba3df3143a59da75799bf64a53a3ad3155ecded9", + "sha256:2a063f71c4b06225543dddadbe09d203dc0c95ba352d8b85f1221173480a71d5", + "sha256:2cec323a853c24fd0472517113768c92ae0be8f8c384ef4441d3632da8baa646", + "sha256:308fce789a2f093dca1ff91ac391f11a9f99c35369117ad5a5c6c4903e1b3e3a", + "sha256:335942557162ad372cc367ffaf93217117401bf930483b4b3ebdb1223dbddfa7", + "sha256:368084d8d5c4fc40ff7c3cc513c4f73e02c85f6009217922d0823a48ee7adf61", + "sha256:44dfc9ddfb9b51a5626568ef4e55ada462b7328996294fe4d36de02fce42721f", + "sha256:462a52be85b53cd9bffd94e2d788a09984274fe6cebb893d6287e1c296d50653", + "sha256:4829df14d656b3fb87e50ae8b48253a8851c707da9f30d45aacab2aa2ba2d614", + "sha256:489875bf1a0ffb3cb38a727b01e6673f0f2e395b2aad3c9387f94187cb214bbf", + "sha256:503b2c27d87dfff5ab717a8200fbbcf4714516c9d85558048b1fc14d2de7d8dc", + "sha256:5206144578831a6de278a38896864ded4ed96af66e1e63ec5dd7f4a1fce38a3a", + "sha256:5280e68e7740c8c128d3ae5ab63335ce6d1fb6603d3b809637b11713487af9e6", + "sha256:528d742dcde73fad9d63e8242c036ab4a84389a56e04efd854062b660f559544", + "sha256:550b11d669600dbc342364fd4adbe987f14d0bbedaf06feb1b983383dcc4b961", + "sha256:583c57fc30cc1fec360e66323aadd7fc3edeec01289bfafc35d3b9dcb29495e4", + "sha256:63314832e302cc10d8dfbda0333a384bf4bcfce80d65fe99b0f3c0da8945a91a", + "sha256:649b0ee97a6e6da174bffcb3c8c051a5935d7d4f2f52ea1583b5b3e7822fbf14", + "sha256:6baa88334e7af3f4d7a5c66c3a63808e5efbc3698a1c57626541ddd22f8e4fbf", + "sha256:6d1f3d27cce923713933a844872d213d244e09b53ec99b7a7fdf73d543529d6d", + "sha256:6f1223f88b6d76b519cb033a4d3687ca157c272ec5d6015c322fc5b3074d8a5e", + "sha256:6f433a4169ad22fcb550b11179bb2b4fd405de9b982601914ef448390b2954f3", + "sha256:702e3520384c88b6e270c55c772d4bd6d7b150608dcc94dea87ceba1b6391248", + "sha256:7f5ad4a7c6b0d90776fdefa294f662e8a86871e601309643de30bf94bb93a64e", + "sha256:8120c60f8121ac3d6f072b97ef0e71770cc72b3c23084c72c4189428b1b1d3b6", + "sha256:8cf80e5fe6ab582c82f0c3331df27a7e1565e2dcf06265afd5173d809cdbf9ba", + "sha256:8ea18e01f785c6667ca15407cd6dabbe029d77474d53595a189bdc813347218e", + "sha256:92cc68b48d50fa472c79c93965e19bd48f40f207cb557a8346daa020d6ba973b", + "sha256:9f664e7351604f91dcdd557603c57fc0d551bc65cc0a732fdacbf73ad335049a", + "sha256:a25fbd8a5a58061e433d6fae6d5298777c0814a8bcefa1e5ecfff20c594bd749", + "sha256:a42a4bdcf7307b86cb863b2fb9bb55029b422d8f86276a50487982d99eed7c6e", + "sha256:a586832f70c3f1481732919215f36d41c59ca080fa27a65cf23d9490e75b2ef5", + "sha256:aa1db0967130b5cab63dfe4d6ff547c88b2a394c3410db64744d491df7f069bb", + "sha256:aa9d2b85b2ed7dc7697597dcfaac66e63c1b3028652f751c81c65a9f220899ae", + "sha256:ab3a71ff31cf2d45cb216dc37af522d335211f3a972d2fe14ea99073de6cb104", + "sha256:acc0d5b8b3dd12e91dd184b87273f864b363dfabc90ef29a1092d269f18c7e28", + "sha256:ad4a6398c85d3a20067e6c69890ca01f68659da94d74c800298581724e426c7e", + "sha256:afa66939d834b0ce063f57d9895e8036ffc41c4bd90e4a99631e5f261d9b518e", + "sha256:b250ca2594f5599ca82ba7e68785a669b352156260c5362ea1b4e04a0f3e2389", + "sha256:b2950e4798e82dd9176935ef6a55cf6a448b5c71515a556da3f6b811a7844f1e", + "sha256:b599f4e89b3def9a94091e6ee52e1d7ad7bc33e238ebb9c4c63f211d74822c3f", + "sha256:c22541f0b672f4d741382a97c65609332a783501551445ab2df137ada01e019e", + "sha256:c451f7922992751a936b96c5f5b9bb9312243d9b754c34b33d0cb72c84669f4e", + "sha256:c59614b225d9f434ea8fc0d0bec51ef5fa8c83679afedc0433905994fb36d631", + "sha256:c6f16e21276074a12d8421692515b3fd6d2ea9c94fd0734c39a12960a20e85f3", + "sha256:c95980207b3998f2c3b3098f357994d3fd7661121f30669ca7cb945f09510a87", + "sha256:cccd3af9c48ac500c95e1bcbc498020c87e1781ff0345dd371462d67b76643eb", + "sha256:ce03f7b4129eb72f1687fa11300fbf677b02990618428934662406d2a76742a1", + "sha256:d4c8e1ed0ef31ad29cae5ea16b9e41529eb50a7fba70600008e9f8de6376d553", + "sha256:e3bbe3910c724b877846186c25fe3c802e105a2c1fc2b57d6688b9f8772026e4", + "sha256:e6375923c5f19888c9226582a124b77b622f8fd0018b843c45eeb19d9701c403", + "sha256:ea189db75f8eca08807d02ae27929e890c7d47599ce3d0a6a5d41f2419ecf338", + "sha256:f04bc2fc50dc77be9d10f73fcc4e39346402ffe21726ff41028f36e179b587e6", + "sha256:f16ca8f10e62f25fd81d5310e852df6649af17824146ca74647a018424ddeccf", + "sha256:f4be354c5de82157886ca7f5925dbda369b77344b4b4adf2723079715f823989" + ], + "markers": "python_version >= '3.8'", + "version": "==0.5.0" + }, + "kiwisolver": { + "hashes": [ + "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf", + "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e", + "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af", + "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f", + "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046", + "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3", + "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5", + "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71", + "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee", + "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3", + "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9", + "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b", + "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985", + "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea", + "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16", + "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89", + "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c", + "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9", + "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712", + "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342", + "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a", + "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958", + "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d", + "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a", + "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130", + "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff", + "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898", + "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b", + "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f", + "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265", + "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93", + "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929", + "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635", + "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709", + "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b", + "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb", + "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a", + "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920", + "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e", + "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544", + "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45", + "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390", + "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77", + "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355", + "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff", + "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4", + "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7", + "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20", + "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c", + "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162", + "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228", + "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437", + "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc", + "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a", + "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901", + "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4", + "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770", + "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525", + "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad", + "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a", + "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29", + "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90", + "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250", + "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d", + "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3", + "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54", + "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f", + "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1", + "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da", + "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238", + "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa", + "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523", + "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0", + "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205", + "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3", + "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4", + "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac", + "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9", + "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb", + "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced", + "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd", + "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0", + "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da", + "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18", + "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9", + "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276", + "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333", + "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b", + "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db", + "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126", + "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9", + "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09", + "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0", + "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec", + "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7", + "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff", + "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9", + "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192", + "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8", + "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d", + "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6", + "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797", + "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892", + "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f" + ], + "markers": "python_version >= '3.7'", + "version": "==1.4.5" + }, + "markupsafe": { + "hashes": [ + "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf", + "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff", + "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f", + "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3", + "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532", + "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f", + "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617", + "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df", + "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4", + "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906", + "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f", + "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4", + "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8", + "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371", + "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2", + "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465", + "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52", + "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6", + "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169", + "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad", + "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2", + "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0", + "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029", + "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f", + "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a", + "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced", + "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5", + "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c", + "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf", + "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9", + "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb", + "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad", + "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3", + "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1", + "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46", + "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc", + "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a", + "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee", + "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900", + "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5", + "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea", + "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f", + "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5", + "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e", + "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a", + "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f", + "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50", + "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a", + "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b", + "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4", + "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff", + "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2", + "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46", + "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b", + "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf", + "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5", + "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5", + "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab", + "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd", + "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.1.5" + }, + "matplotlib": { + "hashes": [ + "sha256:039082812cacd6c6bec8e17a9c1e6baca230d4116d522e81e1f63a74d01d2e21", + "sha256:03ba9c1299c920964e8d3857ba27173b4dbb51ca4bab47ffc2c2ba0eb5e2cbc5", + "sha256:050598c2b29e0b9832cde72bcf97627bf00262adbc4a54e2b856426bb2ef0697", + "sha256:18128cc08f0d3cfff10b76baa2f296fc28c4607368a8402de61bb3f2eb33c7d9", + "sha256:1cd93b91ab47a3616b4d3c42b52f8363b88ca021e340804c6ab2536344fad9ca", + "sha256:1d94ff717eb2bd0b58fe66380bd8b14ac35f48a98e7c6765117fe67fb7684e64", + "sha256:306c8dfc73239f0e72ac50e5a9cf19cc4e8e331dd0c54f5e69ca8758550f1e1e", + "sha256:37e51dd1c2db16ede9cfd7b5cabdfc818b2c6397c83f8b10e0e797501c963a03", + "sha256:3fd595f34aa8a55b7fc8bf9ebea8aa665a84c82d275190a61118d33fbc82ccae", + "sha256:4876d7d40219e8ae8bb70f9263bcbe5714415acfdf781086601211335e24f8aa", + "sha256:5413401594cfaff0052f9d8b1aafc6d305b4bd7c4331dccd18f561ff7e1d3bd3", + "sha256:5816b1e1fe8c192cbc013f8f3e3368ac56fbecf02fb41b8f8559303f24c5015e", + "sha256:65aacf95b62272d568044531e41de26285d54aec8cb859031f511f84bd8b495a", + "sha256:6758baae2ed64f2331d4fd19be38b7b4eae3ecec210049a26b6a4f3ae1c85dcc", + "sha256:6d1ce5ed2aefcdce11904fc5bbea7d9c21fff3d5f543841edf3dea84451a09ea", + "sha256:6d9f07a80deab4bb0b82858a9e9ad53d1382fd122be8cde11080f4e7dfedb38b", + "sha256:7741f26a58a240f43bee74965c4882b6c93df3e7eb3de160126d8c8f53a6ae6e", + "sha256:8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447", + "sha256:909645cce2dc28b735674ce0931a4ac94e12f5b13f6bb0b5a5e65e7cea2c192b", + "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92", + "sha256:9d78bbc0cbc891ad55b4f39a48c22182e9bdaea7fc0e5dbd364f49f729ca1bbb", + "sha256:ab68d50c06938ef28681073327795c5db99bb4666214d2d5f880ed11aeaded66", + "sha256:ac43031375a65c3196bee99f6001e7fa5bdfb00ddf43379d3c0609bdca042df9", + "sha256:ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7", + "sha256:b2696efdc08648536efd4e1601b5fd491fd47f4db97a5fbfd175549a7365c1b2", + "sha256:b82c5045cebcecd8496a4d694d43f9cc84aeeb49fe2133e036b207abe73f4d30", + "sha256:be0fc24a5e4531ae4d8e858a1a548c1fe33b176bb13eff7f9d0d38ce5112a27d", + "sha256:bf81de2926c2db243c9b2cbc3917619a0fc85796c6ba4e58f541df814bbf83c7", + "sha256:c375cc72229614632c87355366bdf2570c2dac01ac66b8ad048d2dabadf2d0d4", + "sha256:c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41", + "sha256:cef2a73d06601437be399908cf13aee74e86932a5ccc6ccdf173408ebc5f6bb2", + "sha256:d52a3b618cb1cbb769ce2ee1dcdb333c3ab6e823944e9a2d36e37253815f9556", + "sha256:d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f", + "sha256:d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772", + "sha256:dbe196377a8248972f5cede786d4c5508ed5f5ca4a1e09b44bda889958b33f8c", + "sha256:e0830e188029c14e891fadd99702fd90d317df294c3298aad682739c5533721a", + "sha256:f053c40f94bc51bc03832a41b4f153d83f2062d88c72b5e79997072594e97e51", + "sha256:f32c7410c7f246838a77d6d1eff0c0f87f3cb0e7c4247aebea71a6d5a68cab49", + "sha256:f6ee45bc4245533111ced13f1f2cace1e7f89d1c793390392a80c139d6cf0e6c", + "sha256:f7c0410f181a531ec4e93bbc27692f2c71a15c2da16766f5ba9761e7ae518413" + ], + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==3.9.2" + }, + "misskey.py": { + "hashes": [ + "sha256:d118891d0cd59d7e8942870ab2145c78221ec9ea0c9a79e309a473f0a8db96fe" + ], + "version": "==4.1.0" + }, + "multidict": { + "hashes": [ + "sha256:01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556", + "sha256:0275e35209c27a3f7951e1ce7aaf93ce0d163b28948444bec61dd7badc6d3f8c", + "sha256:04bde7a7b3de05732a4eb39c94574db1ec99abb56162d6c520ad26f83267de29", + "sha256:04da1bb8c8dbadf2a18a452639771951c662c5ad03aefe4884775454be322c9b", + "sha256:09a892e4a9fb47331da06948690ae38eaa2426de97b4ccbfafbdcbe5c8f37ff8", + "sha256:0d63c74e3d7ab26de115c49bffc92cc77ed23395303d496eae515d4204a625e7", + "sha256:107c0cdefe028703fb5dafe640a409cb146d44a6ae201e55b35a4af8e95457dd", + "sha256:141b43360bfd3bdd75f15ed811850763555a251e38b2405967f8e25fb43f7d40", + "sha256:14c2976aa9038c2629efa2c148022ed5eb4cb939e15ec7aace7ca932f48f9ba6", + "sha256:19fe01cea168585ba0f678cad6f58133db2aa14eccaf22f88e4a6dccadfad8b3", + "sha256:1d147090048129ce3c453f0292e7697d333db95e52616b3793922945804a433c", + "sha256:1d9ea7a7e779d7a3561aade7d596649fbecfa5c08a7674b11b423783217933f9", + "sha256:215ed703caf15f578dca76ee6f6b21b7603791ae090fbf1ef9d865571039ade5", + "sha256:21fd81c4ebdb4f214161be351eb5bcf385426bf023041da2fd9e60681f3cebae", + "sha256:220dd781e3f7af2c2c1053da9fa96d9cf3072ca58f057f4c5adaaa1cab8fc442", + "sha256:228b644ae063c10e7f324ab1ab6b548bdf6f8b47f3ec234fef1093bc2735e5f9", + "sha256:29bfeb0dff5cb5fdab2023a7a9947b3b4af63e9c47cae2a10ad58394b517fddc", + "sha256:2f4848aa3baa109e6ab81fe2006c77ed4d3cd1e0ac2c1fbddb7b1277c168788c", + "sha256:2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea", + "sha256:2ffc42c922dbfddb4a4c3b438eb056828719f07608af27d163191cb3e3aa6cc5", + "sha256:37b15024f864916b4951adb95d3a80c9431299080341ab9544ed148091b53f50", + "sha256:3cc2ad10255f903656017363cd59436f2111443a76f996584d1077e43ee51182", + "sha256:3d25f19500588cbc47dc19081d78131c32637c25804df8414463ec908631e453", + "sha256:403c0911cd5d5791605808b942c88a8155c2592e05332d2bf78f18697a5fa15e", + "sha256:411bf8515f3be9813d06004cac41ccf7d1cd46dfe233705933dd163b60e37600", + "sha256:425bf820055005bfc8aa9a0b99ccb52cc2f4070153e34b701acc98d201693733", + "sha256:435a0984199d81ca178b9ae2c26ec3d49692d20ee29bc4c11a2a8d4514c67eda", + "sha256:4a6a4f196f08c58c59e0b8ef8ec441d12aee4125a7d4f4fef000ccb22f8d7241", + "sha256:4cc0ef8b962ac7a5e62b9e826bd0cd5040e7d401bc45a6835910ed699037a461", + "sha256:51d035609b86722963404f711db441cf7134f1889107fb171a970c9701f92e1e", + "sha256:53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e", + "sha256:55205d03e8a598cfc688c71ca8ea5f66447164efff8869517f175ea632c7cb7b", + "sha256:5c0631926c4f58e9a5ccce555ad7747d9a9f8b10619621f22f9635f069f6233e", + "sha256:5cb241881eefd96b46f89b1a056187ea8e9ba14ab88ba632e68d7a2ecb7aadf7", + "sha256:60d698e8179a42ec85172d12f50b1668254628425a6bd611aba022257cac1386", + "sha256:612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd", + "sha256:6214c5a5571802c33f80e6c84713b2c79e024995b9c5897f794b43e714daeec9", + "sha256:6939c95381e003f54cd4c5516740faba40cf5ad3eeff460c3ad1d3e0ea2549bf", + "sha256:69db76c09796b313331bb7048229e3bee7928eb62bab5e071e9f7fcc4879caee", + "sha256:6bf7a982604375a8d49b6cc1b781c1747f243d91b81035a9b43a2126c04766f5", + "sha256:766c8f7511df26d9f11cd3a8be623e59cca73d44643abab3f8c8c07620524e4a", + "sha256:76c0de87358b192de7ea9649beb392f107dcad9ad27276324c24c91774ca5271", + "sha256:76f067f5121dcecf0d63a67f29080b26c43c71a98b10c701b0677e4a065fbd54", + "sha256:7901c05ead4b3fb75113fb1dd33eb1253c6d3ee37ce93305acd9d38e0b5f21a4", + "sha256:79660376075cfd4b2c80f295528aa6beb2058fd289f4c9252f986751a4cd0496", + "sha256:79a6d2ba910adb2cbafc95dad936f8b9386e77c84c35bc0add315b856d7c3abb", + "sha256:7afcdd1fc07befad18ec4523a782cde4e93e0a2bf71239894b8d61ee578c1319", + "sha256:7be7047bd08accdb7487737631d25735c9a04327911de89ff1b26b81745bd4e3", + "sha256:7c6390cf87ff6234643428991b7359b5f59cc15155695deb4eda5c777d2b880f", + "sha256:7df704ca8cf4a073334e0427ae2345323613e4df18cc224f647f251e5e75a527", + "sha256:85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed", + "sha256:896ebdcf62683551312c30e20614305f53125750803b614e9e6ce74a96232604", + "sha256:92d16a3e275e38293623ebf639c471d3e03bb20b8ebb845237e0d3664914caef", + "sha256:99f60d34c048c5c2fabc766108c103612344c46e35d4ed9ae0673d33c8fb26e8", + "sha256:9fe7b0653ba3d9d65cbe7698cca585bf0f8c83dbbcc710db9c90f478e175f2d5", + "sha256:a3145cb08d8625b2d3fee1b2d596a8766352979c9bffe5d7833e0503d0f0b5e5", + "sha256:aeaf541ddbad8311a87dd695ed9642401131ea39ad7bc8cf3ef3967fd093b626", + "sha256:b55358304d7a73d7bdf5de62494aaf70bd33015831ffd98bc498b433dfe5b10c", + "sha256:b82cc8ace10ab5bd93235dfaab2021c70637005e1ac787031f4d1da63d493c1d", + "sha256:c0868d64af83169e4d4152ec612637a543f7a336e4a307b119e98042e852ad9c", + "sha256:c1c1496e73051918fcd4f58ff2e0f2f3066d1c76a0c6aeffd9b45d53243702cc", + "sha256:c9bf56195c6bbd293340ea82eafd0071cb3d450c703d2c93afb89f93b8386ccc", + "sha256:cbebcd5bcaf1eaf302617c114aa67569dd3f090dd0ce8ba9e35e9985b41ac35b", + "sha256:cd6c8fca38178e12c00418de737aef1261576bd1b6e8c6134d3e729a4e858b38", + "sha256:ceb3b7e6a0135e092de86110c5a74e46bda4bd4fbfeeb3a3bcec79c0f861e450", + "sha256:cf590b134eb70629e350691ecca88eac3e3b8b3c86992042fb82e3cb1830d5e1", + "sha256:d3eb1ceec286eba8220c26f3b0096cf189aea7057b6e7b7a2e60ed36b373b77f", + "sha256:d65f25da8e248202bd47445cec78e0025c0fe7582b23ec69c3b27a640dd7a8e3", + "sha256:d6f6d4f185481c9669b9447bf9d9cf3b95a0e9df9d169bbc17e363b7d5487755", + "sha256:d84a5c3a5f7ce6db1f999fb9438f686bc2e09d38143f2d93d8406ed2dd6b9226", + "sha256:d946b0a9eb8aaa590df1fe082cee553ceab173e6cb5b03239716338629c50c7a", + "sha256:dce1c6912ab9ff5f179eaf6efe7365c1f425ed690b03341911bf4939ef2f3046", + "sha256:de170c7b4fe6859beb8926e84f7d7d6c693dfe8e27372ce3b76f01c46e489fcf", + "sha256:e02021f87a5b6932fa6ce916ca004c4d441509d33bbdbeca70d05dff5e9d2479", + "sha256:e030047e85cbcedbfc073f71836d62dd5dadfbe7531cae27789ff66bc551bd5e", + "sha256:e0e79d91e71b9867c73323a3444724d496c037e578a0e1755ae159ba14f4f3d1", + "sha256:e4428b29611e989719874670fd152b6625500ad6c686d464e99f5aaeeaca175a", + "sha256:e4972624066095e52b569e02b5ca97dbd7a7ddd4294bf4e7247d52635630dd83", + "sha256:e7be68734bd8c9a513f2b0cfd508802d6609da068f40dc57d4e3494cefc92929", + "sha256:e8e94e6912639a02ce173341ff62cc1201232ab86b8a8fcc05572741a5dc7d93", + "sha256:ea1456df2a27c73ce51120fa2f519f1bea2f4a03a917f4a43c8707cf4cbbae1a", + "sha256:ebd8d160f91a764652d3e51ce0d2956b38efe37c9231cd82cfc0bed2e40b581c", + "sha256:eca2e9d0cc5a889850e9bbd68e98314ada174ff6ccd1129500103df7a94a7a44", + "sha256:edd08e6f2f1a390bf137080507e44ccc086353c8e98c657e666c017718561b89", + "sha256:f285e862d2f153a70586579c15c44656f888806ed0e5b56b64489afe4a2dbfba", + "sha256:f2a1dee728b52b33eebff5072817176c172050d44d67befd681609b4746e1c2e", + "sha256:f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da", + "sha256:fb616be3538599e797a2017cccca78e354c767165e8858ab5116813146041a24", + "sha256:fce28b3c8a81b6b36dfac9feb1de115bab619b3c13905b419ec71d03a3fc1423", + "sha256:fe5d7785250541f7f5019ab9cba2c71169dc7d74d0f45253f8313f436458a4ef" + ], + "markers": "python_version >= '3.7'", + "version": "==6.0.5" + }, + "numpy": { + "hashes": [ + "sha256:046356b19d7ad1890c751b99acad5e82dc4a02232013bd9a9a712fddf8eb60f5", + "sha256:0b8cc2715a84b7c3b161f9ebbd942740aaed913584cae9cdc7f8ad5ad41943d0", + "sha256:0d07841fd284718feffe7dd17a63a2e6c78679b2d386d3e82f44f0108c905550", + "sha256:13cc11c00000848702322af4de0147ced365c81d66053a67c2e962a485b3717c", + "sha256:13ce49a34c44b6de5241f0b38b07e44c1b2dcacd9e36c30f9c2fcb1bb5135db7", + "sha256:24c2ad697bd8593887b019817ddd9974a7f429c14a5469d7fad413f28340a6d2", + "sha256:251105b7c42abe40e3a689881e1793370cc9724ad50d64b30b358bbb3a97553b", + "sha256:2ca4b53e1e0b279142113b8c5eb7d7a877e967c306edc34f3b58e9be12fda8df", + "sha256:3269c9eb8745e8d975980b3a7411a98976824e1fdef11f0aacf76147f662b15f", + "sha256:397bc5ce62d3fb73f304bec332171535c187e0643e176a6e9421a6e3eacef06d", + "sha256:3fc5eabfc720db95d68e6646e88f8b399bfedd235994016351b1d9e062c4b270", + "sha256:50a95ca3560a6058d6ea91d4629a83a897ee27c00630aed9d933dff191f170cd", + "sha256:52ac2e48f5ad847cd43c4755520a2317f3380213493b9d8a4c5e37f3b87df504", + "sha256:53e27293b3a2b661c03f79aa51c3987492bd4641ef933e366e0f9f6c9bf257ec", + "sha256:57eb525e7c2a8fdee02d731f647146ff54ea8c973364f3b850069ffb42799647", + "sha256:5889dd24f03ca5a5b1e8a90a33b5a0846d8977565e4ae003a63d22ecddf6782f", + "sha256:59ca673ad11d4b84ceb385290ed0ebe60266e356641428c845b39cd9df6713ab", + "sha256:6435c48250c12f001920f0751fe50c0348f5f240852cfddc5e2f97e007544cbe", + "sha256:6e5a9cb2be39350ae6c8f79410744e80154df658d5bea06e06e0ac5bb75480d5", + "sha256:7be6a07520b88214ea85d8ac8b7d6d8a1839b0b5cb87412ac9f49fa934eb15d5", + "sha256:7c803b7934a7f59563db459292e6aa078bb38b7ab1446ca38dd138646a38203e", + "sha256:7dd86dfaf7c900c0bbdcb8b16e2f6ddf1eb1fe39c6c8cca6e94844ed3152a8fd", + "sha256:8661c94e3aad18e1ea17a11f60f843a4933ccaf1a25a7c6a9182af70610b2313", + "sha256:8ae0fd135e0b157365ac7cc31fff27f07a5572bdfc38f9c2d43b2aff416cc8b0", + "sha256:910b47a6d0635ec1bd53b88f86120a52bf56dcc27b51f18c7b4a2e2224c29f0f", + "sha256:913cc1d311060b1d409e609947fa1b9753701dac96e6581b58afc36b7ee35af6", + "sha256:920b0911bb2e4414c50e55bd658baeb78281a47feeb064ab40c2b66ecba85553", + "sha256:950802d17a33c07cba7fd7c3dcfa7d64705509206be1606f196d179e539111ed", + "sha256:981707f6b31b59c0c24bcda52e5605f9701cb46da4b86c2e8023656ad3e833cb", + "sha256:98ce7fb5b8063cfdd86596b9c762bf2b5e35a2cdd7e967494ab78a1fa7f8b86e", + "sha256:99f4a9ee60eed1385a86e82288971a51e71df052ed0b2900ed30bc840c0f2e39", + "sha256:9a8e06c7a980869ea67bbf551283bbed2856915f0a792dc32dd0f9dd2fb56728", + "sha256:ae8ce252404cdd4de56dcfce8b11eac3c594a9c16c231d081fb705cf23bd4d9e", + "sha256:afd9c680df4de71cd58582b51e88a61feed4abcc7530bcd3d48483f20fc76f2a", + "sha256:b49742cdb85f1f81e4dc1b39dcf328244f4d8d1ded95dea725b316bd2cf18c95", + "sha256:b5613cfeb1adfe791e8e681128f5f49f22f3fcaa942255a6124d58ca59d9528f", + "sha256:bab7c09454460a487e631ffc0c42057e3d8f2a9ddccd1e60c7bb8ed774992480", + "sha256:c8a0e34993b510fc19b9a2ce7f31cb8e94ecf6e924a40c0c9dd4f62d0aac47d9", + "sha256:caf5d284ddea7462c32b8d4a6b8af030b6c9fd5332afb70e7414d7fdded4bfd0", + "sha256:cea427d1350f3fd0d2818ce7350095c1a2ee33e30961d2f0fef48576ddbbe90f", + "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd", + "sha256:d10c39947a2d351d6d466b4ae83dad4c37cd6c3cdd6d5d0fa797da56f710a6ae", + "sha256:d2b9cd92c8f8e7b313b80e93cedc12c0112088541dcedd9197b5dee3738c1201", + "sha256:d4c57b68c8ef5e1ebf47238e99bf27657511ec3f071c465f6b1bccbef12d4136", + "sha256:d51fc141ddbe3f919e91a096ec739f49d686df8af254b2053ba21a910ae518bf", + "sha256:e097507396c0be4e547ff15b13dc3866f45f3680f789c1a1301b07dadd3fbc78", + "sha256:e30356d530528a42eeba51420ae8bf6c6c09559051887196599d96ee5f536468", + "sha256:e8d5f8a8e3bc87334f025194c6193e408903d21ebaeb10952264943a985066ca", + "sha256:e8dfa9e94fc127c40979c3eacbae1e61fda4fe71d84869cc129e2721973231ef", + "sha256:f212d4f46b67ff604d11fff7cc62d36b3e8714edf68e44e9760e19be38c03eb0", + "sha256:f7506387e191fe8cdb267f912469a3cccc538ab108471291636a96a54e599556", + "sha256:fac6e277a41163d27dfab5f4ec1f7a83fac94e170665a4a50191b545721c6521", + "sha256:fcd8f556cdc8cfe35e70efb92463082b7f43dd7e547eb071ffc36abc0ca4699b" + ], + "index": "pypi", + "markers": "python_version >= '3.10'", + "version": "==2.1.1" + }, + "openai": { + "hashes": [ + "sha256:1a748c2728edd3a738a72a0212ba866f4fdbe39c9ae03813508b267d45104abe", + "sha256:e607aff9fc3e28eade107e5edd8ca95a910a4b12589336d3cbb6bfe2ac306b3c" + ], + "index": "pypi", + "markers": "python_full_version >= '3.7.1'", + "version": "==1.43.0" + }, + "opencv-python": { + "hashes": [ + "sha256:09a332b50488e2dda866a6c5573ee192fe3583239fb26ff2f7f9ceb0bc119ea6", + "sha256:2db02bb7e50b703f0a2d50c50ced72e95c574e1e5a0bb35a8a86d0b35c98c236", + "sha256:32dbbd94c26f611dc5cc6979e6b7aa1f55a64d6b463cc1dcd3c95505a63e48fe", + "sha256:71e575744f1d23f79741450254660442785f45a0797212852ee5199ef12eed98", + "sha256:72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526", + "sha256:9ace140fc6d647fbe1c692bcb2abce768973491222c067c131d80957c595b71f", + "sha256:fc182f8f4cda51b45f01c64e4cbedfc2f00aff799debebc305d8d0210c43f251" + ], + "index": "pypi", + "markers": "python_version >= '3.6'", + "version": "==4.10.0.84" + }, + "packaging": { + "hashes": [ + "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", + "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" + ], + "markers": "python_version >= '3.8'", + "version": "==24.1" + }, + "pandas": { + "hashes": [ + "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863", + "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2", + "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1", + "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad", + "sha256:2925720037f06e89af896c70bca73459d7e6a4be96f9de79e2d440bd499fe0db", + "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76", + "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51", + "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32", + "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08", + "sha256:58b84b91b0b9f4bafac2a0ac55002280c094dfc6402402332c0913a59654ab2b", + "sha256:640cef9aa381b60e296db324337a554aeeb883ead99dc8f6c18e81a93942f5f4", + "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921", + "sha256:696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288", + "sha256:6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee", + "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0", + "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24", + "sha256:8e5a0b00e1e56a842f922e7fae8ae4077aee4af0acb5ae3622bd4b4c30aedf99", + "sha256:8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151", + "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd", + "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce", + "sha256:92fd6b027924a7e178ac202cfbe25e53368db90d56872d20ffae94b96c7acc57", + "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef", + "sha256:9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54", + "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a", + "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238", + "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23", + "sha256:ddf818e4e6c7c6f4f7c8a12709696d193976b591cc7dc50588d3d1a6b5dc8772", + "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce", + "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad" + ], + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==2.2.2" + }, + "pillow": { + "hashes": [ + "sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885", + "sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea", + "sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df", + "sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5", + "sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c", + "sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d", + "sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd", + "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06", + "sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908", + "sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a", + "sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be", + "sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0", + "sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b", + "sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80", + "sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a", + "sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e", + "sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9", + "sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696", + "sha256:43efea75eb06b95d1631cb784aa40156177bf9dd5b4b03ff38979e048258bc6b", + "sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309", + "sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e", + "sha256:5161eef006d335e46895297f642341111945e2c1c899eb406882a6c61a4357ab", + "sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d", + "sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060", + "sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d", + "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", + "sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4", + "sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3", + "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6", + "sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb", + "sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94", + "sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b", + "sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496", + "sha256:73664fe514b34c8f02452ffb73b7a92c6774e39a647087f83d67f010eb9a0cf0", + "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319", + "sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b", + "sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856", + "sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef", + "sha256:7a8d4bade9952ea9a77d0c3e49cbd8b2890a399422258a77f357b9cc9be8d680", + "sha256:7c1ee6f42250df403c5f103cbd2768a28fe1a0ea1f0f03fe151c8741e1469c8b", + "sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42", + "sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e", + "sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597", + "sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a", + "sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8", + "sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3", + "sha256:8d4d5063501b6dd4024b8ac2f04962d661222d120381272deea52e3fc52d3736", + "sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da", + "sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126", + "sha256:950be4d8ba92aca4b2bb0741285a46bfae3ca699ef913ec8416c1b78eadd64cd", + "sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5", + "sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b", + "sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026", + "sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b", + "sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc", + "sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46", + "sha256:b15e02e9bb4c21e39876698abf233c8c579127986f8207200bc8a8f6bb27acf2", + "sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c", + "sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe", + "sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984", + "sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a", + "sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70", + "sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca", + "sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b", + "sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91", + "sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3", + "sha256:d7480af14364494365e89d6fddc510a13e5a2c3584cb19ef65415ca57252fb84", + "sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1", + "sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5", + "sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be", + "sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f", + "sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc", + "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", + "sha256:e88d5e6ad0d026fba7bdab8c3f225a69f063f116462c49892b0149e21b6c0a0e", + "sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141", + "sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef", + "sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22", + "sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27", + "sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e", + "sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==10.4.0" + }, + "psycopg2-binary": { + "hashes": [ + "sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9", + "sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77", + "sha256:0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e", + "sha256:0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84", + "sha256:1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3", + "sha256:143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2", + "sha256:15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67", + "sha256:1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876", + "sha256:18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152", + "sha256:1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f", + "sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a", + "sha256:246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6", + "sha256:275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503", + "sha256:281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f", + "sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493", + "sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996", + "sha256:30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f", + "sha256:31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e", + "sha256:323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59", + "sha256:34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94", + "sha256:3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7", + "sha256:3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682", + "sha256:4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420", + "sha256:420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae", + "sha256:4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291", + "sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe", + "sha256:60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980", + "sha256:64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93", + "sha256:68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692", + "sha256:6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119", + "sha256:729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716", + "sha256:72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472", + "sha256:75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b", + "sha256:77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2", + "sha256:78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc", + "sha256:7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c", + "sha256:804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5", + "sha256:81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab", + "sha256:8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984", + "sha256:83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9", + "sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf", + "sha256:876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0", + "sha256:8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f", + "sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212", + "sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb", + "sha256:977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be", + "sha256:9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90", + "sha256:a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041", + "sha256:a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7", + "sha256:ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860", + "sha256:b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d", + "sha256:b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245", + "sha256:b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27", + "sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417", + "sha256:bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359", + "sha256:c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202", + "sha256:c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0", + "sha256:c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7", + "sha256:c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba", + "sha256:ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1", + "sha256:ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd", + "sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07", + "sha256:d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98", + "sha256:d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55", + "sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d", + "sha256:ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972", + "sha256:ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f", + "sha256:ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e", + "sha256:ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26", + "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957", + "sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53", + "sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.9.9" + }, + "pydantic": { + "hashes": [ + "sha256:6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a", + "sha256:73ee9fddd406dc318b885c7a2eab8a6472b68b8fb5ba8150949fc3db939f23c8" + ], + "markers": "python_version >= '3.8'", + "version": "==2.8.2" + }, + "pydantic-core": { + "hashes": [ + "sha256:035ede2e16da7281041f0e626459bcae33ed998cca6a0a007a5ebb73414ac72d", + "sha256:04024d270cf63f586ad41fff13fde4311c4fc13ea74676962c876d9577bcc78f", + "sha256:0827505a5c87e8aa285dc31e9ec7f4a17c81a813d45f70b1d9164e03a813a686", + "sha256:084659fac3c83fd674596612aeff6041a18402f1e1bc19ca39e417d554468482", + "sha256:10d4204d8ca33146e761c79f83cc861df20e7ae9f6487ca290a97702daf56006", + "sha256:11b71d67b4725e7e2a9f6e9c0ac1239bbc0c48cce3dc59f98635efc57d6dac83", + "sha256:150906b40ff188a3260cbee25380e7494ee85048584998c1e66df0c7a11c17a6", + "sha256:175873691124f3d0da55aeea1d90660a6ea7a3cfea137c38afa0a5ffabe37b88", + "sha256:177f55a886d74f1808763976ac4efd29b7ed15c69f4d838bbd74d9d09cf6fa86", + "sha256:19c0fa39fa154e7e0b7f82f88ef85faa2a4c23cc65aae2f5aea625e3c13c735a", + "sha256:1eedfeb6089ed3fad42e81a67755846ad4dcc14d73698c120a82e4ccf0f1f9f6", + "sha256:225b67a1f6d602de0ce7f6c1c3ae89a4aa25d3de9be857999e9124f15dab486a", + "sha256:242b8feb3c493ab78be289c034a1f659e8826e2233786e36f2893a950a719bb6", + "sha256:254ec27fdb5b1ee60684f91683be95e5133c994cc54e86a0b0963afa25c8f8a6", + "sha256:25e9185e2d06c16ee438ed39bf62935ec436474a6ac4f9358524220f1b236e43", + "sha256:26ab812fa0c845df815e506be30337e2df27e88399b985d0bb4e3ecfe72df31c", + "sha256:26ca695eeee5f9f1aeeb211ffc12f10bcb6f71e2989988fda61dabd65db878d4", + "sha256:26dc97754b57d2fd00ac2b24dfa341abffc380b823211994c4efac7f13b9e90e", + "sha256:270755f15174fb983890c49881e93f8f1b80f0b5e3a3cc1394a255706cabd203", + "sha256:2aafc5a503855ea5885559eae883978c9b6d8c8993d67766ee73d82e841300dd", + "sha256:2d036c7187b9422ae5b262badb87a20a49eb6c5238b2004e96d4da1231badef1", + "sha256:33499e85e739a4b60c9dac710c20a08dc73cb3240c9a0e22325e671b27b70d24", + "sha256:37eee5b638f0e0dcd18d21f59b679686bbd18917b87db0193ae36f9c23c355fc", + "sha256:38cf1c40a921d05c5edc61a785c0ddb4bed67827069f535d794ce6bcded919fc", + "sha256:3acae97ffd19bf091c72df4d726d552c473f3576409b2a7ca36b2f535ffff4a3", + "sha256:3c5ebac750d9d5f2706654c638c041635c385596caf68f81342011ddfa1e5598", + "sha256:3d482efec8b7dc6bfaedc0f166b2ce349df0011f5d2f1f25537ced4cfc34fd98", + "sha256:407653af5617f0757261ae249d3fba09504d7a71ab36ac057c938572d1bc9331", + "sha256:40a783fb7ee353c50bd3853e626f15677ea527ae556429453685ae32280c19c2", + "sha256:41e81317dd6a0127cabce83c0c9c3fbecceae981c8391e6f1dec88a77c8a569a", + "sha256:41f4c96227a67a013e7de5ff8f20fb496ce573893b7f4f2707d065907bffdbd6", + "sha256:469f29f9093c9d834432034d33f5fe45699e664f12a13bf38c04967ce233d688", + "sha256:4745f4ac52cc6686390c40eaa01d48b18997cb130833154801a442323cc78f91", + "sha256:4868f6bd7c9d98904b748a2653031fc9c2f85b6237009d475b1008bfaeb0a5aa", + "sha256:4aa223cd1e36b642092c326d694d8bf59b71ddddc94cdb752bbbb1c5c91d833b", + "sha256:4dd484681c15e6b9a977c785a345d3e378d72678fd5f1f3c0509608da24f2ac0", + "sha256:4f2790949cf385d985a31984907fecb3896999329103df4e4983a4a41e13e840", + "sha256:512ecfbefef6dac7bc5eaaf46177b2de58cdf7acac8793fe033b24ece0b9566c", + "sha256:516d9227919612425c8ef1c9b869bbbee249bc91912c8aaffb66116c0b447ebd", + "sha256:53e431da3fc53360db73eedf6f7124d1076e1b4ee4276b36fb25514544ceb4a3", + "sha256:595ba5be69b35777474fa07f80fc260ea71255656191adb22a8c53aba4479231", + "sha256:5b5ff4911aea936a47d9376fd3ab17e970cc543d1b68921886e7f64bd28308d1", + "sha256:5d41e6daee2813ecceea8eda38062d69e280b39df793f5a942fa515b8ed67953", + "sha256:5e999ba8dd90e93d57410c5e67ebb67ffcaadcea0ad973240fdfd3a135506250", + "sha256:5f239eb799a2081495ea659d8d4a43a8f42cd1fe9ff2e7e436295c38a10c286a", + "sha256:635fee4e041ab9c479e31edda27fcf966ea9614fff1317e280d99eb3e5ab6fe2", + "sha256:65db0f2eefcaad1a3950f498aabb4875c8890438bc80b19362cf633b87a8ab20", + "sha256:6b507132dcfc0dea440cce23ee2182c0ce7aba7054576efc65634f080dbe9434", + "sha256:6b9d9bb600328a1ce523ab4f454859e9d439150abb0906c5a1983c146580ebab", + "sha256:70c8daf4faca8da5a6d655f9af86faf6ec2e1768f4b8b9d0226c02f3d6209703", + "sha256:77bf3ac639c1ff567ae3b47f8d4cc3dc20f9966a2a6dd2311dcc055d3d04fb8a", + "sha256:784c1214cb6dd1e3b15dd8b91b9a53852aed16671cc3fbe4786f4f1db07089e2", + "sha256:7eb6a0587eded33aeefea9f916899d42b1799b7b14b8f8ff2753c0ac1741edac", + "sha256:7ed1b0132f24beeec5a78b67d9388656d03e6a7c837394f99257e2d55b461611", + "sha256:8ad4aeb3e9a97286573c03df758fc7627aecdd02f1da04516a86dc159bf70121", + "sha256:964faa8a861d2664f0c7ab0c181af0bea66098b1919439815ca8803ef136fc4e", + "sha256:9dc1b507c12eb0481d071f3c1808f0529ad41dc415d0ca11f7ebfc666e66a18b", + "sha256:9ebfef07dbe1d93efb94b4700f2d278494e9162565a54f124c404a5656d7ff09", + "sha256:a45f84b09ac9c3d35dfcf6a27fd0634d30d183205230a0ebe8373a0e8cfa0906", + "sha256:a4f55095ad087474999ee28d3398bae183a66be4823f753cd7d67dd0153427c9", + "sha256:a6d511cc297ff0883bc3708b465ff82d7560193169a8b93260f74ecb0a5e08a7", + "sha256:a8ad4c766d3f33ba8fd692f9aa297c9058970530a32c728a2c4bfd2616d3358b", + "sha256:aa2f457b4af386254372dfa78a2eda2563680d982422641a85f271c859df1987", + "sha256:b03f7941783b4c4a26051846dea594628b38f6940a2fdc0df00b221aed39314c", + "sha256:b0dae11d8f5ded51699c74d9548dcc5938e0804cc8298ec0aa0da95c21fff57b", + "sha256:b91ced227c41aa29c672814f50dbb05ec93536abf8f43cd14ec9521ea09afe4e", + "sha256:bc633a9fe1eb87e250b5c57d389cf28998e4292336926b0b6cdaee353f89a237", + "sha256:bebb4d6715c814597f85297c332297c6ce81e29436125ca59d1159b07f423eb1", + "sha256:c336a6d235522a62fef872c6295a42ecb0c4e1d0f1a3e500fe949415761b8a19", + "sha256:c6514f963b023aeee506678a1cf821fe31159b925c4b76fe2afa94cc70b3222b", + "sha256:c693e916709c2465b02ca0ad7b387c4f8423d1db7b4649c551f27a529181c5ad", + "sha256:c81131869240e3e568916ef4c307f8b99583efaa60a8112ef27a366eefba8ef0", + "sha256:d02a72df14dfdbaf228424573a07af10637bd490f0901cee872c4f434a735b94", + "sha256:d2a8fa9d6d6f891f3deec72f5cc668e6f66b188ab14bb1ab52422fe8e644f312", + "sha256:d2b27e6af28f07e2f195552b37d7d66b150adbaa39a6d327766ffd695799780f", + "sha256:d2fe69c5434391727efa54b47a1e7986bb0186e72a41b203df8f5b0a19a4f669", + "sha256:d3f3ed29cd9f978c604708511a1f9c2fdcb6c38b9aae36a51905b8811ee5cbf1", + "sha256:d573faf8eb7e6b1cbbcb4f5b247c60ca8be39fe2c674495df0eb4318303137fe", + "sha256:e0bbdd76ce9aa5d4209d65f2b27fc6e5ef1312ae6c5333c26db3f5ade53a1e99", + "sha256:e7c4ea22b6739b162c9ecaaa41d718dfad48a244909fe7ef4b54c0b530effc5a", + "sha256:e93e1a4b4b33daed65d781a57a522ff153dcf748dee70b40c7258c5861e1768a", + "sha256:e97fdf088d4b31ff4ba35db26d9cc472ac7ef4a2ff2badeabf8d727b3377fc52", + "sha256:e9fa4c9bf273ca41f940bceb86922a7667cd5bf90e95dbb157cbb8441008482c", + "sha256:eaad4ff2de1c3823fddf82f41121bdf453d922e9a238642b1dedb33c4e4f98ad", + "sha256:f1f62b2413c3a0e846c3b838b2ecd6c7a19ec6793b2a522745b0869e37ab5bc1", + "sha256:f6d6cff3538391e8486a431569b77921adfcdef14eb18fbf19b7c0a5294d4e6a", + "sha256:f9aa05d09ecf4c75157197f27cdc9cfaeb7c5f15021c6373932bf3e124af029f", + "sha256:fa2fddcb7107e0d1808086ca306dcade7df60a13a6c347a7acf1ec139aa6789a", + "sha256:faa6b09ee09433b87992fb5a2859efd1c264ddc37280d2dd5db502126d0e7f27" + ], + "markers": "python_version >= '3.8'", + "version": "==2.20.1" + }, + "pyparsing": { + "hashes": [ + "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c", + "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032" + ], + "markers": "python_full_version >= '3.6.8'", + "version": "==3.1.4" + }, + "pyperclip": { + "hashes": [ + "sha256:b7de0142ddc81bfc5c7507eea19da920b92252b548b96186caf94a5e2527d310" + ], + "index": "pypi", + "version": "==1.9.0" + }, + "python-dateutil": { + "hashes": [ + "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", + "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" + ], + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "version": "==2.9.0.post0" + }, + "python-dotenv": { + "hashes": [ + "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca", + "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==1.0.1" + }, + "pytz": { + "hashes": [ + "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812", + "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" + ], + "version": "==2024.1" + }, + "requests": { + "hashes": [ + "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", + "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==2.32.3" + }, + "six": { + "hashes": [ + "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", + "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" + ], + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "version": "==1.16.0" + }, + "slack-bolt": { + "hashes": [ + "sha256:4657e592339797b9b804547a21e6b35dd8e2cd1eab676bfb23960660aae049fd", + "sha256:8fa26e72b0e55c18c1d34a73558e7fe2150bdc7c947de780b938fdb1d7e854fe" + ], + "index": "pypi", + "markers": "python_version >= '3.6'", + "version": "==1.20.1" + }, + "slack-sdk": { + "hashes": [ + "sha256:740d2f9c49cbfcbd46fca56b4be9d527934c225312aac18fd2c0fca0ef6bc935", + "sha256:a120cc461e8ebb7d9175f171dbe0ded37a6878d9f7b96b28e4bad1227399047b" + ], + "index": "pypi", + "markers": "python_version >= '3.6'", + "version": "==3.31.0" + }, + "smmap": { + "hashes": [ + "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62", + "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" + ], + "markers": "python_version >= '3.7'", + "version": "==5.0.1" + }, + "sniffio": { + "hashes": [ + "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", + "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + ], + "markers": "python_version >= '3.7'", + "version": "==1.3.1" + }, + "sudden-death": { + "git": "https://github.com/dev-hato/sudden-death", + "ref": "acbcc98223c78b902c384d8602b716b3360b385c" + }, + "tqdm": { + "hashes": [ + "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd", + "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" + ], + "markers": "python_version >= '3.7'", + "version": "==4.66.5" + }, + "typing-extensions": { + "hashes": [ + "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + ], + "markers": "python_version >= '3.8'", + "version": "==4.12.2" + }, + "tzdata": { + "hashes": [ + "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd", + "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" + ], + "markers": "python_version >= '2'", + "version": "==2024.1" + }, + "urllib3": { + "hashes": [ + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + ], + "markers": "python_version >= '3.8'", + "version": "==2.2.2" + }, + "websockets": { + "hashes": [ + "sha256:00fd961943b6c10ee6f0b1130753e50ac5dcd906130dcd77b0003c3ab797d026", + "sha256:03d3f9ba172e0a53e37fa4e636b86cc60c3ab2cfee4935e66ed1d7acaa4625ad", + "sha256:0513c727fb8adffa6d9bf4a4463b2bade0186cbd8c3604ae5540fae18a90cb99", + "sha256:05e70fec7c54aad4d71eae8e8cab50525e899791fc389ec6f77b95312e4e9920", + "sha256:0617fd0b1d14309c7eab6ba5deae8a7179959861846cbc5cb528a7531c249448", + "sha256:06c0a667e466fcb56a0886d924b5f29a7f0886199102f0a0e1c60a02a3751cb4", + "sha256:0f52504023b1480d458adf496dc1c9e9811df4ba4752f0bc1f89ae92f4f07d0c", + "sha256:10a0dc7242215d794fb1918f69c6bb235f1f627aaf19e77f05336d147fce7c37", + "sha256:11f9976ecbc530248cf162e359a92f37b7b282de88d1d194f2167b5e7ad80ce3", + "sha256:132511bfd42e77d152c919147078460c88a795af16b50e42a0bd14f0ad71ddd2", + "sha256:139add0f98206cb74109faf3611b7783ceafc928529c62b389917a037d4cfdf4", + "sha256:14b9c006cac63772b31abbcd3e3abb6228233eec966bf062e89e7fa7ae0b7333", + "sha256:15c7d62ee071fa94a2fc52c2b472fed4af258d43f9030479d9c4a2de885fd543", + "sha256:165bedf13556f985a2aa064309baa01462aa79bf6112fbd068ae38993a0e1f1b", + "sha256:17118647c0ea14796364299e942c330d72acc4b248e07e639d34b75067b3cdd8", + "sha256:1841c9082a3ba4a05ea824cf6d99570a6a2d8849ef0db16e9c826acb28089e8f", + "sha256:1a678532018e435396e37422a95e3ab87f75028ac79570ad11f5bf23cd2a7d8c", + "sha256:1ee4cc030a4bdab482a37462dbf3ffb7e09334d01dd37d1063be1136a0d825fa", + "sha256:1f3cf6d6ec1142412d4535adabc6bd72a63f5f148c43fe559f06298bc21953c9", + "sha256:1f613289f4a94142f914aafad6c6c87903de78eae1e140fa769a7385fb232fdf", + "sha256:1fa082ea38d5de51dd409434edc27c0dcbd5fed2b09b9be982deb6f0508d25bc", + "sha256:249aab278810bee585cd0d4de2f08cfd67eed4fc75bde623be163798ed4db2eb", + "sha256:254ecf35572fca01a9f789a1d0f543898e222f7b69ecd7d5381d8d8047627bdb", + "sha256:2a02b0161c43cc9e0232711eff846569fad6ec836a7acab16b3cf97b2344c060", + "sha256:30d3a1f041360f029765d8704eae606781e673e8918e6b2c792e0775de51352f", + "sha256:3624fd8664f2577cf8de996db3250662e259bfbc870dd8ebdcf5d7c6ac0b5185", + "sha256:3f55b36d17ac50aa8a171b771e15fbe1561217510c8768af3d546f56c7576cdc", + "sha256:46af561eba6f9b0848b2c9d2427086cabadf14e0abdd9fde9d72d447df268418", + "sha256:47236c13be337ef36546004ce8c5580f4b1150d9538b27bf8a5ad8edf23ccfab", + "sha256:4a365bcb7be554e6e1f9f3ed64016e67e2fa03d7b027a33e436aecf194febb63", + "sha256:4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e", + "sha256:4e85f46ce287f5c52438bb3703d86162263afccf034a5ef13dbe4318e98d86e7", + "sha256:4f0426d51c8f0926a4879390f53c7f5a855e42d68df95fff6032c82c888b5f36", + "sha256:518f90e6dd089d34eaade01101fd8a990921c3ba18ebbe9b0165b46ebff947f0", + "sha256:52aed6ef21a0f1a2a5e310fb5c42d7555e9c5855476bbd7173c3aa3d8a0302f2", + "sha256:556e70e4f69be1082e6ef26dcb70efcd08d1850f5d6c5f4f2bcb4e397e68f01f", + "sha256:56a952fa2ae57a42ba7951e6b2605e08a24801a4931b5644dfc68939e041bc7f", + "sha256:59197afd478545b1f73367620407b0083303569c5f2d043afe5363676f2697c9", + "sha256:5df891c86fe68b2c38da55b7aea7095beca105933c697d719f3f45f4220a5e0e", + "sha256:63848cdb6fcc0bf09d4a155464c46c64ffdb5807ede4fb251da2c2692559ce75", + "sha256:64a11aae1de4c178fa653b07d90f2fb1a2ed31919a5ea2361a38760192e1858b", + "sha256:6724b554b70d6195ba19650fef5759ef11346f946c07dbbe390e039bcaa7cc3d", + "sha256:67494e95d6565bf395476e9d040037ff69c8b3fa356a886b21d8422ad86ae075", + "sha256:67648f5e50231b5a7f6d83b32f9c525e319f0ddc841be0de64f24928cd75a603", + "sha256:68264802399aed6fe9652e89761031acc734fc4c653137a5911c2bfa995d6d6d", + "sha256:699ba9dd6a926f82a277063603fc8d586b89f4cb128efc353b749b641fcddda7", + "sha256:6aa74a45d4cdc028561a7d6ab3272c8b3018e23723100b12e58be9dfa5a24491", + "sha256:6b41a1b3b561f1cba8321fb32987552a024a8f67f0d05f06fcf29f0090a1b956", + "sha256:71e6e5a3a3728886caee9ab8752e8113670936a193284be9d6ad2176a137f376", + "sha256:7d20516990d8ad557b5abeb48127b8b779b0b7e6771a265fa3e91767596d7d97", + "sha256:80e4ba642fc87fa532bac07e5ed7e19d56940b6af6a8c61d4429be48718a380f", + "sha256:872afa52a9f4c414d6955c365b6588bc4401272c629ff8321a55f44e3f62b553", + "sha256:8eb2b9a318542153674c6e377eb8cb9ca0fc011c04475110d3477862f15d29f0", + "sha256:9bbc525f4be3e51b89b2a700f5746c2a6907d2e2ef4513a8daafc98198b92237", + "sha256:a1a2e272d067030048e1fe41aa1ec8cfbbaabce733b3d634304fa2b19e5c897f", + "sha256:a5dc0c42ded1557cc7c3f0240b24129aefbad88af4f09346164349391dea8e58", + "sha256:acab3539a027a85d568c2573291e864333ec9d912675107d6efceb7e2be5d980", + "sha256:acbebec8cb3d4df6e2488fbf34702cbc37fc39ac7abf9449392cefb3305562e9", + "sha256:ad327ac80ba7ee61da85383ca8822ff808ab5ada0e4a030d66703cc025b021c4", + "sha256:b448a0690ef43db5ef31b3a0d9aea79043882b4632cfc3eaab20105edecf6097", + "sha256:b5a06d7f60bc2fc378a333978470dfc4e1415ee52f5f0fce4f7853eb10c1e9df", + "sha256:b74593e9acf18ea5469c3edaa6b27fa7ecf97b30e9dabd5a94c4c940637ab96e", + "sha256:b79915a1179a91f6c5f04ece1e592e2e8a6bd245a0e45d12fd56b2b59e559a32", + "sha256:b80f0c51681c517604152eb6a572f5a9378f877763231fddb883ba2f968e8817", + "sha256:b8ac5b46fd798bbbf2ac6620e0437c36a202b08e1f827832c4bf050da081b501", + "sha256:c3c493d0e5141ec055a7d6809a28ac2b88d5b878bb22df8c621ebe79a61123d0", + "sha256:c44ca9ade59b2e376612df34e837013e2b273e6c92d7ed6636d0556b6f4db93d", + "sha256:c4a6343e3b0714e80da0b0893543bf9a5b5fa71b846ae640e56e9abc6fbc4c83", + "sha256:c5870b4a11b77e4caa3937142b650fbbc0914a3e07a0cf3131f35c0587489c1c", + "sha256:ca48914cdd9f2ccd94deab5bcb5ac98025a5ddce98881e5cce762854a5de330b", + "sha256:cf2fae6d85e5dc384bf846f8243ddaa9197f3a1a70044f59399af001fd1f51d4", + "sha256:d450f5a7a35662a9b91a64aefa852f0c0308ee256122f5218a42f1d13577d71e", + "sha256:d6716c087e4aa0b9260c4e579bb82e068f84faddb9bfba9906cb87726fa2e870", + "sha256:d93572720d781331fb10d3da9ca1067817d84ad1e7c31466e9f5e59965618096", + "sha256:dbb0b697cc0655719522406c059eae233abaa3243821cfdfab1215d02ac10231", + "sha256:e33505534f3f673270dd67f81e73550b11de5b538c56fe04435d63c02c3f26b5", + "sha256:e801ca2f448850685417d723ec70298feff3ce4ff687c6f20922c7474b4746ae", + "sha256:e82db3756ccb66266504f5a3de05ac6b32f287faacff72462612120074103329", + "sha256:ef48e4137e8799998a343706531e656fdec6797b80efd029117edacb74b0a10a", + "sha256:f1d3d1f2eb79fe7b0fb02e599b2bf76a7619c79300fc55f0b5e2d382881d4f7f", + "sha256:f3fea72e4e6edb983908f0db373ae0732b275628901d909c382aae3b592589f2", + "sha256:f40de079779acbcdbb6ed4c65af9f018f8b77c5ec4e17a4b737c05c2db554491", + "sha256:f73e676a46b0fe9426612ce8caeca54c9073191a77c3e9d5c94697aef99296af", + "sha256:f9c9e258e3d5efe199ec23903f5da0eeaad58cf6fccb3547b74fd4750e5ac47a", + "sha256:fac2d146ff30d9dd2fcf917e5d147db037a5c573f0446c564f16f1f94cf87462", + "sha256:faef9ec6354fe4f9a2c0bbb52fb1ff852effc897e2a4501e25eb3a47cb0a4f89" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==13.0.1" + }, + "werkzeug": { + "hashes": [ + "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c", + "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306" + ], + "markers": "python_version >= '3.8'", + "version": "==3.0.4" + }, + "yarl": { + "hashes": [ + "sha256:053d5ab41e31c6f86038ba1dca5dc8d1658d0fb105adf2d32606d7727904436b", + "sha256:076ce8699521f6e5acd6c69fb6de96d7f78d9ec6384b162cbf1039159997e7a6", + "sha256:080f9ad6076f717d45d8689f3c3ca3f880aeb5c8667ac936d98d9d285a97a549", + "sha256:0a987726abdf4ae961a084e79a03fe9e46fbf419c63d17cf0280cdecc1670b5b", + "sha256:0bdc6a7b59efa0c34c90ef3da864f0c53e81a4640fbc461bfde9f1b0c64c3c81", + "sha256:0d41d541080730548f6c03932bfe7b08aff964a172fa5623695970ceac349cc2", + "sha256:0ecb0c3f5fa89dfbb926dd743c6c28868b85ff22570f1a82f772515bf535ad54", + "sha256:15041b0b0a245a718551af98047accae093b7aa8f2fc085a6fdf85244c6a2034", + "sha256:19fd2614cc11ca01460e9198ffb80da58ada3404e92c23dd352bd7b1a93a6400", + "sha256:1ce5ee549d3f8236327be68e4a3bda15b57137077d535dcc3dc4a521e8999536", + "sha256:1cfa9b9ce66e9939e1dafdb9d951cedcebf4e3bec999c9bc84ba16d246f6fd8f", + "sha256:1e0c621ff807414b8a0b964251714e0038a355de6d2a2c67d6bf1db09c3bf38e", + "sha256:1fa7e4c9118d513a62c493f985e9045a0de072ee4d23a5035e8b77ad30992dbe", + "sha256:25645b4dd57c71bd90d090eb84b962d1977ba9b1633de8726b5acd2e17637fbf", + "sha256:283d7649a2805c64eabd246f763321149a370dc696bfd3f575453cb75506e959", + "sha256:2865c25ab6ab5a93bda6278920e3918b57a3b12b4b07c7207060a5787908c57a", + "sha256:2a24034845530aba47ad087c0190789af142dbc7bca38583e567be2da4ba5b90", + "sha256:2b84baedf1ea3986940d1e88e9f26688a06635c250b9ce14ca4f64355ab33caf", + "sha256:2c14f5d3220575a0392bd06028342e0527c3a873c72d87879418ff32919a6f11", + "sha256:3777804ae06edfc354c757419e89eb3d640ff04d6477aed76fe0afe72e6e6e48", + "sha256:40eb9f092b9d576c3ca97dc405538914bcc96be1bd2099c8dc4bf2fe78b54c03", + "sha256:4275e619a95c61a793c47fcd5f1fe9aa88273bdd56e09594bfb7d0784dd4ffdd", + "sha256:4300c792fa8a9bd2b3649b8f7a7b184128552c799d1593b8e866c5784aacf064", + "sha256:4318397b84b417daab204b88929387087846ef1a182b74f7c7565f4c5bf14ec2", + "sha256:443bb24327e3b2a65a646f79d45acbf883b46c7ebc8ea5fbb6057e124a2ffb84", + "sha256:494dbe74318ed7190e3a189973600a50b8d3b2027f6915fc3265d5e0dc465077", + "sha256:495c251bf439d3d40ee99eb25e2d8af2fb100b4727a1ca82624273fcb0146680", + "sha256:4aebcedf28b02a4d575aeb67c3dc4b6b0533b72231298cf2b0fd7e3060decfe5", + "sha256:50a024dc446ef0b0bc96176c6bfd6b9825e2d306a3e2be8fad09406e7b3630e7", + "sha256:515f396bf29538bdbb817cad03ebc453f903dc9edae03a835d70088042425553", + "sha256:5688e48908f68dd1175a5a775bd562ba431a3ab010593915558f7d143d63cf48", + "sha256:5805cf7060eee1c928731eae8d2999b1dbcc158a1fdd53bc88819258b8cdf4d9", + "sha256:58e6d67537b6d93c8bf4102917c337c3bd39bb70f0910b5ca6ff1d102721069c", + "sha256:61f9e9c51717651319ea1f3bfd838979ad13e0a086abae1055b72e21a35c86ee", + "sha256:683abc326e3cca63ec3bd0785b44fe39237822737b99453956817214b5eca3d4", + "sha256:69982ee7dce2073fffc50731cb1ae927a715c29d27b4f22b8c2edb56714da8d1", + "sha256:6a194c57d3254579c830e3ab9a3a828f5bf4fed62b1fcc662446e7d6683d84e3", + "sha256:6caebfbade5e4f19d6c2caf0f3cb56c788ff22aaf6c93d8e4c57d6e6457c5002", + "sha256:6ce7a8edd1813118fa79dc5d3aa12cc4735265bac958e173013506fec49b0d78", + "sha256:6f5272514166287d89bdb1215da3ccc7f31bce6b481425add8e3d11bdad4e1dc", + "sha256:70751d8bb5dacce02b808f7bb71545d658e5a21e4b312f0a20f6de4d5e007211", + "sha256:72556c7273b3c1f9e2eaf3f4caa2de597ab2aaec06d87c7a5840522838660316", + "sha256:77a34663752872cece9cf11c495fec50687f56ba4ab999952c3cd4869a6acc39", + "sha256:7abc6a65e8a5909f725efe59f05e26b8eb941a8b475525eaf0ace9c6254fc729", + "sha256:7e00e3e33a51ff8059bdec30336b3910fdfc121e2d1ed0c51d28a4198411eafc", + "sha256:839bce5479c5d2fade4a2619e6232060b56595b08a99397ea38b0e0bef15f59c", + "sha256:852e213f2fe6a1605c87dfd9bea69a43090cb47daf49991bbeb35ad4a21c87bb", + "sha256:89b3b220eca621a4155f3affb16e203e2c9d5de894a864fec29e6674018f2622", + "sha256:8a93ef52dbd604ff2e039f310cb405c8e59b91e38198e5ab62ba38169fe4c798", + "sha256:92c65fa0bb904a1d24a5f6f9929feaa1573f93a1da5e3843136d28161c5d2cfd", + "sha256:939779e9f5802305038779651b0062be3eec63bbdc1b9e7c3ea8dfde58a74663", + "sha256:95053ac3b499a5638718ed33c2e7d2724ef3d4e9c0f0e286675506ab026aedd7", + "sha256:990a69a85f5dc9ceeeff76dce4f53ff8eea758f127ad5c7ed07af4ec406d0712", + "sha256:9a88b543175dc9884d919eab40bd3d39c99b6dedaa17910f6f431d0c3495d212", + "sha256:9c5a5425ea221ed548bc0b7db089b6e69f0abcb9b318d2f81e252ce1a87cb432", + "sha256:9da6010b1f7f1a6a0804190ed895f3425c03230ff9bbb0edde961221e33e2447", + "sha256:9de7f08fd02b51068b8e801d26af567fbe4cc7f380638106d4e38b7c8b6349a1", + "sha256:9dfb4e7e53e3dd9a4f32818abfe4575e7cc6f5fa002a859529108ed1c657e169", + "sha256:9f22fd081fa74590f2de817fb0f8bd3329baa96f2f3baad53210c8864bbbe6d7", + "sha256:a0999c76aa302455f64d59ec8fa34718fed0427fd069c790cfcc6940d6b17a49", + "sha256:a314f4f481d881f698148260036752e56934b59692f717258a65f61e342d392c", + "sha256:a73607a01744ff6631f6b7a2e78c73ea24f025c1808f5c246957b92d8da56362", + "sha256:acf846ad1dcd40b549651c984e9ceccd134a3f3f9938a51c77cda75cebc7b46a", + "sha256:ad189fe2c7e0b38cd42d9053c90ab5edc85c9169b6c495c2415b9c74e88cca9e", + "sha256:ad199a15f616abfecb1e8eec053e1193c75c21fca136b5a401123c3e78ee989d", + "sha256:b033089070f63cfbd06f9f3926c56ed2f4abac8bd389e18a086c56603674ae69", + "sha256:b75692302951aaa8cdd3284b0d28089c1fcc183e75b78723e9288921dd00cab4", + "sha256:be4df89374aef89ba7200866e47bde89af67edc2bdbe01cae39e9ab7309365f6", + "sha256:c1aa72ea579d8615f4f135f55c7f5c1710f9e743fa2576fe903ad75de0777e66", + "sha256:c79acad3d6805b0701ffd4789dc14020cdb1977c436e3b81ba7a507e497f7146", + "sha256:cbf3bb663138621aad571446bab804cbd4f69bdebcb952d555d0ba4bd19e4bb6", + "sha256:ccea3d444291487f0e044f92a3bd72c2ad2880dde6409ecb7f12c5571022ed0c", + "sha256:d34a4c6fde4d49aab493214228d0e03f7e5a717f6da4fe65b879a3af3c22ad7b", + "sha256:d37f8bb65b50f07118243e68080836a57477d12da3b47c0b5112feb9cb5d8c1f", + "sha256:d466e1b28338910c2d7e54a22a0542d7a4f989c7a4824f4b40d2f2a14d97b65c", + "sha256:d602e77ff2bf949064e88cb6c41f1d7fe4698ddfec7ccdb628d419886136d437", + "sha256:d6609652c8fbe903be56782fb99a2e481a7ef5382900988baca9312da72dfede", + "sha256:d795a65cbeb0b39487ba6b36265d44f9c7bb0930bb40b26e14964bcff3d6bbc8", + "sha256:da47fb9ba6d18a3f63365da141399ad56a2b00d0432bbd0e0b2ee534acfef430", + "sha256:dac4e5afad0707beed2d5554cf1003ba0c4ce83578e254a5bac8aa03df9fe2c6", + "sha256:e1df9ce83a30e3580cba87a050e2a4635a806d96633ecd99d1e6f3b329a855be", + "sha256:e333ed4bbf317a2424d865ec4836d1f3560e7beee8e0fd0ba44110d9e9174d9f", + "sha256:e66e5b4c5884d67e892e0dd0cf79f2af6c4b9078841ebb2b2e7a75c3df16b71d", + "sha256:e8e91970222df517b6de5346c74a246919a5d3f4a8fd4117b0b1dd9d935eb648", + "sha256:ea4b3e4f24e3d60f3361dec53db31bc167dba1f9eb7f861377fa4d681e7afdb4", + "sha256:ef6563bfa47b8f51e37ec4cd867690c4da5be075daa63e7348a72c486f71b056", + "sha256:f24ce88a0b3f8e59bd27c45633b77699b9a9dc6d23045c3b83f2334e8aa799e8", + "sha256:f3c9c928cbd159b8f89aded601e6844d926be33434fdde7cee2b843a4364aa02", + "sha256:f52b1caa08842101b24662507326eb9899471e3f56c28706355f8097a2fad8df", + "sha256:fb9ed9849918bf4b1262a2b323844c0751dab5151481a9f2a1d1a7794506b692", + "sha256:fc6a25684df320e49b17eb34bc7638cc3dac5d70f4ff3b15ec25f29156a304ea", + "sha256:fee93d050e834fe12ec65e3fa762a24be622f19d7d4dd1d16ea99daab5568a3a" + ], + "markers": "python_version >= '3.8'", + "version": "==1.9.6" + } + }, + "develop": { + "appdirs": { + "hashes": [ + "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41", + "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" + ], + "version": "==1.4.4" + }, + "astroid": { + "hashes": [ + "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a", + "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25" + ], + "markers": "python_full_version >= '3.8.0'", + "version": "==3.2.4" + }, + "autopep8": { + "hashes": [ + "sha256:8d6c87eba648fdcfc83e29b788910b8643171c395d9c4bcf115ece035b9c9dda", + "sha256:a203fe0fcad7939987422140ab17a930f684763bf7335bdb6709991dd7ef6c2d" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==2.3.1" + }, + "black": { + "hashes": [ + "sha256:09cdeb74d494ec023ded657f7092ba518e8cf78fa8386155e4a03fdcc44679e6", + "sha256:1f13f7f386f86f8121d76599114bb8c17b69d962137fc70efe56137727c7047e", + "sha256:2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f", + "sha256:2b59b250fdba5f9a9cd9d0ece6e6d993d91ce877d121d161e4698af3eb9c1018", + "sha256:3c4285573d4897a7610054af5a890bde7c65cb466040c5f0c8b732812d7f0e5e", + "sha256:505289f17ceda596658ae81b61ebbe2d9b25aa78067035184ed0a9d855d18afd", + "sha256:62e8730977f0b77998029da7971fa896ceefa2c4c4933fcd593fa599ecbf97a4", + "sha256:649f6d84ccbae73ab767e206772cc2d7a393a001070a4c814a546afd0d423aed", + "sha256:6e55d30d44bed36593c3163b9bc63bf58b3b30e4611e4d88a0c3c239930ed5b2", + "sha256:707a1ca89221bc8a1a64fb5e15ef39cd755633daa672a9db7498d1c19de66a42", + "sha256:72901b4913cbac8972ad911dc4098d5753704d1f3c56e44ae8dce99eecb0e3af", + "sha256:73bbf84ed136e45d451a260c6b73ed674652f90a2b3211d6a35e78054563a9bb", + "sha256:7c046c1d1eeb7aea9335da62472481d3bbf3fd986e093cffd35f4385c94ae368", + "sha256:81c6742da39f33b08e791da38410f32e27d632260e599df7245cccee2064afeb", + "sha256:837fd281f1908d0076844bc2b801ad2d369c78c45cf800cad7b61686051041af", + "sha256:972085c618ee94f402da1af548a4f218c754ea7e5dc70acb168bfaca4c2542ed", + "sha256:9e84e33b37be070ba135176c123ae52a51f82306def9f7d063ee302ecab2cf47", + "sha256:b19c9ad992c7883ad84c9b22aaa73562a16b819c1d8db7a1a1a49fb7ec13c7d2", + "sha256:d6417535d99c37cee4091a2f24eb2b6d5ec42b144d50f1f2e436d9fe1916fe1a", + "sha256:eab4dd44ce80dea27dc69db40dab62d4ca96112f87996bca68cd75639aeb2e4c", + "sha256:f490dbd59680d809ca31efdae20e634f3fae27fba3ce0ba3208333b713bc3920", + "sha256:fb6e2c0b86bbd43dee042e48059c9ad7830abd5c94b0bc518c0eeec57c3eddc1" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==24.8.0" + }, + "certifi": { + "hashes": [ + "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", + "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + ], + "markers": "python_version >= '3.6'", + "version": "==2024.8.30" + }, + "cfgv": { + "hashes": [ + "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9", + "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" + ], + "markers": "python_version >= '3.8'", + "version": "==3.4.0" + }, + "chardet": { + "hashes": [ + "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7", + "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970" + ], + "markers": "python_version >= '3.7'", + "version": "==5.2.0" + }, + "charset-normalizer": { + "hashes": [ + "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027", + "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087", + "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786", + "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8", + "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09", + "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185", + "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574", + "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e", + "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519", + "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898", + "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269", + "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3", + "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f", + "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6", + "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8", + "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a", + "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73", + "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc", + "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714", + "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2", + "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc", + "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce", + "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d", + "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e", + "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6", + "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269", + "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96", + "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d", + "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a", + "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4", + "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77", + "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d", + "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0", + "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed", + "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068", + "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac", + "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25", + "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8", + "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab", + "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26", + "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2", + "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db", + "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f", + "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5", + "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99", + "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c", + "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d", + "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811", + "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa", + "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a", + "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03", + "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b", + "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04", + "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c", + "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001", + "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458", + "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389", + "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99", + "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985", + "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537", + "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238", + "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f", + "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d", + "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796", + "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a", + "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143", + "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8", + "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c", + "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5", + "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5", + "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711", + "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4", + "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6", + "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c", + "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7", + "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4", + "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b", + "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae", + "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12", + "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c", + "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae", + "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8", + "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887", + "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b", + "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4", + "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f", + "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5", + "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33", + "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519", + "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" + ], + "markers": "python_full_version >= '3.7.0'", + "version": "==3.3.2" + }, + "click": { + "hashes": [ + "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", + "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==8.1.7" + }, + "colorama": { + "hashes": [ + "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", + "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" + ], + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", + "version": "==0.4.6" + }, + "diff-cover": { + "hashes": [ + "sha256:2d520d6c4f41674c7e3010ce5e0f637bd2fab4dc2f8e3e174ad39e0364318310", + "sha256:b5ed20955b3ebdee94476e429cfd9f1324e1c19a04c4aae32a893b11c3673f1e" + ], + "markers": "python_full_version >= '3.8.10' and python_full_version < '4.0.0'", + "version": "==9.1.1" + }, + "dill": { + "hashes": [ + "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca", + "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7" + ], + "markers": "python_version >= '3.11'", + "version": "==0.3.8" + }, + "distlib": { + "hashes": [ + "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784", + "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64" + ], + "version": "==0.3.8" + }, + "filelock": { + "hashes": [ + "sha256:2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb", + "sha256:6ca1fffae96225dab4c6eaf1c4f4f28cd2568d3ec2a44e15a08520504de468e7" + ], + "markers": "python_version >= '3.8'", + "version": "==3.15.4" + }, + "flake8": { + "hashes": [ + "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38", + "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213" + ], + "index": "pypi", + "markers": "python_full_version >= '3.8.1'", + "version": "==7.1.1" + }, + "identify": { + "hashes": [ + "sha256:cb171c685bdc31bcc4c1734698736a7d5b6c8bf2e0c15117f4d469c8640ae5cf", + "sha256:e79ae4406387a9d300332b5fd366d8994f1525e8414984e1a59e058b2eda2dd0" + ], + "markers": "python_version >= '3.8'", + "version": "==2.6.0" + }, + "idna": { + "hashes": [ + "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", + "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" + ], + "markers": "python_version >= '3.6'", + "version": "==3.8" + }, + "importlib-metadata": { + "hashes": [ + "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1", + "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==8.4.0" + }, + "iniconfig": { + "hashes": [ + "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", + "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" + ], + "markers": "python_version >= '3.7'", + "version": "==2.0.0" + }, + "isort": { + "hashes": [ + "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109", + "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6" + ], + "index": "pypi", + "markers": "python_full_version >= '3.8.0'", + "version": "==5.13.2" + }, + "jinja2": { + "hashes": [ + "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", + "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + ], + "markers": "python_version >= '3.7'", + "version": "==3.1.4" + }, + "markupsafe": { + "hashes": [ + "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf", + "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff", + "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f", + "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3", + "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532", + "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f", + "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617", + "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df", + "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4", + "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906", + "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f", + "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4", + "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8", + "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371", + "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2", + "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465", + "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52", + "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6", + "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169", + "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad", + "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2", + "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0", + "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029", + "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f", + "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a", + "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced", + "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5", + "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c", + "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf", + "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9", + "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb", + "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad", + "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3", + "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1", + "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46", + "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc", + "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a", + "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee", + "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900", + "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5", + "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea", + "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f", + "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5", + "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e", + "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a", + "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f", + "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50", + "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a", + "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b", + "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4", + "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff", + "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2", + "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46", + "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b", + "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf", + "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5", + "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5", + "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab", + "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd", + "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.1.5" + }, + "mccabe": { + "hashes": [ + "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325", + "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" + ], + "markers": "python_version >= '3.6'", + "version": "==0.7.0" + }, + "mypy": { + "hashes": [ + "sha256:06d26c277962f3fb50e13044674aa10553981ae514288cb7d0a738f495550b36", + "sha256:2ff93107f01968ed834f4256bc1fc4475e2fecf6c661260066a985b52741ddce", + "sha256:36383a4fcbad95f2657642a07ba22ff797de26277158f1cc7bd234821468b1b6", + "sha256:37c7fa6121c1cdfcaac97ce3d3b5588e847aa79b580c1e922bb5d5d2902df19b", + "sha256:3a66169b92452f72117e2da3a576087025449018afc2d8e9bfe5ffab865709ca", + "sha256:3f14cd3d386ac4d05c5a39a51b84387403dadbd936e17cb35882134d4f8f0d24", + "sha256:41ea707d036a5307ac674ea172875f40c9d55c5394f888b168033177fce47383", + "sha256:478db5f5036817fe45adb7332d927daa62417159d49783041338921dcf646fc7", + "sha256:4a8a53bc3ffbd161b5b2a4fff2f0f1e23a33b0168f1c0778ec70e1a3d66deb86", + "sha256:539c570477a96a4e6fb718b8d5c3e0c0eba1f485df13f86d2970c91f0673148d", + "sha256:57555a7715c0a34421013144a33d280e73c08df70f3a18a552938587ce9274f4", + "sha256:6e658bd2d20565ea86da7d91331b0eed6d2eee22dc031579e6297f3e12c758c8", + "sha256:6e7184632d89d677973a14d00ae4d03214c8bc301ceefcdaf5c474866814c987", + "sha256:75746e06d5fa1e91bfd5432448d00d34593b52e7e91a187d981d08d1f33d4385", + "sha256:7f9993ad3e0ffdc95c2a14b66dee63729f021968bff8ad911867579c65d13a79", + "sha256:801780c56d1cdb896eacd5619a83e427ce436d86a3bdf9112527f24a66618fef", + "sha256:801ca29f43d5acce85f8e999b1e431fb479cb02d0e11deb7d2abb56bdaf24fd6", + "sha256:969ea3ef09617aff826885a22ece0ddef69d95852cdad2f60c8bb06bf1f71f70", + "sha256:a976775ab2256aadc6add633d44f100a2517d2388906ec4f13231fafbb0eccca", + "sha256:af8d155170fcf87a2afb55b35dc1a0ac21df4431e7d96717621962e4b9192e70", + "sha256:b499bc07dbdcd3de92b0a8b29fdf592c111276f6a12fe29c30f6c417dd546d12", + "sha256:cd953f221ac1379050a8a646585a29574488974f79d8082cedef62744f0a0104", + "sha256:d42a6dd818ffce7be66cce644f1dff482f1d97c53ca70908dff0b9ddc120b77a", + "sha256:e8960dbbbf36906c5c0b7f4fbf2f0c7ffb20f4898e6a879fcf56a41a08b0d318", + "sha256:edb91dded4df17eae4537668b23f0ff6baf3707683734b6a818d5b9d0c0c31a1", + "sha256:ee23de8530d99b6db0573c4ef4bd8f39a2a6f9b60655bf7a1357e585a3486f2b", + "sha256:f7821776e5c4286b6a13138cc935e2e9b6fde05e081bdebf5cdb2bb97c9df81d" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==1.11.2" + }, + "mypy-extensions": { + "hashes": [ + "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", + "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" + ], + "markers": "python_version >= '3.5'", + "version": "==1.0.0" + }, + "nodeenv": { + "hashes": [ + "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f", + "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" + ], + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", + "version": "==1.9.1" + }, + "packaging": { + "hashes": [ + "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", + "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" + ], + "markers": "python_version >= '3.8'", + "version": "==24.1" + }, + "pathspec": { + "hashes": [ + "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", + "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" + ], + "markers": "python_version >= '3.8'", + "version": "==0.12.1" + }, + "platformdirs": { + "hashes": [ + "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee", + "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3" + ], + "markers": "python_version >= '3.8'", + "version": "==4.2.2" + }, + "pluggy": { + "hashes": [ + "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", + "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" + ], + "markers": "python_version >= '3.8'", + "version": "==1.5.0" + }, + "pre-commit": { + "hashes": [ + "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af", + "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f" + ], + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==3.8.0" + }, + "pycodestyle": { + "hashes": [ + "sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3", + "sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521" + ], + "markers": "python_version >= '3.8'", + "version": "==2.12.1" + }, + "pyflakes": { + "hashes": [ + "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f", + "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a" + ], + "markers": "python_version >= '3.8'", + "version": "==3.2.0" + }, + "pygments": { + "hashes": [ + "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", + "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" + ], + "markers": "python_version >= '3.8'", + "version": "==2.18.0" + }, + "pylint": { + "hashes": [ + "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b", + "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e" + ], + "index": "pypi", + "markers": "python_full_version >= '3.8.0'", + "version": "==3.2.7" + }, + "pytest": { + "hashes": [ + "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5", + "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce" + ], + "markers": "python_version >= '3.8'", + "version": "==8.3.2" + }, + "pyyaml": { + "hashes": [ + "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff", + "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", + "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086", + "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e", + "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", + "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5", + "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", + "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee", + "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", + "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68", + "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a", + "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf", + "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99", + "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8", + "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85", + "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19", + "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", + "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a", + "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", + "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317", + "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c", + "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631", + "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d", + "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", + "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", + "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e", + "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b", + "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", + "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", + "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706", + "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", + "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237", + "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", + "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083", + "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180", + "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", + "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e", + "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f", + "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725", + "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", + "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", + "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774", + "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", + "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", + "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5", + "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d", + "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290", + "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44", + "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed", + "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", + "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", + "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12", + "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4" + ], + "markers": "python_version >= '3.8'", + "version": "==6.0.2" + }, + "regex": { + "hashes": [ + "sha256:01b689e887f612610c869421241e075c02f2e3d1ae93a037cb14f88ab6a8934c", + "sha256:04ce29e2c5fedf296b1a1b0acc1724ba93a36fb14031f3abfb7abda2806c1535", + "sha256:0ffe3f9d430cd37d8fa5632ff6fb36d5b24818c5c986893063b4e5bdb84cdf24", + "sha256:18300a1d78cf1290fa583cd8b7cde26ecb73e9f5916690cf9d42de569c89b1ce", + "sha256:185e029368d6f89f36e526764cf12bf8d6f0e3a2a7737da625a76f594bdfcbfc", + "sha256:19c65b00d42804e3fbea9708f0937d157e53429a39b7c61253ff15670ff62cb5", + "sha256:228b0d3f567fafa0633aee87f08b9276c7062da9616931382993c03808bb68ce", + "sha256:23acc72f0f4e1a9e6e9843d6328177ae3074b4182167e34119ec7233dfeccf53", + "sha256:25419b70ba00a16abc90ee5fce061228206173231f004437730b67ac77323f0d", + "sha256:2dfbb8baf8ba2c2b9aa2807f44ed272f0913eeeba002478c4577b8d29cde215c", + "sha256:2f1baff13cc2521bea83ab2528e7a80cbe0ebb2c6f0bfad15be7da3aed443908", + "sha256:33e2614a7ce627f0cdf2ad104797d1f68342d967de3695678c0cb84f530709f8", + "sha256:3426de3b91d1bc73249042742f45c2148803c111d1175b283270177fdf669024", + "sha256:382281306e3adaaa7b8b9ebbb3ffb43358a7bbf585fa93821300a418bb975281", + "sha256:3d974d24edb231446f708c455fd08f94c41c1ff4f04bcf06e5f36df5ef50b95a", + "sha256:3f3b6ca8eae6d6c75a6cff525c8530c60e909a71a15e1b731723233331de4169", + "sha256:3fac296f99283ac232d8125be932c5cd7644084a30748fda013028c815ba3364", + "sha256:416c0e4f56308f34cdb18c3f59849479dde5b19febdcd6e6fa4d04b6c31c9faa", + "sha256:438d9f0f4bc64e8dea78274caa5af971ceff0f8771e1a2333620969936ba10be", + "sha256:43affe33137fcd679bdae93fb25924979517e011f9dea99163f80b82eadc7e53", + "sha256:44fc61b99035fd9b3b9453f1713234e5a7c92a04f3577252b45feefe1b327759", + "sha256:45104baae8b9f67569f0f1dca5e1f1ed77a54ae1cd8b0b07aba89272710db61e", + "sha256:4fdd1384619f406ad9037fe6b6eaa3de2749e2e12084abc80169e8e075377d3b", + "sha256:538d30cd96ed7d1416d3956f94d54e426a8daf7c14527f6e0d6d425fcb4cca52", + "sha256:558a57cfc32adcf19d3f791f62b5ff564922942e389e3cfdb538a23d65a6b610", + "sha256:5eefee9bfe23f6df09ffb6dfb23809f4d74a78acef004aa904dc7c88b9944b05", + "sha256:64bd50cf16bcc54b274e20235bf8edbb64184a30e1e53873ff8d444e7ac656b2", + "sha256:65fd3d2e228cae024c411c5ccdffae4c315271eee4a8b839291f84f796b34eca", + "sha256:66b4c0731a5c81921e938dcf1a88e978264e26e6ac4ec96a4d21ae0354581ae0", + "sha256:68a8f8c046c6466ac61a36b65bb2395c74451df2ffb8458492ef49900efed293", + "sha256:6a1141a1dcc32904c47f6846b040275c6e5de0bf73f17d7a409035d55b76f289", + "sha256:6b9fc7e9cc983e75e2518496ba1afc524227c163e43d706688a6bb9eca41617e", + "sha256:6f51f9556785e5a203713f5efd9c085b4a45aecd2a42573e2b5041881b588d1f", + "sha256:7214477bf9bd195894cf24005b1e7b496f46833337b5dedb7b2a6e33f66d962c", + "sha256:731fcd76bbdbf225e2eb85b7c38da9633ad3073822f5ab32379381e8c3c12e94", + "sha256:74007a5b25b7a678459f06559504f1eec2f0f17bca218c9d56f6a0a12bfffdad", + "sha256:7a5486ca56c8869070a966321d5ab416ff0f83f30e0e2da1ab48815c8d165d46", + "sha256:7c479f5ae937ec9985ecaf42e2e10631551d909f203e31308c12d703922742f9", + "sha256:7df9ea48641da022c2a3c9c641650cd09f0cd15e8908bf931ad538f5ca7919c9", + "sha256:7e37e809b9303ec3a179085415cb5f418ecf65ec98cdfe34f6a078b46ef823ee", + "sha256:80c811cfcb5c331237d9bad3bea2c391114588cf4131707e84d9493064d267f9", + "sha256:836d3cc225b3e8a943d0b02633fb2f28a66e281290302a79df0e1eaa984ff7c1", + "sha256:84c312cdf839e8b579f504afcd7b65f35d60b6285d892b19adea16355e8343c9", + "sha256:86b17ba823ea76256b1885652e3a141a99a5c4422f4a869189db328321b73799", + "sha256:871e3ab2838fbcb4e0865a6e01233975df3a15e6fce93b6f99d75cacbd9862d1", + "sha256:88ecc3afd7e776967fa16c80f974cb79399ee8dc6c96423321d6f7d4b881c92b", + "sha256:8bc593dcce679206b60a538c302d03c29b18e3d862609317cb560e18b66d10cf", + "sha256:8fd5afd101dcf86a270d254364e0e8dddedebe6bd1ab9d5f732f274fa00499a5", + "sha256:945352286a541406f99b2655c973852da7911b3f4264e010218bbc1cc73168f2", + "sha256:973335b1624859cb0e52f96062a28aa18f3a5fc77a96e4a3d6d76e29811a0e6e", + "sha256:994448ee01864501912abf2bad9203bffc34158e80fe8bfb5b031f4f8e16da51", + "sha256:9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506", + "sha256:a2ec4419a3fe6cf8a4795752596dfe0adb4aea40d3683a132bae9c30b81e8d73", + "sha256:a4997716674d36a82eab3e86f8fa77080a5d8d96a389a61ea1d0e3a94a582cf7", + "sha256:a512eed9dfd4117110b1881ba9a59b31433caed0c4101b361f768e7bcbaf93c5", + "sha256:a82465ebbc9b1c5c50738536fdfa7cab639a261a99b469c9d4c7dcbb2b3f1e57", + "sha256:ae2757ace61bc4061b69af19e4689fa4416e1a04840f33b441034202b5cd02d4", + "sha256:b16582783f44fbca6fcf46f61347340c787d7530d88b4d590a397a47583f31dd", + "sha256:ba2537ef2163db9e6ccdbeb6f6424282ae4dea43177402152c67ef869cf3978b", + "sha256:bf7a89eef64b5455835f5ed30254ec19bf41f7541cd94f266ab7cbd463f00c41", + "sha256:c0abb5e4e8ce71a61d9446040c1e86d4e6d23f9097275c5bd49ed978755ff0fe", + "sha256:c414cbda77dbf13c3bc88b073a1a9f375c7b0cb5e115e15d4b73ec3a2fbc6f59", + "sha256:c51edc3541e11fbe83f0c4d9412ef6c79f664a3745fab261457e84465ec9d5a8", + "sha256:c5e69fd3eb0b409432b537fe3c6f44ac089c458ab6b78dcec14478422879ec5f", + "sha256:c918b7a1e26b4ab40409820ddccc5d49871a82329640f5005f73572d5eaa9b5e", + "sha256:c9bb87fdf2ab2370f21e4d5636e5317775e5d51ff32ebff2cf389f71b9b13750", + "sha256:ca5b2028c2f7af4e13fb9fc29b28d0ce767c38c7facdf64f6c2cd040413055f1", + "sha256:d0a07763776188b4db4c9c7fb1b8c494049f84659bb387b71c73bbc07f189e96", + "sha256:d33a0021893ede5969876052796165bab6006559ab845fd7b515a30abdd990dc", + "sha256:d55588cba7553f0b6ec33130bc3e114b355570b45785cebdc9daed8c637dd440", + "sha256:dac8e84fff5d27420f3c1e879ce9929108e873667ec87e0c8eeb413a5311adfe", + "sha256:eaef80eac3b4cfbdd6de53c6e108b4c534c21ae055d1dbea2de6b3b8ff3def38", + "sha256:eb462f0e346fcf41a901a126b50f8781e9a474d3927930f3490f38a6e73b6950", + "sha256:eb563dd3aea54c797adf513eeec819c4213d7dbfc311874eb4fd28d10f2ff0f2", + "sha256:f273674b445bcb6e4409bf8d1be67bc4b58e8b46fd0d560055d515b8830063cd", + "sha256:f6442f0f0ff81775eaa5b05af8a0ffa1dda36e9cf6ec1e0d3d245e8564b684ce", + "sha256:fb168b5924bef397b5ba13aabd8cf5df7d3d93f10218d7b925e360d436863f66", + "sha256:fbf8c2f00904eaf63ff37718eb13acf8e178cb940520e47b2f05027f5bb34ce3", + "sha256:fe4ebef608553aff8deb845c7f4f1d0740ff76fa672c011cc0bacb2a00fbde86" + ], + "markers": "python_version >= '3.8'", + "version": "==2024.7.24" + }, + "requests": { + "hashes": [ + "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", + "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==2.32.3" + }, + "requests-mock": { + "hashes": [ + "sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563", + "sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401" + ], + "index": "pypi", + "markers": "python_version >= '3.5'", + "version": "==1.12.1" + }, + "sqlfluff": { + "hashes": [ + "sha256:c94429bb2af65064ea51920d288b892fc12a9a2442340042fd62676387072c46", + "sha256:d910bb62ff3352265b8e0053f68748cb74e1468fb07d8af9bf942ea968635e7d" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.1.1" + }, + "tblib": { + "hashes": [ + "sha256:80a6c77e59b55e83911e1e607c649836a69c103963c5f28a46cbeef44acf8129", + "sha256:93622790a0a29e04f0346458face1e144dc4d32f493714c6c3dff82a4adb77e6" + ], + "markers": "python_version >= '3.8'", + "version": "==3.0.0" + }, + "toml": { + "hashes": [ + "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", + "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" + ], + "index": "pypi", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "version": "==0.10.2" + }, + "tomlkit": { + "hashes": [ + "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde", + "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" + ], + "markers": "python_version >= '3.8'", + "version": "==0.13.2" + }, + "tqdm": { + "hashes": [ + "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd", + "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad" + ], + "markers": "python_version >= '3.7'", + "version": "==4.66.5" + }, + "types-toml": { + "hashes": [ + "sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331", + "sha256:627b47775d25fa29977d9c70dc0cbab3f314f32c8d8d0c012f2ef5de7aaec05d" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==0.10.8.20240310" + }, + "typing-extensions": { + "hashes": [ + "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" + ], + "markers": "python_version >= '3.8'", + "version": "==4.12.2" + }, + "urllib3": { + "hashes": [ + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" + ], + "markers": "python_version >= '3.8'", + "version": "==2.2.2" + }, + "virtualenv": { + "hashes": [ + "sha256:4c43a2a236279d9ea36a0d76f98d84bd6ca94ac4e0f4a3b9d46d05e10fea542a", + "sha256:8cc4a31139e796e9a7de2cd5cf2489de1217193116a8fd42328f1bd65f434589" + ], + "markers": "python_version >= '3.7'", + "version": "==20.26.3" + }, + "zipp": { + "hashes": [ + "sha256:9960cd8967c8f85a56f920d5d507274e74f9ff813a0ab8889a5b5be2daf44064", + "sha256:c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b" + ], + "markers": "python_version >= '3.8'", + "version": "==3.20.1" } + } } diff --git a/README.md b/README.md index 46a624384b..5bc5daea4a 100644 --- a/README.md +++ b/README.md @@ -37,24 +37,27 @@ 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 - ```sh - git clone -b master https://github.com/dev-hato/hato-bot.git - cd hato-bot - ``` -7. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 + ```sh + git clone -b master https://github.com/dev-hato/hato-bot.git + cd hato-bot + ``` + +7. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 `.env.example` をコピーして使うとよいでしょう。 MODEに `discord` を指定すると、DiscordのBotとして動作します。 MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 + 8. `fly.toml` ファイルを作成します。 `fly.template.toml` をコピーし、TODOコメントに従って編集すると良いでしょう。 + 9. 次のコマンドを実行してfly.ioへのデプロイを行います。 - ```sh - ./flyio_deploy.sh - ``` + ```sh + ./flyio_deploy.sh + ``` ### 自分のPC上で動かす @@ -65,51 +68,51 @@ 3. このリポジトリをcloneします。 - 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 + 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 - ```sh - git clone -b master https://github.com/dev-hato/hato-bot.git - cd hato-bot - ``` + ```sh + git clone -b master https://github.com/dev-hato/hato-bot.git + cd hato-bot + ``` - または [Release](https://github.com/dev-hato/hato-bot/releases/latest) から最新の安定版をダウンロードして解凍します。 + または [Release](https://github.com/dev-hato/hato-bot/releases/latest) から最新の安定版をダウンロードして解凍します。 4. 必要に応じてパッケージをインストールします。 - ```sh - pipenv install - npm install - ``` + ```sh + pipenv install + npm install + ``` -5. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 +5. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 - `.env.example` をコピーして使うとよいでしょう + `.env.example` をコピーして使うとよいでしょう - MODEに `discord` を指定すると、DiscordのBotとして動作します。 + MODEに `discord` を指定すると、DiscordのBotとして動作します。 - MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 + MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 6. docker composeで鳩botとPostgreSQLを起動します。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose up -d --wait - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose up -d --wait + ``` - 開発時は代わりに次のコマンドを実行します。 + 開発時は代わりに次のコマンドを実行します。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml build - docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml watch - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml build + docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml watch + ``` 7. コードの変更はdocker composeの再起動で適用できます。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose restart - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose restart + ``` 開発時は自動的にDockerイメージの再ビルドが行われ反映されます。 @@ -123,17 +126,17 @@ npm run lint - 鳩botに対しコマンドを実行したいときは `post_command.py` を使うと便利です。 - ```sh - pipenv run python post_command.py --channel {投稿先のチャンネルのchannel id} \ - --user {自分のuser_id} \ - "{hato-botのコマンド}" - ``` + ```sh + pipenv run python post_command.py --channel {投稿先のチャンネルのchannel id} \ + --user {自分のuser_id} \ + "{hato-botのコマンド}" + ``` - または[ngrok](https://ngrok.com/)を使うこともできます。 - ```sh - ./ngrok http 3000 - ``` + ```sh + ./ngrok http 3000 + ``` #### コミットする前に行うこと @@ -152,32 +155,32 @@ pipenv run pre-commit install - 鳩botで使用可能なコマンドは次の通りです。 - ```text - amesh ... 東京のamesh(雨雲情報)を表示する。 - amesh [text] ... 指定した地名・住所・郵便番号[text]のamesh(雨雲情報)を表示する。 - amesh [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamesh(雨雲情報)を表示する。 - amedas ... 東京のamedas(気象情報)を表示する。 - amedas [text] ... 指定した地名・住所・郵便番号[text]のamedas(気象情報)を表示する。 - amedas [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamedas(気象情報)を表示する。 - 電力 ... 東京電力管内の電力使用率を表示する。 - 標高 ... 東京の標高を表示する。 - 標高 [text] ... 指定した地名・住所・郵便番号[text]の標高を表示する。 - 標高 [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])の標高を表示する。 - eq ... 最新の地震情報を3件表示する。 - textlint [text] ... 文字列[text]を校正する。 - text list ... パワーワード一覧を表示する。 - text random ... パワーワードをひとつ、ランダムで表示する。 - text show [int] ... 指定した番号[int]のパワーワードを表示する。 - text add [text] ... パワーワードに[text]を登録する。 - text delete [int] ... 指定した番号[int]のパワーワードを削除する。 - >< [text] ... 文字列[text]を吹き出しで表示する。 - にゃーん ... 「よしよし」と返す。 - おみくじ ... おみくじを引いて返す。 - version ... バージョン情報を表示する。 - chat [text] ... ChatGPTで文章生成する。 - 画像生成 [text] ... openAIのImage generationで画像生成する。[text]は英語での入力推奨。 - ping ... 「ping」したら「PONG」と返す。 - ``` + ```text + amesh ... 東京のamesh(雨雲情報)を表示する。 + amesh [text] ... 指定した地名・住所・郵便番号[text]のamesh(雨雲情報)を表示する。 + amesh [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamesh(雨雲情報)を表示する。 + amedas ... 東京のamedas(気象情報)を表示する。 + amedas [text] ... 指定した地名・住所・郵便番号[text]のamedas(気象情報)を表示する。 + amedas [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamedas(気象情報)を表示する。 + 電力 ... 東京電力管内の電力使用率を表示する。 + 標高 ... 東京の標高を表示する。 + 標高 [text] ... 指定した地名・住所・郵便番号[text]の標高を表示する。 + 標高 [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])の標高を表示する。 + eq ... 最新の地震情報を3件表示する。 + textlint [text] ... 文字列[text]を校正する。 + text list ... パワーワード一覧を表示する。 + text random ... パワーワードをひとつ、ランダムで表示する。 + text show [int] ... 指定した番号[int]のパワーワードを表示する。 + text add [text] ... パワーワードに[text]を登録する。 + text delete [int] ... 指定した番号[int]のパワーワードを削除する。 + >< [text] ... 文字列[text]を吹き出しで表示する。 + にゃーん ... 「よしよし」と返す。 + おみくじ ... おみくじを引いて返す。 + version ... バージョン情報を表示する。 + chat [text] ... ChatGPTで文章生成する。 + 画像生成 [text] ... openAIのImage generationで画像生成する。[text]は英語での入力推奨。 + ping ... 「ping」したら「PONG」と返す。 + ``` ## バージョンアップによる変更点 @@ -186,7 +189,7 @@ pipenv run pre-commit install ## バグ報告や機能の要望について - バグ報告や機能追加の要望がある場合は [Issues](https://github.com/dev-hato/hato-bot/issues) の - `New Issue` から報告をお願いします。 + `New Issue` から報告をお願いします。 - プルリクエストも大歓迎です。 diff --git a/README.template.md b/README.template.md index 83fcf50e90..08d85bc80e 100644 --- a/README.template.md +++ b/README.template.md @@ -37,24 +37,27 @@ 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 - ```sh - git clone -b master https://github.com/dev-hato/hato-bot.git - cd hato-bot - ``` -7. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 + ```sh + git clone -b master https://github.com/dev-hato/hato-bot.git + cd hato-bot + ``` + +7. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 `.env.example` をコピーして使うとよいでしょう。 MODEに `discord` を指定すると、DiscordのBotとして動作します。 MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 + 8. `fly.toml` ファイルを作成します。 `fly.template.toml` をコピーし、TODOコメントに従って編集すると良いでしょう。 + 9. 次のコマンドを実行してfly.ioへのデプロイを行います。 - ```sh - ./flyio_deploy.sh - ``` + ```sh + ./flyio_deploy.sh + ``` ### 自分のPC上で動かす @@ -65,51 +68,51 @@ 3. このリポジトリをcloneします。 - 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 + 安定版を使う場合は `-b master` を指定します。最新の開発版を使う場合は指定不要です。 - ```sh - git clone -b master https://github.com/dev-hato/hato-bot.git - cd hato-bot - ``` + ```sh + git clone -b master https://github.com/dev-hato/hato-bot.git + cd hato-bot + ``` - または [Release](https://github.com/dev-hato/hato-bot/releases/latest) から最新の安定版をダウンロードして解凍します。 + または [Release](https://github.com/dev-hato/hato-bot/releases/latest) から最新の安定版をダウンロードして解凍します。 4. 必要に応じてパッケージをインストールします。 - ```sh - pipenv install - npm install - ``` + ```sh + pipenv install + npm install + ``` -5. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 +5. `.env` ファイルを作成し Slack API Token、PostgreSQLの認証情報、Yahoo API Tokenなどを記述します。 - `.env.example` をコピーして使うとよいでしょう + `.env.example` をコピーして使うとよいでしょう - MODEに `discord` を指定すると、DiscordのBotとして動作します。 + MODEに `discord` を指定すると、DiscordのBotとして動作します。 - MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 + MODEに `misskey` を指定すると、自分のいるサーバーからのメンションに限って反応するMisskeyのBotとして動作します。 6. docker composeで鳩botとPostgreSQLを起動します。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose up -d --wait - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose up -d --wait + ``` - 開発時は代わりに次のコマンドを実行します。 + 開発時は代わりに次のコマンドを実行します。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml build - docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml watch - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml build + docker compose -f docker-compose.yml -f dev.base.docker-compose.yml -f dev.docker-compose.yml watch + ``` 7. コードの変更はdocker composeの再起動で適用できます。 - ```sh - export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") - docker compose restart - ``` + ```sh + export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") + docker compose restart + ``` 開発時は自動的にDockerイメージの再ビルドが行われ反映されます。 @@ -123,17 +126,17 @@ npm run lint - 鳩botに対しコマンドを実行したいときは `post_command.py` を使うと便利です。 - ```sh - pipenv run python post_command.py --channel {投稿先のチャンネルのchannel id} \ - --user {自分のuser_id} \ - "{hato-botのコマンド}" - ``` + ```sh + pipenv run python post_command.py --channel {投稿先のチャンネルのchannel id} \ + --user {自分のuser_id} \ + "{hato-botのコマンド}" + ``` - または[ngrok](https://ngrok.com/)を使うこともできます。 - ```sh - ./ngrok http 3000 - ``` + ```sh + ./ngrok http 3000 + ``` #### コミットする前に行うこと @@ -152,9 +155,9 @@ pipenv run pre-commit install - 鳩botで使用可能なコマンドは次の通りです。 - ```text - {commands} - ``` + ```text + {commands} + ``` ## バージョンアップによる変更点 @@ -163,7 +166,7 @@ pipenv run pre-commit install ## バグ報告や機能の要望について - バグ報告や機能追加の要望がある場合は [Issues](https://github.com/dev-hato/hato-bot/issues) の - `New Issue` から報告をお願いします。 + `New Issue` から報告をお願いします。 - プルリクエストも大歓迎です。 diff --git a/doc/01_Get_Slack_API_Token.md b/doc/01_Get_Slack_API_Token.md index 480b279e37..e150bb1f4f 100644 --- a/doc/01_Get_Slack_API_Token.md +++ b/doc/01_Get_Slack_API_Token.md @@ -6,22 +6,24 @@ 1. `App Name` に `hato` と入力し、 `Development Slack Workspace` にBotを動かすSlack Workspaceを選択します。 - その後 `Create App` をクリックします。 + その後 `Create App` をクリックします。 1. 左側にある `OAuth & Permissions` をクリックします。 1. `Bot Token Scopes` で次の権限を付与します。 - * app_mentions:read - * chat:write - * files:write - * users:read + + - app_mentions:read + - chat:write + - files:write + - users:read 1. `User Token Scopes` で次の権限を付与します。 - * chat:write + + - chat:write 1. ページ上部にある `Install App to Workspace` をクリックします。 1. `Bot User OAuth Access Token` の値をメモします。 1. 左側にある `Basic Information` をクリックし、遷移後のページにある `Signing Secret` の値をメモします。 - (マスクされているので `show` を押して生の値を確認します) + (マスクされているので `show` を押して生の値を確認します) diff --git a/doc/02_Setting_to_Event_URL.md b/doc/02_Setting_to_Event_URL.md index fd1becb5df..83da4b1aab 100644 --- a/doc/02_Setting_to_Event_URL.md +++ b/doc/02_Setting_to_Event_URL.md @@ -8,9 +8,9 @@ 1. `Request URL` にURLを入力します。この時、次の様にURL末尾に `slack/events` を追加します。 - ```text - https://example.com/slack/events - ``` + ```text + https://example.com/slack/events + ``` 1. `Verified` が表示されたら下にある `Subscribe to bot events` をクリックし `app_mention` を追加します。 diff --git a/doc/05_Get_Yahoo_API_Token.md b/doc/05_Get_Yahoo_API_Token.md index 8017388e14..89d5f83391 100644 --- a/doc/05_Get_Yahoo_API_Token.md +++ b/doc/05_Get_Yahoo_API_Token.md @@ -3,8 +3,9 @@ 1. Yahoo! JAPAN IDを取得します。 1. [新しいアプリケーションを開発](https://e.developer.yahoo.co.jp/register) で情報を入力します。 - * アプリケーションの種類は `クライアントサイド` を選択します。 - * アプリケーション名は好きな名前を入力します。(例: `hato-bot` ) + + - アプリケーションの種類は `クライアントサイド` を選択します。 + - アプリケーション名は好きな名前を入力します。(例: `hato-bot` ) 1. ガイドラインに同意して `確認` ボタンをクリックします。 diff --git a/doc/06_Get_OpenAI_API_Token.md b/doc/06_Get_OpenAI_API_Token.md index a3c451865a..e7b959a6bc 100644 --- a/doc/06_Get_OpenAI_API_Token.md +++ b/doc/06_Get_OpenAI_API_Token.md @@ -7,6 +7,7 @@ 1. `Create new secret key` をクリックします。 1. 次のように入力し `Create secret key` をクリックします。 - * `Permissions`: `Restricted` にしたうえで `Model capabilities` を `Write` にする + + - `Permissions`: `Restricted` にしたうえで `Model capabilities` を `Write` にする 1. 発行されたAPI keyをメモします。 diff --git a/renovate.json b/renovate.json index ce0e09de55..e0d936accb 100644 --- a/renovate.json +++ b/renovate.json @@ -1,15 +1,9 @@ { - "extends": [ - "github>dev-hato/renovate-config" - ], + "extends": ["github>dev-hato/renovate-config"], "packageRules": [ { - "matchPackageNames": [ - "postgres" - ], - "matchUpdateTypes": [ - "major" - ], + "matchPackageNames": ["postgres"], + "matchUpdateTypes": ["major"], "enabled": false } ] diff --git a/tests/plugins/test_amedas_map.json b/tests/plugins/test_amedas_map.json index 934a131b3d..0bb0e2435b 100644 --- a/tests/plugins/test_amedas_map.json +++ b/tests/plugins/test_amedas_map.json @@ -1,43864 +1,12895 @@ { "11001": { - "temp": [ - 19.9, - 0 - ], - "humidity": [ - 81, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 8.6, - 0 - ] + "temp": [19.9, 0], + "humidity": [81, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [21.5, 0], + "windDirection": [11, 0], + "wind": [8.6, 0] }, "11016": { - "pressure": [ - 1002.2, - 0 - ], - "normalPressure": [ - 1003.6, - 0 - ], - "temp": [ - 20.3, - 0 - ], - "humidity": [ - 70, - 0 - ], - "visibility": [ - 18870, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 33.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 7.4, - 0 - ] + "pressure": [1002.2, 0], + "normalPressure": [1003.6, 0], + "temp": [20.3, 0], + "humidity": [70, 0], + "visibility": [18870, 0], + "sun10m": [9, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [33.5, 0], + "windDirection": [9, 0], + "wind": [7.4, 0] }, "11046": { - "temp": [ - 18.6, - 0 - ], - "humidity": [ - 72, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 36, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 10.6, - 0 - ] + "temp": [18.6, 0], + "humidity": [72, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [36, 0], + "windDirection": [10, 0], + "wind": [10.6, 0] }, "11061": { - "temp": [ - 20.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 11.5, - 0 - ] + "temp": [20.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19, 0], + "windDirection": [10, 0], + "wind": [11.5, 0] }, "11076": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 7.4, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [10, 0], + "wind": [7.4, 0] }, "11091": { - "temp": [ - 19.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 14.9, - 0 - ] + "temp": [19.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26.5, 0], + "windDirection": [10, 0], + "wind": [14.9, 0] }, "11121": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "temp": [19.6, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19, 0], + "windDirection": [10, 0], + "wind": [5.9, 0] }, "11151": { - "temp": [ - 20, - 0 - ], - "humidity": [ - 70, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 27, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 10.7, - 0 - ] + "temp": [20, 0], + "humidity": [70, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [27, 0], + "windDirection": [9, 0], + "wind": [10.7, 0] }, "11176": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 18, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "temp": [20.2, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [18, 0], + "windDirection": [10, 0], + "wind": [4.6, 0] }, "11206": { - "temp": [ - 20, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [20, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [4, 0], + "windDirection": [10, 0], + "wind": [3.7, 0] }, "11276": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [7.5, 0], + "windDirection": [9, 0], + "wind": [2.6, 0] }, "11291": { - "pressure": [ - 1003.2, - 0 - ], - "normalPressure": [ - 1004.2, - 0 - ], - "temp": [ - 20.5, - 0 - ], - "humidity": [ - 67, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 8.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "pressure": [1003.2, 0], + "normalPressure": [1004.2, 0], + "temp": [20.5, 0], + "humidity": [67, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [8.5, 0], + "windDirection": [11, 0], + "wind": [5.9, 0] }, "11316": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [6.5, 0], + "windDirection": [11, 0], + "wind": [4.7, 0] }, "12011": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 5.5, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [9.5, 0], + "windDirection": [10, 0], + "wind": [5.5, 0] }, "12041": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12.5, 0], + "windDirection": [9, 0], + "wind": [3.5, 0] }, "12066": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10, 0] }, "12141": { - "temp": [ - 19.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [19.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [10.5, 0], + "windDirection": [8, 0], + "wind": [2.6, 0] }, "12181": { - "temp": [ - 18.7, - 0 - ], - "humidity": [ - 90, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [18.7, 0], + "humidity": [90, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [11, 0], + "windDirection": [12, 0], + "wind": [1.6, 0] }, "12217": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 10, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [10, 0] }, "12231": { - "temp": [ - 18.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [18.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [14, 0], + "windDirection": [9, 0], + "wind": [1, 0] }, "12256": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 14.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [14.5, 0] }, "12261": { - "temp": [ - 18.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [18.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [12.5, 0], + "windDirection": [8, 0], + "wind": [1.1, 0] }, "12266": { - "temp": [ - 17.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 13.5, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [17.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [13.5, 0], + "precipitation24h": [25.5, 0], + "windDirection": [3, 0], + "wind": [1, 0] }, "12301": { - "temp": [ - 18.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 8.5, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [18.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [8.5, 0], + "precipitation24h": [21, 0], + "windDirection": [6, 0], + "wind": [1.6, 0] }, "12386": { - "temp": [ - 19.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [19.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6, 0], + "precipitation24h": [20.5, 0], + "windDirection": [11, 0], + "wind": [1.6, 0] }, "12396": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7, 0], + "precipitation24h": [22.5, 0], + "windDirection": [9, 0], + "wind": [1.9, 0] }, "12411": { - "temp": [ - 16.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 10.5, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [16.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [10.5, 0], + "precipitation24h": [23.5, 0], + "windDirection": [13, 0], + "wind": [1.9, 0] }, "12442": { - "pressure": [ - 990.1, - 0 - ], - "normalPressure": [ - 1006.3, - 0 - ], - "temp": [ - 19.4, - 0 - ], - "humidity": [ - 81, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 23, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "pressure": [990.1, 0], + "normalPressure": [1006.3, 0], + "temp": [19.4, 0], + "humidity": [81, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7, 0], + "precipitation24h": [23, 0], + "windDirection": [12, 0], + "wind": [6.3, 0] }, "12451": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 22, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [22, 0], + "windDirection": [16, 0], + "wind": [1.8, 0] }, "12457": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 11, - 0 - ], - "precipitation24h": [ - 25, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [11, 0], + "precipitation24h": [25, 0] }, "12471": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 32, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [32, 0] }, "12501": { - "temp": [ - 18.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [18.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [21.5, 0], + "windDirection": [1, 0], + "wind": [2.2, 0] }, "12512": { - "temp": [ - 18.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 10, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [18.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [10, 0], + "precipitation24h": [23.5, 0], + "windDirection": [7, 0], + "wind": [0.4, 0] }, "12551": { - "temp": [ - 18.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [18.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [20.5, 0], + "windDirection": [1, 0], + "wind": [1, 0] }, "12596": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [20.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [21.5, 0], + "windDirection": [4, 0], + "wind": [1.6, 0] }, "12607": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 5.5, - 0 - ], - "precipitation3h": [ - 9.5, - 0 - ], - "precipitation24h": [ - 27, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [5.5, 0], + "precipitation3h": [9.5, 0], + "precipitation24h": [27, 0] }, "12626": { - "temp": [ - 19.6, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 31.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [19.6, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [31.5, 0], + "windDirection": [3, 0], + "wind": [2.1, 0] }, "12632": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [22.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [25.5, 0], + "windDirection": [8, 0], + "wind": [2, 0] }, "12686": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 45.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [45.5, 0] }, "12691": { - "temp": [ - 20, - 0 - ], - "humidity": [ - 88, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 28, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "temp": [20, 0], + "humidity": [88, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [9, 0], + "precipitation24h": [28, 0], + "windDirection": [9, 0], + "wind": [4.3, 0] }, "12746": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 9.5, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [9.5, 0], + "precipitation24h": [36.5, 0], + "windDirection": [9, 0], + "wind": [1.8, 0] }, "13011": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0] }, "13061": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 10.1, - 0 - ] + "temp": [20.2, 0], + "sun10m": [5, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9.5, 0], + "windDirection": [9, 0], + "wind": [10.1, 0] }, "13086": { - "temp": [ - 20.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "temp": [20.7, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [10.5, 0], + "windDirection": [10, 0], + "wind": [5.2, 0] }, "13121": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 10.2, - 0 - ] + "temp": [19.5, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [11, 0], + "windDirection": [10, 0], + "wind": [10.2, 0] }, "13146": { - "temp": [ - 19, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 9.9, - 0 - ] + "temp": [19, 0], + "sun10m": [7, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [10, 0], + "wind": [9.9, 0] }, "13181": { - "pressure": [ - 1005.3, - 0 - ], - "normalPressure": [ - 1006.4, - 0 - ], - "temp": [ - 20, - 0 - ], - "humidity": [ - 73, - 0 - ], - "visibility": [ - 18820, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 8.8, - 0 - ] + "pressure": [1005.3, 0], + "normalPressure": [1006.4, 0], + "temp": [20, 0], + "humidity": [73, 0], + "visibility": [18820, 0], + "sun10m": [2, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0], + "windDirection": [10, 0], + "wind": [8.8, 0] }, "13206": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0] }, "13261": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [18.5, 0], + "windDirection": [0, 0], + "wind": [0, 0] }, "13277": { - "pressure": [ - 1003.8, - 0 - ], - "normalPressure": [ - 1006.7, - 0 - ], - "temp": [ - 19.5, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 14670, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 9.1, - 0 - ] + "pressure": [1003.8, 0], + "normalPressure": [1006.7, 0], + "temp": [19.5, 0], + "humidity": [68, 0], + "visibility": [14670, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12, 0], + "windDirection": [11, 0], + "wind": [9.1, 0] }, "13311": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [11, 0], + "wind": [4.7, 0] }, "13321": { - "temp": [ - 19.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [19.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [11, 0], + "windDirection": [16, 0], + "wind": [2.1, 0] }, "14026": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17, 0], + "windDirection": [12, 0], + "wind": [6, 0] }, "14071": { - "temp": [ - 19.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 24.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "temp": [19.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [24.5, 0], + "windDirection": [13, 0], + "wind": [5.2, 0] }, "14101": { - "temp": [ - 20.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [20.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [21, 0], + "windDirection": [14, 0], + "wind": [3.3, 0] }, "14116": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0], + "windDirection": [14, 0], + "wind": [3.1, 0] }, "14121": { - "temp": [ - 20.1, - 0 - ], - "humidity": [ - 82, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [20.1, 0], + "humidity": [82, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [12, 0], + "wind": [4.2, 0] }, "14136": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [20.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [20.5, 0], + "windDirection": [16, 0], + "wind": [2.6, 0] }, "14157": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0] }, "14163": { - "pressure": [ - 1003.7, - 0 - ], - "normalPressure": [ - 1006.7, - 0 - ], - "temp": [ - 21.2, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "pressure": [1003.7, 0], + "normalPressure": [1006.7, 0], + "temp": [21.2, 0], + "humidity": [75, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9.5, 0], + "windDirection": [1, 0], + "wind": [2.8, 0] }, "14191": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0] }, "14206": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [20.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29.5, 0], + "windDirection": [1, 0], + "wind": [1.5, 0] }, "14286": { - "temp": [ - 19.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 56.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [19.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [56.5, 0], + "windDirection": [13, 0], + "wind": [1.3, 0] }, "14296": { - "temp": [ - 22.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 27.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [22.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [27.5, 0], + "windDirection": [8, 0], + "wind": [3.8, 0] }, "15041": { - "temp": [ - 16.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 15.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [16.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [15.5, 0], + "windDirection": [8, 0], + "wind": [2.6, 0] }, "15076": { - "temp": [ - 18.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "temp": [18.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [16, 0], + "windDirection": [12, 0], + "wind": [5.9, 0] }, "15116": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [19.1, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [13, 0], + "windDirection": [3, 0], + "wind": [1.1, 0] }, "15161": { - "temp": [ - 20.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [20.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [17, 0], + "windDirection": [11, 0], + "wind": [2.5, 0] }, "15197": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [11.5, 0] }, "15216": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 21, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [21, 0] }, "15231": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [21, 0], + "windDirection": [11, 0], + "wind": [3.4, 0] }, "15241": { - "temp": [ - 20.1, - 0 - ], - "humidity": [ - 90, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 19, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [20.1, 0], + "humidity": [90, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [19, 0], + "windDirection": [5, 0], + "wind": [1.1, 0] }, "15247": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 26, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [26, 0] }, "15251": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [19.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [20.5, 0], + "windDirection": [14, 0], + "wind": [1.8, 0] }, "15276": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [25.5, 0] }, "15311": { - "temp": [ - 20.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [20.3, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [23.5, 0], + "windDirection": [13, 0], + "wind": [1, 0] }, "15321": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [21.1, 0], + "sun10m": [10, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [25.5, 0], + "windDirection": [10, 0], + "wind": [3.7, 0] }, "15356": { - "pressure": [ - 1001.2, - 0 - ], - "normalPressure": [ - 1007.2, - 0 - ], - "temp": [ - 20.4, - 0 - ], - "humidity": [ - 82, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 27, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "pressure": [1001.2, 0], + "normalPressure": [1007.2, 0], + "temp": [20.4, 0], + "humidity": [82, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [27, 0], + "windDirection": [8, 0], + "wind": [0.5, 0] }, "15391": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [20.5, 0] }, "15431": { - "temp": [ - 20.9, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 15, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [20.9, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [15, 0], + "windDirection": [2, 0], + "wind": [1.2, 0] }, "15442": { - "temp": [ - 18.9, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [18.9, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [29.5, 0], + "windDirection": [11, 0], + "wind": [0.9, 0] }, "15451": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [43.5, 0] }, "15491": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 36, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [36, 0] }, "16026": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [22.2, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7.5, 0], + "windDirection": [11, 0], + "wind": [2.9, 0] }, "16061": { - "temp": [ - 19.9, - 0 - ], - "humidity": [ - 68, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [19.9, 0], + "humidity": [68, 0], + "sun10m": [7, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19, 0], + "windDirection": [12, 0], + "wind": [3.9, 0] }, "16076": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "temp": [20.9, 0], + "sun10m": [7, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6, 0], + "windDirection": [9, 0], + "wind": [5.2, 0] }, "16091": { - "pressure": [ - 1003.9, - 0 - ], - "normalPressure": [ - 1007, - 0 - ], - "temp": [ - 20.7, - 0 - ], - "humidity": [ - 60, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 3, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5, - 0 - ] + "pressure": [1003.9, 0], + "normalPressure": [1007, 0], + "temp": [20.7, 0], + "humidity": [60, 0], + "visibility": [20000, 0], + "sun10m": [3, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [11, 0], + "wind": [5, 0] }, "16126": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0] }, "16156": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 9, - 0 - ] + "temp": [20.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6.5, 0], + "windDirection": [13, 0], + "wind": [9, 0] }, "16206": { - "temp": [ - 20, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [20, 0], + "sun10m": [7, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0], + "windDirection": [13, 0], + "wind": [3.1, 0] }, "16217": { - "pressure": [ - 985.9, - 0 - ], - "normalPressure": [ - 1007.6, - 0 - ], - "temp": [ - 18.9, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 15, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "pressure": [985.9, 0], + "normalPressure": [1007.6, 0], + "temp": [18.9, 0], + "humidity": [68, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [15, 0], + "windDirection": [2, 0], + "wind": [1.1, 0] }, "16252": { - "pressure": [ - 1004, - 0 - ], - "normalPressure": [ - 1008.1, - 0 - ], - "temp": [ - 20, - 0 - ], - "humidity": [ - 61, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "pressure": [1004, 0], + "normalPressure": [1008.1, 0], + "temp": [20, 0], + "humidity": [61, 0], + "visibility": [20000, 0], + "sun10m": [5, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0], + "windDirection": [12, 0], + "wind": [3.3, 0] }, "16272": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14.5, 0] }, "16281": { - "temp": [ - 16.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [16.6, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [23.5, 0], + "windDirection": [10, 0], + "wind": [2.2, 0] }, "16286": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14.5, 0], + "windDirection": [12, 0], + "wind": [2.4, 0] }, "16321": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0], + "windDirection": [13, 0], + "wind": [1.6, 0] }, "17036": { - "pressure": [ - 1002.5, - 0 - ], - "normalPressure": [ - 1004.4, - 0 - ], - "temp": [ - 19.5, - 0 - ], - "humidity": [ - 81, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1002.5, 0], + "normalPressure": [1004.4, 0], + "temp": [19.5, 0], + "humidity": [81, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [11, 0], + "windDirection": [11, 0], + "wind": [4, 0] }, "17076": { - "temp": [ - 18.9, - 0 - ], - "humidity": [ - 87, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [18.9, 0], + "humidity": [87, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [11.5, 0], + "windDirection": [13, 0], + "wind": [0.7, 0] }, "17091": { - "temp": [ - 18.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 15, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [18.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [5, 0], + "precipitation24h": [15, 0], + "windDirection": [11, 0], + "wind": [1.5, 0] }, "17112": { - "pressure": [ - 1002.8, - 0 - ], - "normalPressure": [ - 1004.9, - 0 - ], - "temp": [ - 18, - 0 - ], - "humidity": [ - 91, - 0 - ], - "visibility": [ - 2050, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 2.5, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 2, - 0 - ] + "pressure": [1002.8, 0], + "normalPressure": [1004.9, 0], + "temp": [18, 0], + "humidity": [91, 0], + "visibility": [2050, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [2.5, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [12, 0], + "windDirection": [5, 0], + "wind": [2, 0] }, "17116": { - "temp": [ - 18.9, - 0 - ], - "precipitation10m": [ - 2, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [18.9, 0], + "precipitation10m": [2, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2, 0], + "precipitation24h": [9.5, 0], + "windDirection": [11, 0], + "wind": [3.2, 0] }, "17166": { - "temp": [ - 19, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "temp": [19, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [11, 0], + "windDirection": [15, 0], + "wind": [6.3, 0] }, "17196": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [19.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [12.5, 0], + "windDirection": [11, 0], + "wind": [1.6, 0] }, "17211": { - "precipitation10m": [ - 2, - 0 - ], - "precipitation1h": [ - 5.5, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 15.5, - 0 - ] + "precipitation10m": [2, 0], + "precipitation1h": [5.5, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [15.5, 0] }, "17246": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [22.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [14, 0], + "windDirection": [10, 0], + "wind": [1.5, 0] }, "17306": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 17.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [22.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [17.5, 0], + "windDirection": [1, 0], + "wind": [1.6, 0] }, "17316": { - "temp": [ - 22.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [22.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [14, 0], + "windDirection": [10, 0], + "wind": [2.4, 0] }, "17341": { - "pressure": [ - 998.9, - 0 - ], - "normalPressure": [ - 1003.9, - 0 - ], - "temp": [ - 23.6, - 0 - ], - "humidity": [ - 87, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "pressure": [998.9, 0], + "normalPressure": [1003.9, 0], + "temp": [23.6, 0], + "humidity": [87, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [13, 0], + "windDirection": [9, 0], + "wind": [1.6, 0] }, "17351": { - "temp": [ - 25.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [25.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10, 0], + "windDirection": [8, 0], + "wind": [3.7, 0] }, "17386": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 30, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [30, 0] }, "17482": { - "temp": [ - 17.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [17.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [28.5, 0], + "windDirection": [13, 0], + "wind": [2.8, 0] }, "17501": { - "temp": [ - 22.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [22.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [19.5, 0], + "windDirection": [6, 0], + "wind": [0.9, 0] }, "17512": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [19.5, 0] }, "17521": { - "temp": [ - 22.8, - 0 - ], - "humidity": [ - 91, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [22.8, 0], + "humidity": [91, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [16, 0], + "windDirection": [9, 0], + "wind": [4.5, 0] }, "17531": { - "temp": [ - 23.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [23.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0], + "windDirection": [10, 0], + "wind": [2.5, 0] }, "17541": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11, 0] }, "17546": { - "temp": [ - 24, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 8.6, - 0 - ] + "temp": [24, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8.5, 0], + "windDirection": [8, 0], + "wind": [8.6, 0] }, "17561": { - "temp": [ - 25.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 6.5, - 0 - ] + "temp": [25.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [8, 0], + "wind": [6.5, 0] }, "17596": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [6.5, 0], + "windDirection": [12, 0], + "wind": [4.7, 0] }, "17607": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 7.3, - 0 - ] + "temp": [22.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [13.5, 0], + "windDirection": [9, 0], + "wind": [7.3, 0] }, "17631": { - "temp": [ - 24.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [24.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [8, 0], + "wind": [3.8, 0] }, "17642": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0] }, "17686": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 13, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [13, 0] }, "17717": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [23.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [8, 0], + "wind": [2.8, 0] }, "17776": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 11, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [11, 0] }, "18038": { - "temp": [ - 22.1, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [22.1, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [18.5, 0], + "windDirection": [2, 0], + "wind": [1.8, 0] }, "18091": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 31, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [31, 0] }, "18136": { - "temp": [ - 24.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [24.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26.5, 0], + "windDirection": [9, 0], + "wind": [4.9, 0] }, "18161": { - "temp": [ - 22.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 8.9, - 0 - ] + "temp": [22.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [24, 0], + "windDirection": [9, 0], + "wind": [8.9, 0] }, "18171": { - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 96, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 27, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 8.1, - 0 - ] + "temp": [23.7, 0], + "humidity": [96, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [27, 0], + "windDirection": [9, 0], + "wind": [8.1, 0] }, "18174": { - "temp": [ - 23.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 7.9, - 0 - ] + "temp": [23.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [24, 0], + "windDirection": [9, 0], + "wind": [7.9, 0] }, "18256": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 34.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [23.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [34.5, 0], + "windDirection": [9, 0], + "wind": [4.8, 0] }, "18273": { - "pressure": [ - 1004.6, - 0 - ], - "normalPressure": [ - 1007.7, - 0 - ], - "temp": [ - 21.7, - 0 - ], - "humidity": [ - 95, - 0 - ], - "visibility": [ - 9210, - 0 - ], - "sun10m": [ - 1, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 31, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 8.6, - 0 - ] + "pressure": [1004.6, 0], + "normalPressure": [1007.7, 0], + "temp": [21.7, 0], + "humidity": [95, 0], + "visibility": [9210, 0], + "sun10m": [1, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [31, 0], + "windDirection": [8, 0], + "wind": [8.6, 0] }, "18281": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 8.2, - 0 - ] + "temp": [23.2, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22.5, 0], + "windDirection": [8, 0], + "wind": [8.2, 0] }, "18311": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 35, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 7.1, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [35, 0], + "windDirection": [8, 0], + "wind": [7.1, 0] }, "19021": { - "temp": [ - 21.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [21.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [5, 0], + "windDirection": [8, 0], + "wind": [3.3, 0] }, "19051": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 10, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 7.6, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [10, 0], + "windDirection": [8, 0], + "wind": [7.6, 0] }, "19076": { - "temp": [ - 21.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [21.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [10.5, 0], + "windDirection": [8, 0], + "wind": [3.7, 0] }, "19151": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 25, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 5.5, - 0 - ] + "temp": [22.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [25, 0], + "windDirection": [9, 0], + "wind": [5.5, 0] }, "19191": { - "temp": [ - 21.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [21.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [24, 0], + "windDirection": [9, 0], + "wind": [5.6, 0] }, "19261": { - "temp": [ - 22, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [22, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [18.5, 0], + "windDirection": [8, 0], + "wind": [3.3, 0] }, "19281": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 3, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [3, 0], + "precipitation3h": [3, 0], + "precipitation24h": [28.5, 0] }, "19301": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [44.5, 0] }, "19311": { - "temp": [ - 20.9, - 0 - ], - "humidity": [ - 96, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [20.9, 0], + "humidity": [96, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41, 0], + "windDirection": [9, 0], + "wind": [4.5, 0] }, "19346": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 23, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [23, 0] }, "19347": { - "temp": [ - 19.8, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 23, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 9.1, - 0 - ] + "temp": [19.8, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [23, 0], + "windDirection": [9, 0], + "wind": [9.1, 0] }, "19376": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 7.2, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [43, 0], + "windDirection": [8, 0], + "wind": [7.2, 0] }, "19406": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2, 0], + "precipitation24h": [19.5, 0] }, "19416": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [14, 0], + "windDirection": [8, 0], + "wind": [5.7, 0] }, "19432": { - "pressure": [ - 1002.4, - 0 - ], - "normalPressure": [ - 1007, - 0 - ], - "temp": [ - 20.8, - 0 - ], - "humidity": [ - 100, - 0 - ], - "visibility": [ - 3810, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 31, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 11.8, - 0 - ] + "pressure": [1002.4, 0], + "normalPressure": [1007, 0], + "temp": [20.8, 0], + "humidity": [100, 0], + "visibility": [3810, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2, 0], + "precipitation24h": [31, 0], + "windDirection": [8, 0], + "wind": [11.8, 0] }, "19451": { - "temp": [ - 19.4, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 7.6, - 0 - ] + "temp": [19.4, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [42.5, 0], + "windDirection": [9, 0], + "wind": [7.6, 0] }, "20047": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 22, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [22, 0] }, "20071": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [22.5, 0] }, "20146": { - "temp": [ - 20.6, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [20.6, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [18.5, 0], + "windDirection": [8, 0], + "wind": [1.6, 0] }, "20186": { - "temp": [ - 19.2, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 36, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [19.2, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [9, 0], + "precipitation24h": [36, 0], + "windDirection": [9, 0], + "wind": [0.9, 0] }, "20202": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 11, - 0 - ], - "precipitation24h": [ - 33.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [11, 0], + "precipitation24h": [33.5, 0] }, "20222": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 11, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [11, 0] }, "20266": { - "temp": [ - 18.8, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 22, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [18.8, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [22, 0], + "windDirection": [14, 0], + "wind": [1.4, 0] }, "20276": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 15.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 0.6, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [6, 0], + "precipitation24h": [15.5, 0], + "windDirection": [9, 0], + "wind": [0.6, 0] }, "20331": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [11.5, 0] }, "20341": { - "temp": [ - 19.7, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [19.7, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [4, 0], + "precipitation24h": [12, 0], + "windDirection": [14, 0], + "wind": [0.8, 0] }, "20356": { - "temp": [ - 18.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 8, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [18.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [2, 0], + "precipitation3h": [8, 0], + "precipitation24h": [38, 0], + "windDirection": [3, 0], + "wind": [0.5, 0] }, "20361": { - "temp": [ - 18.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 15.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [18.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [15.5, 0], + "windDirection": [13, 0], + "wind": [2.3, 0] }, "20371": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [16, 0], + "windDirection": [13, 0], + "wind": [0.8, 0] }, "20421": { - "temp": [ - 18.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 23, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [18.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [23, 0], + "windDirection": [13, 0], + "wind": [1.7, 0] }, "20432": { - "pressure": [ - 1001, - 0 - ], - "normalPressure": [ - 1006.1, - 0 - ], - "temp": [ - 18.8, - 0 - ], - "humidity": [ - 96, - 0 - ], - "visibility": [ - 13200, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "pressure": [1001, 0], + "normalPressure": [1006.1, 0], + "temp": [18.8, 0], + "humidity": [96, 0], + "visibility": [13200, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [16, 0], + "windDirection": [13, 0], + "wind": [1.3, 0] }, "20441": { - "temp": [ - 18.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [18.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [13.5, 0], + "windDirection": [12, 0], + "wind": [1, 0] }, "20451": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [11.5, 0] }, "20506": { - "temp": [ - 20.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 17.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [20.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [17.5, 0], + "windDirection": [8, 0], + "wind": [3.6, 0] }, "20551": { - "temp": [ - 17.5, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [17.5, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [12.5, 0], + "windDirection": [14, 0], + "wind": [2.7, 0] }, "20556": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 15.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [19.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [15.5, 0], + "windDirection": [13, 0], + "wind": [0.4, 0] }, "20601": { - "temp": [ - 17.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [17.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [24, 0], + "windDirection": [15, 0], + "wind": [1.5, 0] }, "20606": { - "temp": [ - 17.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [17.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17, 0], + "windDirection": [14, 0], + "wind": [1.2, 0] }, "20631": { - "temp": [ - 19.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [19.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19.5, 0], + "windDirection": [9, 0], + "wind": [4.5, 0] }, "20696": { - "temp": [ - 19, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [19, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0], + "windDirection": [14, 0], + "wind": [2.9, 0] }, "20751": { - "pressure": [ - 1001.6, - 0 - ], - "normalPressure": [ - 1005.5, - 0 - ], - "temp": [ - 23, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "pressure": [1001.6, 0], + "normalPressure": [1005.5, 0], + "temp": [23, 0], + "humidity": [92, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [21, 0], + "windDirection": [10, 0], + "wind": [4.1, 0] }, "21031": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 27, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [27, 0] }, "21111": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [20.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [28.5, 0], + "windDirection": [8, 0], + "wind": [2.1, 0] }, "21126": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4, 0], + "precipitation24h": [35.5, 0], + "windDirection": [5, 0], + "wind": [2, 0] }, "21161": { - "temp": [ - 16.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [16.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20, 0], + "windDirection": [10, 0], + "wind": [3, 0] }, "21171": { - "temp": [ - 18.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 100, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [18.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [100, 0], + "windDirection": [5, 0], + "wind": [0.9, 0] }, "21187": { - "pressure": [ - 1006.1, - 0 - ], - "normalPressure": [ - 1007, - 0 - ], - "temp": [ - 22, - 0 - ], - "humidity": [ - 70, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 24.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "pressure": [1006.1, 0], + "normalPressure": [1007, 0], + "temp": [22, 0], + "humidity": [70, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [24.5, 0], + "windDirection": [10, 0], + "wind": [4.1, 0] }, "21226": { - "temp": [ - 20.8, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [20.8, 0], + "humidity": [59, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0], + "windDirection": [12, 0], + "wind": [1.6, 0] }, "21237": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19, 0] }, "21251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 76, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [76, 0] }, "21261": { - "temp": [ - 21.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [21.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22.5, 0], + "windDirection": [11, 0], + "wind": [3.8, 0] }, "21276": { - "temp": [ - 20.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [20.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [17, 0], + "windDirection": [9, 0], + "wind": [4.9, 0] }, "21297": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [16, 0], + "windDirection": [12, 0], + "wind": [4.5, 0] }, "21312": { - "temp": [ - 17.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [17.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41.5, 0], + "windDirection": [13, 0], + "wind": [3.2, 0] }, "21323": { - "pressure": [ - 1002.4, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 19.2, - 0 - ], - "humidity": [ - 76, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 7.1, - 0 - ] + "pressure": [1002.4, 0], + "normalPressure": [1008.2, 0], + "temp": [19.2, 0], + "humidity": [76, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11, 0], + "windDirection": [13, 0], + "wind": [7.1, 0] }, "22036": { - "temp": [ - 17.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 17, - 0 - ], - "precipitation24h": [ - 39, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [17.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [17, 0], + "precipitation24h": [39, 0], + "windDirection": [9, 0], + "wind": [2.6, 0] }, "22072": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3, - 0 - ], - "precipitation3h": [ - 22, - 0 - ], - "precipitation24h": [ - 50.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [3, 0], + "precipitation3h": [22, 0], + "precipitation24h": [50.5, 0] }, "22106": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 7, - 0 - ], - "precipitation3h": [ - 18.5, - 0 - ], - "precipitation24h": [ - 54.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [7, 0], + "precipitation3h": [18.5, 0], + "precipitation24h": [54.5, 0] }, "22141": { - "temp": [ - 19.1, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 27.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [19.1, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [27.5, 0], + "windDirection": [8, 0], + "wind": [1.8, 0] }, "22156": { - "temp": [ - 18.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 4, - 0 - ], - "precipitation3h": [ - 13, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.6, - 0 - ] + "temp": [18.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [4, 0], + "precipitation3h": [13, 0], + "precipitation24h": [44.5, 0], + "windDirection": [6, 0], + "wind": [0.6, 0] }, "22206": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3, - 0 - ], - "precipitation3h": [ - 19, - 0 - ], - "precipitation24h": [ - 55, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [3, 0], + "precipitation3h": [19, 0], + "precipitation24h": [55, 0] }, "22241": { - "temp": [ - 18.5, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [18.5, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [9, 0], + "precipitation24h": [44.5, 0], + "windDirection": [3, 0], + "wind": [1.1, 0] }, "22291": { - "temp": [ - 18.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 5, - 0 - ], - "precipitation3h": [ - 16, - 0 - ], - "precipitation24h": [ - 37, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [18.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [5, 0], + "precipitation3h": [16, 0], + "precipitation24h": [37, 0], + "windDirection": [13, 0], + "wind": [1.4, 0] }, "22306": { - "temp": [ - 18.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 2, - 0 - ], - "precipitation1h": [ - 15, - 0 - ], - "precipitation3h": [ - 25, - 0 - ], - "precipitation24h": [ - 63.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "temp": [18.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [2, 0], + "precipitation1h": [15, 0], + "precipitation3h": [25, 0], + "precipitation24h": [63.5, 0], + "windDirection": [12, 0], + "wind": [4.3, 0] }, "22327": { - "pressure": [ - 1004.4, - 0 - ], - "normalPressure": [ - 1008.9, - 0 - ], - "temp": [ - 17.5, - 0 - ], - "humidity": [ - 98, - 0 - ], - "visibility": [ - 4460, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 9.5, - 0 - ], - "precipitation3h": [ - 15, - 0 - ], - "precipitation24h": [ - 33, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "pressure": [1004.4, 0], + "normalPressure": [1008.9, 0], + "temp": [17.5, 0], + "humidity": [98, 0], + "visibility": [4460, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1, 0], + "precipitation1h": [9.5, 0], + "precipitation3h": [15, 0], + "precipitation24h": [33, 0], + "windDirection": [13, 0], + "wind": [5.2, 0] }, "22356": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [4, 0], + "precipitation24h": [38.5, 0] }, "22366": { - "precipitation10m": [ - 2, - 0 - ], - "precipitation1h": [ - 7, - 0 - ], - "precipitation3h": [ - 14, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ] + "precipitation10m": [2, 0], + "precipitation1h": [7, 0], + "precipitation3h": [14, 0], + "precipitation24h": [22.5, 0] }, "22391": { - "temp": [ - 18.7, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 12.5, - 0 - ] + "temp": [18.7, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [3, 0], + "precipitation24h": [14, 0], + "windDirection": [12, 0], + "wind": [12.5, 0] }, "23031": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [21.5, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0], + "windDirection": [11, 0], + "wind": [3.4, 0] }, "23086": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [21.8, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7.5, 0], + "windDirection": [10, 0], + "wind": [5.6, 0] }, "23166": { - "temp": [ - 19.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [19.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9.5, 0], + "windDirection": [11, 0], + "wind": [3.2, 0] }, "23191": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [7.5, 0] }, "23206": { - "temp": [ - 23.2, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [23.2, 0], + "humidity": [62, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [5.5, 0], + "windDirection": [12, 0], + "wind": [1.8, 0] }, "23226": { - "temp": [ - 20.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [20.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0], + "windDirection": [13, 0], + "wind": [1.1, 0] }, "23232": { - "pressure": [ - 1004, - 0 - ], - "normalPressure": [ - 1009.1, - 0 - ], - "temp": [ - 21, - 0 - ], - "humidity": [ - 62, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.7, - 0 - ] + "pressure": [1004, 0], + "normalPressure": [1009.1, 0], + "temp": [21, 0], + "humidity": [62, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0], + "windDirection": [12, 0], + "wind": [6.7, 0] }, "23281": { - "temp": [ - 20.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.4, - 0 - ] + "temp": [20.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0], + "windDirection": [12, 0], + "wind": [6.4, 0] }, "23291": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6, 0] }, "23321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0] }, "23326": { - "temp": [ - 21.8, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [21.8, 0], + "humidity": [62, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0], + "windDirection": [12, 0], + "wind": [3.7, 0] }, "23356": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0] }, "23376": { - "temp": [ - 21.4, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "temp": [21.4, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10, 0], + "windDirection": [12, 0], + "wind": [6.3, 0] }, "24041": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [21.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6.5, 0], + "windDirection": [11, 0], + "wind": [3.9, 0] }, "24051": { - "temp": [ - 20.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [20.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11, 0], + "windDirection": [11, 0], + "wind": [4, 0] }, "24101": { - "temp": [ - 19.8, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [19.8, 0], + "humidity": [63, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5, 0], + "windDirection": [11, 0], + "wind": [5.6, 0] }, "24141": { - "temp": [ - 20.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 16, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6, - 0 - ] + "temp": [20.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [16, 0], + "windDirection": [11, 0], + "wind": [6, 0] }, "24156": { - "temp": [ - 20, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6.5, - 0 - ] + "temp": [20, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0], + "windDirection": [11, 0], + "wind": [6.5, 0] }, "24166": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0] }, "24201": { - "temp": [ - 20.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [20.3, 0], + "sun10m": [10, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12.5, 0], + "windDirection": [12, 0], + "wind": [3.1, 0] }, "24217": { - "pressure": [ - 1008.4, - 0 - ], - "normalPressure": [ - 1009.8, - 0 - ], - "temp": [ - 21.1, - 0 - ], - "humidity": [ - 62, - 0 - ], - "visibility": [ - 19200, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.8, - 0 - ] + "pressure": [1008.4, 0], + "normalPressure": [1009.8, 0], + "temp": [21.1, 0], + "humidity": [62, 0], + "visibility": [19200, 0], + "sun10m": [0, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [11, 0], + "wind": [5.8, 0] }, "24236": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17.5, 0] }, "31001": { - "temp": [ - 22.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6.8, - 0 - ] + "temp": [22.3, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [11, 0], + "wind": [6.8, 0] }, "31036": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0] }, "31111": { - "pressure": [ - 1008.5, - 0 - ], - "normalPressure": [ - 1009.1, - 0 - ], - "temp": [ - 22, - 0 - ], - "humidity": [ - 70, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "pressure": [1008.5, 0], + "normalPressure": [1009.1, 0], + "temp": [22, 0], + "humidity": [70, 0], + "visibility": [20000, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [12, 0], + "windDirection": [11, 0], + "wind": [4.6, 0] }, "31121": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [21.5, 0], + "windDirection": [12, 0], + "wind": [2.5, 0] }, "31136": { - "temp": [ - 20.8, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [20.8, 0], + "sun10m": [7, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3.5, 0], + "windDirection": [12, 0], + "wind": [1.1, 0] }, "31156": { - "temp": [ - 21.7, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [21.7, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [8, 0], + "windDirection": [12, 0], + "wind": [2.5, 0] }, "31186": { - "temp": [ - 20.7, - 0 - ], - "humidity": [ - 76, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [20.7, 0], + "humidity": [76, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [12, 0], + "wind": [2, 0] }, "31201": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.8, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3.5, 0], + "windDirection": [12, 0], + "wind": [6.8, 0] }, "31296": { - "temp": [ - 22.7, - 0 - ], - "humidity": [ - 68, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 6.2, - 0 - ] + "temp": [22.7, 0], + "humidity": [68, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [7.5, 0], + "windDirection": [13, 0], + "wind": [6.2, 0] }, "31312": { - "pressure": [ - 1009.2, - 0 - ], - "normalPressure": [ - 1009.7, - 0 - ], - "temp": [ - 23.3, - 0 - ], - "humidity": [ - 67, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 15, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 6.9, - 0 - ] + "pressure": [1009.2, 0], + "normalPressure": [1009.7, 0], + "temp": [23.3, 0], + "humidity": [67, 0], + "visibility": [20000, 0], + "sun10m": [5, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [15, 0], + "windDirection": [13, 0], + "wind": [6.9, 0] }, "31321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 14.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [14.5, 0] }, "31332": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 24.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [24.5, 0], + "windDirection": [12, 0], + "wind": [3.4, 0] }, "31336": { - "temp": [ - 20.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 26, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [20.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [26, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "31366": { - "temp": [ - 21, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [21, 0], + "humidity": [75, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0], + "windDirection": [11, 0], + "wind": [5.1, 0] }, "31386": { - "temp": [ - 20.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 18, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [20.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [18, 0], + "windDirection": [11, 0], + "wind": [3.3, 0] }, "31411": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 13, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [13, 0] }, "31436": { - "pressure": [ - 1003.3, - 0 - ], - "normalPressure": [ - 1011.2, - 0 - ], - "temp": [ - 21.6, - 0 - ], - "humidity": [ - 71, - 0 - ], - "visibility": [ - 18840, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "pressure": [1003.3, 0], + "normalPressure": [1011.2, 0], + "temp": [21.6, 0], + "humidity": [71, 0], + "visibility": [18840, 0], + "sun10m": [9, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [11, 0], + "wind": [3.4, 0] }, "31451": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [4.5, 0] }, "31461": { - "temp": [ - 24.8, - 0 - ], - "humidity": [ - 48, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [24.8, 0], + "humidity": [48, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0], + "windDirection": [11, 0], + "wind": [3, 0] }, "31466": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [22.9, 0], + "sun10m": [5, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20.5, 0], + "windDirection": [7, 0], + "wind": [2, 0] }, "31482": { - "temp": [ - 16.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 28, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [16.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [28, 0], + "windDirection": [12, 0], + "wind": [2.1, 0] }, "31506": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [24, 0], + "windDirection": [8, 0], + "wind": [1.1, 0] }, "31551": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17, 0] }, "31562": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 28, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [28, 0] }, "31586": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 20, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [20, 0], + "windDirection": [9, 0], + "wind": [3.5, 0] }, "31602": { - "pressure": [ - 1006.4, - 0 - ], - "normalPressure": [ - 1009.7, - 0 - ], - "temp": [ - 20.1, - 0 - ], - "humidity": [ - 85, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 20, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "pressure": [1006.4, 0], + "normalPressure": [1009.7, 0], + "temp": [20.1, 0], + "humidity": [85, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [20, 0], + "windDirection": [10, 0], + "wind": [5.4, 0] }, "31646": { - "temp": [ - 22, - 0 - ], - "humidity": [ - 83, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [22, 0], + "humidity": [83, 0], + "sun10m": [10, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [24, 0], + "windDirection": [7, 0], + "wind": [3.7, 0] }, "31662": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [23.5, 0], + "windDirection": [12, 0], + "wind": [3.2, 0] }, "31671": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 18, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [18, 0] }, "31721": { - "temp": [ - 18.9, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 16.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [18.9, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [16.5, 0], + "windDirection": [3, 0], + "wind": [0.4, 0] }, "32056": { - "temp": [ - 21.3, - 0 - ], - "humidity": [ - 72, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [21.3, 0], + "humidity": [72, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6, 0], + "windDirection": [12, 0], + "wind": [4.9, 0] }, "32071": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0] }, "32091": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 32, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [32, 0] }, "32096": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 32, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [32, 0] }, "32111": { - "temp": [ - 22.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 5.3, - 0 - ] + "temp": [22.5, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [12, 0], + "wind": [5.3, 0] }, "32126": { - "temp": [ - 22.7, - 0 - ], - "humidity": [ - 74, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [22.7, 0], + "humidity": [74, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20.5, 0], + "windDirection": [11, 0], + "wind": [4, 0] }, "32136": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [23.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [22.5, 0], + "windDirection": [12, 0], + "wind": [1.3, 0] }, "32146": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 47, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [21.1, 0], + "sun10m": [2, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [47, 0], + "windDirection": [9, 0], + "wind": [1.4, 0] }, "32181": { - "temp": [ - 21.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [21.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [23.5, 0], + "windDirection": [12, 0], + "wind": [5.1, 0] }, "32206": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 26, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [26, 0], + "windDirection": [12, 0], + "wind": [1.9, 0] }, "32266": { - "temp": [ - 18, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [18, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [25.5, 0], + "windDirection": [11, 0], + "wind": [1.5, 0] }, "32276": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0] }, "32286": { - "temp": [ - 21.6, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [21.6, 0], + "sun10m": [2, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8.5, 0], + "windDirection": [15, 0], + "wind": [1.7, 0] }, "32287": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [23.3, 0], + "sun10m": [10, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10, 0], + "windDirection": [12, 0], + "wind": [3.9, 0] }, "32296": { - "temp": [ - 22.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 27.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [22.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [27.5, 0], + "windDirection": [9, 0], + "wind": [3.2, 0] }, "32311": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [22.2, 0], + "sun10m": [7, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [36.5, 0], + "windDirection": [6, 0], + "wind": [2, 0] }, "32312": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 33, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [33, 0] }, "32376": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 52, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [9, 0], + "precipitation24h": [52, 0] }, "32402": { - "pressure": [ - 1009.3, - 0 - ], - "normalPressure": [ - 1011.8, - 0 - ], - "temp": [ - 21.6, - 0 - ], - "humidity": [ - 81, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "pressure": [1009.3, 0], + "normalPressure": [1011.8, 0], + "temp": [21.6, 0], + "humidity": [81, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [35.5, 0], + "windDirection": [12, 0], + "wind": [2.7, 0] }, "32407": { - "temp": [ - 20.9, - 0 - ], - "humidity": [ - 98, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [20.9, 0], + "humidity": [98, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [41.5, 0], + "windDirection": [12, 0], + "wind": [0.7, 0] }, "32408": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 40, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [40, 0] }, "32426": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 13, - 0 - ], - "precipitation24h": [ - 45, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [13, 0], + "precipitation24h": [45, 0] }, "32431": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 14, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [14, 0], + "precipitation24h": [43.5, 0] }, "32451": { - "temp": [ - 20.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 34, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [20.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [34, 0], + "windDirection": [7, 0], + "wind": [1.7, 0] }, "32466": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 8.5, - 0 - ], - "precipitation24h": [ - 41, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [8.5, 0], + "precipitation24h": [41, 0], + "windDirection": [7, 0], + "wind": [1.2, 0] }, "32476": { - "temp": [ - 18.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 11, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [18.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [11, 0], + "precipitation24h": [36.5, 0], + "windDirection": [10, 0], + "wind": [1.1, 0] }, "32496": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 32.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [32.5, 0], + "windDirection": [6, 0], + "wind": [1.1, 0] }, "32551": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 8.5, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [8.5, 0], + "precipitation24h": [43, 0], + "windDirection": [15, 0], + "wind": [0.3, 0] }, "32571": { - "temp": [ - 23, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 35, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [23, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [35, 0], + "windDirection": [11, 0], + "wind": [2.8, 0] }, "32581": { - "temp": [ - 20.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 35, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [20.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [35, 0], + "windDirection": [4, 0], + "wind": [0.3, 0] }, "32596": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 11.5, - 0 - ], - "precipitation24h": [ - 45.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [11.5, 0], + "precipitation24h": [45.5, 0], + "windDirection": [8, 0], + "wind": [0.8, 0] }, "32616": { - "temp": [ - 22.4, - 0 - ], - "humidity": [ - 84, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [22.4, 0], + "humidity": [84, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [38, 0], + "windDirection": [11, 0], + "wind": [4.7, 0] }, "32626": { - "temp": [ - 20.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 25.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [20.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [25.5, 0], + "windDirection": [11, 0], + "wind": [0.5, 0] }, "32681": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 10, - 0 - ], - "precipitation24h": [ - 34, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [10, 0], + "precipitation24h": [34, 0] }, "32691": { - "temp": [ - 18.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 8, - 0 - ], - "precipitation24h": [ - 30, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [18.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [8, 0], + "precipitation24h": [30, 0], + "windDirection": [8, 0], + "wind": [0.9, 0] }, "32701": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 10.5, - 0 - ], - "precipitation24h": [ - 37.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [10.5, 0], + "precipitation24h": [37.5, 0] }, "32771": { - "temp": [ - 17.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.2, - 0 - ] + "temp": [17.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [4, 0], + "precipitation24h": [23.5, 0], + "windDirection": [0, 0], + "wind": [0.2, 0] }, "33006": { - "temp": [ - 18.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 27.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [18.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3, 0], + "precipitation24h": [27.5, 0], + "windDirection": [10, 0], + "wind": [0.7, 0] }, "33026": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 16.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [16.5, 0], + "windDirection": [14, 0], + "wind": [1.5, 0] }, "33071": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [19.5, 0], + "windDirection": [10, 0], + "wind": [0.7, 0] }, "33086": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 28, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [28, 0] }, "33136": { - "temp": [ - 19.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [19.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [18.5, 0], + "windDirection": [6, 0], + "wind": [0.8, 0] }, "33146": { - "temp": [ - 21.1, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 22, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [21.1, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [22, 0], + "windDirection": [13, 0], + "wind": [1.4, 0] }, "33166": { - "temp": [ - 18.8, - 0 - ], - "humidity": [ - 94, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [18.8, 0], + "humidity": [94, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [4, 0], + "precipitation24h": [12.5, 0], + "windDirection": [6, 0], + "wind": [1.2, 0] }, "33176": { - "temp": [ - 17.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 30.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [17.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [30.5, 0], + "windDirection": [10, 0], + "wind": [1.3, 0] }, "33186": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 24.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [24.5, 0], + "windDirection": [5, 0], + "wind": [1.1, 0] }, "33201": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 20, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [20, 0] }, "33206": { - "temp": [ - 21.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 18.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [21.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [18.5, 0], + "windDirection": [3, 0], + "wind": [1.2, 0] }, "33226": { - "temp": [ - 18.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [18.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3, 0], + "precipitation24h": [21, 0], + "windDirection": [5, 0], + "wind": [0.9, 0] }, "33231": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 32.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [32.5, 0] }, "33296": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [20.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [4, 0], + "precipitation24h": [41.5, 0], + "windDirection": [3, 0], + "wind": [1, 0] }, "33326": { - "temp": [ - 23, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [23, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [13.5, 0], + "windDirection": [11, 0], + "wind": [0.9, 0] }, "33336": { - "temp": [ - 23.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [23.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [21, 0], + "windDirection": [2, 0], + "wind": [1, 0] }, "33351": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [41.5, 0] }, "33361": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [44.5, 0] }, "33371": { - "temp": [ - 16.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 5, - 0 - ], - "precipitation3h": [ - 12.5, - 0 - ], - "precipitation24h": [ - 65.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [16.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [5, 0], + "precipitation3h": [12.5, 0], + "precipitation24h": [65.5, 0], + "windDirection": [10, 0], + "wind": [0.9, 0] }, "33421": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [38, 0], + "windDirection": [9, 0], + "wind": [1, 0] }, "33431": { - "pressure": [ - 993, - 0 - ], - "normalPressure": [ - 1011, - 0 - ], - "temp": [ - 19.4, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 14260, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 45, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "pressure": [993, 0], + "normalPressure": [1011, 0], + "temp": [19.4, 0], + "humidity": [92, 0], + "visibility": [14260, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [7, 0], + "precipitation24h": [45, 0], + "windDirection": [5, 0], + "wind": [1.7, 0] }, "33441": { - "temp": [ - 15.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 6.5, - 0 - ], - "precipitation3h": [ - 17.5, - 0 - ], - "precipitation24h": [ - 109, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [15.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [6.5, 0], + "precipitation3h": [17.5, 0], + "precipitation24h": [109, 0], + "windDirection": [13, 0], + "wind": [2.2, 0] }, "33472": { - "pressure": [ - 1003.3, - 0 - ], - "normalPressure": [ - 1008.7, - 0 - ], - "temp": [ - 24.1, - 0 - ], - "humidity": [ - 94, - 0 - ], - "visibility": [ - 13940, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "pressure": [1003.3, 0], + "normalPressure": [1008.7, 0], + "temp": [24.1, 0], + "humidity": [94, 0], + "visibility": [13940, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [21, 0], + "windDirection": [10, 0], + "wind": [1.1, 0] }, "33486": { - "temp": [ - 17.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [17.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [42.5, 0], + "windDirection": [9, 0], + "wind": [4.1, 0] }, "33501": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3, - 0 - ], - "precipitation3h": [ - 11.5, - 0 - ], - "precipitation24h": [ - 60, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [3, 0], + "precipitation3h": [11.5, 0], + "precipitation24h": [60, 0], + "windDirection": [4, 0], + "wind": [3.1, 0] }, "33526": { - "temp": [ - 24.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [24.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29.5, 0], + "windDirection": [9, 0], + "wind": [3, 0] }, "33566": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 45, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [45, 0] }, "33576": { - "temp": [ - 20.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [20.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [70.5, 0], + "windDirection": [4, 0], + "wind": [2.5, 0] }, "33581": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 64, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.2, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [4, 0], + "precipitation24h": [64, 0], + "windDirection": [0, 0], + "wind": [0.2, 0] }, "33596": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 40.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [40.5, 0] }, "33611": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 33, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [33, 0] }, "33616": { - "temp": [ - 23.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 25, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [23.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [25, 0], + "windDirection": [14, 0], + "wind": [1, 0] }, "33631": { - "temp": [ - 19, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 8.5, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [19, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [8.5, 0], + "precipitation24h": [38.5, 0], + "windDirection": [8, 0], + "wind": [1.9, 0] }, "33671": { - "temp": [ - 20.2, - 0 - ], - "humidity": [ - 92, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "temp": [20.2, 0], + "humidity": [92, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [35.5, 0], + "windDirection": [11, 0], + "wind": [6.3, 0] }, "33711": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [52.5, 0] }, "33716": { - "temp": [ - 20, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 60, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [20, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [60, 0], + "windDirection": [14, 0], + "wind": [1, 0] }, "33726": { - "precipitation10m": [ - 1.5, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 37, - 0 - ] + "precipitation10m": [1.5, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [37, 0] }, "33751": { - "temp": [ - 25.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 36, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [25.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [36, 0], + "windDirection": [13, 0], + "wind": [1.7, 0] }, "33776": { - "temp": [ - 20, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 4, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 51.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [20, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [4, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [51.5, 0], + "windDirection": [4, 0], + "wind": [2.4, 0] }, "33781": { - "temp": [ - 19.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [19.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [42.5, 0], + "windDirection": [16, 0], + "wind": [3, 0] }, "33801": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 56, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [22.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [56, 0], + "windDirection": [14, 0], + "wind": [1.6, 0] }, "33831": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [42.5, 0] }, "33841": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 45, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [45, 0] }, "33856": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [35.5, 0] }, "33877": { - "pressure": [ - 1004.8, - 0 - ], - "normalPressure": [ - 1009.2, - 0 - ], - "temp": [ - 23.9, - 0 - ], - "humidity": [ - 83, - 0 - ], - "visibility": [ - 18500, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1004.8, 0], + "normalPressure": [1009.2, 0], + "temp": [23.9, 0], + "humidity": [83, 0], + "visibility": [18500, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41.5, 0], + "windDirection": [15, 0], + "wind": [4, 0] }, "33911": { - "temp": [ - 20.4, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [20.4, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [39.5, 0], + "windDirection": [15, 0], + "wind": [2.7, 0] }, "33921": { - "temp": [ - 21.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 50, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [21.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [50, 0], + "windDirection": [14, 0], + "wind": [3.6, 0] }, "34012": { - "temp": [ - 18.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [18.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [47.5, 0], + "windDirection": [11, 0], + "wind": [2.2, 0] }, "34026": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [23.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [42.5, 0], + "windDirection": [14, 0], + "wind": [1.7, 0] }, "34056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 47, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [47, 0] }, "34096": { - "temp": [ - 19.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [19.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [35.5, 0], + "windDirection": [12, 0], + "wind": [1, 0] }, "34111": { - "temp": [ - 22.4, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [22.4, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [43, 0], + "windDirection": [13, 0], + "wind": [3.6, 0] }, "34171": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 52, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [23.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [52, 0], + "windDirection": [12, 0], + "wind": [4.7, 0] }, "34186": { - "temp": [ - 24.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 45, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [24.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [45, 0], + "windDirection": [11, 0], + "wind": [0.5, 0] }, "34206": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 36, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [36, 0] }, "34216": { - "temp": [ - 21.3, - 0 - ], - "humidity": [ - 99, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [21.3, 0], + "humidity": [99, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [29.5, 0], + "windDirection": [13, 0], + "wind": [5, 0] }, "34241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 40, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [40, 0] }, "34262": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 42, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [42, 0] }, "34266": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [21.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [35.5, 0], + "windDirection": [14, 0], + "wind": [2.6, 0] }, "34276": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 45, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [22.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [45, 0], + "windDirection": [13, 0], + "wind": [3.7, 0] }, "34292": { - "pressure": [ - 1004.9, - 0 - ], - "normalPressure": [ - 1009.8, - 0 - ], - "temp": [ - 23.4, - 0 - ], - "humidity": [ - 90, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "pressure": [1004.9, 0], + "normalPressure": [1009.8, 0], + "temp": [23.4, 0], + "humidity": [90, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [52.5, 0], + "windDirection": [13, 0], + "wind": [3.8, 0] }, "34296": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 40, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [23.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [40, 0], + "windDirection": [11, 0], + "wind": [1.8, 0] }, "34311": { - "temp": [ - 22, - 0 - ], - "humidity": [ - 90, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 35, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [22, 0], + "humidity": [90, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [35, 0], + "windDirection": [12, 0], + "wind": [3.4, 0] }, "34331": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 49, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [49, 0], + "windDirection": [14, 0], + "wind": [4.6, 0] }, "34392": { - "pressure": [ - 1004.4, - 0 - ], - "normalPressure": [ - 1009.4, - 0 - ], - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 40.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "pressure": [1004.4, 0], + "normalPressure": [1009.4, 0], + "temp": [23.8, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [40.5, 0], + "windDirection": [2, 0], + "wind": [2.2, 0] }, "34436": { - "temp": [ - 22.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 50.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [22.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [50.5, 0], + "windDirection": [4, 0], + "wind": [3.3, 0] }, "34461": { - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [23.7, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41, 0], + "windDirection": [16, 0], + "wind": [1.2, 0] }, "34462": { - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [23.8, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [43.5, 0], + "windDirection": [2, 0], + "wind": [0.3, 0] }, "34471": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 50, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [22.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [50, 0], + "windDirection": [5, 0], + "wind": [1.1, 0] }, "34506": { - "temp": [ - 23.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 42, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [23.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [42, 0], + "windDirection": [3, 0], + "wind": [1.2, 0] }, "34526": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [47.5, 0] }, "35002": { - "temp": [ - 21.5, - 0 - ], - "humidity": [ - 86, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "temp": [21.5, 0], + "humidity": [86, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0], + "windDirection": [13, 0], + "wind": [5.4, 0] }, "35052": { - "pressure": [ - 1012.1, - 0 - ], - "normalPressure": [ - 1012.7, - 0 - ], - "temp": [ - 20.8, - 0 - ], - "humidity": [ - 89, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 59.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "pressure": [1012.1, 0], + "normalPressure": [1012.7, 0], + "temp": [20.8, 0], + "humidity": [89, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [59.5, 0], + "windDirection": [7, 0], + "wind": [1.8, 0] }, "35056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 63, - 1 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7, 0], + "precipitation24h": [63, 1] }, "35071": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 48, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [6, 0], + "precipitation24h": [48, 0], + "windDirection": [7, 0], + "wind": [1.6, 0] }, "35086": { - "temp": [ - 20.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 61.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [20.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [61.5, 0], + "windDirection": [5, 0], + "wind": [1.3, 0] }, "35116": { - "temp": [ - 18.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.2, - 0 - ] + "temp": [18.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [35.5, 0], + "windDirection": [0, 0], + "wind": [0.2, 0] }, "35141": { - "temp": [ - 20.4, - 0 - ], - "humidity": [ - 98, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 61, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [20.4, 0], + "humidity": [98, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7, 0], + "precipitation24h": [61, 0], + "windDirection": [6, 0], + "wind": [0.7, 0] }, "35146": { - "temp": [ - 19.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 49, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [19.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6, 0], + "precipitation24h": [49, 0], + "windDirection": [5, 0], + "wind": [0.5, 0] }, "35162": { - "pressure": [ - 1000.2, - 0 - ], - "normalPressure": [ - 1012.1, - 0 - ], - "temp": [ - 20.1, - 0 - ], - "humidity": [ - 87, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 36, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "pressure": [1000.2, 0], + "normalPressure": [1012.1, 0], + "temp": [20.1, 0], + "humidity": [87, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [36, 0], + "windDirection": [16, 0], + "wind": [4.8, 0] }, "35171": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 36, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [36, 0] }, "35176": { - "temp": [ - 19, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 40, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [19, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [40, 0], + "windDirection": [2, 0], + "wind": [0.4, 0] }, "35201": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 50, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [50, 0] }, "35216": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [28.5, 0], + "windDirection": [2, 0], + "wind": [1.9, 0] }, "35231": { - "temp": [ - 19.1, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 31, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [19.1, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [31, 0], + "windDirection": [1, 0], + "wind": [2.1, 0] }, "35246": { - "temp": [ - 21.8, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 75.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [21.8, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [75.5, 0], + "windDirection": [3, 0], + "wind": [0.4, 0] }, "35256": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [38.5, 0] }, "35332": { - "temp": [ - 18.8, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [18.8, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3, 0], + "precipitation24h": [36.5, 0], + "windDirection": [2, 0], + "wind": [2.5, 0] }, "35334": { - "temp": [ - 19.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 33.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 6.7, - 0 - ] + "temp": [19.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [33.5, 0], + "windDirection": [1, 0], + "wind": [6.7, 0] }, "35361": { - "temp": [ - 20.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 23, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [20.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [23, 0], + "windDirection": [1, 0], + "wind": [1.4, 0] }, "35376": { - "temp": [ - 20.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [20.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [38.5, 0], + "windDirection": [1, 0], + "wind": [1.2, 0] }, "35426": { - "pressure": [ - 993.5, - 0 - ], - "normalPressure": [ - 1011.2, - 0 - ], - "temp": [ - 20.7, - 0 - ], - "humidity": [ - 87, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "pressure": [993.5, 0], + "normalPressure": [1011.2, 0], + "temp": [20.7, 0], + "humidity": [87, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [29.5, 0], + "windDirection": [1, 0], + "wind": [4.3, 0] }, "35456": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [22.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [39.5, 0], + "windDirection": [8, 0], + "wind": [1.5, 0] }, "35466": { - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ] + "precipitation10m": [1, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [39.5, 0] }, "35486": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [20.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [21.5, 0], + "windDirection": [11, 0], + "wind": [0.4, 0] }, "35511": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [28.5, 0], + "windDirection": [10, 0], + "wind": [2.7, 0] }, "35537": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 34.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [34.5, 0] }, "35541": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 31.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [31.5, 0], + "windDirection": [14, 0], + "wind": [2.6, 0] }, "35552": { - "temp": [ - 21.1, - 0 - ], - "humidity": [ - 94, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 32, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [21.1, 0], + "humidity": [94, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4, 0], + "precipitation24h": [32, 0], + "windDirection": [10, 0], + "wind": [1.6, 0] }, "36056": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [22.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [36.5, 0], + "windDirection": [2, 0], + "wind": [1.8, 0] }, "36066": { - "temp": [ - 25.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [25.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [46.5, 0], + "windDirection": [14, 0], + "wind": [1.8, 0] }, "36106": { - "temp": [ - 17.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 47, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [17.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [47, 0], + "windDirection": [11, 0], + "wind": [0.7, 0] }, "36127": { - "pressure": [ - 1001.6, - 0 - ], - "normalPressure": [ - 1009.5, - 0 - ], - "temp": [ - 25, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 55.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "pressure": [1001.6, 0], + "normalPressure": [1009.5, 0], + "temp": [25, 0], + "humidity": [68, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [55.5, 0], + "windDirection": [14, 0], + "wind": [4.3, 0] }, "36151": { - "temp": [ - 22.5, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [22.5, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [43, 0], + "windDirection": [14, 0], + "wind": [1.1, 0] }, "36176": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 39, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [39, 0], + "windDirection": [13, 0], + "wind": [2.9, 0] }, "36196": { - "temp": [ - 15.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [15.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [47.5, 0], + "windDirection": [13, 0], + "wind": [2.4, 0] }, "36221": { - "temp": [ - 22.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 49, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [22.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [49, 0], + "windDirection": [14, 0], + "wind": [1.7, 0] }, "36231": { - "precipitation10m": [ - 2, - 0 - ], - "precipitation1h": [ - 4.5, - 0 - ], - "precipitation3h": [ - 12.5, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ] + "precipitation10m": [2, 0], + "precipitation1h": [4.5, 0], + "precipitation3h": [12.5, 0], + "precipitation24h": [52.5, 0] }, "36251": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [20.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [39.5, 0], + "windDirection": [13, 0], + "wind": [1.5, 0] }, "36276": { - "temp": [ - 18.7, - 0 - ], - "humidity": [ - 89, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [18.7, 0], + "humidity": [89, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [38, 0], + "windDirection": [12, 0], + "wind": [4.9, 0] }, "36291": { - "temp": [ - 24.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [24.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57.5, 0], + "windDirection": [5, 0], + "wind": [1.5, 0] }, "36307": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 50.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [6, 0], + "precipitation24h": [50.5, 0] }, "36342": { - "temp": [ - 20.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 33, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [20.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [33, 0], + "windDirection": [16, 0], + "wind": [1.5, 0] }, "36361": { - "pressure": [ - 987, - 0 - ], - "normalPressure": [ - 1011.5, - 0 - ], - "temp": [ - 21.5, - 0 - ], - "humidity": [ - 80, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 31.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "pressure": [987, 0], + "normalPressure": [1011.5, 0], + "temp": [21.5, 0], + "humidity": [80, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [31.5, 0], + "windDirection": [16, 0], + "wind": [1.4, 0] }, "36391": { - "temp": [ - 20.3, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [20.3, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [9, 0], + "precipitation24h": [70.5, 0], + "windDirection": [12, 0], + "wind": [2, 0] }, "36411": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 6, - 0 - ], - "precipitation3h": [ - 29.5, - 0 - ], - "precipitation24h": [ - 57.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [22.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [6, 0], + "precipitation3h": [29.5, 0], + "precipitation24h": [57.5, 0], + "windDirection": [14, 0], + "wind": [2, 0] }, "36426": { - "temp": [ - 20.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [20.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29, 0], + "windDirection": [10, 0], + "wind": [0.5, 0] }, "36461": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 54, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [54, 0] }, "36476": { - "temp": [ - 20.7, - 0 - ], - "humidity": [ - 87, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 56.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [20.7, 0], + "humidity": [87, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [56.5, 0], + "windDirection": [13, 0], + "wind": [5, 0] }, "36501": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 28.5, - 0 - ], - "precipitation24h": [ - 68, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.1, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [28.5, 0], + "precipitation24h": [68, 0], + "windDirection": [0, 0], + "wind": [0.1, 0] }, "36511": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 22, - 0 - ], - "precipitation3h": [ - 31.5, - 0 - ], - "precipitation24h": [ - 58.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [22, 0], + "precipitation3h": [31.5, 0], + "precipitation24h": [58.5, 0] }, "36536": { - "temp": [ - 20.2, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 28, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [20.2, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [28, 0], + "windDirection": [15, 0], + "wind": [2.6, 0] }, "36562": { - "temp": [ - 18.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 80.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [18.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [80.5, 0], + "windDirection": [15, 0], + "wind": [1, 0] }, "36571": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 95, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [95, 0] }, "36581": { - "temp": [ - 20.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 26.5, - 0 - ], - "precipitation24h": [ - 88, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 7.9, - 0 - ] + "temp": [20.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [26.5, 0], + "precipitation24h": [88, 0], + "windDirection": [15, 0], + "wind": [7.9, 0] }, "36591": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 17.5, - 0 - ], - "precipitation24h": [ - 71, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [17.5, 0], + "precipitation24h": [71, 0], + "windDirection": [2, 0], + "wind": [0.9, 0] }, "36597": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 36, - 0 - ], - "precipitation24h": [ - 78, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [36, 0], + "precipitation24h": [78, 0] }, "36611": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 24, - 0 - ], - "precipitation3h": [ - 27, - 0 - ], - "precipitation24h": [ - 53, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [23.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [24, 0], + "precipitation3h": [27, 0], + "precipitation24h": [53, 0], + "windDirection": [16, 0], + "wind": [0.3, 0] }, "36641": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 34, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [34, 0], + "windDirection": [9, 0], + "wind": [2.3, 0] }, "36667": { - "pressure": [ - 969.2, - 0 - ], - "normalPressure": [ - 1009.5, - 0 - ], - "temp": [ - 22, - 0 - ], - "humidity": [ - 99, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 97, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "pressure": [969.2, 0], + "normalPressure": [1009.5, 0], + "temp": [22, 0], + "humidity": [99, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [97, 0], + "windDirection": [3, 0], + "wind": [2.5, 0] }, "36676": { - "temp": [ - 22, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 19, - 0 - ], - "precipitation24h": [ - 84, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [22, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [19, 0], + "precipitation24h": [84, 0], + "windDirection": [11, 0], + "wind": [0.3, 0] }, "36716": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [19.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [38, 0], + "windDirection": [12, 0], + "wind": [0.7, 0] }, "36726": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29.5, 0] }, "36781": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 9.5, - 0 - ], - "precipitation3h": [ - 15, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [9.5, 0], + "precipitation3h": [15, 0], + "precipitation24h": [43.5, 0] }, "36821": { - "temp": [ - 21.9, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 3, - 0 - ], - "precipitation1h": [ - 19.5, - 0 - ], - "precipitation3h": [ - 36.5, - 0 - ], - "precipitation24h": [ - 88, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [21.9, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [3, 0], + "precipitation1h": [19.5, 0], + "precipitation3h": [36.5, 0], + "precipitation24h": [88, 0], + "windDirection": [1, 0], + "wind": [1.9, 0] }, "36836": { - "temp": [ - 24.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [24.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [43, 0], + "windDirection": [15, 0], + "wind": [1.3, 0] }, "36846": { - "pressure": [ - 1007.7, - 0 - ], - "normalPressure": [ - 1008.3, - 0 - ], - "temp": [ - 23.6, - 0 - ], - "humidity": [ - 98, - 0 - ], - "visibility": [ - 1990, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 3.5, - 0 - ], - "precipitation1h": [ - 21, - 0 - ], - "precipitation3h": [ - 21, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "pressure": [1007.7, 0], + "normalPressure": [1008.3, 0], + "temp": [23.6, 0], + "humidity": [98, 0], + "visibility": [1990, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [3.5, 0], + "precipitation1h": [21, 0], + "precipitation3h": [21, 0], + "precipitation24h": [43.5, 0], + "windDirection": [14, 0], + "wind": [3.6, 0] }, "40041": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 62, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [62, 0] }, "40046": { - "temp": [ - 24.4, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 6.5, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 30.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [24.4, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [6.5, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [30.5, 0], + "windDirection": [3, 0], + "wind": [2.1, 0] }, "40061": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 3, - 0 - ], - "precipitation1h": [ - 6, - 0 - ], - "precipitation3h": [ - 17.5, - 0 - ], - "precipitation24h": [ - 59.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [22.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [3, 0], + "precipitation1h": [6, 0], + "precipitation3h": [17.5, 0], + "precipitation24h": [59.5, 0], + "windDirection": [14, 0], + "wind": [0.5, 0] }, "40066": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 10.5, - 0 - ], - "precipitation24h": [ - 42, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [10.5, 0], + "precipitation24h": [42, 0] }, "40076": { - "precipitation10m": [ - 1, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 48, - 0 - ] + "precipitation10m": [1, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [48, 0] }, "40091": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 40.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [23.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [40.5, 0], + "windDirection": [16, 0], + "wind": [1.7, 0] }, "40126": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 30, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [30, 0] }, "40136": { - "temp": [ - 25.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 7, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 39, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [25.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [7, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [39, 0], + "windDirection": [10, 0], + "wind": [1.1, 0] }, "40181": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 85.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [85.5, 0] }, "40191": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 78.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [23.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [78.5, 0], + "windDirection": [14, 0], + "wind": [1.2, 0] }, "40201": { - "pressure": [ - 1004.7, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 24.2, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 17.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "pressure": [1004.7, 0], + "normalPressure": [1008.2, 0], + "temp": [24.2, 0], + "humidity": [92, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [17.5, 0], + "windDirection": [15, 0], + "wind": [1.5, 0] }, "40221": { - "temp": [ - 23, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 4, - 0 - ], - "precipitation1h": [ - 12, - 0 - ], - "precipitation3h": [ - 19.5, - 0 - ], - "precipitation24h": [ - 66, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [23, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [4, 0], + "precipitation1h": [12, 0], + "precipitation3h": [19.5, 0], + "precipitation24h": [66, 0], + "windDirection": [1, 0], + "wind": [1.7, 0] }, "40231": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 100, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [23.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [100, 0], + "windDirection": [14, 0], + "wind": [2.8, 0] }, "40241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 87.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [87.5, 0] }, "40251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 49, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [49, 0] }, "40281": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 82.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [82.5, 0], + "windDirection": [15, 0], + "wind": [2.3, 0] }, "40311": { - "temp": [ - 26.6, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [26.6, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [29.5, 0], + "windDirection": [10, 0], + "wind": [1.3, 0] }, "40326": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 87.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [87.5, 0] }, "40336": { - "pressure": [ - 1004.8, - 0 - ], - "normalPressure": [ - 1007.9, - 0 - ], - "temp": [ - 25.1, - 0 - ], - "humidity": [ - 97, - 0 - ], - "visibility": [ - 5900, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 100, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "pressure": [1004.8, 0], + "normalPressure": [1007.9, 0], + "temp": [25.1, 0], + "humidity": [97, 0], + "visibility": [5900, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [100, 0], + "windDirection": [13, 0], + "wind": [2.6, 0] }, "40341": { - "temp": [ - 27.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 74.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [27.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [74.5, 0], + "windDirection": [8, 0], + "wind": [1.7, 0] }, "40391": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 84, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [84, 0] }, "40406": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 41, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [25.2, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [41, 0], + "windDirection": [9, 0], + "wind": [2.1, 0] }, "40426": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 62, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [26.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [62, 0], + "windDirection": [9, 0], + "wind": [2.6, 0] }, "41011": { - "temp": [ - 20.4, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 148, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [20.4, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [148, 0], + "windDirection": [10, 0], + "wind": [1, 0] }, "41076": { - "temp": [ - 21.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 61, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [21.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [61, 0], + "windDirection": [14, 0], + "wind": [0.7, 0] }, "41091": { - "temp": [ - 22.3, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 141, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [22.3, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [141, 0], + "windDirection": [5, 0], + "wind": [1.3, 0] }, "41116": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 54, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [21.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [54, 0], + "windDirection": [6, 0], + "wind": [0.8, 0] }, "41141": { - "temp": [ - 22.5, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 6.5, - 0 - ], - "precipitation3h": [ - 15, - 0 - ], - "precipitation24h": [ - 148, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [22.5, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [6.5, 0], + "precipitation3h": [15, 0], + "precipitation24h": [148, 0], + "windDirection": [5, 0], + "wind": [1.9, 0] }, "41166": { - "pressure": [ - 869.4, - 0 - ], - "temp": [ - 18.8, - 0 - ], - "humidity": [ - null, - 6 - ], - "visibility": [ - 680, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 89, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "pressure": [869.4, 0], + "temp": [18.8, 0], + "humidity": [null, 6], + "visibility": [680, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [89, 0], + "windDirection": [4, 0], + "wind": [2.6, 0] }, "41171": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 93.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 0.6, - 0 - ] + "temp": [22.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [93.5, 0], + "windDirection": [4, 0], + "wind": [0.6, 0] }, "41181": { - "temp": [ - 22.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 4, - 0 - ], - "precipitation3h": [ - 10, - 0 - ], - "precipitation24h": [ - 124.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [22.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [4, 0], + "precipitation3h": [10, 0], + "precipitation24h": [124.5, 0], + "windDirection": [1, 0], + "wind": [2.3, 0] }, "41211": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 83.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [83.5, 0] }, "41241": { - "precipitation10m": [ - 2.5, - 0 - ], - "precipitation1h": [ - 24, - 0 - ], - "precipitation3h": [ - 39.5, - 0 - ], - "precipitation24h": [ - 149, - 0 - ] + "precipitation10m": [2.5, 0], + "precipitation1h": [24, 0], + "precipitation3h": [39.5, 0], + "precipitation24h": [149, 0] }, "41247": { - "temp": [ - 22.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1.5, - 0 - ], - "precipitation1h": [ - 22, - 0 - ], - "precipitation3h": [ - 27, - 0 - ], - "precipitation24h": [ - 124, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [22.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1.5, 0], + "precipitation1h": [22, 0], + "precipitation3h": [27, 0], + "precipitation24h": [124, 0], + "windDirection": [14, 0], + "wind": [1.1, 0] }, "41271": { - "temp": [ - 23.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 17, - 0 - ], - "precipitation24h": [ - 115.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [23.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [17, 0], + "precipitation24h": [115.5, 0], + "windDirection": [15, 0], + "wind": [1.6, 0] }, "41277": { - "pressure": [ - 992.2, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 22.6, - 0 - ], - "humidity": [ - 100, - 0 - ], - "visibility": [ - 4530, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 12.5, - 0 - ], - "precipitation3h": [ - 44.5, - 0 - ], - "precipitation24h": [ - 158, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "pressure": [992.2, 0], + "normalPressure": [1008.2, 0], + "temp": [22.6, 0], + "humidity": [100, 0], + "visibility": [4530, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [12.5, 0], + "precipitation3h": [44.5, 0], + "precipitation24h": [158, 0], + "windDirection": [1, 0], + "wind": [4.4, 0] }, "41311": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 8, - 0 - ], - "precipitation24h": [ - 109.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [8, 0], + "precipitation24h": [109.5, 0] }, "41331": { - "temp": [ - 22.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 9, - 0 - ], - "precipitation1h": [ - 25, - 0 - ], - "precipitation3h": [ - 29.5, - 0 - ], - "precipitation24h": [ - 115, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [22.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [9, 0], + "precipitation1h": [25, 0], + "precipitation3h": [29.5, 0], + "precipitation24h": [115, 0], + "windDirection": [2, 0], + "wind": [0.3, 0] }, "41356": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 95, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [95, 0] }, "41361": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 11.5, - 0 - ], - "precipitation24h": [ - 94, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [24.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [11.5, 0], + "precipitation24h": [94, 0], + "windDirection": [4, 0], + "wind": [1.8, 0] }, "41371": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 21, - 0 - ], - "precipitation24h": [ - 99, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [21, 0], + "precipitation24h": [99, 0] }, "41376": { - "temp": [ - 22.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 2.5, - 0 - ], - "precipitation1h": [ - 23.5, - 0 - ], - "precipitation3h": [ - 33.5, - 0 - ], - "precipitation24h": [ - 100, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [22.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [2.5, 0], + "precipitation1h": [23.5, 0], + "precipitation3h": [33.5, 0], + "precipitation24h": [100, 0], + "windDirection": [1, 0], + "wind": [1.9, 0] }, "42046": { - "temp": [ - 21.5, - 0 - ], - "humidity": [ - 74, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 45, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [21.5, 0], + "humidity": [74, 0], + "sun10m": [2, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [45, 0], + "windDirection": [14, 0], + "wind": [1, 0] }, "42091": { - "temp": [ - 23.2, - 0 - ], - "humidity": [ - 69, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 55, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [23.2, 0], + "humidity": [69, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [55, 0], + "windDirection": [2, 0], + "wind": [2.6, 0] }, "42106": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 56.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [56.5, 0] }, "42121": { - "temp": [ - 20.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.2, - 0 - ] + "temp": [20.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57, 0], + "windDirection": [0, 0], + "wind": [0.2, 0] }, "42146": { - "temp": [ - 26.4, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.5, - 0 - ] + "temp": [26.4, 0], + "humidity": [59, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47.5, 0], + "windDirection": [13, 0], + "wind": [5.5, 0] }, "42186": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 66.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [26.8, 0], + "sun10m": [5, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [66.5, 0], + "windDirection": [1, 0], + "wind": [3.7, 0] }, "42221": { - "temp": [ - 22.5, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 64, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [22.5, 0], + "sun10m": [7, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [64, 0], + "windDirection": [13, 0], + "wind": [3.1, 0] }, "42241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 68, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [68, 0] }, "42251": { - "pressure": [ - 994.1, - 0 - ], - "normalPressure": [ - 1006.7, - 0 - ], - "temp": [ - 30.3, - 0 - ], - "humidity": [ - 67, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 60.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "pressure": [994.1, 0], + "normalPressure": [1006.7, 0], + "temp": [30.3, 0], + "humidity": [67, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [60.5, 0], + "windDirection": [1, 0], + "wind": [0.7, 0] }, "42261": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 73.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [73.5, 0] }, "42266": { - "temp": [ - 28, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 62.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [28, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [62.5, 0], + "windDirection": [6, 0], + "wind": [3, 0] }, "42286": { - "temp": [ - 31.2, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 58.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [31.2, 0], + "sun10m": [7, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [58.5, 0], + "windDirection": [9, 0], + "wind": [1.6, 0] }, "42302": { - "temp": [ - 29.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 52, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [29.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [52, 0], + "windDirection": [4, 0], + "wind": [2.4, 0] }, "42326": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [29.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47.5, 0], + "windDirection": [9, 0], + "wind": [1.3, 0] }, "42341": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [52.5, 0] }, "42366": { - "temp": [ - 24.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [24.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [7, 0], + "precipitation24h": [70.5, 0], + "windDirection": [3, 0], + "wind": [1.8, 0] }, "42396": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 51, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [24.7, 0], + "sun10m": [10, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [51, 0], + "windDirection": [15, 0], + "wind": [0.5, 0] }, "43051": { - "temp": [ - 27.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 53.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [27.6, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [53.5, 0], + "windDirection": [3, 0], + "wind": [1.3, 0] }, "43056": { - "pressure": [ - 1004.3, - 0 - ], - "normalPressure": [ - 1007.9, - 0 - ], - "temp": [ - 25.8, - 0 - ], - "humidity": [ - 90, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 68, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "pressure": [1004.3, 0], + "normalPressure": [1007.9, 0], + "temp": [25.8, 0], + "humidity": [90, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [68, 0], + "windDirection": [4, 0], + "wind": [2.1, 0] }, "43091": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 45.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [45.5, 0] }, "43121": { - "precipitation10m": [ - 5.5, - 0 - ], - "precipitation1h": [ - 32.5, - 0 - ], - "precipitation3h": [ - 42, - 0 - ], - "precipitation24h": [ - 110, - 0 - ] + "precipitation10m": [5.5, 0], + "precipitation1h": [32.5, 0], + "precipitation3h": [42, 0], + "precipitation24h": [110, 0] }, "43126": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 9, - 0 - ], - "precipitation1h": [ - 20.5, - 0 - ], - "precipitation3h": [ - 30, - 0 - ], - "precipitation24h": [ - 87, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [23.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [9, 0], + "precipitation1h": [20.5, 0], + "precipitation3h": [30, 0], + "precipitation24h": [87, 0], + "windDirection": [1, 0], + "wind": [1.2, 0] }, "43151": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 59, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [59, 0] }, "43156": { - "pressure": [ - 981.2, - 0 - ], - "normalPressure": [ - 1007.3, - 0 - ], - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 78, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "pressure": [981.2, 0], + "normalPressure": [1007.3, 0], + "temp": [27.2, 0], + "humidity": [78, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0], + "windDirection": [12, 0], + "wind": [1.3, 0] }, "43157": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 49, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [49, 0] }, "43162": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 58, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [58, 0] }, "43171": { - "temp": [ - 24.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 71.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [24.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [71.5, 0], + "windDirection": [4, 0], + "wind": [1.1, 0] }, "43231": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 10, - 0 - ], - "precipitation24h": [ - 77, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [10, 0], + "precipitation24h": [77, 0] }, "43241": { - "temp": [ - 23.3, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 66.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [23.3, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [66.5, 0], + "windDirection": [16, 0], + "wind": [1.7, 0] }, "43256": { - "temp": [ - 23.6, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 61.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [23.6, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [61.5, 0], + "windDirection": [12, 0], + "wind": [1.3, 0] }, "43266": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 64, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [22.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [4, 0], + "precipitation24h": [64, 0], + "windDirection": [1, 0], + "wind": [1.8, 0] }, "44046": { - "temp": [ - 23.1, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 72, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [23.1, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [72, 0], + "windDirection": [4, 0], + "wind": [1, 0] }, "44051": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 75.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [75.5, 0] }, "44056": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 67, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.6, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [67, 0], + "windDirection": [3, 0], + "wind": [0.6, 0] }, "44071": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 7.5, - 0 - ], - "precipitation24h": [ - 96.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [23.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [7.5, 0], + "precipitation24h": [96.5, 0], + "windDirection": [15, 0], + "wind": [1.8, 0] }, "44112": { - "temp": [ - 23.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 90.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [23.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [90.5, 0], + "windDirection": [4, 0], + "wind": [2.2, 0] }, "44116": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 83.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [23.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [83.5, 0], + "windDirection": [2, 0], + "wind": [0.9, 0] }, "44126": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 90, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [5, 0], + "precipitation24h": [90, 0] }, "44132": { - "pressure": [ - 1005.4, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 92.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "pressure": [1005.4, 0], + "normalPressure": [1008.2, 0], + "temp": [23.7, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [92.5, 0], + "windDirection": [13, 0], + "wind": [2.1, 0] }, "44136": { - "temp": [ - 24.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 77, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [24.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [77, 0], + "windDirection": [11, 0], + "wind": [2, 0] }, "44166": { - "temp": [ - 24.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 102.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "temp": [24.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [102.5, 0], + "windDirection": [11, 0], + "wind": [5.9, 0] }, "44172": { - "pressure": [ - 999.2, - 0 - ], - "normalPressure": [ - 1007.9, - 0 - ], - "temp": [ - 22.7, - 0 - ], - "humidity": [ - 96, - 0 - ], - "visibility": [ - 810, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 12, - 0 - ], - "precipitation1h": [ - 22.5, - 0 - ], - "precipitation3h": [ - 93.5, - 0 - ], - "precipitation24h": [ - 121.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "pressure": [999.2, 0], + "normalPressure": [1007.9, 0], + "temp": [22.7, 0], + "humidity": [96, 0], + "visibility": [810, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [12, 0], + "precipitation1h": [22.5, 0], + "precipitation3h": [93.5, 0], + "precipitation24h": [121.5, 0], + "windDirection": [3, 0], + "wind": [4.8, 0] }, "44173": { - "temp": [ - 22.4, - 0 - ], - "precipitation10m": [ - 17.5, - 0 - ], - "precipitation1h": [ - 41.5, - 0 - ], - "precipitation3h": [ - 121.5, - 0 - ], - "precipitation24h": [ - 163, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 6.9, - 0 - ] + "temp": [22.4, 0], + "precipitation10m": [17.5, 0], + "precipitation1h": [41.5, 0], + "precipitation3h": [121.5, 0], + "precipitation24h": [163, 0], + "windDirection": [4, 0], + "wind": [6.9, 0] }, "44191": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [9.5, 0] }, "44207": { - "temp": [ - 27, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [27, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [8, 0], + "windDirection": [8, 0], + "wind": [5.1, 0] }, "44216": { - "temp": [ - 25.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [25.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [4.5, 0], + "windDirection": [9, 0], + "wind": [2.6, 0] }, "44226": { - "pressure": [ - 1002, - 0 - ], - "normalPressure": [ - 1006.5, - 0 - ], - "temp": [ - 28.8, - 0 - ], - "humidity": [ - 82, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 6.2, - 0 - ] + "pressure": [1002, 0], + "normalPressure": [1006.5, 0], + "temp": [28.8, 0], + "humidity": [82, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0], + "windDirection": [9, 0], + "wind": [6.2, 0] }, "44228": { - "temp": [ - 28, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 13, - 0 - ] + "temp": [28, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6.5, 0], + "windDirection": [8, 0], + "wind": [13, 0] }, "44262": { - "temp": [ - 27.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 9.5, - 0 - ] + "temp": [27.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5, 0], + "windDirection": [9, 0], + "wind": [9.5, 0] }, "44263": { - "pressure": [ - 991.2, - 0 - ], - "normalPressure": [ - 1008.4, - 0 - ], - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 10270, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "pressure": [991.2, 0], + "normalPressure": [1008.4, 0], + "temp": [26.3, 0], + "humidity": [92, 0], + "visibility": [10270, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3.5, 0], + "windDirection": [9, 0], + "wind": [4.3, 0] }, "44281": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 1 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 1] }, "44301": { - "pressure": [ - 1008.7, - 0 - ], - "normalPressure": [ - 1009.6, - 0 - ], - "temp": [ - 30.2, - 0 - ], - "humidity": [ - 76, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "pressure": [1008.7, 0], + "normalPressure": [1009.6, 0], + "temp": [30.2, 0], + "humidity": [76, 0], + "visibility": [20000, 0], + "sun10m": [8, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10, 0], + "windDirection": [3, 0], + "wind": [3.4, 0] }, "44316": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "44356": { - "pressure": [ - 1009, - 0 - ], - "normalPressure": [ - 1010, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 80, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 7, - 0 - ] + "pressure": [1009, 0], + "normalPressure": [1010, 0], + "temp": [28.4, 0], + "humidity": [80, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [6, 0], + "wind": [7, 0] }, "45061": { - "temp": [ - 25.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 62.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [25.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [62.5, 0], + "windDirection": [12, 0], + "wind": [2.1, 0] }, "45081": { - "temp": [ - 25.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 93.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [25.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [93.5, 0], + "windDirection": [8, 0], + "wind": [4.2, 0] }, "45086": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 61.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [61.5, 0] }, "45106": { - "temp": [ - 25, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 80, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [25, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [80, 0], + "windDirection": [10, 0], + "wind": [3.1, 0] }, "45116": { - "temp": [ - 27, - 0 - ], - "humidity": [ - 88, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "temp": [27, 0], + "humidity": [88, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [52.5, 0], + "windDirection": [9, 0], + "wind": [4.4, 0] }, "45121": { - "temp": [ - 25.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 91.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [25.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [91.5, 0], + "windDirection": [9, 0], + "wind": [4.1, 0] }, "45147": { - "pressure": [ - 1004.5, - 0 - ], - "normalPressure": [ - 1007.7, - 0 - ], - "temp": [ - 28.3, - 0 - ], - "humidity": [ - 82, - 0 - ], - "visibility": [ - 16560, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 66, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 8, - 0 - ] + "pressure": [1004.5, 0], + "normalPressure": [1007.7, 0], + "temp": [28.3, 0], + "humidity": [82, 0], + "visibility": [16560, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [66, 0], + "windDirection": [8, 0], + "wind": [8, 0] }, "45181": { - "temp": [ - 25.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 103.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [25.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [103.5, 0], + "windDirection": [7, 0], + "wind": [3.5, 0] }, "45212": { - "pressure": [ - 1007.4, - 0 - ], - "normalPressure": [ - 1008.1, - 0 - ], - "temp": [ - 24.5, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 10030, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 64, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6.9, - 0 - ] + "pressure": [1007.4, 0], + "normalPressure": [1008.1, 0], + "temp": [24.5, 0], + "humidity": [92, 0], + "visibility": [10030, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [64, 0], + "windDirection": [11, 0], + "wind": [6.9, 0] }, "45261": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 55, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [26.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [55, 0], + "windDirection": [9, 0], + "wind": [2.1, 0] }, "45282": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 52, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [23.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [52, 0], + "windDirection": [10, 0], + "wind": [3.9, 0] }, "45291": { - "temp": [ - 26, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 37, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [26, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [37, 0], + "windDirection": [8, 0], + "wind": [2, 0] }, "45326": { - "temp": [ - 25.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 40, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [25.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [40, 0], + "windDirection": [10, 0], + "wind": [2.8, 0] }, "45331": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 50.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [50.5, 0] }, "45346": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 24.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [24.5, 0] }, "45361": { - "temp": [ - 26.9, - 0 - ], - "humidity": [ - 95, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 34.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [26.9, 0], + "humidity": [95, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [34.5, 0], + "windDirection": [8, 0], + "wind": [4, 0] }, "45371": { - "pressure": [ - 1006.5, - 0 - ], - "normalPressure": [ - 1008, - 0 - ], - "temp": [ - 27, - 0 - ], - "humidity": [ - 90, - 0 - ], - "visibility": [ - 10840, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 23, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 6.1, - 0 - ] + "pressure": [1006.5, 0], + "normalPressure": [1008, 0], + "temp": [27, 0], + "humidity": [90, 0], + "visibility": [10840, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [23, 0], + "windDirection": [8, 0], + "wind": [6.1, 0] }, "45401": { - "pressure": [ - 1006.6, - 0 - ], - "normalPressure": [ - 1007.4, - 0 - ], - "temp": [ - 25.6, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 3580, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 1.5, - 0 - ], - "precipitation1h": [ - 8.5, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 32.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1006.6, 0], + "normalPressure": [1007.4, 0], + "temp": [25.6, 0], + "humidity": [92, 0], + "visibility": [3580, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [1.5, 0], + "precipitation1h": [8.5, 0], + "precipitation3h": [9, 0], + "precipitation24h": [32.5, 0], + "windDirection": [9, 0], + "wind": [4, 0] }, "46001": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 68, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [68, 0] }, "46046": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6.5, - 0 - ], - "precipitation24h": [ - 122.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6.5, 0], + "precipitation24h": [122.5, 0] }, "46061": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 98.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [98.5, 0] }, "46076": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 73.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [73.5, 0] }, "46091": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 94, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4, 0], + "precipitation24h": [94, 0], + "windDirection": [8, 0], + "wind": [0.8, 0] }, "46106": { - "pressure": [ - 1003.2, - 0 - ], - "normalPressure": [ - 1008.1, - 0 - ], - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 95, - 0 - ], - "visibility": [ - 11660, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 76.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "pressure": [1003.2, 0], + "normalPressure": [1008.1, 0], + "temp": [23.8, 0], + "humidity": [95, 0], + "visibility": [11660, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [76.5, 0], + "windDirection": [11, 0], + "wind": [3.2, 0] }, "46136": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 78, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [78, 0] }, "46141": { - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 98, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [23.7, 0], + "humidity": [98, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [39.5, 0], + "windDirection": [9, 0], + "wind": [5.7, 0] }, "46161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 117.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [117.5, 0] }, "46166": { - "temp": [ - 24.9, - 0 - ], - "humidity": [ - 95, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 80.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [24.9, 0], + "humidity": [95, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [80.5, 0], + "windDirection": [7, 0], + "wind": [3.9, 0] }, "46211": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 45.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [45.5, 0], + "windDirection": [9, 0], + "wind": [2.6, 0] }, "48031": { - "temp": [ - 18.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [18.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57, 0], + "windDirection": [1, 0], + "wind": [1, 0] }, "48061": { - "temp": [ - 17.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 60, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [17.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [60, 0], + "windDirection": [16, 0], + "wind": [2.8, 0] }, "48066": { - "temp": [ - 21.3, - 0 - ], - "humidity": [ - 87, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 55, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [21.3, 0], + "humidity": [87, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [55, 0], + "windDirection": [1, 0], + "wind": [3.7, 0] }, "48097": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 51, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [51, 0] }, "48141": { - "temp": [ - 18.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 64.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [18.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [64.5, 0], + "windDirection": [1, 0], + "wind": [2, 0] }, "48146": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [70.5, 0] }, "48156": { - "pressure": [ - 963.5, - 0 - ], - "normalPressure": [ - 1011, - 0 - ], - "temp": [ - 21.4, - 0 - ], - "humidity": [ - 77, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 64, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "pressure": [963.5, 0], + "normalPressure": [1011, 0], + "temp": [21.4, 0], + "humidity": [77, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [64, 0], + "windDirection": [2, 0], + "wind": [4.4, 0] }, "48172": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 58.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [58.5, 0] }, "48191": { - "temp": [ - 19.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 65, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 6.2, - 0 - ] + "temp": [19.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [65, 0], + "windDirection": [1, 0], + "wind": [6.2, 0] }, "48196": { - "temp": [ - 20.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 78, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [20.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [78, 0], + "windDirection": [3, 0], + "wind": [1.2, 0] }, "48216": { - "temp": [ - 14.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 56, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [14.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [56, 0], + "windDirection": [14, 0], + "wind": [2.2, 0] }, "48247": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 66, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [66, 0] }, "48256": { - "temp": [ - 25, - 0 - ], - "humidity": [ - 73, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [25, 0], + "humidity": [73, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0], + "windDirection": [13, 0], + "wind": [1.2, 0] }, "48296": { - "temp": [ - 22, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 72.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [22, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [72.5, 0], + "windDirection": [15, 0], + "wind": [4.2, 0] }, "48321": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 55.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [22.2, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [55.5, 0], + "windDirection": [11, 0], + "wind": [4.1, 0] }, "48331": { - "pressure": [ - 898.9, - 0 - ], - "temp": [ - 21.9, - 0 - ], - "humidity": [ - 94, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 49.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "pressure": [898.9, 0], + "temp": [21.9, 0], + "humidity": [94, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [49.5, 0], + "windDirection": [12, 0], + "wind": [2.1, 0] }, "48346": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 84, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [84, 0] }, "48361": { - "pressure": [ - 940.8, - 0 - ], - "normalPressure": [ - 1008.1, - 0 - ], - "temp": [ - 24.5, - 0 - ], - "humidity": [ - 70, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 4, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 66, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "pressure": [940.8, 0], + "normalPressure": [1008.1, 0], + "temp": [24.5, 0], + "humidity": [70, 0], + "visibility": [20000, 0], + "sun10m": [4, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [66, 0], + "windDirection": [15, 0], + "wind": [4.6, 0] }, "48363": { - "temp": [ - 23, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 63.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 7.4, - 0 - ] + "temp": [23, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [63.5, 0], + "windDirection": [15, 0], + "wind": [7.4, 0] }, "48371": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 53.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [53.5, 0] }, "48381": { - "temp": [ - 23.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [23.6, 0], + "sun10m": [10, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57, 0], + "windDirection": [13, 0], + "wind": [2.1, 0] }, "48386": { - "temp": [ - 26, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [26, 0], + "sun10m": [7, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47, 0], + "windDirection": [13, 0], + "wind": [2.5, 0] }, "48436": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 53.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [53.5, 0] }, "48466": { - "temp": [ - 25, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 74.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [25, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [74.5, 0], + "windDirection": [1, 0], + "wind": [2.8, 0] }, "48491": { - "pressure": [ - 923.5, - 0 - ], - "normalPressure": [ - 1006.5, - 0 - ], - "temp": [ - 24.3, - 0 - ], - "humidity": [ - 77, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 49.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 7.6, - 0 - ] + "pressure": [923.5, 0], + "normalPressure": [1006.5, 0], + "temp": [24.3, 0], + "humidity": [77, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [49.5, 0], + "windDirection": [12, 0], + "wind": [7.6, 0] }, "48516": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47.5, 0] }, "48531": { - "temp": [ - 19, - 0 - ], - "humidity": [ - 87, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 76.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [19, 0], + "humidity": [87, 0], + "sun10m": [5, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [76.5, 0], + "windDirection": [13, 0], + "wind": [3.4, 0] }, "48536": { - "temp": [ - 25.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [25.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [42.5, 0], + "windDirection": [16, 0], + "wind": [2.4, 0] }, "48546": { - "temp": [ - 25.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [25.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47, 0], + "windDirection": [14, 0], + "wind": [3.3, 0] }, "48556": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [38.5, 0] }, "48561": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [24.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [39.5, 0], + "windDirection": [13, 0], + "wind": [4.1, 0] }, "48571": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 73, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [21.5, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [73, 0], + "windDirection": [1, 0], + "wind": [2.2, 0] }, "48601": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 88, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [88, 0] }, "48606": { - "temp": [ - 29.1, - 0 - ], - "humidity": [ - 64, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 61.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [29.1, 0], + "humidity": [64, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [61.5, 0], + "windDirection": [10, 0], + "wind": [1.5, 0] }, "48621": { - "temp": [ - 28.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [28.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41.5, 0], + "windDirection": [1, 0], + "wind": [5.1, 0] }, "48681": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 51.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [51.5, 0] }, "48691": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 31, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [31, 0] }, "48716": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 44, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [44, 0] }, "48717": { - "temp": [ - 27.7, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [27.7, 0], + "sun10m": [5, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [47.5, 0], + "windDirection": [8, 0], + "wind": [1.1, 0] }, "48731": { - "temp": [ - 28.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 35.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [28.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [35.5, 0], + "windDirection": [10, 0], + "wind": [0.8, 0] }, "48737": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 44, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [44, 0] }, "48767": { - "pressure": [ - 947.9, - 0 - ], - "normalPressure": [ - 1005.2, - 0 - ], - "temp": [ - 30, - 0 - ], - "humidity": [ - 60, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 44, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "pressure": [947.9, 0], + "normalPressure": [1005.2, 0], + "temp": [30, 0], + "humidity": [60, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [44, 0], + "windDirection": [12, 0], + "wind": [1.9, 0] }, "48826": { - "temp": [ - 26.5, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 83, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [26.5, 0], + "sun10m": [5, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [83, 0], + "windDirection": [10, 0], + "wind": [1, 0] }, "48836": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [70.5, 0] }, "48841": { - "temp": [ - 30.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 79, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [30.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [79, 0], + "windDirection": [10, 0], + "wind": [2.8, 0] }, "49036": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 54.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [26.9, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [54.5, 0], + "windDirection": [7, 0], + "wind": [1.7, 0] }, "49052": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 79, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [79, 0] }, "49086": { - "temp": [ - 28.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 80.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [28.4, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [80.5, 0], + "windDirection": [6, 0], + "wind": [1.7, 0] }, "49142": { - "pressure": [ - 974.8, - 0 - ], - "normalPressure": [ - 1005.9, - 0 - ], - "temp": [ - 28.9, - 0 - ], - "humidity": [ - 69, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 76, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "pressure": [974.8, 0], + "normalPressure": [1005.9, 0], + "temp": [28.9, 0], + "humidity": [69, 0], + "visibility": [20000, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [76, 0], + "windDirection": [9, 0], + "wind": [1.6, 0] }, "49151": { - "temp": [ - 28.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 84, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [28.2, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [84, 0], + "windDirection": [8, 0], + "wind": [0.5, 0] }, "49161": { - "temp": [ - 25.4, - 0 - ], - "humidity": [ - 93, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 81.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [25.4, 0], + "humidity": [93, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [81.5, 0], + "windDirection": [2, 0], + "wind": [1.8, 0] }, "49172": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 89.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [89.5, 0] }, "49187": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 93.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [93.5, 0] }, "49196": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 109.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [25.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [109.5, 0], + "windDirection": [6, 0], + "wind": [1.1, 0] }, "49236": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 128.5, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [27, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [128.5, 0], + "windDirection": [8, 0], + "wind": [1.8, 0] }, "49251": { - "pressure": [ - 912.9, - 0 - ], - "temp": [ - 24.2, - 0 - ], - "humidity": [ - 87, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 107, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "pressure": [912.9, 0], + "temp": [24.2, 0], + "humidity": [87, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [107, 0], + "windDirection": [2, 0], + "wind": [1.7, 0] }, "49256": { - "temp": [ - 23.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 162.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [23.9, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [162.5, 0], + "windDirection": [6, 0], + "wind": [1.1, 0] }, "49316": { - "temp": [ - 28.3, - 0 - ], - "humidity": [ - 74, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 261.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [28.3, 0], + "humidity": [74, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [261.5, 0], + "windDirection": [16, 0], + "wind": [1.1, 0] }, "50056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 208, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [208, 0] }, "50066": { - "temp": [ - 8.2, - 0 - ], - "sun10m": [ - null, - 5 - ], - "sun1h": [ - null, - 5 - ] + "temp": [8.2, 0], + "sun10m": [null, 5], + "sun1h": [null, 5] }, "50106": { - "temp": [ - 26, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 274, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [26, 0], + "sun10m": [5, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [274, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "50112": {}, "50136": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 115.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [22.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [3, 0], + "precipitation24h": [115.5, 0], + "windDirection": [16, 0], + "wind": [1.1, 0] }, "50196": { - "temp": [ - 28.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 220, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [28.5, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [220, 0], + "windDirection": [5, 0], + "wind": [3.7, 0] }, "50206": { - "pressure": [ - 1005, - 0 - ], - "normalPressure": [ - 1007.5, - 0 - ], - "temp": [ - 26.6, - 0 - ], - "humidity": [ - 86, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 95.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "pressure": [1005, 0], + "normalPressure": [1007.5, 0], + "temp": [26.6, 0], + "humidity": [86, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [95.5, 0], + "windDirection": [5, 0], + "wind": [1.3, 0] }, "50211": { - "temp": [ - 22.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 90, - 0 - ], - "windDirection": [ - 0, - 0 - ], - "wind": [ - 0.1, - 0 - ] + "temp": [22.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1, 0], + "precipitation24h": [90, 0], + "windDirection": [0, 0], + "wind": [0.1, 0] }, "50226": { - "temp": [ - 30.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 144.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [30.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [144.5, 0], + "windDirection": [11, 0], + "wind": [1.9, 0] }, "50232": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 333, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [333, 0] }, "50241": { - "temp": [ - 30.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 317.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [30.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [317.5, 0], + "windDirection": [1, 0], + "wind": [1.5, 0] }, "50247": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 393.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [393.5, 0] }, "50261": { - "temp": [ - 28.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 313, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [28.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [313, 0], + "windDirection": [3, 0], + "wind": [2.6, 0] }, "50281": { - "pressure": [ - 1000.4, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 100, - 0 - ], - "visibility": [ - 14030, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 4, - 0 - ], - "precipitation24h": [ - 114, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "pressure": [1000.4, 0], + "normalPressure": [1008.2, 0], + "temp": [23.8, 0], + "humidity": [100, 0], + "visibility": [14030, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [4, 0], + "precipitation24h": [114, 0], + "windDirection": [16, 0], + "wind": [1.5, 0] }, "50296": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 158, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [158, 0] }, "50317": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 392.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [392.5, 0] }, "50331": { - "pressure": [ - 1005, - 0 - ], - "normalPressure": [ - 1006.8, - 0 - ], - "temp": [ - 28.9, - 0 - ], - "humidity": [ - 80, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 409, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "pressure": [1005, 0], + "normalPressure": [1006.8, 0], + "temp": [28.9, 0], + "humidity": [80, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [409, 0], + "windDirection": [1, 0], + "wind": [1.4, 0] }, "50371": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 117.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [117.5, 0] }, "50386": { - "temp": [ - 31.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 271, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [31.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [271, 0], + "windDirection": [9, 0], + "wind": [2.2, 0] }, "50391": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 353.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [353.5, 0] }, "50416": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 64.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [64.5, 0] }, "50426": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 113, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [113, 0] }, "50427": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 4, - 0 - ], - "precipitation3h": [ - 20, - 0 - ], - "precipitation24h": [ - 308.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [4, 0], + "precipitation3h": [20, 0], + "precipitation24h": [308.5, 0] }, "50456": { - "pressure": [ - 1001.3, - 0 - ], - "normalPressure": [ - 1006.6, - 0 - ], - "temp": [ - 31.4, - 0 - ], - "humidity": [ - 60, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 264.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 5.3, - 0 - ] + "pressure": [1001.3, 0], + "normalPressure": [1006.6, 0], + "temp": [31.4, 0], + "humidity": [60, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [264.5, 0], + "windDirection": [12, 0], + "wind": [5.3, 0] }, "50466": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 273, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [273, 0] }, "50476": { - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 98, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 265, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [27.2, 0], + "humidity": [98, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [265, 0], + "windDirection": [6, 0], + "wind": [2.1, 0] }, "50477": { - "temp": [ - 26.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 296, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [26.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [296, 0], + "windDirection": [7, 0], + "wind": [3.2, 0] }, "50491": { - "temp": [ - 26.6, - 0 - ], - "humidity": [ - 96, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 62, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [26.6, 0], + "humidity": [96, 0], + "sun10m": [10, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [62, 0], + "windDirection": [13, 0], + "wind": [2.3, 0] }, "50506": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 134, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [134, 0], + "windDirection": [1, 0], + "wind": [4.5, 0] }, "50536": { - "temp": [ - 30.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 208.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [30.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [208.5, 0], + "windDirection": [11, 0], + "wind": [3.8, 0] }, "50551": { - "pressure": [ - 1001.4, - 0 - ], - "normalPressure": [ - 1007.1, - 0 - ], - "temp": [ - 27.1, - 0 - ], - "humidity": [ - 86, - 0 - ], - "visibility": [ - 18510, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 95.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "pressure": [1001.4, 0], + "normalPressure": [1007.1, 0], + "temp": [27.1, 0], + "humidity": [86, 0], + "visibility": [18510, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [95.5, 0], + "windDirection": [9, 0], + "wind": [1.3, 0] }, "50561": { - "pressure": [ - 1001.1, - 0 - ], - "normalPressure": [ - 1007.1, - 0 - ], - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 88, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 4, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "pressure": [1001.1, 0], + "normalPressure": [1007.1, 0], + "temp": [27.2, 0], + "humidity": [88, 0], + "visibility": [20000, 0], + "sun10m": [4, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20.5, 0], + "windDirection": [10, 0], + "wind": [1.6, 0] }, "51011": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 56, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [56, 0] }, "51031": { - "temp": [ - 29.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 60.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [29.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [60.5, 0], + "windDirection": [14, 0], + "wind": [5, 0] }, "51056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 80, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [80, 0] }, "51071": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 69.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [69.5, 0], + "windDirection": [2, 0], + "wind": [2.6, 0] }, "51077": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 93.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [93.5, 0] }, "51096": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 56.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [56.5, 0] }, "51106": { - "pressure": [ - 1002.4, - 0 - ], - "normalPressure": [ - 1008.7, - 0 - ], - "temp": [ - 29.6, - 0 - ], - "humidity": [ - 48, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 7.6, - 0 - ] + "pressure": [1002.4, 0], + "normalPressure": [1008.7, 0], + "temp": [29.6, 0], + "humidity": [48, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0], + "windDirection": [14, 0], + "wind": [7.6, 0] }, "51116": { - "temp": [ - 29.5, - 0 - ], - "humidity": [ - 54, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 84.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [29.5, 0], + "humidity": [54, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [84.5, 0], + "windDirection": [13, 0], + "wind": [2.6, 0] }, "51192": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 87, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [87, 0] }, "51216": { - "temp": [ - 29.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [29.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0], + "windDirection": [13, 0], + "wind": [4.5, 0] }, "51226": { - "temp": [ - 29.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 117, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "temp": [29.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [117, 0], + "windDirection": [15, 0], + "wind": [4.6, 0] }, "51241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 109.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [109.5, 0] }, "51247": { - "temp": [ - 30.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 102.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [30.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [102.5, 0], + "windDirection": [12, 0], + "wind": [2.6, 0] }, "51261": { - "temp": [ - 27.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 59, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 8.6, - 0 - ] + "temp": [27.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [59, 0], + "windDirection": [14, 0], + "wind": [8.6, 0] }, "51271": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 89.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [89.5, 0] }, "51281": { - "temp": [ - 29.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 103.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [29.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [103.5, 0], + "windDirection": [12, 0], + "wind": [3.6, 0] }, "51311": { - "temp": [ - 28.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 71, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [28.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [71, 0], + "windDirection": [14, 0], + "wind": [4.5, 0] }, "51331": { - "temp": [ - 28.9, - 0 - ], - "humidity": [ - 61, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 70.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "temp": [28.9, 0], + "humidity": [61, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [70.5, 0], + "windDirection": [13, 0], + "wind": [5.9, 0] }, "51346": { - "pressure": [ - 1008, - 0 - ], - "normalPressure": [ - 1008.9, - 0 - ], - "temp": [ - 28.7, - 0 - ], - "humidity": [ - 58, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 149, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "pressure": [1008, 0], + "normalPressure": [1008.9, 0], + "temp": [28.7, 0], + "humidity": [58, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [149, 0], + "windDirection": [14, 0], + "wind": [5.6, 0] }, "51356": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 150, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [150, 0] }, "52041": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 30, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [30, 0], + "windDirection": [3, 0], + "wind": [4.6, 0] }, "52051": { - "temp": [ - 21.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [21.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57, 0], + "windDirection": [15, 0], + "wind": [3.8, 0] }, "52081": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 19.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [21.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [19.5, 0], + "windDirection": [1, 0], + "wind": [2.4, 0] }, "52111": { - "temp": [ - 18.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 76.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [18.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [76.5, 0], + "windDirection": [14, 0], + "wind": [0.5, 0] }, "52131": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 30.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [30.5, 0] }, "52137": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 39, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [39, 0] }, "52146": { - "pressure": [ - 948.5, - 0 - ], - "normalPressure": [ - 1011.2, - 0 - ], - "temp": [ - 22.4, - 0 - ], - "humidity": [ - 73, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 82, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "pressure": [948.5, 0], + "normalPressure": [1011.2, 0], + "temp": [22.4, 0], + "humidity": [73, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [82, 0], + "windDirection": [1, 0], + "wind": [3.7, 0] }, "52152": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 79.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [79.5, 0] }, "52173": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 38.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [38.5, 0] }, "52181": { - "temp": [ - 20.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 65, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [20.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [65, 0], + "windDirection": [3, 0], + "wind": [2.2, 0] }, "52192": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 82, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [82, 0] }, "52196": { - "temp": [ - 18.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 83.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [18.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [83.5, 0], + "windDirection": [2, 0], + "wind": [1.7, 0] }, "52221": { - "temp": [ - 24.2, - 0 - ], - "humidity": [ - 66, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [24.2, 0], + "humidity": [66, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [44.5, 0], + "windDirection": [16, 0], + "wind": [2.6, 0] }, "52286": { - "temp": [ - 24.8, - 0 - ], - "humidity": [ - 69, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 82, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [24.8, 0], + "humidity": [69, 0], + "sun10m": [7, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [82, 0], + "windDirection": [15, 0], + "wind": [3.3, 0] }, "52321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 65, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [65, 0] }, "52331": { - "temp": [ - 26.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 72, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [26.7, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [72, 0], + "windDirection": [6, 0], + "wind": [0.9, 0] }, "52346": { - "temp": [ - 26.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 81, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [26.1, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [81, 0], + "windDirection": [13, 0], + "wind": [3.5, 0] }, "52381": { - "temp": [ - 25.8, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [25.8, 0], + "humidity": [63, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26, 0], + "windDirection": [15, 0], + "wind": [3.8, 0] }, "52406": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 62.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [62.5, 0], + "windDirection": [10, 0], + "wind": [2.8, 0] }, "52421": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 62.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [62.5, 0] }, "52461": { - "temp": [ - 30.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 65, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [30.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [65, 0], + "windDirection": [4, 0], + "wind": [1.4, 0] }, "52476": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 70, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [70, 0] }, "52482": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 76.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [27, 0], + "sun10m": [5, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [76.5, 0], + "windDirection": [11, 0], + "wind": [0.5, 0] }, "52511": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 6, - 0 - ] + "temp": [29.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [42.5, 0], + "windDirection": [13, 0], + "wind": [6, 0] }, "52536": { - "temp": [ - 29.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "temp": [29.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [43, 0], + "windDirection": [12, 0], + "wind": [5.4, 0] }, "52556": { - "temp": [ - 30, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 79.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [30, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [79.5, 0], + "windDirection": [11, 0], + "wind": [3.8, 0] }, "52557": { - "temp": [ - 28.8, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 68, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [28.8, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [68, 0], + "windDirection": [11, 0], + "wind": [1, 0] }, "52571": { - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 56, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 5.9, - 0 - ] + "temp": [27.2, 0], + "humidity": [56, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22.5, 0], + "windDirection": [11, 0], + "wind": [5.9, 0] }, "52581": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [29.1, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0], + "windDirection": [13, 0], + "wind": [3.5, 0] }, "52586": { - "pressure": [ - 1007.4, - 0 - ], - "normalPressure": [ - 1009.4, - 0 - ], - "temp": [ - 29.4, - 0 - ], - "humidity": [ - 44, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 66.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "pressure": [1007.4, 0], + "normalPressure": [1009.4, 0], + "temp": [29.4, 0], + "humidity": [44, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [66.5, 0], + "windDirection": [14, 0], + "wind": [5.6, 0] }, "52606": { - "temp": [ - 31, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 57, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [31, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [57, 0], + "windDirection": [12, 0], + "wind": [3.6, 0] }, "52642": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29.5, 0] }, "53016": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 48.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [48.5, 0] }, "53041": { - "temp": [ - 30.6, - 0 - ], - "humidity": [ - 46, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 37, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [30.6, 0], + "humidity": [46, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [37, 0], + "windDirection": [13, 0], + "wind": [5.7, 0] }, "53061": { - "pressure": [ - 1003, - 0 - ], - "normalPressure": [ - 1009.4, - 0 - ], - "temp": [ - 28.6, - 0 - ], - "humidity": [ - 56, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 34, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "pressure": [1003, 0], + "normalPressure": [1009.4, 0], + "temp": [28.6, 0], + "humidity": [56, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [34, 0], + "windDirection": [16, 0], + "wind": [3.9, 0] }, "53091": { - "temp": [ - 27.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "temp": [27.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26, 0], + "windDirection": [13, 0], + "wind": [5.4, 0] }, "53112": { - "pressure": [ - 992.5, - 0 - ], - "normalPressure": [ - 1010.6, - 0 - ], - "temp": [ - 27.9, - 0 - ], - "humidity": [ - 53, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "pressure": [992.5, 0], + "normalPressure": [1010.6, 0], + "temp": [27.9, 0], + "humidity": [53, 0], + "visibility": [20000, 0], + "sun10m": [9, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17, 0], + "windDirection": [15, 0], + "wind": [4.7, 0] }, "53121": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20.5, 0] }, "53133": { - "pressure": [ - 1007.8, - 0 - ], - "normalPressure": [ - 1009.9, - 0 - ], - "temp": [ - 28.5, - 0 - ], - "humidity": [ - null, - 6 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "pressure": [1007.8, 0], + "normalPressure": [1009.9, 0], + "temp": [28.5, 0], + "humidity": [null, 6], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22, 0], + "windDirection": [13, 0], + "wind": [6.3, 0] }, "53141": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11, 0] }, "53151": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0] }, "53196": { - "temp": [ - 29.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [29.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26, 0], + "windDirection": [14, 0], + "wind": [4.1, 0] }, "53231": { - "temp": [ - 28.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [28.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8.5, 0], + "windDirection": [12, 0], + "wind": [3.1, 0] }, "53257": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 97, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [97, 0], + "windDirection": [15, 0], + "wind": [5.6, 0] }, "53287": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11, 0] }, "53296": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [29.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [23.5, 0], + "windDirection": [13, 0], + "wind": [3.3, 0] }, "53307": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 137, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [137, 0] }, "53321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0] }, "53326": { - "temp": [ - 29.8, - 0 - ], - "humidity": [ - 69, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [29.8, 0], + "humidity": [69, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0], + "windDirection": [5, 0], + "wind": [3.3, 0] }, "53378": { - "pressure": [ - 1006.7, - 0 - ], - "normalPressure": [ - 1008.6, - 0 - ], - "temp": [ - 29.7, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "pressure": [1006.7, 0], + "normalPressure": [1008.6, 0], + "temp": [29.7, 0], + "humidity": [68, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0], + "windDirection": [3, 0], + "wind": [5.6, 0] }, "53401": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [29.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0], + "windDirection": [5, 0], + "wind": [2.3, 0] }, "53416": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 15, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [15, 0] }, "54012": { - "temp": [ - 22.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 31.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [22.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [31.5, 0], + "windDirection": [1, 0], + "wind": [1.5, 0] }, "54041": { - "temp": [ - 22.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [22.8, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0], + "windDirection": [13, 0], + "wind": [3.6, 0] }, "54056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 65.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [65.5, 0] }, "54086": { - "temp": [ - 21, - 0 - ], - "humidity": [ - 100, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 56.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [21, 0], + "humidity": [100, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [3, 0], + "precipitation24h": [56.5, 0], + "windDirection": [3, 0], + "wind": [0.4, 0] }, "54097": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 5, - 0 - ], - "precipitation24h": [ - 54.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [5, 0], + "precipitation24h": [54.5, 0] }, "54157": { - "pressure": [ - 1012.1, - 0 - ], - "normalPressure": [ - 1012.9, - 0 - ], - "temp": [ - 23, - 0 - ], - "humidity": [ - 65, - 0 - ], - "visibility": [ - 19750, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 8.2, - 0 - ] + "pressure": [1012.1, 0], + "normalPressure": [1012.9, 0], + "temp": [23, 0], + "humidity": [65, 0], + "visibility": [19750, 0], + "sun10m": [9, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [14, 0], + "wind": [8.2, 0] }, "54166": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [25.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0], + "windDirection": [13, 0], + "wind": [3.5, 0] }, "54181": { - "temp": [ - 19.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 47, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [19.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [6, 0], + "precipitation24h": [47, 0], + "windDirection": [8, 0], + "wind": [2.1, 0] }, "54191": { - "temp": [ - 19.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 7, - 0 - ], - "precipitation24h": [ - 48.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [19.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [7, 0], + "precipitation24h": [48.5, 0], + "windDirection": [11, 0], + "wind": [1.1, 0] }, "54232": { - "pressure": [ - 1012.1, - 0 - ], - "normalPressure": [ - 1012.8, - 0 - ], - "temp": [ - 21.7, - 0 - ], - "humidity": [ - 92, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 39.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3, - 0 - ] + "pressure": [1012.1, 0], + "normalPressure": [1012.8, 0], + "temp": [21.7, 0], + "humidity": [92, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [39.5, 0], + "windDirection": [3, 0], + "wind": [3, 0] }, "54236": { - "temp": [ - 21.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [21.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [38, 0], + "windDirection": [3, 0], + "wind": [2.4, 0] }, "54271": { - "temp": [ - 24, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [24, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0], + "windDirection": [15, 0], + "wind": [3, 0] }, "54296": { - "temp": [ - 22.2, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 35, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [22.2, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [35, 0], + "windDirection": [9, 0], + "wind": [1.4, 0] }, "54301": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 45, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [45, 0] }, "54311": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 32.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [32.5, 0] }, "54341": { - "temp": [ - 22.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [22.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29.5, 0], + "windDirection": [13, 0], + "wind": [3.2, 0] }, "54387": { - "temp": [ - 21, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 38, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [21, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [38, 0], + "windDirection": [13, 0], + "wind": [0.5, 0] }, "54396": { - "temp": [ - 22, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 41.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [22, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [41.5, 0], + "windDirection": [10, 0], + "wind": [2, 0] }, "54406": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 46.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [46.5, 0] }, "54421": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 28.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 0.4, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [28.5, 0], + "windDirection": [16, 0], + "wind": [0.4, 0] }, "54462": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 52, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [52, 0] }, "54472": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 26.5, - 1 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [26.5, 1] }, "54501": { - "temp": [ - 21.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2.5, - 0 - ], - "precipitation24h": [ - 55.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [21.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2.5, 0], + "precipitation24h": [55.5, 0], + "windDirection": [11, 0], + "wind": [1.8, 0] }, "54506": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 58.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [3, 0], + "precipitation24h": [58.5, 0] }, "54541": { - "temp": [ - 20.3, - 0 - ], - "humidity": [ - 98, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 43, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [20.3, 0], + "humidity": [98, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [6, 0], + "precipitation24h": [43, 0], + "windDirection": [12, 0], + "wind": [0.8, 0] }, "54566": { - "temp": [ - 19.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 3.5, - 0 - ], - "precipitation3h": [ - 4.5, - 0 - ], - "precipitation24h": [ - 48, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [19.5, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [3.5, 0], + "precipitation3h": [4.5, 0], + "precipitation24h": [48, 0], + "windDirection": [9, 0], + "wind": [1.2, 0] }, "54586": { - "temp": [ - 20.4, - 0 - ], - "humidity": [ - 97, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 42.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [20.4, 0], + "humidity": [97, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [42.5, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "54606": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 53.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [2, 0], + "precipitation24h": [53.5, 0] }, "54616": { - "temp": [ - 19.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 3, - 0 - ], - "precipitation24h": [ - 44.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [19.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [3, 0], + "precipitation24h": [44.5, 0], + "windDirection": [10, 0], + "wind": [1, 0] }, "54621": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 34.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [34.5, 0] }, "54651": { - "pressure": [ - 1011.4, - 0 - ], - "normalPressure": [ - 1013.1, - 0 - ], - "temp": [ - 21.4, - 0 - ], - "humidity": [ - 92, - 0 - ], - "visibility": [ - 8370, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 43.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3, - 0 - ] + "pressure": [1011.4, 0], + "normalPressure": [1013.1, 0], + "temp": [21.4, 0], + "humidity": [92, 0], + "visibility": [8370, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [43.5, 0], + "windDirection": [16, 0], + "wind": [3, 0] }, "54661": { - "temp": [ - 19.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 50.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [19.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [50.5, 0], + "windDirection": [14, 0], + "wind": [1.3, 0] }, "54666": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 3, - 0 - ], - "precipitation3h": [ - 3.5, - 0 - ], - "precipitation24h": [ - 55, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [3, 0], + "precipitation3h": [3.5, 0], + "precipitation24h": [55, 0] }, "54671": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 55.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [55.5, 0] }, "54676": { - "temp": [ - 19.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 52.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [19.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [2, 0], + "precipitation24h": [52.5, 0], + "windDirection": [13, 0], + "wind": [1.6, 0] }, "54711": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 18, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [23.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [18, 0], + "windDirection": [11, 0], + "wind": [2.2, 0] }, "54721": { - "temp": [ - 20.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 27.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [20.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [27.5, 0], + "windDirection": [13, 0], + "wind": [1.1, 0] }, "54737": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 39, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [39, 0] }, "54761": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 0.5, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 40.5, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [0.5, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [40.5, 0] }, "54816": { - "temp": [ - 19.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 44, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [19.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [44, 0], + "windDirection": [2, 0], + "wind": [3.3, 0] }, "54836": { - "temp": [ - 18.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 41, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 0.8, - 0 - ] + "temp": [18.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1, 0], + "precipitation24h": [41, 0], + "windDirection": [4, 0], + "wind": [0.8, 0] }, "54841": { - "temp": [ - 19.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 40.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [19.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [40.5, 0], + "windDirection": [5, 0], + "wind": [0.5, 0] }, "54876": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 34.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [34.5, 0] }, "54892": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 47.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [47.5, 0] }, "55022": { - "temp": [ - 21, - 0 - ], - "humidity": [ - 95, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 34, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [21, 0], + "humidity": [95, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [34, 0], + "windDirection": [7, 0], + "wind": [3.6, 0] }, "55041": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [23.3, 0], + "sun10m": [2, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0], + "windDirection": [11, 0], + "wind": [2.5, 0] }, "55056": { - "temp": [ - 21.2, - 0 - ], - "humidity": [ - 91, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [21.2, 0], + "humidity": [91, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [36.5, 0], + "windDirection": [7, 0], + "wind": [1.9, 0] }, "55063": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 33.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [33.5, 0] }, "55091": { - "pressure": [ - 1011.9, - 0 - ], - "normalPressure": [ - 1013.4, - 0 - ], - "temp": [ - 23.5, - 0 - ], - "humidity": [ - 72, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1011.9, 0], + "normalPressure": [1013.4, 0], + "temp": [23.5, 0], + "humidity": [72, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12.5, 0], + "windDirection": [13, 0], + "wind": [4, 0] }, "55102": { - "pressure": [ - 1011.6, - 0 - ], - "normalPressure": [ - 1013.6, - 0 - ], - "temp": [ - 22.8, - 0 - ], - "humidity": [ - 87, - 0 - ], - "visibility": [ - 19210, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 24, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "pressure": [1011.6, 0], + "normalPressure": [1013.6, 0], + "temp": [22.8, 0], + "humidity": [87, 0], + "visibility": [19210, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [24, 0], + "windDirection": [7, 0], + "wind": [1.9, 0] }, "55141": { - "temp": [ - 22.1, - 0 - ], - "humidity": [ - 87, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [22.1, 0], + "humidity": [87, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0], + "windDirection": [10, 0], + "wind": [2.1, 0] }, "55151": { - "temp": [ - 22, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22.5, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [22, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22.5, 0], + "windDirection": [6, 0], + "wind": [1.1, 0] }, "55156": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 33.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [33.5, 0] }, "55166": { - "temp": [ - 19.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 36.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [19.2, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0.5, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [36.5, 0], + "windDirection": [2, 0], + "wind": [1, 0] }, "55191": { - "temp": [ - 21.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [21.8, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [14, 0], + "windDirection": [12, 0], + "wind": [2.1, 0] }, "55206": { - "temp": [ - 21.8, - 0 - ], - "humidity": [ - 90, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 21, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 0.3, - 0 - ] + "temp": [21.8, 0], + "humidity": [90, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [21, 0], + "windDirection": [2, 0], + "wind": [0.3, 0] }, "55217": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 39, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [39, 0] }, "55252": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 23.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [23.5, 0] }, "55267": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 28, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [28, 0] }, "56036": { - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "temp": [23.8, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [14, 0], + "wind": [4.4, 0] }, "56052": { - "pressure": [ - 1012.9, - 0 - ], - "normalPressure": [ - 1013.7, - 0 - ], - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 55, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "pressure": [1012.9, 0], + "normalPressure": [1013.7, 0], + "temp": [23.7, 0], + "humidity": [55, 0], + "visibility": [20000, 0], + "sun10m": [7, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [12, 0], + "wind": [3.4, 0] }, "56081": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0] }, "56093": { - "temp": [ - 22.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [22.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [12, 0], + "wind": [4.9, 0] }, "56116": { - "temp": [ - 23.9, - 0 - ], - "humidity": [ - 57, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "temp": [23.9, 0], + "humidity": [57, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [13, 0], + "wind": [4.3, 0] }, "56146": { - "temp": [ - 24.7, - 0 - ], - "humidity": [ - 66, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [24.7, 0], + "humidity": [66, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [9, 0], + "wind": [1.5, 0] }, "56176": { - "temp": [ - 24.9, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "temp": [24.9, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9.5, 0], + "windDirection": [13, 0], + "wind": [5.2, 0] }, "56186": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [23.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7.5, 0], + "windDirection": [14, 0], + "wind": [3.4, 0] }, "56192": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0] }, "56227": { - "pressure": [ - 1010.1, - 0 - ], - "normalPressure": [ - 1014, - 0 - ], - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 63, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "pressure": [1010.1, 0], + "normalPressure": [1014, 0], + "temp": [23.8, 0], + "humidity": [63, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5, 0], + "windDirection": [15, 0], + "wind": [4.6, 0] }, "56232": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 22, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [22, 0] }, "56276": { - "temp": [ - 23.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [23.8, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2.5, 0], + "windDirection": [15, 0], + "wind": [2.8, 0] }, "56286": { - "temp": [ - 21.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1.5, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [21.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1.5, 0], + "precipitation24h": [21.5, 0], + "windDirection": [1, 0], + "wind": [2.4, 0] }, "56301": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [23.1, 0], + "sun10m": [2, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [4.5, 0], + "windDirection": [3, 0], + "wind": [3.4, 0] }, "56346": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 15, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [15, 0] }, "56401": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "57001": { - "temp": [ - 24.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [24.5, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [15, 0], + "wind": [3.4, 0] }, "57026": { - "temp": [ - 24.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [24.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [15, 0], + "wind": [4.7, 0] }, "57051": { - "temp": [ - 22.8, - 0 - ], - "humidity": [ - 79, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [22.8, 0], + "humidity": [79, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [16, 0], + "wind": [2.7, 0] }, "57066": { - "pressure": [ - 1011.7, - 0 - ], - "normalPressure": [ - 1013.7, - 0 - ], - "temp": [ - 24.7, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 4, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "pressure": [1011.7, 0], + "normalPressure": [1013.7, 0], + "temp": [24.7, 0], + "humidity": [68, 0], + "visibility": [20000, 0], + "sun10m": [4, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [16, 0], + "wind": [4.5, 0] }, "57071": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0] }, "57082": { - "temp": [ - 24.5, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [24.5, 0], + "sun10m": [5, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0], + "windDirection": [13, 0], + "wind": [5, 0] }, "57106": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2.5, 0] }, "57121": { - "temp": [ - 24.2, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [24.2, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "57176": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 22, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [22, 0] }, "57206": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 7.2, - 0 - ] + "temp": [23.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8, 0], + "windDirection": [1, 0], + "wind": [7.2, 0] }, "57248": { - "pressure": [ - 1011.5, - 0 - ], - "normalPressure": [ - 1012.9, - 0 - ], - "temp": [ - 25, - 0 - ], - "humidity": [ - 65, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 6.6, - 0 - ] + "pressure": [1011.5, 0], + "normalPressure": [1012.9, 0], + "temp": [25, 0], + "humidity": [65, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0], + "windDirection": [14, 0], + "wind": [6.6, 0] }, "57286": { - "temp": [ - 24.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [24.6, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [15, 0], + "wind": [3.8, 0] }, "57311": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0] }, "57317": { - "temp": [ - 23.1, - 0 - ], - "humidity": [ - 74, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 6.2, - 0 - ] + "temp": [23.1, 0], + "humidity": [74, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [16, 0], + "wind": [6.2, 0] }, "60026": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0] }, "60051": { - "temp": [ - 24.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [24.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [4, 0] }, "60061": { - "temp": [ - 25.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [25.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0], + "windDirection": [14, 0], + "wind": [4.9, 0] }, "60081": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0] }, "60102": { - "temp": [ - 25.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 8.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [25.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [8.5, 0], + "windDirection": [14, 0], + "wind": [5.7, 0] }, "60116": { - "temp": [ - 25.1, - 0 - ], - "humidity": [ - 64, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [25.1, 0], + "humidity": [64, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [16, 0], + "wind": [3.5, 0] }, "60131": { - "pressure": [ - 1001.1, - 0 - ], - "normalPressure": [ - 1011.6, - 0 - ], - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 64, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 16.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 7.7, - 0 - ] + "pressure": [1001.1, 0], + "normalPressure": [1011.6, 0], + "temp": [26.3, 0], + "humidity": [64, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [16.5, 0], + "windDirection": [14, 0], + "wind": [7.7, 0] }, "60161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0] }, "60196": { - "temp": [ - 26.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [26.7, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0], + "windDirection": [15, 0], + "wind": [5.7, 0] }, "60216": { - "temp": [ - 27.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [27.4, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0], + "windDirection": [2, 0], + "wind": [1.9, 0] }, "60226": { - "temp": [ - 24.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 10.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [24.6, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [10.5, 0], + "windDirection": [15, 0], + "wind": [3.9, 0] }, "60236": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [25.2, 0], + "sun10m": [10, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12, 0], + "windDirection": [12, 0], + "wind": [1.8, 0] }, "61001": { - "temp": [ - 22.5, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [22.5, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.8, 0] }, "61031": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61076": { - "temp": [ - 24.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [24.9, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [13, 0], + "wind": [3.1, 0] }, "61096": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "61111": { - "pressure": [ - 1013.1, - 0 - ], - "normalPressure": [ - 1013.6, - 0 - ], - "temp": [ - 24.1, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 16670, - 0 - ], - "sun10m": [ - 3, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 5.8, - 0 - ] + "pressure": [1013.1, 0], + "normalPressure": [1013.6, 0], + "temp": [24.1, 0], + "humidity": [68, 0], + "visibility": [16670, 0], + "sun10m": [3, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [5.8, 0] }, "61151": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "61187": { - "temp": [ - 25.6, - 0 - ], - "humidity": [ - 64, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [25.6, 0], + "humidity": [64, 0], + "sun10m": [5, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.9, 0] }, "61192": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61196": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61201": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61206": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [22.1, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [4.9, 0] }, "61241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61242": { - "temp": [ - 25.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [25.6, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [4.1, 0] }, "61251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "61286": { - "pressure": [ - 1005.4, - 0 - ], - "normalPressure": [ - 1011.4, - 0 - ], - "temp": [ - 27.8, - 0 - ], - "humidity": [ - 51, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 3, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "pressure": [1005.4, 0], + "normalPressure": [1011.4, 0], + "temp": [27.8, 0], + "humidity": [51, 0], + "visibility": [20000, 0], + "sun10m": [3, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.1, 0] }, "61306": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "61326": { - "temp": [ - 28.5, - 0 - ], - "humidity": [ - 60, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [28.5, 0], + "humidity": [60, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2, 0] }, "62016": { - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 65, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [26.3, 0], + "humidity": [65, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "62037": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "62046": { - "temp": [ - 28.1, - 0 - ], - "humidity": [ - 54, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [28.1, 0], + "humidity": [54, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.3, 0] }, "62051": { - "temp": [ - 28.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [28.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.8, 0] }, "62078": { - "pressure": [ - 1001.8, - 0 - ], - "normalPressure": [ - 1011.1, - 0 - ], - "temp": [ - 29.3, - 0 - ], - "humidity": [ - 44, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "pressure": [1001.8, 0], + "normalPressure": [1011.1, 0], + "temp": [29.3, 0], + "humidity": [44, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.6, 0] }, "62081": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [23.5, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [2.3, 0] }, "62091": { - "temp": [ - 28.8, - 0 - ], - "humidity": [ - 55, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [28.8, 0], + "humidity": [55, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [13, 0], + "wind": [1.9, 0] }, "62096": { - "temp": [ - 28.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [28.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [1, 0], + "wind": [2.9, 0] }, "62101": { - "temp": [ - 26, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [26, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [2.6, 0] }, "62111": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "62131": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [27.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [3.3, 0] }, "63016": { - "temp": [ - 23.5, - 0 - ], - "humidity": [ - 60, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [23.5, 0], + "humidity": [60, 0], + "sun10m": [2, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [16, 0], + "wind": [4.2, 0] }, "63032": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63051": { - "pressure": [ - 1013.4, - 0 - ], - "normalPressure": [ - 1014.1, - 0 - ], - "temp": [ - 25.2, - 0 - ], - "humidity": [ - 57, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "pressure": [1013.4, 0], + "normalPressure": [1014.1, 0], + "temp": [25.2, 0], + "humidity": [57, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.7, 0] }, "63071": { - "temp": [ - 19.2, - 0 - ], - "humidity": [ - 78, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [19.2, 0], + "humidity": [78, 0], + "sun10m": [7, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.6, 0] }, "63111": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63116": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63121": { - "temp": [ - 24, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [24, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.7, 0] }, "63201": { - "temp": [ - 24, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [24, 0], + "sun10m": [7, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [16, 0], + "wind": [2.2, 0] }, "63216": { - "temp": [ - 25.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [25.9, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [2.7, 0] }, "63241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63251": { - "temp": [ - 26.5, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [26.5, 0], + "sun10m": [7, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [3, 0] }, "63321": { - "temp": [ - 28.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [28.8, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [0.7, 0] }, "63331": { - "temp": [ - 27.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [27.8, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [1.9, 0] }, "63346": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63366": { - "temp": [ - 27.7, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [27.7, 0], + "sun10m": [5, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [1.5, 0] }, "63383": { - "pressure": [ - 1006.8, - 0 - ], - "normalPressure": [ - 1011.3, - 0 - ], - "temp": [ - 27.8, - 0 - ], - "humidity": [ - 48, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "pressure": [1006.8, 0], + "normalPressure": [1011.3, 0], + "temp": [27.8, 0], + "humidity": [48, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [3.7, 0] }, "63411": { - "temp": [ - 26, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [26, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.1, 0] }, "63461": { - "temp": [ - 27.6, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [27.6, 0], + "sun10m": [2, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [2.7, 0] }, "63477": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "63491": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [2.9, 0] }, "63496": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [26.8, 0], + "sun10m": [7, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [4, 0] }, "63517": { - "temp": [ - 27.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [27.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [10, 0], + "wind": [3.5, 0] }, "63518": { - "pressure": [ - 1008, - 0 - ], - "normalPressure": [ - 1011.5, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 49, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "pressure": [1008, 0], + "normalPressure": [1011.5, 0], + "temp": [28.4, 0], + "humidity": [49, 0], + "visibility": [20000, 0], + "sun10m": [9, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [3.6, 0] }, "63551": { - "temp": [ - 28.3, - 0 - ], - "humidity": [ - 60, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [28.3, 0], + "humidity": [60, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [1.9, 0] }, "63571": { - "pressure": [ - 1003.8, - 0 - ], - "normalPressure": [ - 1011.8, - 0 - ], - "temp": [ - 26.8, - 0 - ], - "humidity": [ - 58, - 0 - ], - "visibility": [ - 19030, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "pressure": [1003.8, 0], + "normalPressure": [1011.8, 0], + "temp": [26.8, 0], + "humidity": [58, 0], + "visibility": [19030, 0], + "sun10m": [6, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [3.2, 0] }, "63588": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [27.3, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [1.1, 0] }, "64036": { - "pressure": [ - 999.1, - 0 - ], - "normalPressure": [ - 1010.8, - 0 - ], - "temp": [ - 27.9, - 0 - ], - "humidity": [ - 51, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "pressure": [999.1, 0], + "normalPressure": [1010.8, 0], + "temp": [27.9, 0], + "humidity": [51, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [16, 0], + "wind": [3.3, 0] }, "64041": { - "temp": [ - 24.6, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 17, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [24.6, 0], + "humidity": [63, 0], + "sun10m": [2, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [17, 0], + "windDirection": [14, 0], + "wind": [2.7, 0] }, "64056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "64076": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12, 0] }, "64091": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "64101": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [23.4, 0], + "sun10m": [7, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9.5, 0], + "windDirection": [14, 0], + "wind": [1.6, 0] }, "64127": { - "temp": [ - 27.1, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [27.1, 0], + "humidity": [59, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [16, 0], + "wind": [1.7, 0] }, "64136": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0] }, "64161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13.5, 0] }, "64206": { - "temp": [ - 28, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [28, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14, 0], + "windDirection": [3, 0], + "wind": [4.7, 0] }, "64227": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [27.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [4, 0], + "wind": [1.2, 0] }, "64236": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 12.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [12.5, 0] }, "64262": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 9, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [9, 0] }, "65021": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "65026": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [27.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [16, 0], + "wind": [3, 0] }, "65036": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [27.1, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [13, 0], + "wind": [1.3, 0] }, "65042": { - "pressure": [ - 1009.3, - 0 - ], - "normalPressure": [ - 1011.4, - 0 - ], - "temp": [ - 27.6, - 0 - ], - "humidity": [ - 57, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "pressure": [1009.3, 0], + "normalPressure": [1011.4, 0], + "temp": [27.6, 0], + "humidity": [57, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.1, 0] }, "65061": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [22.1, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [13, 0], + "wind": [1.6, 0] }, "65106": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "65121": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [12, 0], + "wind": [1.3, 0] }, "65127": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0] }, "65162": { - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 54, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [27.2, 0], + "humidity": [54, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [12, 0], + "wind": [1.8, 0] }, "65201": { - "temp": [ - 28.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [28.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [4, 0] }, "65226": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6.5, 0] }, "65256": { - "temp": [ - 30, - 0 - ], - "humidity": [ - 53, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [30, 0], + "humidity": [53, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [13, 0], + "wind": [3.9, 0] }, "65276": { - "temp": [ - 30.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 20.5, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [30.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [20.5, 0], + "windDirection": [9, 0], + "wind": [2.7, 0] }, "65288": { - "temp": [ - 29, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 7, - 0 - ] + "temp": [29, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [14, 0], + "wind": [7, 0] }, "65306": { - "temp": [ - 31.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [31.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [16, 0], + "wind": [1.4, 0] }, "65311": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3.5, 0] }, "65321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0] }, "65356": { - "pressure": [ - 1000.4, - 0 - ], - "normalPressure": [ - 1008.2, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 71, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 21.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 8, - 0 - ] + "pressure": [1000.4, 0], + "normalPressure": [1008.2, 0], + "temp": [28.4, 0], + "humidity": [71, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [21.5, 0], + "windDirection": [12, 0], + "wind": [8, 0] }, "66046": { - "temp": [ - 19.3, - 0 - ], - "humidity": [ - 84, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [19.3, 0], + "humidity": [84, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [1, 0], + "wind": [2, 0] }, "66056": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "66091": { - "temp": [ - 22.2, - 0 - ], - "humidity": [ - 68, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [22.2, 0], + "humidity": [68, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [1.9, 0] }, "66112": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66127": { - "temp": [ - 26.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [26.6, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [2.8, 0] }, "66136": { - "temp": [ - 25, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [25, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [2.6, 0] }, "66171": { - "temp": [ - 26.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [26.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [5, 0] }, "66186": { - "pressure": [ - 995.2, - 0 - ], - "normalPressure": [ - 1011.9, - 0 - ], - "temp": [ - 27.1, - 0 - ], - "humidity": [ - 55, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "pressure": [995.2, 0], + "normalPressure": [1011.9, 0], + "temp": [27.1, 0], + "humidity": [55, 0], + "visibility": [20000, 0], + "sun10m": [9, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [1.8, 0] }, "66221": { - "temp": [ - 25.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [25.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [1, 0] }, "66226": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66237": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66276": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66287": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66296": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [27.3, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [1.6, 0] }, "66306": { - "temp": [ - 28.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [28.6, 0], + "sun10m": [0, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [1.6, 0] }, "66336": { - "temp": [ - 27.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [27.6, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [2.4, 0] }, "66346": { - "temp": [ - 25.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [25.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [2.8, 0] }, "66381": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66391": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "66408": { - "pressure": [ - 1010.9, - 0 - ], - "normalPressure": [ - 1011.7, - 0 - ], - "temp": [ - 28.5, - 0 - ], - "humidity": [ - 45, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 3, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "pressure": [1010.9, 0], + "normalPressure": [1011.7, 0], + "temp": [28.5, 0], + "humidity": [45, 0], + "visibility": [20000, 0], + "sun10m": [3, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.2, 0] }, "66421": { - "temp": [ - 27.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [27.8, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [3.1, 0] }, "66446": { - "temp": [ - 27.4, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [27.4, 0], + "sun10m": [5, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.9, 0] }, "66481": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "temp": [26.8, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [4.4, 0] }, "66501": { - "temp": [ - 28.7, - 0 - ], - "humidity": [ - 51, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [28.7, 0], + "humidity": [51, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [2.9, 0] }, "67016": { - "temp": [ - 21.3, - 0 - ], - "humidity": [ - 65, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [21.3, 0], + "humidity": [65, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [2.7, 0] }, "67026": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67052": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67106": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [26.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [3.3, 0] }, "67116": { - "temp": [ - 27.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [27.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [0.5, 0] }, "67126": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67136": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67151": { - "temp": [ - 23.6, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [23.6, 0], + "humidity": [63, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [4.2, 0] }, "67161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67191": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [24.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [2, 0] }, "67211": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67212": { - "temp": [ - 27.9, - 0 - ], - "humidity": [ - 37, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [27.9, 0], + "humidity": [37, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [1.8, 0] }, "67217": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67231": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67271": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67292": { - "temp": [ - 28.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [28.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [2.3, 0] }, "67306": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67316": { - "temp": [ - 25.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [25.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.2, 0] }, "67326": { - "temp": [ - 28.2, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [28.2, 0], + "sun10m": [7, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [1.9, 0] }, "67351": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67371": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67376": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [25.2, 0], + "sun10m": [7, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [1.5, 0] }, "67386": { - "temp": [ - 24.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [24.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.4, 0] }, "67401": { - "pressure": [ - 1011.9, - 0 - ], - "normalPressure": [ - 1012.3, - 0 - ], - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 60, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 4, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "pressure": [1011.9, 0], + "normalPressure": [1012.3, 0], + "temp": [26.3, 0], + "humidity": [60, 0], + "visibility": [20000, 0], + "sun10m": [4, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [2.3, 0] }, "67421": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [27, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [5, 0], + "wind": [1.8, 0] }, "67437": { - "pressure": [ - 1006.2, - 0 - ], - "normalPressure": [ - 1012.3, - 0 - ], - "temp": [ - 28.2, - 0 - ], - "humidity": [ - 44, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "pressure": [1006.2, 0], + "normalPressure": [1012.3, 0], + "temp": [28.2, 0], + "humidity": [44, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [3.2, 0] }, "67461": { - "temp": [ - 26.3, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [26.3, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [1.9, 0] }, "67471": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [2.5, 0] }, "67496": { - "temp": [ - 26.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [26.7, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [2.2, 0] }, "67511": { - "pressure": [ - 1011.9, - 0 - ], - "normalPressure": [ - 1012.5, - 0 - ], - "temp": [ - 25.7, - 0 - ], - "humidity": [ - 59, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "pressure": [1011.9, 0], + "normalPressure": [1012.5, 0], + "temp": [25.7, 0], + "humidity": [59, 0], + "visibility": [20000, 0], + "sun10m": [6, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [3.8, 0] }, "67566": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "67576": { - "temp": [ - 26.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [26.7, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [2.5, 0] }, "68022": { - "pressure": [ - 1011.1, - 0 - ], - "normalPressure": [ - 1014.3, - 0 - ], - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 44, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1011.1, 0], + "normalPressure": [1014.3, 0], + "temp": [23.8, 0], + "humidity": [44, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [4, 0] }, "68046": { - "temp": [ - 23.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [23.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [12, 0], + "wind": [4.1, 0] }, "68056": { - "temp": [ - 23.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [23.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.3, 0] }, "68091": { - "temp": [ - 22.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [22.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [1.9, 0] }, "68121": { - "temp": [ - 23.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [23.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.9, 0] }, "68132": { - "pressure": [ - 1012, - 0 - ], - "normalPressure": [ - 1014.6, - 0 - ], - "temp": [ - 23.9, - 0 - ], - "humidity": [ - 59, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "pressure": [1012, 0], + "normalPressure": [1014.6, 0], + "temp": [23.9, 0], + "humidity": [59, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [4.6, 0] }, "68156": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [23.5, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [2, 0] }, "68166": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68181": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68206": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68246": { - "temp": [ - 23.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [23.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [2, 0] }, "68261": { - "temp": [ - 22.8, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [22.8, 0], + "sun10m": [5, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.7, 0] }, "68276": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [22.9, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [3.1, 0] }, "68286": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68306": { - "temp": [ - 21.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [21.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.2, 0] }, "68346": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68351": { - "temp": [ - 22.3, - 0 - ], - "humidity": [ - 67, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [22.3, 0], + "humidity": [67, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.1, 0] }, "68376": { - "pressure": [ - 1012.1, - 0 - ], - "normalPressure": [ - 1014.5, - 0 - ], - "temp": [ - 23.3, - 0 - ], - "humidity": [ - 60, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "pressure": [1012.1, 0], + "normalPressure": [1014.5, 0], + "temp": [23.3, 0], + "humidity": [60, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.5, 0] }, "68401": { - "temp": [ - 25.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [25.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.9, 0] }, "68421": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68431": { - "temp": [ - 20.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [20.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.1, 0] }, "68436": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68456": { - "temp": [ - 23, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [23, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.2, 0] }, "68462": { - "temp": [ - 24.4, - 0 - ], - "humidity": [ - 61, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [24.4, 0], + "humidity": [61, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.6, 0] }, "68501": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "68516": { - "temp": [ - 26.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [26.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.4, 0] }, "68541": { - "temp": [ - 24.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [24.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [3.1, 0] }, "69006": { - "pressure": [ - 1014.4, - 0 - ], - "normalPressure": [ - 1014.8, - 0 - ], - "temp": [ - 23.9, - 0 - ], - "humidity": [ - 58, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "pressure": [1014.4, 0], + "normalPressure": [1014.8, 0], + "temp": [23.9, 0], + "humidity": [58, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.6, 0] }, "69021": { - "temp": [ - 23.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [23.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.1, 0] }, "69041": { - "temp": [ - 23.3, - 0 - ], - "humidity": [ - 64, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [23.3, 0], + "humidity": [64, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.2, 0] }, "69052": { - "temp": [ - 23.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [23.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.9, 0] }, "69061": { - "temp": [ - 22.6, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [22.6, 0], + "sun10m": [2, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.9, 0] }, "69076": { - "pressure": [ - 1013.8, - 0 - ], - "normalPressure": [ - 1014.7, - 0 - ], - "temp": [ - 23.5, - 0 - ], - "humidity": [ - 56, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "pressure": [1013.8, 0], + "normalPressure": [1014.7, 0], + "temp": [23.5, 0], + "humidity": [56, 0], + "visibility": [20000, 0], + "sun10m": [8, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.2, 0] }, "69101": { - "temp": [ - 22, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [22, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.6, 0] }, "69111": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "69122": { - "pressure": [ - 1012.7, - 0 - ], - "normalPressure": [ - 1014.5, - 0 - ], - "temp": [ - 25, - 0 - ], - "humidity": [ - 57, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1012.7, 0], + "normalPressure": [1014.5, 0], + "temp": [25, 0], + "humidity": [57, 0], + "visibility": [20000, 0], + "sun10m": [6, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4, 0] }, "69152": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "69161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "69181": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "69196": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "69222": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "69246": { - "temp": [ - 23.7, - 0 - ], - "humidity": [ - 68, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [23.7, 0], + "humidity": [68, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.2, 0] }, "69271": { - "temp": [ - 21.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [21.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.1, 0] }, "71066": { - "temp": [ - 26.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.1, - 0 - ] + "temp": [26.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [1.1, 0] }, "71087": { - "temp": [ - 27.5, - 0 - ], - "humidity": [ - 50, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [27.5, 0], + "humidity": [50, 0], + "sun10m": [7, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [1.3, 0] }, "71106": { - "pressure": [ - 1011, - 0 - ], - "normalPressure": [ - 1011.7, - 0 - ], - "temp": [ - 28, - 0 - ], - "humidity": [ - 41, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "pressure": [1011, 0], + "normalPressure": [1011.7, 0], + "temp": [28, 0], + "humidity": [41, 0], + "visibility": [20000, 0], + "sun10m": [6, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [5.4, 0] }, "71136": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "71191": { - "temp": [ - 24.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [24.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [0.9, 0] }, "71211": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "71231": { - "temp": [ - 26.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [26.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [3.4, 0] }, "71251": { - "temp": [ - 25.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 0.5, - 0 - ] + "temp": [25.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [0.5, 0] }, "71266": { - "temp": [ - 30.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [30.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [1.8, 0] }, "71291": { - "temp": [ - 29, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [29, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [2.8, 0] }, "72061": { - "temp": [ - 28.1, - 0 - ], - "humidity": [ - 53, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [28.1, 0], + "humidity": [53, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [2.6, 0] }, "72086": { - "pressure": [ - 1010.7, - 0 - ], - "normalPressure": [ - 1011.9, - 0 - ], - "temp": [ - 29.1, - 0 - ], - "humidity": [ - 42, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 3, - 0 - ] + "pressure": [1010.7, 0], + "normalPressure": [1011.9, 0], + "temp": [29.1, 0], + "humidity": [42, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [3, 0] }, "72111": { - "pressure": [ - 1011.7, - 0 - ], - "normalPressure": [ - 1012.3, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 47, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "pressure": [1011.7, 0], + "normalPressure": [1012.3, 0], + "temp": [28.4, 0], + "humidity": [47, 0], + "visibility": [20000, 0], + "sun10m": [7, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [12, 0], + "wind": [2.3, 0] }, "72121": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [27.3, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [11, 0], + "wind": [1.5, 0] }, "72126": { - "temp": [ - 26.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "temp": [26.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [13, 0], + "wind": [4.4, 0] }, "72146": { - "temp": [ - 28.2, - 0 - ], - "humidity": [ - 51, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [28.2, 0], + "humidity": [51, 0], + "sun10m": [5, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.2, 0] }, "72161": { - "temp": [ - 26.3, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [26.3, 0], + "sun10m": [5, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [13, 0], + "wind": [1.8, 0] }, "72176": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0] }, "73001": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [26.9, 0], + "sun10m": [10, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [11, 0], + "wind": [3, 0] }, "73071": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "73076": { - "temp": [ - 27.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [27.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [1.5, 0] }, "73126": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "temp": [27, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [2.2, 0] }, "73141": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 0.7, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [0.7, 0] }, "73151": { - "temp": [ - 26.5, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [26.5, 0], + "sun10m": [2, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2.5, 0], + "windDirection": [12, 0], + "wind": [2.4, 0] }, "73152": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0] }, "73166": { - "pressure": [ - 1008, - 0 - ], - "normalPressure": [ - 1011.9, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 52, - 0 - ], - "visibility": [ - 17590, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "pressure": [1008, 0], + "normalPressure": [1011.9, 0], + "temp": [28.4, 0], + "humidity": [52, 0], + "visibility": [17590, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [4.3, 0] }, "73168": { - "temp": [ - 27.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [27.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [4.8, 0] }, "73231": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "73247": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "73256": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [24.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.7, 0] }, "73271": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "73276": { - "temp": [ - 26.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [26.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.4, 0] }, "73306": { - "temp": [ - 28, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [28, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.8, 0] }, "73321": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "73341": { - "temp": [ - 25.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 5.2, - 0 - ] + "temp": [25.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [5.2, 0] }, "73351": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "73406": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [27.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.5, 0] }, "73442": { - "pressure": [ - 1009.8, - 0 - ], - "normalPressure": [ - 1011.5, - 0 - ], - "temp": [ - 29.3, - 0 - ], - "humidity": [ - 52, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "pressure": [1009.8, 0], + "normalPressure": [1011.5, 0], + "temp": [29.3, 0], + "humidity": [52, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [5.7, 0] }, "73446": { - "temp": [ - 28.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [28.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [1.6, 0] }, "73516": { - "temp": [ - 29, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 6.8, - 0 - ] + "temp": [29, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [6.8, 0] }, "74056": { - "temp": [ - 25.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [25.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [1.2, 0] }, "74071": { - "temp": [ - 27.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [27.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [1.7, 0] }, "74101": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74126": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74136": { - "temp": [ - 30.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [30.7, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [2.7, 0] }, "74151": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74166": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74181": { - "pressure": [ - 1009.3, - 0 - ], - "normalPressure": [ - 1009.8, - 0 - ], - "temp": [ - 31.6, - 0 - ], - "humidity": [ - 44, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2, - 0 - ] + "pressure": [1009.3, 0], + "normalPressure": [1009.8, 0], + "temp": [31.6, 0], + "humidity": [44, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [2, 0] }, "74187": { - "temp": [ - 30.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [30.7, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.6, 0] }, "74188": { - "temp": [ - 31, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [31, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3, 0] }, "74237": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "74238": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74271": { - "temp": [ - 29.5, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [29.5, 0], + "humidity": [75, 0], + "sun10m": [0, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [2.8, 0] }, "74276": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74296": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [0.9, 0] }, "74311": { - "temp": [ - 29, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [29, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [3.1, 0] }, "74336": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74361": { - "temp": [ - 29.5, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [29.5, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [2.3, 0] }, "74372": { - "pressure": [ - 989.4, - 0 - ], - "normalPressure": [ - 1010.4, - 0 - ], - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 71, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "pressure": [989.4, 0], + "normalPressure": [1010.4, 0], + "temp": [26.3, 0], + "humidity": [71, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [1.4, 0] }, "74381": { - "temp": [ - 30.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [30.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [1.6, 0] }, "74391": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "74436": { - "temp": [ - 28.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [28.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [2.3, 0] }, "74447": { - "pressure": [ - 1009.4, - 0 - ], - "normalPressure": [ - 1010.6, - 0 - ], - "temp": [ - 29.9, - 0 - ], - "humidity": [ - 55, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "pressure": [1009.4, 0], + "normalPressure": [1010.6, 0], + "temp": [29.9, 0], + "humidity": [55, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [3.9, 0] }, "74456": { - "temp": [ - 30.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [30.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.9, 0] }, "74506": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "74516": { - "pressure": [ - 1007, - 0 - ], - "normalPressure": [ - 1010.8, - 0 - ], - "temp": [ - 29.2, - 0 - ], - "humidity": [ - 63, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "pressure": [1007, 0], + "normalPressure": [1010.8, 0], + "temp": [29.2, 0], + "humidity": [63, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [2.5, 0] }, "81011": { - "temp": [ - 22.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [22.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.9, 0] }, "81071": { - "pressure": [ - 1013.8, - 0 - ], - "normalPressure": [ - 1014.2, - 0 - ], - "temp": [ - 24.1, - 0 - ], - "humidity": [ - 62, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.6, - 0 - ] + "pressure": [1013.8, 0], + "normalPressure": [1014.2, 0], + "temp": [24.1, 0], + "humidity": [62, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.6, 0] }, "81116": { - "temp": [ - 23.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [23.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.5, 0] }, "81146": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "81151": { - "temp": [ - 24.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [24.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [2.1, 0] }, "81167": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "81196": { - "temp": [ - 23.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [23.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.8, 0] }, "81228": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "81231": { - "temp": [ - 27.9, - 0 - ], - "humidity": [ - 38, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [27.9, 0], + "humidity": [38, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [3, 0] }, "81266": { - "temp": [ - 25.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [25.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.5, 0] }, "81271": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "81286": { - "pressure": [ - 1010.5, - 0 - ], - "normalPressure": [ - 1012.7, - 0 - ], - "temp": [ - 27.8, - 0 - ], - "humidity": [ - 45, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "pressure": [1010.5, 0], + "normalPressure": [1012.7, 0], + "temp": [27.8, 0], + "humidity": [45, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.8, 0] }, "81301": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "81321": { - "temp": [ - 25.9, - 0 - ], - "humidity": [ - 65, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [25.9, 0], + "humidity": [65, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [4, 0] }, "81371": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [26.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [4, 0] }, "81386": { - "temp": [ - 26.1, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [26.1, 0], + "sun10m": [7, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [3.2, 0] }, "81397": { - "temp": [ - 27.2, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [27.2, 0], + "humidity": [59, 0], + "sun10m": [2, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [1.6, 0] }, "81428": { - "pressure": [ - 1011.5, - 0 - ], - "normalPressure": [ - 1013.7, - 0 - ], - "temp": [ - 25.5, - 0 - ], - "humidity": [ - 64, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "pressure": [1011.5, 0], + "normalPressure": [1013.7, 0], + "temp": [25.5, 0], + "humidity": [64, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [4.9, 0] }, "81436": { - "temp": [ - 25.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 6.5, - 0 - ] + "temp": [25.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [6.5, 0] }, "81481": { - "temp": [ - 25.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 6, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [25.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [6, 0], + "wind": [1.9, 0] }, "81486": { - "temp": [ - 25.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "temp": [25.4, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [1.8, 0] }, "82036": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "82046": { - "temp": [ - 23.4, - 0 - ], - "humidity": [ - 70, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [23.4, 0], + "humidity": [70, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.1, 0] }, "82056": { - "temp": [ - 23.8, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [23.8, 0], + "humidity": [59, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.7, 0] }, "82068": { - "temp": [ - 25.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 4.3, - 0 - ] + "temp": [25.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [4.3, 0] }, "82097": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "82101": { - "temp": [ - 26.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [26.3, 0], + "sun10m": [0, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [5, 0], + "wind": [1.5, 0] }, "82136": { - "pressure": [ - 1009.5, - 0 - ], - "normalPressure": [ - 1013.8, - 0 - ], - "temp": [ - 25.4, - 0 - ], - "humidity": [ - 54, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "pressure": [1009.5, 0], + "normalPressure": [1013.8, 0], + "temp": [25.4, 0], + "humidity": [54, 0], + "visibility": [20000, 0], + "sun10m": [2, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [16, 0], + "wind": [2.9, 0] }, "82171": { - "temp": [ - 24.2, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [24.2, 0], + "humidity": [63, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [2.7, 0] }, "82182": { - "pressure": [ - 1012.5, - 0 - ], - "normalPressure": [ - 1014.2, - 0 - ], - "temp": [ - 24.9, - 0 - ], - "humidity": [ - 57, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "pressure": [1012.5, 0], + "normalPressure": [1014.2, 0], + "temp": [24.9, 0], + "humidity": [57, 0], + "sun10m": [8, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [5.7, 0] }, "82186": { - "temp": [ - 24.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 6.6, - 0 - ] + "temp": [24.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [14, 0], + "wind": [6.6, 0] }, "82191": { - "temp": [ - 24.9, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [24.9, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [13, 0], + "wind": [4.2, 0] }, "82206": { - "temp": [ - 24.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [24.8, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [16, 0], + "wind": [0.9, 0] }, "82241": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "82261": { - "temp": [ - 24.9, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [24.9, 0], + "sun10m": [2, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [15, 0], + "wind": [4.7, 0] }, "82272": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "82306": { - "temp": [ - 26.7, - 0 - ], - "humidity": [ - 51, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [26.7, 0], + "humidity": [51, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [16, 0], + "wind": [3.4, 0] }, "82316": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0] }, "82317": { - "temp": [ - 26, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [26, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [1.6, 0] }, "82331": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "82361": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [27, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.1, 0] }, "83021": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [24.7, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [1.2, 0] }, "83051": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [24.7, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2, 0] }, "83061": { - "temp": [ - 24.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [24.7, 0], + "sun10m": [10, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.9, 0] }, "83096": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "83106": { - "temp": [ - 24.9, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3.2, - 0 - ] + "temp": [24.9, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [3.2, 0] }, "83121": { - "temp": [ - 25.7, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [25.7, 0], + "sun10m": [2, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.5, 0] }, "83126": { - "temp": [ - 26, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 5, - 0 - ] + "temp": [26, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [5, 0] }, "83137": { - "pressure": [ - 1003.1, - 0 - ], - "normalPressure": [ - 1012.6, - 0 - ], - "temp": [ - 28, - 0 - ], - "humidity": [ - 49, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "pressure": [1003.1, 0], + "normalPressure": [1012.6, 0], + "temp": [28, 0], + "humidity": [49, 0], + "visibility": [20000, 0], + "sun10m": [8, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.9, 0] }, "83191": { - "temp": [ - 25, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [25, 0], + "sun10m": [2, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [1.9, 0] }, "83201": { - "temp": [ - 24.3, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [24.3, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [3.3, 0] }, "83216": { - "pressure": [ - 1011.4, - 0 - ], - "normalPressure": [ - 1012.9, - 0 - ], - "temp": [ - 27, - 0 - ], - "humidity": [ - 46, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "pressure": [1011.4, 0], + "normalPressure": [1012.9, 0], + "temp": [27, 0], + "humidity": [46, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [5.7, 0] }, "83226": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "83242": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "83286": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "83341": { - "temp": [ - 27.3, - 0 - ], - "humidity": [ - 52, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [27.3, 0], + "humidity": [52, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.5, 0] }, "83371": { - "temp": [ - 26.5, - 0 - ], - "humidity": [ - 60, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [26.5, 0], + "humidity": [60, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [2, 0] }, "83401": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 2.9, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [2.9, 0] }, "83431": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [27.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [2.4, 0] }, "83476": { - "temp": [ - 28.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [28.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [3.7, 0] }, "84012": { - "temp": [ - 22.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [22.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [1.7, 0] }, "84072": { - "pressure": [ - 1014.7, - 0 - ], - "normalPressure": [ - 1015.2, - 0 - ], - "temp": [ - 23.5, - 0 - ], - "humidity": [ - 50, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "pressure": [1014.7, 0], + "normalPressure": [1015.2, 0], + "temp": [23.5, 0], + "humidity": [50, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [3.6, 0] }, "84076": { - "temp": [ - 22.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [22.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [3.4, 0] }, "84121": { - "temp": [ - 22.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [22.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.6, 0] }, "84122": { - "temp": [ - 22.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [22.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.9, 0] }, "84171": { - "pressure": [ - 1007.4, - 0 - ], - "normalPressure": [ - 1014.2, - 0 - ], - "temp": [ - 22.3, - 0 - ], - "humidity": [ - 61, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4, - 0 - ] + "pressure": [1007.4, 0], + "normalPressure": [1014.2, 0], + "temp": [22.3, 0], + "humidity": [61, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4, 0] }, "84183": { - "temp": [ - 23.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [23.1, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3.9, 0] }, "84266": { - "pressure": [ - 1012.7, - 0 - ], - "normalPressure": [ - 1013.3, - 0 - ], - "temp": [ - 26.3, - 0 - ], - "humidity": [ - 49, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "pressure": [1012.7, 0], + "normalPressure": [1013.3, 0], + "temp": [26.3, 0], + "humidity": [49, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [16, 0], + "wind": [5.4, 0] }, "84306": { - "temp": [ - 24.8, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [24.8, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [15, 0], + "wind": [2.5, 0] }, "84341": { - "temp": [ - 23.4, - 0 - ], - "humidity": [ - 63, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "temp": [23.4, 0], + "humidity": [63, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.7, 0] }, "84361": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2.5, 0] }, "84371": { - "temp": [ - 26.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 7, - 0 - ] + "temp": [26.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [15, 0], + "wind": [7, 0] }, "84441": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3.5, 0] }, "84496": { - "pressure": [ - 1008.7, - 0 - ], - "normalPressure": [ - 1012.8, - 0 - ], - "temp": [ - 26.4, - 0 - ], - "humidity": [ - 49, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.2, - 0 - ] + "pressure": [1008.7, 0], + "normalPressure": [1012.8, 0], + "temp": [26.4, 0], + "humidity": [49, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2.5, 0], + "windDirection": [15, 0], + "wind": [2.2, 0] }, "84519": { - "pressure": [ - 936.6, - 0 - ], - "normalPressure": [ - 1011.8, - 0 - ], - "temp": [ - 22.9, - 0 - ], - "humidity": [ - 64, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "pressure": [936.6, 0], + "normalPressure": [1011.8, 0], + "temp": [22.9, 0], + "humidity": [64, 0], + "visibility": [20000, 0], + "sun10m": [9, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [4, 0], + "wind": [0.9, 0] }, "84523": { - "temp": [ - 27.1, - 0 - ], - "humidity": [ - 46, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [27.1, 0], + "humidity": [46, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [16, 0], + "wind": [3.7, 0] }, "84536": { - "pressure": [ - 1011, - 0 - ], - "normalPressure": [ - 1014.1, - 0 - ], - "temp": [ - 23.1, - 0 - ], - "humidity": [ - 65, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "pressure": [1011, 0], + "normalPressure": [1014.1, 0], + "temp": [23.1, 0], + "humidity": [65, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.1, 0] }, "84537": { - "temp": [ - 23, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 6.8, - 0 - ] + "temp": [23, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [6.8, 0] }, "84561": { - "temp": [ - 28.2, - 0 - ], - "humidity": [ - 46, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [28.2, 0], + "humidity": [46, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0], + "windDirection": [10, 0], + "wind": [2.8, 0] }, "84597": { - "temp": [ - 25.9, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "temp": [25.9, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [16, 0], + "wind": [3.4, 0] }, "85033": { - "temp": [ - 23.4, - 0 - ], - "humidity": [ - 67, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [23.4, 0], + "humidity": [67, 0], + "sun10m": [7, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.1, 0] }, "85046": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0] }, "85106": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4.5, 0] }, "85116": { - "temp": [ - 24, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "temp": [24, 0], + "sun10m": [0, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [4.4, 0] }, "85142": { - "pressure": [ - 1009.3, - 0 - ], - "normalPressure": [ - 1013.1, - 0 - ], - "temp": [ - 26.4, - 0 - ], - "humidity": [ - 44, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "pressure": [1009.3, 0], + "normalPressure": [1013.1, 0], + "temp": [26.4, 0], + "humidity": [44, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [16, 0], + "wind": [4.5, 0] }, "85161": { - "temp": [ - 24.4, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "temp": [24.4, 0], + "sun10m": [0, 0], + "sun1h": [0.1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [15, 0], + "wind": [3.5, 0] }, "85166": { - "temp": [ - 26.7, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1.5, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 1.2, - 0 - ] + "temp": [26.7, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1.5, 0], + "windDirection": [13, 0], + "wind": [1.2, 0] }, "85176": { - "temp": [ - 26.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 2, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "temp": [26.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [2, 0], + "windDirection": [16, 0], + "wind": [4.2, 0] }, "86006": { - "temp": [ - 26.1, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [26.1, 0], + "sun10m": [5, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.9, 0] }, "86066": { - "temp": [ - 25.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [25.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.8, 0] }, "86086": { - "temp": [ - 29.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.9, - 0 - ] + "temp": [29.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [3.9, 0] }, "86101": { - "temp": [ - 28.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [28.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.4, 0] }, "86111": { - "temp": [ - 25.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "temp": [25.9, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [2.3, 0] }, "86141": { - "pressure": [ - 1007.5, - 0 - ], - "normalPressure": [ - 1011.9, - 0 - ], - "temp": [ - 29.2, - 0 - ], - "humidity": [ - 47, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "pressure": [1007.5, 0], + "normalPressure": [1011.9, 0], + "temp": [29.2, 0], + "humidity": [47, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [3.1, 0] }, "86146": { - "temp": [ - 26.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [26.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [1.4, 0] }, "86157": { - "temp": [ - 27.6, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [27.6, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [1.7, 0] }, "86161": { - "temp": [ - 25.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [25.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.8, 0] }, "86181": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86197": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86216": { - "temp": [ - 25.1, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 5.8, - 0 - ] + "temp": [25.1, 0], + "sun10m": [5, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [5.8, 0] }, "86236": { - "temp": [ - 27.7, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [27.7, 0], + "humidity": [59, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [1.6, 0] }, "86271": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [26.9, 0], + "sun10m": [10, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4, 0] }, "86316": { - "temp": [ - 26.9, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 0.9, - 0 - ] + "temp": [26.9, 0], + "sun10m": [5, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [5, 0], + "wind": [0.9, 0] }, "86336": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.8, - 0 - ] + "temp": [27.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.8, 0] }, "86396": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86407": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 4 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 4] }, "86411": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86451": { - "temp": [ - 27.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 3, - 0 - ] + "temp": [27.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [3, 0] }, "86461": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86467": { - "pressure": [ - 994.2, - 0 - ], - "normalPressure": [ - 1010.6, - 0 - ], - "temp": [ - 30.9, - 0 - ], - "humidity": [ - 50, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "pressure": [994.2, 0], + "normalPressure": [1010.6, 0], + "temp": [30.9, 0], + "humidity": [50, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [1.5, 0] }, "86477": { - "temp": [ - 29.6, - 0 - ], - "humidity": [ - 51, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [29.6, 0], + "humidity": [51, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [1.5, 0] }, "86478": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86481": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "86491": { - "pressure": [ - 1010.4, - 0 - ], - "normalPressure": [ - 1012.1, - 0 - ], - "temp": [ - 28.5, - 0 - ], - "humidity": [ - 52, - 0 - ], - "visibility": [ - 18320, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "pressure": [1010.4, 0], + "normalPressure": [1012.1, 0], + "temp": [28.5, 0], + "humidity": [52, 0], + "visibility": [18320, 0], + "sun10m": [9, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [4.8, 0] }, "87041": { - "temp": [ - 28, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [28, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [2.5, 0] }, "87066": { - "temp": [ - 28.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.1, - 0 - ] + "temp": [28.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [4.1, 0] }, "87071": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [2.1, 0] }, "87086": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "87127": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "87136": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "87141": { - "pressure": [ - 1008.6, - 0 - ], - "normalPressure": [ - 1011, - 0 - ], - "temp": [ - 29.2, - 0 - ], - "humidity": [ - 46, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "pressure": [1008.6, 0], + "normalPressure": [1011, 0], + "temp": [29.2, 0], + "humidity": [46, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0], + "windDirection": [3, 0], + "wind": [3.6, 0] }, "87157": {}, "87181": { - "temp": [ - 28.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [28.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [5, 0], + "wind": [1.4, 0] }, "87206": { - "temp": [ - 30.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [30.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [6.5, 0], + "windDirection": [7, 0], + "wind": [2, 0] }, "87231": { - "temp": [ - 30, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [30, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [1.9, 0] }, "87251": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "87293": { - "temp": [ - 29.3, - 0 - ], - "humidity": [ - 62, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 2.5, - 0 - ] + "temp": [29.3, 0], + "humidity": [62, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [2.5, 0] }, "87301": { - "temp": [ - 30.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 2.4, - 0 - ] + "temp": [30.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [2.4, 0] }, "87331": { - "temp": [ - 29.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 3.7, - 0 - ] + "temp": [29.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [5, 0], + "wind": [3.7, 0] }, "87346": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "87352": { - "temp": [ - 30, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [30, 0], + "sun10m": [0, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [2, 0] }, "87361": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 1, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [1, 0] }, "87371": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "87376": { - "pressure": [ - 1009.6, - 0 - ], - "normalPressure": [ - 1011.3, - 0 - ], - "temp": [ - 28.4, - 0 - ], - "humidity": [ - 58, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 3.5, - 0 - ] + "pressure": [1009.6, 0], + "normalPressure": [1011.3, 0], + "temp": [28.4, 0], + "humidity": [58, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [5, 0], + "wind": [3.5, 0] }, "87406": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [27.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0], + "windDirection": [3, 0], + "wind": [3.6, 0] }, "87412": { - "temp": [ - 28.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [28.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [4.8, 0] }, "87426": { - "pressure": [ - 993, - 0 - ], - "normalPressure": [ - 1010.3, - 0 - ], - "temp": [ - 30.4, - 0 - ], - "humidity": [ - 58, - 0 - ], - "visibility": [ - 8040, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 10, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "pressure": [993, 0], + "normalPressure": [1010.3, 0], + "temp": [30.4, 0], + "humidity": [58, 0], + "visibility": [8040, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [10, 0], + "wind": [2.1, 0] }, "87461": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0] }, "87492": { - "pressure": [ - 1009.6, - 0 - ], - "normalPressure": [ - 1011.3, - 0 - ], - "temp": [ - 27.4, - 0 - ], - "humidity": [ - 64, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "pressure": [1009.6, 0], + "normalPressure": [1011.3, 0], + "temp": [27.4, 0], + "humidity": [64, 0], + "visibility": [20000, 0], + "sun10m": [9, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [5.4, 0] }, "87501": { - "temp": [ - 30.1, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [30.1, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [1.4, 0] }, "88061": { - "pressure": [ - 1007.2, - 0 - ], - "normalPressure": [ - 1012, - 0 - ], - "temp": [ - 27.6, - 0 - ], - "humidity": [ - 53, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "pressure": [1007.2, 0], + "normalPressure": [1012, 0], + "temp": [27.6, 0], + "humidity": [53, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [4.4, 0] }, "88066": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88081": { - "temp": [ - 29.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 1, - 0 - ] + "temp": [29.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [1, 0] }, "88101": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88107": { - "temp": [ - 29.9, - 0 - ], - "humidity": [ - 51, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 1.3, - 0 - ] + "temp": [29.9, 0], + "humidity": [51, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [1.3, 0] }, "88131": { - "temp": [ - 26.5, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 14, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [26.5, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [14, 0], + "wind": [2.6, 0] }, "88151": { - "temp": [ - 29.4, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [29.4, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [3.3, 0] }, "88166": { - "temp": [ - 28.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [28.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [3.1, 0] }, "88211": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88261": { - "temp": [ - 28.9, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 11, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [28.9, 0], + "sun10m": [7, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [11, 0], + "wind": [1.5, 0] }, "88286": { - "temp": [ - 26.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.7, - 0 - ] + "temp": [26.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.7, 0] }, "88317": { - "pressure": [ - 1007.5, - 0 - ], - "normalPressure": [ - 1011.1, - 0 - ], - "temp": [ - 30.2, - 0 - ], - "humidity": [ - 59, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 5, - 0 - ], - "wind": [ - 2.3, - 0 - ] + "pressure": [1007.5, 0], + "normalPressure": [1011.1, 0], + "temp": [30.2, 0], + "humidity": [59, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [5, 0], + "wind": [2.3, 0] }, "88331": { - "temp": [ - 27, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.9, - 0 - ] + "temp": [27, 0], + "sun10m": [0, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [1.9, 0] }, "88341": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88371": { - "temp": [ - 28.8, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 12, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [28.8, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [12, 0], + "wind": [2.1, 0] }, "88392": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88406": { - "temp": [ - 28.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 7, - 0 - ], - "wind": [ - 2, - 0 - ] + "temp": [28.7, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [7, 0], + "wind": [2, 0] }, "88432": { - "temp": [ - 27.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [27.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [15, 0], + "wind": [1.5, 0] }, "88442": { - "temp": [ - 29.6, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 9, - 0 - ], - "wind": [ - 1.5, - 0 - ] + "temp": [29.6, 0], + "sun10m": [7, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [9, 0], + "wind": [1.5, 0] }, "88447": { - "temp": [ - 29.2, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [29.2, 0], + "humidity": [75, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [1.7, 0] }, "88466": { - "pressure": [ - 1008.1, - 0 - ], - "normalPressure": [ - 1011.7, - 0 - ], - "temp": [ - 28, - 0 - ], - "humidity": [ - 68, - 0 - ], - "visibility": [ - 17990, - 0 - ], - "sun10m": [ - 1, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 3, - 0 - ] + "pressure": [1008.1, 0], + "normalPressure": [1011.7, 0], + "temp": [28, 0], + "humidity": [68, 0], + "visibility": [17990, 0], + "sun10m": [1, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [3, 0] }, "88486": { - "temp": [ - 30, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 8, - 0 - ], - "wind": [ - 1.6, - 0 - ] + "temp": [30, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [8, 0], + "wind": [1.6, 0] }, "88506": { - "temp": [ - 29.3, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.8, - 0 - ] + "temp": [29.3, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [3.8, 0] }, "88536": { - "temp": [ - 27.5, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 13, - 0 - ], - "wind": [ - 2.1, - 0 - ] + "temp": [27.5, 0], + "sun10m": [7, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [13, 0], + "wind": [2.1, 0] }, "88551": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88612": { - "pressure": [ - 1006.9, - 0 - ], - "normalPressure": [ - 1011.1, - 0 - ], - "temp": [ - 28.8, - 0 - ], - "humidity": [ - 64, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 3.4, - 0 - ] + "pressure": [1006.9, 0], + "normalPressure": [1011.1, 0], + "temp": [28.8, 0], + "humidity": [64, 0], + "visibility": [20000, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [3.4, 0] }, "88621": { - "temp": [ - 26.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 3.3, - 0 - ] + "temp": [26.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [3.3, 0] }, "88666": { - "temp": [ - 28.2, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 2.6, - 0 - ] + "temp": [28.2, 0], + "humidity": [75, 0], + "sun10m": [10, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [2.6, 0] }, "88686": { - "pressure": [ - 1006.9, - 0 - ], - "normalPressure": [ - 1011.2, - 0 - ], - "temp": [ - 27.3, - 0 - ], - "humidity": [ - 76, - 0 - ], - "visibility": [ - 15010, - 0 - ], - "sun10m": [ - 1, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 1.8, - 0 - ] + "pressure": [1006.9, 0], + "normalPressure": [1011.2, 0], + "temp": [27.3, 0], + "humidity": [76, 0], + "visibility": [15010, 0], + "sun10m": [1, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [1.8, 0] }, "88706": { - "temp": [ - 29, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 3.6, - 0 - ] + "temp": [29, 0], + "humidity": [75, 0], + "sun10m": [10, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [3.6, 0] }, "88736": { - "temp": [ - 28, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 1.7, - 0 - ] + "temp": [28, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [4, 0], + "wind": [1.7, 0] }, "88746": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88756": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0.5, 0] }, "88776": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "88781": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0] }, "88821": { - "temp": [ - 30, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 6.1, - 0 - ] + "temp": [30, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [6.1, 0] }, "88836": { - "pressure": [ - 1010, - 0 - ], - "normalPressure": [ - 1010.9, - 0 - ], - "temp": [ - 29.1, - 0 - ], - "humidity": [ - 67, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 16, - 0 - ], - "wind": [ - 4.2, - 0 - ] + "pressure": [1010, 0], + "normalPressure": [1010.9, 0], + "temp": [29.1, 0], + "humidity": [67, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [16, 0], + "wind": [4.2, 0] }, "88851": { - "temp": [ - 29.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.5, - 0 - ] + "temp": [29.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [4.5, 0] }, "88901": { - "temp": [ - 29.7, - 0 - ], - "humidity": [ - 75, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 1.4, - 0 - ] + "temp": [29.7, 0], + "humidity": [75, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [1.4, 0] }, "88931": { - "temp": [ - 28.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 6.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4, - 0 - ] + "temp": [28.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [6, 0], + "precipitation24h": [6.5, 0], + "windDirection": [2, 0], + "wind": [4, 0] }, "88956": { - "temp": [ - 29, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [29, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [4.9, 0] }, "88971": { - "pressure": [ - 1007.2, - 0 - ], - "normalPressure": [ - 1010.5, - 0 - ], - "temp": [ - 29.5, - 0 - ], - "humidity": [ - 74, - 0 - ], - "visibility": [ - 22900, - 0 - ], - "sun10m": [ - 9, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 5.8, - 0 - ] + "pressure": [1007.2, 0], + "normalPressure": [1010.5, 0], + "temp": [29.5, 0], + "humidity": [74, 0], + "visibility": [22900, 0], + "sun10m": [9, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [5.8, 0] }, "88986": { - "temp": [ - 29.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 4, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 5.5, - 0 - ] + "temp": [29.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [4, 0], + "windDirection": [4, 0], + "wind": [5.5, 0] }, "91011": { - "temp": [ - 29.1, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 5.7, - 0 - ] + "temp": [29.1, 0], + "sun10m": [0, 0], + "sun1h": [0.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [5.7, 0] }, "91021": { - "temp": [ - 27.4, - 0 - ], - "humidity": [ - 85, - 0 - ], - "sun10m": [ - 5, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [27.4, 0], + "humidity": [85, 0], + "sun10m": [5, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [5.1, 0] }, "91046": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 0.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [0.5, 0] }, "91066": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 2, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 3, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [2, 0], + "precipitation3h": [2, 0], + "precipitation24h": [3, 0] }, "91081": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0] }, "91096": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 2, - 0 - ], - "precipitation24h": [ - 34, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [2, 0], + "precipitation24h": [34, 0] }, "91107": { - "pressure": [ - 1008.9, - 0 - ], - "normalPressure": [ - 1009.7, - 0 - ], - "temp": [ - 29.2, - 0 - ], - "humidity": [ - 83, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 14.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 4.7, - 0 - ] + "pressure": [1008.9, 0], + "normalPressure": [1009.7, 0], + "temp": [29.2, 0], + "humidity": [83, 0], + "visibility": [20000, 0], + "sun10m": [0, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [14.5, 0], + "windDirection": [1, 0], + "wind": [4.7, 0] }, "91121": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0] }, "91141": { - "temp": [ - 28.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 9.5, - 0 - ] + "temp": [28.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [9.5, 0] }, "91146": { - "pressure": [ - 1009.6, - 0 - ], - "normalPressure": [ - 1010.3, - 0 - ], - "temp": [ - 28.6, - 0 - ], - "humidity": [ - 81, - 0 - ], - "visibility": [ - 19440, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.3, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "pressure": [1009.6, 0], + "normalPressure": [1010.3, 0], + "temp": [28.6, 0], + "humidity": [81, 0], + "visibility": [19440, 0], + "sun10m": [2, 0], + "sun1h": [0.3, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [6.3, 0] }, "91151": { - "precipitation10m": [ - 0.5, - 0 - ], - "precipitation1h": [ - 6, - 0 - ], - "precipitation3h": [ - 6, - 0 - ], - "precipitation24h": [ - 6, - 0 - ] + "precipitation10m": [0.5, 0], + "precipitation1h": [6, 0], + "precipitation3h": [6, 0], + "precipitation24h": [6, 0] }, "91161": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 13, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [13, 0] }, "91166": { - "temp": [ - 28.2, - 0 - ], - "humidity": [ - 81, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 7, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 6.3, - 0 - ] + "temp": [28.2, 0], + "humidity": [81, 0], + "sun10m": [0, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [7, 0], + "windDirection": [4, 0], + "wind": [6.3, 0] }, "91181": { - "temp": [ - 25.6, - 0 - ], - "sun10m": [ - 0, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 1, - 0 - ], - "precipitation3h": [ - 5.5, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 15, - 0 - ], - "wind": [ - 3.1, - 0 - ] + "temp": [25.6, 0], + "sun10m": [0, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [1, 0], + "precipitation3h": [5.5, 0], + "precipitation24h": [5.5, 0], + "windDirection": [15, 0], + "wind": [3.1, 0] }, "91197": { - "pressure": [ - 1004.1, - 0 - ], - "normalPressure": [ - 1009.7, - 0 - ], - "temp": [ - 30, - 0 - ], - "humidity": [ - 76, - 0 - ], - "sun10m": [ - 2, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 29, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 5.3, - 0 - ] + "pressure": [1004.1, 0], + "normalPressure": [1009.7, 0], + "temp": [30, 0], + "humidity": [76, 0], + "sun10m": [2, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [29, 0], + "windDirection": [4, 0], + "wind": [5.3, 0] }, "91236": { - "temp": [ - 30.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [30.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0], + "windDirection": [3, 0], + "wind": [4.8, 0] }, "91241": { - "temp": [ - 28.6, - 0 - ], - "humidity": [ - 80, - 0 - ], - "sun10m": [ - 7, - 0 - ], - "sun1h": [ - 0.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 11.5, - 0 - ], - "windDirection": [ - 4, - 0 - ], - "wind": [ - 5.1, - 0 - ] + "temp": [28.6, 0], + "humidity": [80, 0], + "sun10m": [7, 0], + "sun1h": [0.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [11.5, 0], + "windDirection": [4, 0], + "wind": [5.1, 0] }, "92006": { - "temp": [ - 30.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 3, - 0 - ], - "wind": [ - 5.4, - 0 - ] + "temp": [30.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [3, 0], + "wind": [5.4, 0] }, "92011": { - "pressure": [ - 1007, - 0 - ], - "normalPressure": [ - 1009.3, - 0 - ], - "temp": [ - 30, - 0 - ], - "humidity": [ - 73, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 6.2, - 0 - ] + "pressure": [1007, 0], + "normalPressure": [1009.3, 0], + "temp": [30, 0], + "humidity": [73, 0], + "visibility": [20000, 0], + "sun10m": [6, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [6.2, 0] }, "92012": { - "temp": [ - 30.2, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.8, - 0 - ] + "temp": [30.2, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [4.8, 0] }, "93012": { - "temp": [ - 30.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 3, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 7.1, - 0 - ] + "temp": [30.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [3, 0], + "windDirection": [1, 0], + "wind": [7.1, 0] }, "93041": { - "pressure": [ - 1004.4, - 0 - ], - "normalPressure": [ - 1008.9, - 0 - ], - "temp": [ - 29.9, - 0 - ], - "humidity": [ - 75, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 6.5, - 0 - ] + "pressure": [1004.4, 0], + "normalPressure": [1008.9, 0], + "temp": [29.9, 0], + "humidity": [75, 0], + "visibility": [20000, 0], + "sun10m": [8, 0], + "sun1h": [0.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5, 0], + "windDirection": [2, 0], + "wind": [6.5, 0] }, "93042": { - "temp": [ - 29.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 6.8, - 0 - ] + "temp": [29.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [6.8, 0] }, "93051": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "93062": { - "temp": [ - 29.8, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [29.8, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [5.6, 0] }, "94001": { - "temp": [ - 30.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [30.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [5.6, 0] }, "94011": { - "temp": [ - 27.5, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0.5, - 0 - ], - "precipitation24h": [ - 2.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 13.1, - 0 - ] + "temp": [27.5, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0.5, 0], + "precipitation24h": [2.5, 0], + "windDirection": [1, 0], + "wind": [13.1, 0] }, "94017": { - "pressure": [ - 1006, - 0 - ], - "normalPressure": [ - 1010.1, - 0 - ], - "temp": [ - 27.4, - 0 - ], - "humidity": [ - 89, - 0 - ], - "visibility": [ - 13820, - 0 - ], - "sun10m": [ - 1, - 0 - ], - "sun1h": [ - 0, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 1, - 0 - ], - "precipitation24h": [ - 3.5, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 10.5, - 0 - ] + "pressure": [1006, 0], + "normalPressure": [1010.1, 0], + "temp": [27.4, 0], + "humidity": [89, 0], + "visibility": [13820, 0], + "sun10m": [1, 0], + "sun1h": [0, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [1, 0], + "precipitation24h": [3.5, 0], + "windDirection": [1, 0], + "wind": [10.5, 0] }, "94036": { - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ] + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0] }, "94062": { - "pressure": [ - 1008.2, - 0 - ], - "normalPressure": [ - 1009.5, - 0 - ], - "temp": [ - 30.3, - 0 - ], - "humidity": [ - 81, - 0 - ], - "visibility": [ - 11680, - 0 - ], - "sun10m": [ - 6, - 0 - ], - "sun1h": [ - 0.4, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 5.5, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.4, - 0 - ] + "pressure": [1008.2, 0], + "normalPressure": [1009.5, 0], + "temp": [30.3, 0], + "humidity": [81, 0], + "visibility": [11680, 0], + "sun10m": [6, 0], + "sun1h": [0.4, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [5.5, 0], + "windDirection": [2, 0], + "wind": [4.4, 0] }, "94081": { - "pressure": [ - 1007.4, - 0 - ], - "normalPressure": [ - 1009.1, - 0 - ], - "temp": [ - 31.5, - 0 - ], - "humidity": [ - 67, - 0 - ], - "visibility": [ - 20000, - 0 - ], - "sun10m": [ - 8, - 0 - ], - "sun1h": [ - 0.9, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 8.2, - 0 - ] + "pressure": [1007.4, 0], + "normalPressure": [1009.1, 0], + "temp": [31.5, 0], + "humidity": [67, 0], + "visibility": [20000, 0], + "sun10m": [8, 0], + "sun1h": [0.9, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [8.2, 0] }, "94086": { - "temp": [ - 29.6, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 1, - 0 - ], - "wind": [ - 7.9, - 0 - ] + "temp": [29.6, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [1, 0], + "wind": [7.9, 0] }, "94101": { - "temp": [ - 29.7, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 0.7, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 9, - 0 - ], - "precipitation24h": [ - 9, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 5.6, - 0 - ] + "temp": [29.7, 0], + "sun10m": [10, 0], + "sun1h": [0.7, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [9, 0], + "precipitation24h": [9, 0], + "windDirection": [2, 0], + "wind": [5.6, 0] }, "94116": { - "temp": [ - 31.2, - 0 - ], - "sun10m": [ - 10, - 0 - ], - "sun1h": [ - 1, - 0 - ], - "precipitation10m": [ - 0, - 0 - ], - "precipitation1h": [ - 0, - 0 - ], - "precipitation3h": [ - 0, - 0 - ], - "precipitation24h": [ - 0, - 0 - ], - "windDirection": [ - 2, - 0 - ], - "wind": [ - 4.9, - 0 - ] + "temp": [31.2, 0], + "sun10m": [10, 0], + "sun1h": [1, 0], + "precipitation10m": [0, 0], + "precipitation1h": [0, 0], + "precipitation3h": [0, 0], + "precipitation24h": [0, 0], + "windDirection": [2, 0], + "wind": [4.9, 0] } } diff --git a/tests/plugins/test_amedastable.json b/tests/plugins/test_amedastable.json index a7a99fc374..3f045967fc 100644 --- a/tests/plugins/test_amedastable.json +++ b/tests/plugins/test_amedastable.json @@ -2,14 +2,8 @@ "11001": { "type": "C", "elems": "11112010", - "lat": [ - 45, - 31.2 - ], - "lon": [ - 141, - 56.1 - ], + "lat": [45, 31.2], + "lon": [141, 56.1], "alt": 26, "kjName": "宗谷岬", "knName": "ソウヤミサキ", @@ -18,14 +12,8 @@ "11016": { "type": "A", "elems": "11111111", - "lat": [ - 45, - 24.9 - ], - "lon": [ - 141, - 40.7 - ], + "lat": [45, 24.9], + "lon": [141, 40.7], "alt": 3, "kjName": "稚内", "knName": "ワッカナイ", @@ -34,14 +22,8 @@ "11046": { "type": "C", "elems": "11112010", - "lat": [ - 45, - 18.3 - ], - "lon": [ - 141, - 2.7 - ], + "lat": [45, 18.3], + "lon": [141, 2.7], "alt": 65, "kjName": "礼文", "knName": "レブン", @@ -50,14 +32,8 @@ "11061": { "type": "C", "elems": "11110100", - "lat": [ - 45, - 24.2 - ], - "lon": [ - 141, - 48.1 - ], + "lat": [45, 24.2], + "lon": [141, 48.1], "alt": 8, "kjName": "声問", "knName": "コエトイ:稚内空港", @@ -66,14 +42,8 @@ "11076": { "type": "C", "elems": "11112100", - "lat": [ - 45, - 20.1 - ], - "lon": [ - 142, - 10.2 - ], + "lat": [45, 20.1], + "lon": [142, 10.2], "alt": 13, "kjName": "浜鬼志別", "knName": "ハマオニシベツ", @@ -82,14 +52,8 @@ "11091": { "type": "C", "elems": "11110000", - "lat": [ - 45, - 14.5 - ], - "lon": [ - 141, - 11.2 - ], + "lat": [45, 14.5], + "lon": [141, 11.2], "alt": 30, "kjName": "本泊", "knName": "モトドマリ:利尻空港", @@ -98,14 +62,8 @@ "11121": { "type": "C", "elems": "11112100", - "lat": [ - 45, - 14.9 - ], - "lon": [ - 141, - 51.1 - ], + "lat": [45, 14.9], + "lon": [141, 51.1], "alt": 23, "kjName": "沼川", "knName": "ヌマカワ", @@ -114,14 +72,8 @@ "11151": { "type": "C", "elems": "11112010", - "lat": [ - 45, - 10.7 - ], - "lon": [ - 141, - 8.3 - ], + "lat": [45, 10.7], + "lon": [141, 8.3], "alt": 14, "kjName": "沓形", "knName": "クツガタ", @@ -130,14 +82,8 @@ "11176": { "type": "C", "elems": "11112100", - "lat": [ - 45, - 6.1 - ], - "lon": [ - 141, - 46.8 - ], + "lat": [45, 6.1], + "lon": [141, 46.8], "alt": 14, "kjName": "豊富", "knName": "トヨトミ", @@ -146,14 +92,8 @@ "11206": { "type": "C", "elems": "11112000", - "lat": [ - 45, - 7.5 - ], - "lon": [ - 142, - 21 - ], + "lat": [45, 7.5], + "lon": [142, 21], "alt": 18, "kjName": "浜頓別", "knName": "ハマトンベツ", @@ -162,14 +102,8 @@ "11276": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 57.9 - ], - "lon": [ - 142, - 16.8 - ], + "lat": [44, 57.9], + "lon": [142, 16.8], "alt": 25, "kjName": "中頓別", "knName": "ナカトンベツ", @@ -178,14 +112,8 @@ "11291": { "type": "B", "elems": "11111111", - "lat": [ - 44, - 56.4 - ], - "lon": [ - 142, - 35.1 - ], + "lat": [44, 56.4], + "lon": [142, 35.1], "alt": 7, "kjName": "北見枝幸", "knName": "キタミエサシ", @@ -194,14 +122,8 @@ "11316": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 50.5 - ], - "lon": [ - 142, - 28.8 - ], + "lat": [44, 50.5], + "lon": [142, 28.8], "alt": 14, "kjName": "歌登", "knName": "ウタノボリ", @@ -210,14 +132,8 @@ "12011": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 49.7 - ], - "lon": [ - 142, - 4.6 - ], + "lat": [44, 49.7], + "lon": [142, 4.6], "alt": 22, "kjName": "中川", "knName": "ナカガワ", @@ -226,14 +142,8 @@ "12041": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 43.6 - ], - "lon": [ - 142, - 15.9 - ], + "lat": [44, 43.6], + "lon": [142, 15.9], "alt": 40, "kjName": "音威子府", "knName": "オトイネップ", @@ -242,14 +152,8 @@ "12066": { "type": "C", "elems": "01000000", - "lat": [ - 44, - 36.5 - ], - "lon": [ - 142, - 17.7 - ], + "lat": [44, 36.5], + "lon": [142, 17.7], "alt": 60, "kjName": "小車", "knName": "オグルマ", @@ -258,14 +162,8 @@ "12141": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 28.8 - ], - "lon": [ - 142, - 20.5 - ], + "lat": [44, 28.8], + "lon": [142, 20.5], "alt": 77, "kjName": "美深", "knName": "ビフカ", @@ -274,14 +172,8 @@ "12181": { "type": "C", "elems": "11112110", - "lat": [ - 44, - 22.2 - ], - "lon": [ - 142, - 27.4 - ], + "lat": [44, 22.2], + "lon": [142, 27.4], "alt": 89, "kjName": "名寄", "knName": "ナヨロ", @@ -290,14 +182,8 @@ "12217": { "type": "C", "elems": "01000000", - "lat": [ - 44, - 17.7 - ], - "lon": [ - 142, - 21.5 - ], + "lat": [44, 17.7], + "lon": [142, 21.5], "alt": 128, "kjName": "西風連", "knName": "ニシフウレン", @@ -306,14 +192,8 @@ "12231": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 17.7 - ], - "lon": [ - 142, - 38.2 - ], + "lat": [44, 17.7], + "lon": [142, 38.2], "alt": 143, "kjName": "下川", "knName": "シモカワ", @@ -322,14 +202,8 @@ "12256": { "type": "C", "elems": "01000000", - "lat": [ - 44, - 6.4 - ], - "lon": [ - 142, - 21.2 - ], + "lat": [44, 6.4], + "lon": [142, 21.2], "alt": 138, "kjName": "剣淵", "knName": "ケンブチ", @@ -338,14 +212,8 @@ "12261": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 11.2 - ], - "lon": [ - 142, - 25 - ], + "lat": [44, 11.2], + "lon": [142, 25], "alt": 135, "kjName": "士別", "knName": "シベツ", @@ -354,14 +222,8 @@ "12266": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 7.1 - ], - "lon": [ - 142, - 35.7 - ], + "lat": [44, 7.1], + "lon": [142, 35.7], "alt": 225, "kjName": "朝日", "knName": "アサヒ", @@ -370,14 +232,8 @@ "12301": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 1.7 - ], - "lon": [ - 142, - 24.6 - ], + "lat": [44, 1.7], + "lon": [142, 24.6], "alt": 150, "kjName": "和寒", "knName": "ワッサム", @@ -386,14 +242,8 @@ "12386": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 52.2 - ], - "lon": [ - 142, - 15.6 - ], + "lat": [43, 52.2], + "lon": [142, 15.6], "alt": 140, "kjName": "江丹別", "knName": "エタンベツ", @@ -402,14 +252,8 @@ "12396": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 52.2 - ], - "lon": [ - 142, - 28.2 - ], + "lat": [43, 52.2], + "lon": [142, 28.2], "alt": 164, "kjName": "比布", "knName": "ピップ", @@ -418,14 +262,8 @@ "12411": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 50.8 - ], - "lon": [ - 142, - 45.2 - ], + "lat": [43, 50.8], + "lon": [142, 45.2], "alt": 324, "kjName": "上川", "knName": "カミカワ", @@ -434,14 +272,8 @@ "12442": { "type": "A", "elems": "11111111", - "lat": [ - 43, - 45.4 - ], - "lon": [ - 142, - 22.3 - ], + "lat": [43, 45.4], + "lon": [142, 22.3], "alt": 120, "kjName": "旭川", "knName": "アサヒカワ", @@ -450,14 +282,8 @@ "12451": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 42.1 - ], - "lon": [ - 142, - 30.5 - ], + "lat": [43, 42.1], + "lon": [142, 30.5], "alt": 215, "kjName": "東川", "knName": "ヒガシカワ", @@ -466,14 +292,8 @@ "12457": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 44.2 - ], - "lon": [ - 142, - 38.3 - ], + "lat": [43, 44.2], + "lon": [142, 38.3], "alt": 289, "kjName": "瑞穂", "knName": "ミズホ", @@ -482,14 +302,8 @@ "12471": { "type": "C", "elems": "01000100", - "lat": [ - 43, - 45.2 - ], - "lon": [ - 142, - 55.8 - ], + "lat": [43, 45.2], + "lon": [142, 55.8], "alt": 540, "kjName": "層雲峡", "knName": "ソウウンキョウ", @@ -498,14 +312,8 @@ "12501": { "type": "C", "elems": "11110100", - "lat": [ - 43, - 40.2 - ], - "lon": [ - 142, - 26.8 - ], + "lat": [43, 40.2], + "lon": [142, 26.8], "alt": 211, "kjName": "東神楽", "knName": "ヒガシカグラ:旭川空港", @@ -514,14 +322,8 @@ "12512": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 38.6 - ], - "lon": [ - 142, - 34.9 - ], + "lat": [43, 38.6], + "lon": [142, 34.9], "alt": 310, "kjName": "志比内", "knName": "シビナイ", @@ -530,14 +332,8 @@ "12551": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 35.3 - ], - "lon": [ - 142, - 29.6 - ], + "lat": [43, 35.3], + "lon": [142, 29.6], "alt": 250, "kjName": "美瑛", "knName": "ビエイ", @@ -546,14 +342,8 @@ "12596": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 27.3 - ], - "lon": [ - 142, - 27.9 - ], + "lat": [43, 27.3], + "lon": [142, 27.9], "alt": 220, "kjName": "上富良野", "knName": "カミフラノ", @@ -562,14 +352,8 @@ "12607": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 28.5 - ], - "lon": [ - 142, - 39 - ], + "lat": [43, 28.5], + "lon": [142, 39], "alt": 658, "kjName": "白金", "knName": "シロガネ", @@ -578,14 +362,8 @@ "12626": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 20 - ], - "lon": [ - 142, - 24 - ], + "lat": [43, 20], + "lon": [142, 24], "alt": 174, "kjName": "富良野", "knName": "フラノ", @@ -594,14 +372,8 @@ "12632": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 18.1 - ], - "lon": [ - 142, - 31.3 - ], + "lat": [43, 18.1], + "lon": [142, 31.3], "alt": 315, "kjName": "麓郷", "knName": "ロクゴウ", @@ -610,14 +382,8 @@ "12686": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 8.3 - ], - "lon": [ - 142, - 25 - ], + "lat": [43, 8.3], + "lon": [142, 25], "alt": 284, "kjName": "金山", "knName": "カナヤマ", @@ -626,14 +392,8 @@ "12691": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 10.1 - ], - "lon": [ - 142, - 34.1 - ], + "lat": [43, 10.1], + "lon": [142, 34.1], "alt": 350, "kjName": "幾寅", "knName": "イクトラ", @@ -642,14 +402,8 @@ "12746": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 58.7 - ], - "lon": [ - 142, - 23.7 - ], + "lat": [42, 58.7], + "lon": [142, 23.7], "alt": 332, "kjName": "占冠", "knName": "シムカップ", @@ -658,14 +412,8 @@ "13011": { "type": "C", "elems": "01000000", - "lat": [ - 45, - 0.4 - ], - "lon": [ - 141, - 51.1 - ], + "lat": [45, 0.4], + "lon": [141, 51.1], "alt": 5, "kjName": "幌延", "knName": "ホロノベ", @@ -674,14 +422,8 @@ "13061": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 53.6 - ], - "lon": [ - 141, - 45.7 - ], + "lat": [44, 53.6], + "lon": [141, 45.7], "alt": 9, "kjName": "天塩", "knName": "テシオ", @@ -690,14 +432,8 @@ "13086": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 43.1 - ], - "lon": [ - 141, - 48.4 - ], + "lat": [44, 43.1], + "lon": [141, 48.4], "alt": 7, "kjName": "遠別", "knName": "エンベツ", @@ -706,14 +442,8 @@ "13121": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 31.4 - ], - "lon": [ - 141, - 46.2 - ], + "lat": [44, 31.4], + "lon": [141, 46.2], "alt": 27, "kjName": "初山別", "knName": "ショサンベツ", @@ -722,14 +452,8 @@ "13146": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 25.7 - ], - "lon": [ - 141, - 25.3 - ], + "lat": [44, 25.7], + "lon": [141, 25.3], "alt": 38, "kjName": "焼尻", "knName": "ヤギシリ", @@ -738,14 +462,8 @@ "13181": { "type": "B", "elems": "11111111", - "lat": [ - 44, - 21.8 - ], - "lon": [ - 141, - 42 - ], + "lat": [44, 21.8], + "lon": [141, 42], "alt": 8, "kjName": "羽幌", "knName": "ハボロ", @@ -754,14 +472,8 @@ "13206": { "type": "C", "elems": "01000100", - "lat": [ - 44, - 15.9 - ], - "lon": [ - 141, - 43.3 - ], + "lat": [44, 15.9], + "lon": [141, 43.3], "alt": 15, "kjName": "古丹別", "knName": "コタンベツ", @@ -770,14 +482,8 @@ "13261": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 2.9 - ], - "lon": [ - 141, - 51.4 - ], + "lat": [44, 2.9], + "lon": [141, 51.4], "alt": 30, "kjName": "達布", "knName": "タップ", @@ -786,14 +492,8 @@ "13277": { "type": "B", "elems": "11111111", - "lat": [ - 43, - 56.7 - ], - "lon": [ - 141, - 37.9 - ], + "lat": [43, 56.7], + "lon": [141, 37.9], "alt": 24, "kjName": "留萌", "knName": "ルモイ", @@ -802,14 +502,8 @@ "13311": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 50.9 - ], - "lon": [ - 141, - 30.6 - ], + "lat": [43, 50.9], + "lon": [141, 30.6], "alt": 20, "kjName": "増毛", "knName": "マシケ", @@ -818,14 +512,8 @@ "13321": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 51.2 - ], - "lon": [ - 141, - 45.6 - ], + "lat": [43, 51.2], + "lon": [141, 45.6], "alt": 20, "kjName": "幌糠", "knName": "ホロヌカ", @@ -834,14 +522,8 @@ "14026": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 34.9 - ], - "lon": [ - 141, - 23.2 - ], + "lat": [43, 34.9], + "lon": [141, 23.2], "alt": 3, "kjName": "浜益", "knName": "ハママス", @@ -850,14 +532,8 @@ "14071": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 23.8 - ], - "lon": [ - 141, - 26.2 - ], + "lat": [43, 23.8], + "lon": [141, 26.2], "alt": 5, "kjName": "厚田", "knName": "アツタ", @@ -866,14 +542,8 @@ "14101": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 13.2 - ], - "lon": [ - 141, - 38.7 - ], + "lat": [43, 13.2], + "lon": [141, 38.7], "alt": 9, "kjName": "新篠津", "knName": "シンシノツ", @@ -882,14 +552,8 @@ "14116": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 8.9 - ], - "lon": [ - 141, - 13.3 - ], + "lat": [43, 8.9], + "lon": [141, 13.3], "alt": 5, "kjName": "山口", "knName": "ヤマグチ", @@ -898,14 +562,8 @@ "14121": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 11.6 - ], - "lon": [ - 141, - 22.2 - ], + "lat": [43, 11.6], + "lon": [141, 22.2], "alt": 5, "kjName": "石狩", "knName": "イシカリ", @@ -914,14 +572,8 @@ "14136": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 6.6 - ], - "lon": [ - 141, - 36.1 - ], + "lat": [43, 6.6], + "lon": [141, 36.1], "alt": 8, "kjName": "江別", "knName": "エベツ", @@ -930,14 +582,8 @@ "14157": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 5 - ], - "lon": [ - 141, - 12.1 - ], + "lat": [43, 5], + "lon": [141, 12.1], "alt": 568, "kjName": "手稲山", "knName": "テイネヤマ", @@ -946,14 +592,8 @@ "14163": { "type": "A", "elems": "11111111", - "lat": [ - 43, - 3.6 - ], - "lon": [ - 141, - 19.7 - ], + "lat": [43, 3.6], + "lon": [141, 19.7], "alt": 17, "kjName": "札幌", "knName": "サッポロ", @@ -962,14 +602,8 @@ "14191": { "type": "C", "elems": "01000100", - "lat": [ - 42, - 57.8 - ], - "lon": [ - 141, - 13 - ], + "lat": [42, 57.8], + "lon": [141, 13], "alt": 230, "kjName": "小金湯", "knName": "コガネユ", @@ -978,14 +612,8 @@ "14206": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 55.6 - ], - "lon": [ - 141, - 33.9 - ], + "lat": [42, 55.6], + "lon": [141, 33.9], "alt": 30, "kjName": "恵庭島松", "knName": "エニワシママツ", @@ -994,14 +622,8 @@ "14286": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 46.3 - ], - "lon": [ - 141, - 24.4 - ], + "lat": [42, 46.3], + "lon": [141, 24.4], "alt": 290, "kjName": "支笏湖畔", "knName": "シコツコハン", @@ -1010,14 +632,8 @@ "14296": { "type": "C", "elems": "11110100", - "lat": [ - 42, - 46.5 - ], - "lon": [ - 141, - 41.5 - ], + "lat": [42, 46.5], + "lon": [141, 41.5], "alt": 22, "kjName": "千歳", "knName": "チトセ:新千歳空港", @@ -1026,14 +642,8 @@ "15041": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 16.9 - ], - "lon": [ - 142, - 9.7 - ], + "lat": [44, 16.9], + "lon": [142, 9.7], "alt": 255, "kjName": "朱鞠内", "knName": "シュマリナイ", @@ -1042,14 +652,8 @@ "15076": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 0.6 - ], - "lon": [ - 142, - 9.6 - ], + "lat": [44, 0.6], + "lon": [142, 9.6], "alt": 159, "kjName": "幌加内", "knName": "ホロカナイ", @@ -1058,14 +662,8 @@ "15116": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 48.9 - ], - "lon": [ - 141, - 55.6 - ], + "lat": [43, 48.9], + "lon": [141, 55.6], "alt": 63, "kjName": "石狩沼田", "knName": "イシカリヌマタ", @@ -1074,14 +672,8 @@ "15161": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 43.1 - ], - "lon": [ - 142, - 4.4 - ], + "lat": [43, 43.1], + "lon": [142, 4.4], "alt": 55, "kjName": "深川", "knName": "フカガワ", @@ -1090,14 +682,8 @@ "15197": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 39.6 - ], - "lon": [ - 141, - 53.5 - ], + "lat": [43, 39.6], + "lon": [141, 53.5], "alt": 42, "kjName": "雨竜", "knName": "ウリュウ", @@ -1106,14 +692,8 @@ "15216": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 36.7 - ], - "lon": [ - 142, - 12.2 - ], + "lat": [43, 36.7], + "lon": [142, 12.2], "alt": 147, "kjName": "新城", "knName": "シンジョウ", @@ -1122,14 +702,8 @@ "15231": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 35.7 - ], - "lon": [ - 141, - 43.9 - ], + "lat": [43, 35.7], + "lon": [141, 43.9], "alt": 100, "kjName": "空知吉野", "knName": "ソラチヨシノ", @@ -1138,14 +712,8 @@ "15241": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 34.2 - ], - "lon": [ - 141, - 56.3 - ], + "lat": [43, 34.2], + "lon": [141, 56.3], "alt": 50, "kjName": "滝川", "knName": "タキカワ", @@ -1154,14 +722,8 @@ "15247": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 33.2 - ], - "lon": [ - 142, - 4 - ], + "lat": [43, 33.2], + "lon": [142, 4], "alt": 120, "kjName": "赤平", "knName": "アカビラ", @@ -1170,14 +732,8 @@ "15251": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 31.2 - ], - "lon": [ - 142, - 11.4 - ], + "lat": [43, 31.2], + "lon": [142, 11.4], "alt": 91, "kjName": "芦別", "knName": "アシベツ", @@ -1186,14 +742,8 @@ "15276": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 25.7 - ], - "lon": [ - 141, - 48.5 - ], + "lat": [43, 25.7], + "lon": [141, 48.5], "alt": 25, "kjName": "浦臼", "knName": "ウラウス", @@ -1202,14 +752,8 @@ "15311": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 19.8 - ], - "lon": [ - 141, - 37 - ], + "lat": [43, 19.8], + "lon": [141, 37], "alt": 50, "kjName": "月形", "knName": "ツキガタ", @@ -1218,14 +762,8 @@ "15321": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 21.8 - ], - "lon": [ - 141, - 49.6 - ], + "lat": [43, 21.8], + "lon": [141, 49.6], "alt": 16, "kjName": "美唄", "knName": "ビバイ", @@ -1234,14 +772,8 @@ "15356": { "type": "B", "elems": "11111111", - "lat": [ - 43, - 12.7 - ], - "lon": [ - 141, - 47.1 - ], + "lat": [43, 12.7], + "lon": [141, 47.1], "alt": 42, "kjName": "岩見沢", "knName": "イワミザワ", @@ -1250,14 +782,8 @@ "15391": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 7.3 - ], - "lon": [ - 141, - 44.7 - ], + "lat": [43, 7.3], + "lon": [141, 44.7], "alt": 20, "kjName": "栗沢", "knName": "クリサワ", @@ -1266,14 +792,8 @@ "15431": { "type": "C", "elems": "11112010", - "lat": [ - 43, - 0.7 - ], - "lon": [ - 141, - 41.6 - ], + "lat": [43, 0.7], + "lon": [141, 41.6], "alt": 13, "kjName": "長沼", "knName": "ナガヌマ", @@ -1282,14 +802,8 @@ "15442": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 2.3 - ], - "lon": [ - 141, - 57.4 - ], + "lat": [43, 2.3], + "lon": [141, 57.4], "alt": 293, "kjName": "夕張", "knName": "ユウバリ", @@ -1298,14 +812,8 @@ "15451": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 4.8 - ], - "lon": [ - 142, - 6 - ], + "lat": [43, 4.8], + "lon": [142, 6], "alt": 310, "kjName": "鹿島", "knName": "カシマ", @@ -1314,14 +822,8 @@ "15491": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 57.6 - ], - "lon": [ - 142, - 1.2 - ], + "lat": [42, 57.6], + "lon": [142, 1.2], "alt": 161, "kjName": "沼の沢", "knName": "ヌマノサワ", @@ -1330,14 +832,8 @@ "16026": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 16.3 - ], - "lon": [ - 140, - 33.8 - ], + "lat": [43, 16.3], + "lon": [140, 33.8], "alt": 75, "kjName": "美国", "knName": "ビクニ", @@ -1346,14 +842,8 @@ "16061": { "type": "C", "elems": "11112010", - "lat": [ - 43, - 8.7 - ], - "lon": [ - 140, - 25.4 - ], + "lat": [43, 8.7], + "lon": [140, 25.4], "alt": 50, "kjName": "神恵内", "knName": "カモエナイ", @@ -1362,14 +852,8 @@ "16076": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 10.9 - ], - "lon": [ - 140, - 45.5 - ], + "lat": [43, 10.9], + "lon": [140, 45.5], "alt": 20, "kjName": "余市", "knName": "ヨイチ", @@ -1378,14 +862,8 @@ "16091": { "type": "B", "elems": "11111111", - "lat": [ - 43, - 10.9 - ], - "lon": [ - 141, - 0.9 - ], + "lat": [43, 10.9], + "lon": [141, 0.9], "alt": 25, "kjName": "小樽", "knName": "オタル", @@ -1394,14 +872,8 @@ "16126": { "type": "C", "elems": "01000100", - "lat": [ - 43, - 5 - ], - "lon": [ - 140, - 49.2 - ], + "lat": [43, 5], + "lon": [140, 49.2], "alt": 148, "kjName": "赤井川", "knName": "アカイガワ", @@ -1410,14 +882,8 @@ "16156": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 58.8 - ], - "lon": [ - 140, - 36.2 - ], + "lat": [42, 58.8], + "lon": [140, 36.2], "alt": 15, "kjName": "共和", "knName": "キョウワ", @@ -1426,14 +892,8 @@ "16206": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 48.6 - ], - "lon": [ - 140, - 32.5 - ], + "lat": [42, 48.6], + "lon": [140, 32.5], "alt": 39, "kjName": "蘭越", "knName": "ランコシ", @@ -1442,14 +902,8 @@ "16217": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 54 - ], - "lon": [ - 140, - 45.4 - ], + "lat": [42, 54], + "lon": [140, 45.4], "alt": 176, "kjName": "倶知安", "knName": "クッチャン", @@ -1458,14 +912,8 @@ "16252": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 47.7 - ], - "lon": [ - 140, - 13.4 - ], + "lat": [42, 47.7], + "lon": [140, 13.4], "alt": 33, "kjName": "寿都", "knName": "スッツ", @@ -1474,14 +922,8 @@ "16272": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 46.7 - ], - "lon": [ - 140, - 40 - ], + "lat": [42, 46.7], + "lon": [140, 40], "alt": 113, "kjName": "ニセコ", "knName": "ニセコ", @@ -1490,14 +932,8 @@ "16281": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 46.5 - ], - "lon": [ - 140, - 52.8 - ], + "lat": [42, 46.5], + "lon": [140, 52.8], "alt": 440, "kjName": "真狩", "knName": "マッカリ", @@ -1506,14 +942,8 @@ "16286": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 47.6 - ], - "lon": [ - 140, - 56.9 - ], + "lat": [42, 47.6], + "lon": [140, 56.9], "alt": 264, "kjName": "喜茂別", "knName": "キモベツ", @@ -1522,14 +952,8 @@ "16321": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 39.8 - ], - "lon": [ - 140, - 18.6 - ], + "lat": [42, 39.8], + "lon": [140, 18.6], "alt": 27, "kjName": "黒松内", "knName": "クロマツナイ", @@ -1538,14 +962,8 @@ "17036": { "type": "B", "elems": "11111111", - "lat": [ - 44, - 34.8 - ], - "lon": [ - 142, - 57.8 - ], + "lat": [44, 34.8], + "lon": [142, 57.8], "alt": 14, "kjName": "雄武", "knName": "オウム", @@ -1554,14 +972,8 @@ "17076": { "type": "C", "elems": "11112010", - "lat": [ - 44, - 28.2 - ], - "lon": [ - 143, - 6.5 - ], + "lat": [44, 28.2], + "lon": [143, 6.5], "alt": 8, "kjName": "興部", "knName": "オコッペ", @@ -1570,14 +982,8 @@ "17091": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 19.9 - ], - "lon": [ - 142, - 56.1 - ], + "lat": [44, 19.9], + "lon": [142, 56.1], "alt": 120, "kjName": "西興部", "knName": "ニシオコッペ", @@ -1586,14 +992,8 @@ "17112": { "type": "B", "elems": "11111111", - "lat": [ - 44, - 20.7 - ], - "lon": [ - 143, - 21.3 - ], + "lat": [44, 20.7], + "lon": [143, 21.3], "alt": 16, "kjName": "紋別", "knName": "モンベツ", @@ -1602,14 +1002,8 @@ "17116": { "type": "C", "elems": "11110100", - "lat": [ - 44, - 18.2 - ], - "lon": [ - 143, - 24.2 - ], + "lat": [44, 18.2], + "lon": [143, 24.2], "alt": 18, "kjName": "紋別小向", "knName": "モンベツコムカイ:紋別空港", @@ -1618,14 +1012,8 @@ "17166": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 12.8 - ], - "lon": [ - 143, - 37.1 - ], + "lat": [44, 12.8], + "lon": [143, 37.1], "alt": 5, "kjName": "湧別", "knName": "ユウベツ", @@ -1634,14 +1022,8 @@ "17196": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 10.6 - ], - "lon": [ - 143, - 3.7 - ], + "lat": [44, 10.6], + "lon": [143, 3.7], "alt": 165, "kjName": "滝上", "knName": "タキノウエ", @@ -1650,14 +1032,8 @@ "17211": { "type": "C", "elems": "01000000", - "lat": [ - 44, - 11.2 - ], - "lon": [ - 143, - 20.1 - ], + "lat": [44, 11.2], + "lon": [143, 20.1], "alt": 94, "kjName": "上藻別", "knName": "カミモベツ", @@ -1666,14 +1042,8 @@ "17246": { "type": "C", "elems": "11112000", - "lat": [ - 44, - 6.9 - ], - "lon": [ - 144, - 2.2 - ], + "lat": [44, 6.9], + "lon": [144, 2.2], "alt": 3, "kjName": "常呂", "knName": "トコロ", @@ -1682,14 +1052,8 @@ "17306": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 3.2 - ], - "lon": [ - 143, - 32.4 - ], + "lat": [44, 3.2], + "lon": [143, 32.4], "alt": 80, "kjName": "遠軽", "knName": "エンガル", @@ -1698,14 +1062,8 @@ "17316": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 1.1 - ], - "lon": [ - 143, - 45.6 - ], + "lat": [44, 1.1], + "lon": [143, 45.6], "alt": 54, "kjName": "佐呂間", "knName": "サロマ", @@ -1714,14 +1072,8 @@ "17341": { "type": "A", "elems": "11111111", - "lat": [ - 44, - 1 - ], - "lon": [ - 144, - 16.7 - ], + "lat": [44, 1], + "lon": [144, 16.7], "alt": 38, "kjName": "網走", "knName": "アバシリ", @@ -1730,14 +1082,8 @@ "17351": { "type": "C", "elems": "11112100", - "lat": [ - 44, - 3.1 - ], - "lon": [ - 144, - 58.9 - ], + "lat": [44, 3.1], + "lon": [144, 58.9], "alt": 144, "kjName": "宇登呂", "knName": "ウトロ", @@ -1746,14 +1092,8 @@ "17386": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 57.1 - ], - "lon": [ - 143, - 19.7 - ], + "lat": [43, 57.1], + "lon": [143, 19.7], "alt": 242, "kjName": "丸瀬布", "knName": "マルセップ", @@ -1762,14 +1102,8 @@ "17482": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 51.9 - ], - "lon": [ - 143, - 9.2 - ], + "lat": [43, 51.9], + "lon": [143, 9.2], "alt": 475, "kjName": "白滝", "knName": "シラタキ", @@ -1778,14 +1112,8 @@ "17501": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 55 - ], - "lon": [ - 143, - 31.9 - ], + "lat": [43, 55], + "lon": [143, 31.9], "alt": 199, "kjName": "生田原", "knName": "イクタハラ", @@ -1794,14 +1122,8 @@ "17512": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 51.6 - ], - "lon": [ - 143, - 44.8 - ], + "lat": [43, 51.6], + "lon": [143, 44.8], "alt": 261, "kjName": "仁頃山", "knName": "ニコロヤマ", @@ -1810,14 +1132,8 @@ "17521": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 46.6 - ], - "lon": [ - 143, - 50.5 - ], + "lat": [43, 46.6], + "lon": [143, 50.5], "alt": 104, "kjName": "北見", "knName": "キタミ", @@ -1826,14 +1142,8 @@ "17531": { "type": "C", "elems": "11110100", - "lat": [ - 43, - 52.8 - ], - "lon": [ - 144, - 9.8 - ], + "lat": [43, 52.8], + "lon": [144, 9.8], "alt": 33, "kjName": "女満別", "knName": "メマンベツ:女満別空港", @@ -1842,14 +1152,8 @@ "17541": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 50.4 - ], - "lon": [ - 144, - 17.1 - ], + "lat": [43, 50.4], + "lon": [144, 17.1], "alt": 58, "kjName": "東藻琴", "knName": "ヒガシモコト", @@ -1858,14 +1162,8 @@ "17546": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 50.5 - ], - "lon": [ - 144, - 29.1 - ], + "lat": [43, 50.5], + "lon": [144, 29.1], "alt": 52, "kjName": "小清水", "knName": "コシミズ", @@ -1874,14 +1172,8 @@ "17561": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 53.1 - ], - "lon": [ - 144, - 42 - ], + "lat": [43, 53.1], + "lon": [144, 42], "alt": 15, "kjName": "斜里", "knName": "シャリ", @@ -1890,14 +1182,8 @@ "17596": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 44.5 - ], - "lon": [ - 143, - 27 - ], + "lat": [43, 44.5], + "lon": [143, 27], "alt": 325, "kjName": "留辺蘂", "knName": "ルベシベ", @@ -1906,14 +1192,8 @@ "17607": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 42.4 - ], - "lon": [ - 143, - 38.6 - ], + "lat": [43, 42.4], + "lon": [143, 38.6], "alt": 184, "kjName": "境野", "knName": "サカイノ", @@ -1922,14 +1202,8 @@ "17631": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 46.2 - ], - "lon": [ - 144, - 10.3 - ], + "lat": [43, 46.2], + "lon": [144, 10.3], "alt": 60, "kjName": "美幌", "knName": "ビホロ", @@ -1938,14 +1212,8 @@ "17642": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 44.6 - ], - "lon": [ - 144, - 20.2 - ], + "lat": [43, 44.6], + "lon": [144, 20.2], "alt": 361, "kjName": "山園", "knName": "ヤマゾノ", @@ -1954,14 +1222,8 @@ "17686": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 37.2 - ], - "lon": [ - 143, - 26.4 - ], + "lat": [43, 37.2], + "lon": [143, 26.4], "alt": 368, "kjName": "置戸常元", "knName": "オケトツネモト", @@ -1970,14 +1232,8 @@ "17717": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 42.1 - ], - "lon": [ - 144, - 2 - ], + "lat": [43, 42.1], + "lon": [144, 2], "alt": 100, "kjName": "津別", "knName": "ツベツ", @@ -1986,14 +1242,8 @@ "17776": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 35 - ], - "lon": [ - 143, - 51.9 - ], + "lat": [43, 35], + "lon": [143, 51.9], "alt": 210, "kjName": "津別二又", "knName": "ツベツフタマタ", @@ -2002,14 +1252,8 @@ "18038": { "type": "C", "elems": "11112110", - "lat": [ - 44, - 1.4 - ], - "lon": [ - 145, - 11.2 - ], + "lat": [44, 1.4], + "lon": [145, 11.2], "alt": 15, "kjName": "羅臼", "knName": "ラウス", @@ -2018,14 +1262,8 @@ "18091": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 43.3 - ], - "lon": [ - 144, - 59.3 - ], + "lat": [43, 43.3], + "lon": [144, 59.3], "alt": 115, "kjName": "糸櫛別", "knName": "イトクシベツ", @@ -2034,14 +1272,8 @@ "18136": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 39.7 - ], - "lon": [ - 145, - 7.9 - ], + "lat": [43, 39.7], + "lon": [145, 7.9], "alt": 3, "kjName": "標津", "knName": "シベツ", @@ -2050,14 +1282,8 @@ "18161": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 31.2 - ], - "lon": [ - 144, - 44.8 - ], + "lat": [43, 31.2], + "lon": [144, 44.8], "alt": 160, "kjName": "上標津", "knName": "カミシベツ", @@ -2066,14 +1292,8 @@ "18171": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 32.6 - ], - "lon": [ - 144, - 58.7 - ], + "lat": [43, 32.6], + "lon": [144, 58.7], "alt": 50, "kjName": "中標津", "knName": "ナカシベツ", @@ -2082,14 +1302,8 @@ "18174": { "type": "C", "elems": "11110100", - "lat": [ - 43, - 34.6 - ], - "lon": [ - 144, - 57.6 - ], + "lat": [43, 34.6], + "lon": [144, 57.6], "alt": 65, "kjName": "根室中標津", "knName": "ネムロナカシベツ:中標津空港", @@ -2098,14 +1312,8 @@ "18256": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 22.9 - ], - "lon": [ - 145, - 7.1 - ], + "lat": [43, 22.9], + "lon": [145, 7.1], "alt": 23, "kjName": "別海", "knName": "ベツカイ", @@ -2114,14 +1322,8 @@ "18273": { "type": "B", "elems": "11111111", - "lat": [ - 43, - 19.8 - ], - "lon": [ - 145, - 35.1 - ], + "lat": [43, 19.8], + "lon": [145, 35.1], "alt": 25, "kjName": "根室", "knName": "ネムロ", @@ -2130,14 +1332,8 @@ "18281": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 23.6 - ], - "lon": [ - 145, - 45.5 - ], + "lat": [43, 23.6], + "lon": [145, 45.5], "alt": 12, "kjName": "納沙布", "knName": "ノサップ", @@ -2146,14 +1342,8 @@ "18311": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 13.3 - ], - "lon": [ - 145, - 13.6 - ], + "lat": [43, 13.3], + "lon": [145, 13.6], "alt": 41, "kjName": "厚床", "knName": "アットコ", @@ -2162,14 +1352,8 @@ "19021": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 37 - ], - "lon": [ - 144, - 27.4 - ], + "lat": [43, 37], + "lon": [144, 27.4], "alt": 158, "kjName": "川湯", "knName": "カワユ", @@ -2178,14 +1362,8 @@ "19051": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 30.6 - ], - "lon": [ - 144, - 28 - ], + "lat": [43, 30.6], + "lon": [144, 28], "alt": 170, "kjName": "弟子屈", "knName": "テシカガ", @@ -2194,14 +1372,8 @@ "19076": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 26.2 - ], - "lon": [ - 144, - 5 - ], + "lat": [43, 26.2], + "lon": [144, 5], "alt": 426, "kjName": "阿寒湖畔", "knName": "アカンコハン", @@ -2210,14 +1382,8 @@ "19151": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 17.5 - ], - "lon": [ - 144, - 35.2 - ], + "lat": [43, 17.5], + "lon": [144, 35.2], "alt": 20, "kjName": "標茶", "knName": "シベチャ", @@ -2226,14 +1392,8 @@ "19191": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 13.9 - ], - "lon": [ - 144, - 19.5 - ], + "lat": [43, 13.9], + "lon": [144, 19.5], "alt": 38, "kjName": "鶴居", "knName": "ツルイ", @@ -2242,14 +1402,8 @@ "19261": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 11.9 - ], - "lon": [ - 144, - 8.5 - ], + "lat": [43, 11.9], + "lon": [144, 8.5], "alt": 80, "kjName": "中徹別", "knName": "ナカテシベツ", @@ -2258,14 +1412,8 @@ "19281": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 8.9 - ], - "lon": [ - 144, - 29.8 - ], + "lat": [43, 8.9], + "lon": [144, 29.8], "alt": 25, "kjName": "塘路", "knName": "トウロ", @@ -2274,14 +1422,8 @@ "19301": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 10.4 - ], - "lon": [ - 144, - 58 - ], + "lat": [43, 10.4], + "lon": [144, 58], "alt": 70, "kjName": "茶内原野", "knName": "チャナイゲンヤ", @@ -2290,14 +1432,8 @@ "19311": { "type": "C", "elems": "11112010", - "lat": [ - 43, - 7.2 - ], - "lon": [ - 145, - 6.6 - ], + "lat": [43, 7.2], + "lon": [145, 6.6], "alt": 2, "kjName": "榊町", "knName": "サカキマチ", @@ -2306,14 +1442,8 @@ "19346": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 6.8 - ], - "lon": [ - 144, - 7.4 - ], + "lat": [43, 6.8], + "lon": [144, 7.4], "alt": 40, "kjName": "阿寒", "knName": "アカン", @@ -2322,14 +1452,8 @@ "19347": { "type": "C", "elems": "11110100", - "lat": [ - 43, - 2.4 - ], - "lon": [ - 144, - 11.5 - ], + "lat": [43, 2.4], + "lon": [144, 11.5], "alt": 95, "kjName": "鶴丘", "knName": "ツルオカ:釧路空港", @@ -2338,14 +1462,8 @@ "19376": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 5.4 - ], - "lon": [ - 144, - 46.7 - ], + "lat": [43, 5.4], + "lon": [144, 46.7], "alt": 85, "kjName": "太田", "knName": "オオタ", @@ -2354,14 +1472,8 @@ "19406": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 58.3 - ], - "lon": [ - 143, - 52.5 - ], + "lat": [42, 58.3], + "lon": [143, 52.5], "alt": 45, "kjName": "二俣", "knName": "フタマタ", @@ -2370,14 +1482,8 @@ "19416": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 58.2 - ], - "lon": [ - 144, - 3.7 - ], + "lat": [42, 58.2], + "lon": [144, 3.7], "alt": 9, "kjName": "白糠", "knName": "シラヌカ", @@ -2386,14 +1492,8 @@ "19432": { "type": "A", "elems": "11111111", - "lat": [ - 42, - 59.1 - ], - "lon": [ - 144, - 22.6 - ], + "lat": [42, 59.1], + "lon": [144, 22.6], "alt": 5, "kjName": "釧路", "knName": "クシロ", @@ -2402,14 +1502,8 @@ "19451": { "type": "C", "elems": "11112010", - "lat": [ - 42, - 56.3 - ], - "lon": [ - 144, - 44.1 - ], + "lat": [42, 56.3], + "lon": [144, 44.1], "alt": 149, "kjName": "知方学", "knName": "チッポマナイ", @@ -2418,14 +1512,8 @@ "20047": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 30.6 - ], - "lon": [ - 143, - 8.9 - ], + "lat": [43, 30.6], + "lon": [143, 8.9], "alt": 660, "kjName": "三股", "knName": "ミツマタ", @@ -2434,14 +1522,8 @@ "20071": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 35.3 - ], - "lon": [ - 143, - 40.8 - ], + "lat": [43, 35.3], + "lon": [143, 40.8], "alt": 313, "kjName": "小利別", "knName": "ショウトシベツ", @@ -2450,14 +1532,8 @@ "20146": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 28.1 - ], - "lon": [ - 143, - 44.3 - ], + "lat": [43, 28.1], + "lon": [143, 44.3], "alt": 207, "kjName": "陸別", "knName": "リクベツ", @@ -2466,14 +1542,8 @@ "20186": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 22 - ], - "lon": [ - 143, - 11.5 - ], + "lat": [43, 22], + "lon": [143, 11.5], "alt": 540, "kjName": "ぬかびら源泉郷", "knName": "ヌカビラゲンセンキョウ", @@ -2482,14 +1552,8 @@ "20202": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 21.7 - ], - "lon": [ - 143, - 27.5 - ], + "lat": [43, 21.7], + "lon": [143, 27.5], "alt": 378, "kjName": "柏倉", "knName": "カシワクラ", @@ -2498,14 +1562,8 @@ "20222": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 19.1 - ], - "lon": [ - 143, - 48.1 - ], + "lat": [43, 19.1], + "lon": [143, 48.1], "alt": 232, "kjName": "上螺湾", "knName": "カミラワン", @@ -2514,14 +1572,8 @@ "20266": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 14.5 - ], - "lon": [ - 143, - 17.7 - ], + "lat": [43, 14.5], + "lon": [143, 17.7], "alt": 287, "kjName": "上士幌", "knName": "カミシホロ", @@ -2530,14 +1582,8 @@ "20276": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 14.6 - ], - "lon": [ - 143, - 33.2 - ], + "lat": [43, 14.6], + "lon": [143, 33.2], "alt": 90, "kjName": "足寄", "knName": "アショロ", @@ -2546,14 +1592,8 @@ "20331": { "type": "C", "elems": "01000000", - "lat": [ - 43, - 6.9 - ], - "lon": [ - 143, - 26.6 - ], + "lat": [43, 6.9], + "lon": [143, 26.6], "alt": 104, "kjName": "押帯", "knName": "オショップ", @@ -2562,14 +1602,8 @@ "20341": { "type": "C", "elems": "11112110", - "lat": [ - 43, - 7.9 - ], - "lon": [ - 143, - 36 - ], + "lat": [43, 7.9], + "lon": [143, 36], "alt": 67, "kjName": "本別", "knName": "ホンベツ", @@ -2578,14 +1612,8 @@ "20356": { "type": "C", "elems": "11112100", - "lat": [ - 43, - 4.6 - ], - "lon": [ - 142, - 50.4 - ], + "lat": [43, 4.6], + "lon": [142, 50.4], "alt": 178, "kjName": "新得", "knName": "シントク", @@ -2594,14 +1622,8 @@ "20361": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 6.2 - ], - "lon": [ - 142, - 59.7 - ], + "lat": [43, 6.2], + "lon": [142, 59.7], "alt": 206, "kjName": "鹿追", "knName": "シカオイ", @@ -2610,14 +1632,8 @@ "20371": { "type": "C", "elems": "11112000", - "lat": [ - 43, - 3 - ], - "lon": [ - 143, - 11 - ], + "lat": [43, 3], + "lon": [143, 11], "alt": 112, "kjName": "駒場", "knName": "コマバ", @@ -2626,14 +1642,8 @@ "20421": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 54 - ], - "lon": [ - 143, - 2.6 - ], + "lat": [42, 54], + "lon": [143, 2.6], "alt": 90, "kjName": "芽室", "knName": "メムロ", @@ -2642,14 +1652,8 @@ "20432": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 55.3 - ], - "lon": [ - 143, - 12.7 - ], + "lat": [42, 55.3], + "lon": [143, 12.7], "alt": 38, "kjName": "帯広", "knName": "オビヒロ", @@ -2658,14 +1662,8 @@ "20441": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 55.2 - ], - "lon": [ - 143, - 27.5 - ], + "lat": [42, 55.2], + "lon": [143, 27.5], "alt": 42, "kjName": "池田", "knName": "イケダ", @@ -2674,14 +1672,8 @@ "20451": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 55 - ], - "lon": [ - 143, - 39.7 - ], + "lat": [42, 55], + "lon": [143, 39.7], "alt": 40, "kjName": "留真", "knName": "ルシン", @@ -2690,14 +1682,8 @@ "20506": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 48.5 - ], - "lon": [ - 143, - 39.4 - ], + "lat": [42, 48.5], + "lon": [143, 39.4], "alt": 20, "kjName": "浦幌", "knName": "ウラホロ", @@ -2706,14 +1692,8 @@ "20551": { "type": "C", "elems": "11110100", - "lat": [ - 42, - 44 - ], - "lon": [ - 143, - 13 - ], + "lat": [42, 44], + "lon": [143, 13], "alt": 149, "kjName": "帯広泉", "knName": "オビヒロイズミ:帯広空港", @@ -2722,14 +1702,8 @@ "20556": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 47.2 - ], - "lon": [ - 143, - 19.7 - ], + "lat": [42, 47.2], + "lon": [143, 19.7], "alt": 70, "kjName": "糠内", "knName": "ヌカナイ", @@ -2738,14 +1712,8 @@ "20601": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 38.5 - ], - "lon": [ - 143, - 5.8 - ], + "lat": [42, 38.5], + "lon": [143, 5.8], "alt": 251, "kjName": "上札内", "knName": "カミサツナイ", @@ -2754,14 +1722,8 @@ "20606": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 39.1 - ], - "lon": [ - 143, - 11.7 - ], + "lat": [42, 39.1], + "lon": [143, 11.7], "alt": 185, "kjName": "更別", "knName": "サラベツ", @@ -2770,14 +1732,8 @@ "20631": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 41.2 - ], - "lon": [ - 143, - 38.8 - ], + "lat": [42, 41.2], + "lon": [143, 38.8], "alt": 4, "kjName": "大津", "knName": "オオツ", @@ -2786,14 +1742,8 @@ "20696": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 30 - ], - "lon": [ - 143, - 16.4 - ], + "lat": [42, 30], + "lon": [143, 16.4], "alt": 87, "kjName": "大樹", "knName": "タイキ", @@ -2802,14 +1752,8 @@ "20751": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 17.6 - ], - "lon": [ - 143, - 19 - ], + "lat": [42, 17.6], + "lon": [143, 19], "alt": 32, "kjName": "広尾", "knName": "ヒロオ", @@ -2818,14 +1762,8 @@ "21031": { "type": "C", "elems": "01000100", - "lat": [ - 42, - 48.8 - ], - "lon": [ - 141, - 49.7 - ], + "lat": [42, 48.8], + "lon": [141, 49.7], "alt": 32, "kjName": "安平", "knName": "アビラ", @@ -2834,14 +1772,8 @@ "21111": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 43.8 - ], - "lon": [ - 141, - 53.3 - ], + "lat": [42, 43.8], + "lon": [141, 53.3], "alt": 20, "kjName": "厚真", "knName": "アツマ", @@ -2850,14 +1782,8 @@ "21126": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 45.7 - ], - "lon": [ - 142, - 8.6 - ], + "lat": [42, 45.7], + "lon": [142, 8.6], "alt": 56, "kjName": "穂別", "knName": "ホベツ", @@ -2866,14 +1792,8 @@ "21161": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 40.2 - ], - "lon": [ - 141, - 4.7 - ], + "lat": [42, 40.2], + "lon": [141, 4.7], "alt": 390, "kjName": "大滝", "knName": "オオタキ", @@ -2882,14 +1802,8 @@ "21171": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 37.8 - ], - "lon": [ - 141, - 14.8 - ], + "lat": [42, 37.8], + "lon": [141, 14.8], "alt": 170, "kjName": "森野", "knName": "モリノ", @@ -2898,14 +1812,8 @@ "21187": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 37.4 - ], - "lon": [ - 141, - 32.8 - ], + "lat": [42, 37.4], + "lon": [141, 32.8], "alt": 6, "kjName": "苫小牧", "knName": "トマコマイ", @@ -2914,14 +1822,8 @@ "21226": { "type": "C", "elems": "11112110", - "lat": [ - 42, - 35.4 - ], - "lon": [ - 140, - 38.6 - ], + "lat": [42, 35.4], + "lon": [140, 38.6], "alt": 4, "kjName": "大岸", "knName": "オオキシ", @@ -2930,14 +1832,8 @@ "21237": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 33.9 - ], - "lon": [ - 140, - 48.4 - ], + "lat": [42, 33.9], + "lon": [140, 48.4], "alt": 85, "kjName": "洞爺湖温泉", "knName": "トウヤコオンセン", @@ -2946,14 +1842,8 @@ "21251": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 31 - ], - "lon": [ - 141, - 6.4 - ], + "lat": [42, 31], + "lon": [141, 6.4], "alt": 300, "kjName": "カルルス", "knName": "カルルス", @@ -2962,14 +1852,8 @@ "21261": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 32.6 - ], - "lon": [ - 141, - 21.1 - ], + "lat": [42, 32.6], + "lon": [141, 21.1], "alt": 6, "kjName": "白老", "knName": "シラオイ", @@ -2978,14 +1862,8 @@ "21276": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 35.4 - ], - "lon": [ - 141, - 56 - ], + "lat": [42, 35.4], + "lon": [141, 56], "alt": 10, "kjName": "鵡川", "knName": "ムカワ", @@ -2994,14 +1872,8 @@ "21297": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 28.5 - ], - "lon": [ - 140, - 50.9 - ], + "lat": [42, 28.5], + "lon": [140, 50.9], "alt": 3, "kjName": "伊達", "knName": "ダテ", @@ -3010,14 +1882,8 @@ "21312": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 27.5 - ], - "lon": [ - 141, - 7.1 - ], + "lat": [42, 27.5], + "lon": [141, 7.1], "alt": 197, "kjName": "登別", "knName": "ノボリベツ", @@ -3026,14 +1892,8 @@ "21323": { "type": "A", "elems": "11111111", - "lat": [ - 42, - 18.7 - ], - "lon": [ - 140, - 58.5 - ], + "lat": [42, 18.7], + "lon": [140, 58.5], "alt": 40, "kjName": "室蘭", "knName": "ムロラン", @@ -3042,14 +1902,8 @@ "22036": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 52.6 - ], - "lon": [ - 142, - 26.5 - ], + "lat": [42, 52.6], + "lon": [142, 26.5], "alt": 280, "kjName": "日高", "knName": "ヒダカ", @@ -3058,14 +1912,8 @@ "22072": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 46.3 - ], - "lon": [ - 142, - 21.5 - ], + "lat": [42, 46.3], + "lon": [142, 21.5], "alt": 150, "kjName": "仁世宇", "knName": "ニセウ", @@ -3074,14 +1922,8 @@ "22106": { "type": "C", "elems": "01000100", - "lat": [ - 42, - 37.7 - ], - "lon": [ - 142, - 23.6 - ], + "lat": [42, 37.7], + "lon": [142, 23.6], "alt": 245, "kjName": "旭", "knName": "アサヒ", @@ -3090,14 +1932,8 @@ "22141": { "type": "C", "elems": "11112010", - "lat": [ - 42, - 29.8 - ], - "lon": [ - 142, - 3.2 - ], + "lat": [42, 29.8], + "lon": [142, 3.2], "alt": 47, "kjName": "日高門別", "knName": "ヒダカモンベツ", @@ -3106,14 +1942,8 @@ "22156": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 32.6 - ], - "lon": [ - 142, - 20 - ], + "lat": [42, 32.6], + "lon": [142, 20], "alt": 60, "kjName": "新和", "knName": "シンワ", @@ -3122,14 +1952,8 @@ "22206": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 26 - ], - "lon": [ - 142, - 28.9 - ], + "lat": [42, 26], + "lon": [142, 28.9], "alt": 110, "kjName": "笹山", "knName": "ササヤマ", @@ -3138,14 +1962,8 @@ "22241": { "type": "C", "elems": "11112110", - "lat": [ - 42, - 20.6 - ], - "lon": [ - 142, - 21.7 - ], + "lat": [42, 20.6], + "lon": [142, 21.7], "alt": 10, "kjName": "静内", "knName": "シズナイ", @@ -3154,14 +1972,8 @@ "22291": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 14.7 - ], - "lon": [ - 142, - 39.7 - ], + "lat": [42, 14.7], + "lon": [142, 39.7], "alt": 10, "kjName": "三石", "knName": "ミツイシ", @@ -3170,14 +1982,8 @@ "22306": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 13.4 - ], - "lon": [ - 142, - 56.9 - ], + "lat": [42, 13.4], + "lon": [142, 56.9], "alt": 98, "kjName": "中杵臼", "knName": "ナカキネウス", @@ -3186,14 +1992,8 @@ "22327": { "type": "B", "elems": "11111111", - "lat": [ - 42, - 9.7 - ], - "lon": [ - 142, - 46.6 - ], + "lat": [42, 9.7], + "lon": [142, 46.6], "alt": 37, "kjName": "浦河", "knName": "ウラカワ", @@ -3202,14 +2002,8 @@ "22356": { "type": "C", "elems": "01000100", - "lat": [ - 42, - 7.7 - ], - "lon": [ - 143, - 18.7 - ], + "lat": [42, 7.7], + "lon": [143, 18.7], "alt": 7, "kjName": "目黒", "knName": "メグロ", @@ -3218,14 +2012,8 @@ "22366": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 4.6 - ], - "lon": [ - 143, - 2.1 - ], + "lat": [42, 4.6], + "lon": [143, 2.1], "alt": 0, "kjName": "幌満", "knName": "ホロマン", @@ -3234,14 +2022,8 @@ "22391": { "type": "C", "elems": "11112010", - "lat": [ - 41, - 55.5 - ], - "lon": [ - 143, - 14.6 - ], + "lat": [41, 55.5], + "lon": [143, 14.6], "alt": 63, "kjName": "えりも岬", "knName": "エリモミサキ", @@ -3250,14 +2032,8 @@ "23031": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 31.4 - ], - "lon": [ - 140, - 22.9 - ], + "lat": [42, 31.4], + "lon": [140, 22.9], "alt": 10, "kjName": "長万部", "knName": "オシャマンベ", @@ -3266,14 +2042,8 @@ "23086": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 15.1 - ], - "lon": [ - 140, - 16.3 - ], + "lat": [42, 15.1], + "lon": [140, 16.3], "alt": 8, "kjName": "八雲", "knName": "ヤクモ", @@ -3282,14 +2052,8 @@ "23166": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 4 - ], - "lon": [ - 140, - 35.3 - ], + "lat": [42, 4], + "lon": [140, 35.3], "alt": 125, "kjName": "森", "knName": "モリ", @@ -3298,14 +2062,8 @@ "23191": { "type": "C", "elems": "01000100", - "lat": [ - 41, - 58.6 - ], - "lon": [ - 140, - 42.9 - ], + "lat": [41, 58.6], + "lon": [140, 42.9], "alt": 165, "kjName": "大沼", "knName": "オオヌマ", @@ -3314,14 +2072,8 @@ "23206": { "type": "C", "elems": "11112010", - "lat": [ - 41, - 54.3 - ], - "lon": [ - 140, - 58.2 - ], + "lat": [41, 54.3], + "lon": [140, 58.2], "alt": 25, "kjName": "川汲", "knName": "カックミ", @@ -3330,14 +2082,8 @@ "23226": { "type": "C", "elems": "11112000", - "lat": [ - 41, - 53.2 - ], - "lon": [ - 140, - 39.2 - ], + "lat": [41, 53.2], + "lon": [140, 39.2], "alt": 25, "kjName": "北斗", "knName": "ホクト", @@ -3346,14 +2092,8 @@ "23232": { "type": "A", "elems": "11111111", - "lat": [ - 41, - 49 - ], - "lon": [ - 140, - 45.2 - ], + "lat": [41, 49], + "lon": [140, 45.2], "alt": 35, "kjName": "函館", "knName": "ハコダテ", @@ -3362,14 +2102,8 @@ "23281": { "type": "C", "elems": "11110100", - "lat": [ - 41, - 46.2 - ], - "lon": [ - 140, - 49.3 - ], + "lat": [41, 46.2], + "lon": [140, 49.3], "alt": 34, "kjName": "高松", "knName": "タカマツ:函館空港", @@ -3378,14 +2112,8 @@ "23291": { "type": "C", "elems": "01000000", - "lat": [ - 41, - 43 - ], - "lon": [ - 141, - 0.2 - ], + "lat": [41, 43], + "lon": [141, 0.2], "alt": 20, "kjName": "戸井泊", "knName": "トイトマリ", @@ -3394,14 +2122,8 @@ "23321": { "type": "C", "elems": "01000000", - "lat": [ - 41, - 35.9 - ], - "lon": [ - 140, - 22.5 - ], + "lat": [41, 35.9], + "lon": [140, 22.5], "alt": 24, "kjName": "知内", "knName": "シリウチ", @@ -3410,14 +2132,8 @@ "23326": { "type": "C", "elems": "11112010", - "lat": [ - 41, - 40.8 - ], - "lon": [ - 140, - 26.2 - ], + "lat": [41, 40.8], + "lon": [140, 26.2], "alt": 10, "kjName": "木古内", "knName": "キコナイ", @@ -3426,14 +2142,8 @@ "23356": { "type": "C", "elems": "01000100", - "lat": [ - 41, - 33.5 - ], - "lon": [ - 140, - 16.3 - ], + "lat": [41, 33.5], + "lon": [140, 16.3], "alt": 100, "kjName": "千軒", "knName": "センゲン", @@ -3442,14 +2152,8 @@ "23376": { "type": "C", "elems": "11112010", - "lat": [ - 41, - 25.4 - ], - "lon": [ - 140, - 5.2 - ], + "lat": [41, 25.4], + "lon": [140, 5.2], "alt": 30, "kjName": "松前", "knName": "マツマエ", @@ -3458,14 +2162,8 @@ "24041": { "type": "C", "elems": "11112000", - "lat": [ - 42, - 27 - ], - "lon": [ - 139, - 51.1 - ], + "lat": [42, 27], + "lon": [139, 51.1], "alt": 10, "kjName": "せたな", "knName": "セタナ", @@ -3474,14 +2172,8 @@ "24051": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 25.7 - ], - "lon": [ - 140, - 0.5 - ], + "lat": [42, 25.7], + "lon": [140, 0.5], "alt": 19, "kjName": "今金", "knName": "イマカネ", @@ -3490,14 +2182,8 @@ "24101": { "type": "C", "elems": "11112010", - "lat": [ - 42, - 14.9 - ], - "lon": [ - 139, - 33.4 - ], + "lat": [42, 14.9], + "lon": [139, 33.4], "alt": 5, "kjName": "奥尻", "knName": "オクシリ", @@ -3506,14 +2192,8 @@ "24141": { "type": "C", "elems": "11112100", - "lat": [ - 42, - 7.7 - ], - "lon": [ - 139, - 59.1 - ], + "lat": [42, 7.7], + "lon": [139, 59.1], "alt": 12, "kjName": "熊石", "knName": "クマイシ", @@ -3522,14 +2202,8 @@ "24156": { "type": "C", "elems": "11110000", - "lat": [ - 42, - 4.3 - ], - "lon": [ - 139, - 25.9 - ], + "lat": [42, 4.3], + "lon": [139, 25.9], "alt": 49, "kjName": "米岡", "knName": "ヨネオカ:奥尻空港", @@ -3538,14 +2212,8 @@ "24166": { "type": "C", "elems": "01000000", - "lat": [ - 42, - 2.3 - ], - "lon": [ - 140, - 5.3 - ], + "lat": [42, 2.3], + "lon": [140, 5.3], "alt": 50, "kjName": "潮見", "knName": "シオミ", @@ -3554,14 +2222,8 @@ "24201": { "type": "C", "elems": "11112100", - "lat": [ - 41, - 55.8 - ], - "lon": [ - 140, - 18.7 - ], + "lat": [41, 55.8], + "lon": [140, 18.7], "alt": 53, "kjName": "鶉", "knName": "ウズラ", @@ -3570,14 +2232,8 @@ "24217": { "type": "B", "elems": "11111111", - "lat": [ - 41, - 52 - ], - "lon": [ - 140, - 7.4 - ], + "lat": [41, 52], + "lon": [140, 7.4], "alt": 4, "kjName": "江差", "knName": "エサシ", @@ -3586,14 +2242,8 @@ "24236": { "type": "C", "elems": "01000000", - "lat": [ - 41, - 42 - ], - "lon": [ - 140, - 1.7 - ], + "lat": [41, 42], + "lon": [140, 1.7], "alt": 5, "kjName": "石崎", "knName": "イシザキ", @@ -3602,14 +2252,8 @@ "31001": { "type": "C", "elems": "11112100", - "lat": [ - 41, - 31.6 - ], - "lon": [ - 140, - 54.7 - ], + "lat": [41, 31.6], + "lon": [140, 54.7], "alt": 14, "kjName": "大間", "knName": "オオマ", @@ -3618,14 +2262,8 @@ "31036": { "type": "C", "elems": "01000000", - "lat": [ - 41, - 18.8 - ], - "lon": [ - 140, - 57.4 - ], + "lat": [41, 18.8], + "lon": [140, 57.4], "alt": 162, "kjName": "湯野川", "knName": "ユノカワ", @@ -3634,14 +2272,8 @@ "31111": { "type": "B", "elems": "11111111", - "lat": [ - 41, - 17 - ], - "lon": [ - 141, - 12.6 - ], + "lat": [41, 17], + "lon": [141, 12.6], "alt": 3, "kjName": "むつ", "knName": "ムツ", @@ -3650,14 +2282,8 @@ "31121": { "type": "C", "elems": "11112000", - "lat": [ - 41, - 14.1 - ], - "lon": [ - 141, - 23.8 - ], + "lat": [41, 14.1], + "lon": [141, 23.8], "alt": 6, "kjName": "小田野沢", "knName": "オダノサワ", @@ -3666,14 +2292,8 @@ "31136": { "type": "C", "elems": "11112100", - "lat": [ - 41, - 10.8 - ], - "lon": [ - 140, - 28.9 - ], + "lat": [41, 10.8], + "lon": [140, 28.9], "alt": 30, "kjName": "今別", "knName": "イマベツ", @@ -3682,14 +2302,8 @@ "31156": { "type": "C", "elems": "11112100", - "lat": [ - 41, - 8.7 - ], - "lon": [ - 140, - 49.3 - ], + "lat": [41, 8.7], + "lon": [140, 49.3], "alt": 15, "kjName": "脇野沢", "knName": "ワキノサワ", @@ -3698,14 +2312,8 @@ "31186": { "type": "C", "elems": "11112010", - "lat": [ - 41, - 3.4 - ], - "lon": [ - 140, - 20.8 - ], + "lat": [41, 3.4], + "lon": [140, 20.8], "alt": 20, "kjName": "市浦", "knName": "シウラ", @@ -3714,14 +2322,8 @@ "31201": { "type": "C", "elems": "11112000", - "lat": [ - 41, - 2.7 - ], - "lon": [ - 140, - 38 - ], + "lat": [41, 2.7], + "lon": [140, 38], "alt": 5, "kjName": "蟹田", "knName": "カニタ", @@ -3730,14 +2332,8 @@ "31296": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 48.5 - ], - "lon": [ - 140, - 27.5 - ], + "lat": [40, 48.5], + "lon": [140, 27.5], "alt": 9, "kjName": "五所川原", "knName": "ゴショガワラ", @@ -3746,14 +2342,8 @@ "31312": { "type": "A", "elems": "11111111", - "lat": [ - 40, - 49.3 - ], - "lon": [ - 140, - 46.1 - ], + "lat": [40, 49.3], + "lon": [140, 46.1], "alt": 3, "kjName": "青森", "knName": "アオモリ", @@ -3762,14 +2352,8 @@ "31321": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 50.9 - ], - "lon": [ - 140, - 59.1 - ], + "lat": [40, 50.9], + "lon": [140, 59.1], "alt": 137, "kjName": "大和山", "knName": "ヤマトヤマ", @@ -3778,14 +2362,8 @@ "31332": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 53.1 - ], - "lon": [ - 141, - 9.6 - ], + "lat": [40, 53.1], + "lon": [141, 9.6], "alt": 14, "kjName": "野辺地", "knName": "ノヘジ", @@ -3794,14 +2372,8 @@ "31336": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 53.1 - ], - "lon": [ - 141, - 16.3 - ], + "lat": [40, 53.1], + "lon": [141, 16.3], "alt": 80, "kjName": "六ケ所", "knName": "ロッカショ", @@ -3810,14 +2382,8 @@ "31366": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 46.6 - ], - "lon": [ - 140, - 12.3 - ], + "lat": [40, 46.6], + "lon": [140, 12.3], "alt": 40, "kjName": "鰺ケ沢", "knName": "アジガサワ", @@ -3826,14 +2392,8 @@ "31386": { "type": "C", "elems": "11110100", - "lat": [ - 40, - 44 - ], - "lon": [ - 140, - 41.3 - ], + "lat": [40, 44], + "lon": [140, 41.3], "alt": 198, "kjName": "青森大谷", "knName": "アオモリオオタニ:青森空港", @@ -3842,14 +2402,8 @@ "31411": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 42.5 - ], - "lon": [ - 141, - 7.7 - ], + "lat": [40, 42.5], + "lon": [141, 7.7], "alt": 57, "kjName": "七戸", "knName": "シチノヘ", @@ -3858,14 +2412,8 @@ "31436": { "type": "B", "elems": "11111111", - "lat": [ - 40, - 38.7 - ], - "lon": [ - 139, - 55.9 - ], + "lat": [40, 38.7], + "lon": [139, 55.9], "alt": 66, "kjName": "深浦", "knName": "フカウラ", @@ -3874,14 +2422,8 @@ "31451": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 37.7 - ], - "lon": [ - 140, - 15.8 - ], + "lat": [40, 37.7], + "lon": [140, 15.8], "alt": 438, "kjName": "岳", "knName": "ダケ", @@ -3890,14 +2432,8 @@ "31461": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 36.7 - ], - "lon": [ - 140, - 27.3 - ], + "lat": [40, 36.7], + "lon": [140, 27.3], "alt": 30, "kjName": "弘前", "knName": "ヒロサキ", @@ -3906,14 +2442,8 @@ "31466": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 40 - ], - "lon": [ - 140, - 35.1 - ], + "lat": [40, 40], + "lon": [140, 35.1], "alt": 30, "kjName": "黒石", "knName": "クロイシ", @@ -3922,14 +2452,8 @@ "31482": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 38.9 - ], - "lon": [ - 140, - 50.9 - ], + "lat": [40, 38.9], + "lon": [140, 50.9], "alt": 890, "kjName": "酸ケ湯", "knName": "スカユ", @@ -3938,14 +2462,8 @@ "31506": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 40.5 - ], - "lon": [ - 141, - 22.5 - ], + "lat": [40, 40.5], + "lon": [141, 22.5], "alt": 39, "kjName": "三沢", "knName": "ミサワ", @@ -3954,14 +2472,8 @@ "31551": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 31.8 - ], - "lon": [ - 140, - 33.3 - ], + "lat": [40, 31.8], + "lon": [140, 33.3], "alt": 63, "kjName": "大鰐", "knName": "オオワニ", @@ -3970,14 +2482,8 @@ "31562": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 30.9 - ], - "lon": [ - 140, - 47 - ], + "lat": [40, 30.9], + "lon": [140, 47], "alt": 404, "kjName": "温川", "knName": "ヌルカワ", @@ -3986,14 +2492,8 @@ "31586": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 36.4 - ], - "lon": [ - 141, - 14 - ], + "lat": [40, 36.4], + "lon": [141, 14], "alt": 55, "kjName": "十和田", "knName": "トワダ", @@ -4002,14 +2502,8 @@ "31602": { "type": "B", "elems": "11111111", - "lat": [ - 40, - 31.6 - ], - "lon": [ - 141, - 31.3 - ], + "lat": [40, 31.6], + "lon": [141, 31.3], "alt": 27, "kjName": "八戸", "knName": "ハチノヘ", @@ -4018,14 +2512,8 @@ "31646": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 28.9 - ], - "lon": [ - 140, - 37.2 - ], + "lat": [40, 28.9], + "lon": [140, 37.2], "alt": 135, "kjName": "碇ケ関", "knName": "イカリガセキ", @@ -4034,14 +2522,8 @@ "31662": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 25.6 - ], - "lon": [ - 140, - 53.9 - ], + "lat": [40, 25.6], + "lon": [140, 53.9], "alt": 414, "kjName": "休屋", "knName": "ヤスミヤ", @@ -4050,14 +2532,8 @@ "31671": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 28.1 - ], - "lon": [ - 141, - 10.6 - ], + "lat": [40, 28.1], + "lon": [141, 10.6], "alt": 125, "kjName": "戸来", "knName": "ヘライ", @@ -4066,14 +2542,8 @@ "31721": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 23 - ], - "lon": [ - 141, - 15.4 - ], + "lat": [40, 23], + "lon": [141, 15.4], "alt": 60, "kjName": "三戸", "knName": "サンノヘ", @@ -4082,14 +2552,8 @@ "32056": { "type": "C", "elems": "11112010", - "lat": [ - 40, - 24.8 - ], - "lon": [ - 139, - 56.9 - ], + "lat": [40, 24.8], + "lon": [139, 56.9], "alt": 34, "kjName": "八森", "knName": "ハチモリ", @@ -4098,14 +2562,8 @@ "32071": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 19.2 - ], - "lon": [ - 140, - 17.6 - ], + "lat": [40, 19.2], + "lon": [140, 17.6], "alt": 68, "kjName": "藤里", "knName": "フジサト", @@ -4114,14 +2572,8 @@ "32091": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 24.2 - ], - "lon": [ - 140, - 36.5 - ], + "lat": [40, 24.2], + "lon": [140, 36.5], "alt": 176, "kjName": "陣場", "knName": "ジンバ", @@ -4130,14 +2582,8 @@ "32096": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 21.2 - ], - "lon": [ - 140, - 46.8 - ], + "lat": [40, 21.2], + "lon": [140, 46.8], "alt": 280, "kjName": "藤原", "knName": "フジワラ", @@ -4146,14 +2592,8 @@ "32111": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 11.9 - ], - "lon": [ - 140, - 1.9 - ], + "lat": [40, 11.9], + "lon": [140, 1.9], "alt": 6, "kjName": "能代", "knName": "ノシロ", @@ -4162,14 +2602,8 @@ "32126": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 13.6 - ], - "lon": [ - 140, - 22.3 - ], + "lat": [40, 13.6], + "lon": [140, 22.3], "alt": 29, "kjName": "鷹巣", "knName": "タカノス", @@ -4178,14 +2612,8 @@ "32136": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 15.1 - ], - "lon": [ - 140, - 30.3 - ], + "lat": [40, 15.1], + "lon": [140, 30.3], "alt": 49, "kjName": "大館", "knName": "オオダテ", @@ -4194,14 +2622,8 @@ "32146": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 12.9 - ], - "lon": [ - 140, - 47.2 - ], + "lat": [40, 12.9], + "lon": [140, 47.2], "alt": 123, "kjName": "鹿角", "knName": "カヅノ", @@ -4210,14 +2632,8 @@ "32181": { "type": "C", "elems": "11110000", - "lat": [ - 40, - 11.5 - ], - "lon": [ - 140, - 22.3 - ], + "lat": [40, 11.5], + "lon": [140, 22.3], "alt": 84, "kjName": "脇神", "knName": "ワキガミ:大館能代空港", @@ -4226,14 +2642,8 @@ "32206": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 7.2 - ], - "lon": [ - 140, - 50.4 - ], + "lat": [40, 7.2], + "lon": [140, 50.4], "alt": 214, "kjName": "湯瀬", "knName": "ユゼ", @@ -4242,14 +2652,8 @@ "32266": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 0.8 - ], - "lon": [ - 140, - 48.1 - ], + "lat": [40, 0.8], + "lon": [140, 48.1], "alt": 578, "kjName": "八幡平", "knName": "ハチマンタイ", @@ -4258,14 +2662,8 @@ "32276": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 56.3 - ], - "lon": [ - 139, - 46.9 - ], + "lat": [39, 56.3], + "lon": [139, 46.9], "alt": 84, "kjName": "男鹿真山", "knName": "オガシンザン", @@ -4274,14 +2672,8 @@ "32286": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 54.7 - ], - "lon": [ - 139, - 54 - ], + "lat": [39, 54.7], + "lon": [139, 54], "alt": 20, "kjName": "男鹿", "knName": "オガ", @@ -4290,14 +2682,8 @@ "32287": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 0 - ], - "lon": [ - 139, - 57 - ], + "lat": [40, 0], + "lon": [139, 57], "alt": -3, "kjName": "大潟", "knName": "オオガタ", @@ -4306,14 +2692,8 @@ "32296": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 56.3 - ], - "lon": [ - 140, - 6.9 - ], + "lat": [39, 56.3], + "lon": [140, 6.9], "alt": 6, "kjName": "五城目", "knName": "ゴジョウメ", @@ -4322,14 +2702,8 @@ "32311": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 59.6 - ], - "lon": [ - 140, - 24.2 - ], + "lat": [39, 59.6], + "lon": [140, 24.2], "alt": 120, "kjName": "阿仁合", "knName": "アニアイ", @@ -4338,14 +2712,8 @@ "32312": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 54.2 - ], - "lon": [ - 140, - 27 - ], + "lat": [39, 54.2], + "lon": [140, 27], "alt": 210, "kjName": "比立内", "knName": "ヒタチナイ", @@ -4354,14 +2722,8 @@ "32376": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 48.7 - ], - "lon": [ - 140, - 35.1 - ], + "lat": [39, 48.7], + "lon": [140, 35.1], "alt": 255, "kjName": "桧木内", "knName": "ヒノキナイ", @@ -4370,14 +2732,8 @@ "32402": { "type": "A", "elems": "11111111", - "lat": [ - 39, - 43 - ], - "lon": [ - 140, - 5.9 - ], + "lat": [39, 43], + "lon": [140, 5.9], "alt": 6, "kjName": "秋田", "knName": "アキタ", @@ -4386,14 +2742,8 @@ "32407": { "type": "C", "elems": "11112010", - "lat": [ - 39, - 42.4 - ], - "lon": [ - 140, - 17.2 - ], + "lat": [39, 42.4], + "lon": [140, 17.2], "alt": 41, "kjName": "岩見三内", "knName": "イワミサンナイ", @@ -4402,14 +2752,8 @@ "32408": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 48 - ], - "lon": [ - 140, - 13 - ], + "lat": [39, 48], + "lon": [140, 13], "alt": 179, "kjName": "仁別", "knName": "ニベツ", @@ -4418,14 +2762,8 @@ "32426": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 46.5 - ], - "lon": [ - 140, - 39.9 - ], + "lat": [39, 46.5], + "lon": [140, 39.9], "alt": 281, "kjName": "鎧畑", "knName": "ヨロイバタ", @@ -4434,14 +2772,8 @@ "32431": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 46.7 - ], - "lon": [ - 140, - 45.7 - ], + "lat": [39, 46.7], + "lon": [140, 45.7], "alt": 652, "kjName": "田沢湖高原", "knName": "タザワココウゲン", @@ -4450,14 +2782,8 @@ "32451": { "type": "C", "elems": "11110100", - "lat": [ - 39, - 36.9 - ], - "lon": [ - 140, - 13.1 - ], + "lat": [39, 36.9], + "lon": [140, 13.1], "alt": 93, "kjName": "雄和", "knName": "ユウワ:秋田空港", @@ -4466,14 +2792,8 @@ "32466": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 36.2 - ], - "lon": [ - 140, - 33.4 - ], + "lat": [39, 36.2], + "lon": [140, 33.4], "alt": 56, "kjName": "角館", "knName": "カクノダテ", @@ -4482,14 +2802,8 @@ "32476": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 41.9 - ], - "lon": [ - 140, - 43.9 - ], + "lat": [39, 41.9], + "lon": [140, 43.9], "alt": 230, "kjName": "田沢湖", "knName": "タザワコ", @@ -4498,14 +2812,8 @@ "32496": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 31.6 - ], - "lon": [ - 140, - 14 - ], + "lat": [39, 31.6], + "lon": [140, 14], "alt": 20, "kjName": "大正寺", "knName": "ダイショウジ", @@ -4514,14 +2822,8 @@ "32551": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 29.4 - ], - "lon": [ - 140, - 29.7 - ], + "lat": [39, 29.4], + "lon": [140, 29.7], "alt": 30, "kjName": "大曲", "knName": "オオマガリ", @@ -4530,14 +2832,8 @@ "32571": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 21.6 - ], - "lon": [ - 140, - 3.3 - ], + "lat": [39, 21.6], + "lon": [140, 3.3], "alt": 11, "kjName": "本荘", "knName": "ホンジョウ", @@ -4546,14 +2842,8 @@ "32581": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 18.3 - ], - "lon": [ - 140, - 17.3 - ], + "lat": [39, 18.3], + "lon": [140, 17.3], "alt": 117, "kjName": "東由利", "knName": "ヒガシユリ", @@ -4562,14 +2852,8 @@ "32596": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 19.2 - ], - "lon": [ - 140, - 33.3 - ], + "lat": [39, 19.2], + "lon": [140, 33.3], "alt": 59, "kjName": "横手", "knName": "ヨコテ", @@ -4578,14 +2862,8 @@ "32616": { "type": "C", "elems": "11112010", - "lat": [ - 39, - 15.3 - ], - "lon": [ - 139, - 54.8 - ], + "lat": [39, 15.3], + "lon": [139, 54.8], "alt": 7, "kjName": "にかほ", "knName": "ニカホ", @@ -4594,14 +2872,8 @@ "32626": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 14.1 - ], - "lon": [ - 140, - 8.2 - ], + "lat": [39, 14.1], + "lon": [140, 8.2], "alt": 46, "kjName": "矢島", "knName": "ヤシマ", @@ -4610,14 +2882,8 @@ "32681": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 6.2 - ], - "lon": [ - 140, - 17.6 - ], + "lat": [39, 6.2], + "lon": [140, 17.6], "alt": 200, "kjName": "笹子", "knName": "ジネゴ", @@ -4626,14 +2892,8 @@ "32691": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 11.2 - ], - "lon": [ - 140, - 27.8 - ], + "lat": [39, 11.2], + "lon": [140, 27.8], "alt": 74, "kjName": "湯沢", "knName": "ユザワ", @@ -4642,14 +2902,8 @@ "32701": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 10.7 - ], - "lon": [ - 140, - 38.9 - ], + "lat": [39, 10.7], + "lon": [140, 38.9], "alt": 191, "kjName": "東成瀬", "knName": "ヒガシナルセ", @@ -4658,14 +2912,8 @@ "32771": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 57.6 - ], - "lon": [ - 140, - 31.7 - ], + "lat": [38, 57.6], + "lon": [140, 31.7], "alt": 335, "kjName": "湯の岱", "knName": "ユノタイ", @@ -4674,14 +2922,8 @@ "33006": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 24.2 - ], - "lon": [ - 141, - 42 - ], + "lat": [40, 24.2], + "lon": [141, 42], "alt": 70, "kjName": "種市", "knName": "タネイチ", @@ -4690,14 +2932,8 @@ "33026": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 19.5 - ], - "lon": [ - 141, - 28 - ], + "lat": [40, 19.5], + "lon": [141, 28], "alt": 148, "kjName": "軽米", "knName": "カルマイ", @@ -4706,14 +2942,8 @@ "33071": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 17.9 - ], - "lon": [ - 141, - 17.9 - ], + "lat": [40, 17.9], + "lon": [141, 17.9], "alt": 87, "kjName": "二戸", "knName": "ニノヘ", @@ -4722,14 +2952,8 @@ "33086": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 16.9 - ], - "lon": [ - 141, - 40 - ], + "lat": [40, 16.9], + "lon": [141, 40], "alt": 200, "kjName": "大野", "knName": "オオノ", @@ -4738,14 +2962,8 @@ "33136": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 8.9 - ], - "lon": [ - 141, - 34.3 - ], + "lat": [40, 8.9], + "lon": [141, 34.3], "alt": 290, "kjName": "山形", "knName": "ヤマガタ", @@ -4754,14 +2972,8 @@ "33146": { "type": "C", "elems": "11112110", - "lat": [ - 40, - 10.1 - ], - "lon": [ - 141, - 44.9 - ], + "lat": [40, 10.1], + "lon": [141, 44.9], "alt": 13, "kjName": "久慈", "knName": "クジ", @@ -4770,14 +2982,8 @@ "33166": { "type": "C", "elems": "11112010", - "lat": [ - 40, - 6.2 - ], - "lon": [ - 141, - 3 - ], + "lat": [40, 6.2], + "lon": [141, 3], "alt": 290, "kjName": "荒屋", "knName": "アラヤ", @@ -4786,14 +2992,8 @@ "33176": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 3.6 - ], - "lon": [ - 141, - 13.5 - ], + "lat": [40, 3.6], + "lon": [141, 13.5], "alt": 430, "kjName": "奥中山", "knName": "オクナカヤマ", @@ -4802,14 +3002,8 @@ "33186": { "type": "C", "elems": "11112100", - "lat": [ - 40, - 2.4 - ], - "lon": [ - 141, - 27.4 - ], + "lat": [40, 2.4], + "lon": [141, 27.4], "alt": 418, "kjName": "葛巻", "knName": "クズマキ", @@ -4818,14 +3012,8 @@ "33201": { "type": "C", "elems": "01000000", - "lat": [ - 40, - 5 - ], - "lon": [ - 141, - 42.7 - ], + "lat": [40, 5], + "lon": [141, 42.7], "alt": 239, "kjName": "下戸鎖", "knName": "シモトクサリ", @@ -4834,14 +3022,8 @@ "33206": { "type": "C", "elems": "11112000", - "lat": [ - 40, - 0.2 - ], - "lon": [ - 141, - 53 - ], + "lat": [40, 0.2], + "lon": [141, 53], "alt": 8, "kjName": "普代", "knName": "フダイ", @@ -4850,14 +3032,8 @@ "33226": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 57.1 - ], - "lon": [ - 141, - 3.9 - ], + "lat": [39, 57.1], + "lon": [141, 3.9], "alt": 275, "kjName": "岩手松尾", "knName": "イワテマツオ", @@ -4866,14 +3042,8 @@ "33231": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 58.4 - ], - "lon": [ - 141, - 10 - ], + "lat": [39, 58.4], + "lon": [141, 10], "alt": 285, "kjName": "一方井", "knName": "イッカタイ", @@ -4882,14 +3052,8 @@ "33296": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 52.1 - ], - "lon": [ - 141, - 10 - ], + "lat": [39, 52.1], + "lon": [141, 10], "alt": 205, "kjName": "好摩", "knName": "コウマ", @@ -4898,14 +3062,8 @@ "33326": { "type": "C", "elems": "11112110", - "lat": [ - 39, - 50.8 - ], - "lon": [ - 141, - 47.7 - ], + "lat": [39, 50.8], + "lon": [141, 47.7], "alt": 105, "kjName": "岩泉", "knName": "イワイズミ", @@ -4914,14 +3072,8 @@ "33336": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 50.8 - ], - "lon": [ - 141, - 57.8 - ], + "lat": [39, 50.8], + "lon": [141, 57.8], "alt": 3, "kjName": "小本", "knName": "オモト", @@ -4930,14 +3082,8 @@ "33351": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 46.6 - ], - "lon": [ - 140, - 56.7 - ], + "lat": [39, 46.6], + "lon": [140, 56.7], "alt": 350, "kjName": "葛根田", "knName": "カッコンダ", @@ -4946,14 +3092,8 @@ "33361": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 46.8 - ], - "lon": [ - 141, - 5.8 - ], + "lat": [39, 46.8], + "lon": [141, 5.8], "alt": 210, "kjName": "滝沢", "knName": "タキザワ", @@ -4962,14 +3102,8 @@ "33371": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 47 - ], - "lon": [ - 141, - 19.7 - ], + "lat": [39, 47], + "lon": [141, 19.7], "alt": 680, "kjName": "薮川", "knName": "ヤブカワ", @@ -4978,14 +3112,8 @@ "33421": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 41.8 - ], - "lon": [ - 140, - 58.5 - ], + "lat": [39, 41.8], + "lon": [140, 58.5], "alt": 195, "kjName": "雫石", "knName": "シズクイシ", @@ -4994,14 +3122,8 @@ "33431": { "type": "A", "elems": "11111111", - "lat": [ - 39, - 41.9 - ], - "lon": [ - 141, - 9.9 - ], + "lat": [39, 41.9], + "lon": [141, 9.9], "alt": 155, "kjName": "盛岡", "knName": "モリオカ", @@ -5010,14 +3132,8 @@ "33441": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 39 - ], - "lon": [ - 141, - 21.2 - ], + "lat": [39, 39], + "lon": [141, 21.2], "alt": 734, "kjName": "区界", "knName": "クザカイ", @@ -5026,14 +3142,8 @@ "33472": { "type": "B", "elems": "11111111", - "lat": [ - 39, - 38.8 - ], - "lon": [ - 141, - 57.9 - ], + "lat": [39, 38.8], + "lon": [141, 57.9], "alt": 43, "kjName": "宮古", "knName": "ミヤコ", @@ -5042,14 +3152,8 @@ "33486": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 32.9 - ], - "lon": [ - 140, - 50.6 - ], + "lat": [39, 32.9], + "lon": [140, 50.6], "alt": 407, "kjName": "沢内", "knName": "サワウチ", @@ -5058,14 +3162,8 @@ "33501": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 32.8 - ], - "lon": [ - 141, - 7.6 - ], + "lat": [39, 32.8], + "lon": [141, 7.6], "alt": 125, "kjName": "紫波", "knName": "シワ", @@ -5074,14 +3172,8 @@ "33526": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 35.9 - ], - "lon": [ - 141, - 40.9 - ], + "lat": [39, 35.9], + "lon": [141, 40.9], "alt": 192, "kjName": "川井", "knName": "カワイ", @@ -5090,14 +3182,8 @@ "33566": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 28.8 - ], - "lon": [ - 140, - 58.1 - ], + "lat": [39, 28.8], + "lon": [140, 58.1], "alt": 300, "kjName": "豊沢", "knName": "トヨサワ", @@ -5106,14 +3192,8 @@ "33576": { "type": "C", "elems": "11110000", - "lat": [ - 39, - 25.7 - ], - "lon": [ - 141, - 8.1 - ], + "lat": [39, 25.7], + "lon": [141, 8.1], "alt": 90, "kjName": "花巻", "knName": "ハナマキ:花巻空港", @@ -5122,14 +3202,8 @@ "33581": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 28.2 - ], - "lon": [ - 141, - 16.7 - ], + "lat": [39, 28.2], + "lon": [141, 16.7], "alt": 150, "kjName": "大迫", "knName": "オオハサマ", @@ -5138,14 +3212,8 @@ "33596": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 27.4 - ], - "lon": [ - 141, - 30.4 - ], + "lat": [39, 27.4], + "lon": [141, 30.4], "alt": 440, "kjName": "附馬牛", "knName": "ツキモウシ", @@ -5154,14 +3222,8 @@ "33611": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 26.3 - ], - "lon": [ - 141, - 48.4 - ], + "lat": [39, 26.3], + "lon": [141, 48.4], "alt": 120, "kjName": "大槌", "knName": "オオツチ", @@ -5170,14 +3232,8 @@ "33616": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 27 - ], - "lon": [ - 141, - 57.4 - ], + "lat": [39, 27], + "lon": [141, 57.4], "alt": 24, "kjName": "山田", "knName": "ヤマダ", @@ -5186,14 +3242,8 @@ "33631": { "type": "C", "elems": "11112110", - "lat": [ - 39, - 18.6 - ], - "lon": [ - 140, - 46.6 - ], + "lat": [39, 18.6], + "lon": [140, 46.6], "alt": 250, "kjName": "湯田", "knName": "ユダ", @@ -5202,14 +3252,8 @@ "33671": { "type": "C", "elems": "11112110", - "lat": [ - 39, - 20.3 - ], - "lon": [ - 141, - 32.6 - ], + "lat": [39, 20.3], + "lon": [141, 32.6], "alt": 275, "kjName": "遠野", "knName": "トオノ", @@ -5218,14 +3262,8 @@ "33711": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 13.5 - ], - "lon": [ - 141, - 0.9 - ], + "lat": [39, 13.5], + "lon": [141, 0.9], "alt": 170, "kjName": "金ヶ崎", "knName": "カネガサキ", @@ -5234,14 +3272,8 @@ "33716": { "type": "C", "elems": "11112100", - "lat": [ - 39, - 17.3 - ], - "lon": [ - 141, - 6.6 - ], + "lat": [39, 17.3], + "lon": [141, 6.6], "alt": 61, "kjName": "北上", "knName": "キタカミ", @@ -5250,14 +3282,8 @@ "33726": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 14 - ], - "lon": [ - 141, - 18.6 - ], + "lat": [39, 14], + "lon": [141, 18.6], "alt": 170, "kjName": "米里", "knName": "ヨネサト", @@ -5266,14 +3292,8 @@ "33751": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 16.2 - ], - "lon": [ - 141, - 52.7 - ], + "lat": [39, 16.2], + "lon": [141, 52.7], "alt": 5, "kjName": "釜石", "knName": "カマイシ", @@ -5282,14 +3302,8 @@ "33776": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 8.4 - ], - "lon": [ - 141, - 3.8 - ], + "lat": [39, 8.4], + "lon": [141, 3.8], "alt": 97, "kjName": "若柳", "knName": "ワカヤナギ", @@ -5298,14 +3312,8 @@ "33781": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 11 - ], - "lon": [ - 141, - 9.7 - ], + "lat": [39, 11], + "lon": [141, 9.7], "alt": 42, "kjName": "江刺", "knName": "エサシ", @@ -5314,14 +3322,8 @@ "33801": { "type": "C", "elems": "11112000", - "lat": [ - 39, - 8.5 - ], - "lon": [ - 141, - 34.4 - ], + "lat": [39, 8.5], + "lon": [141, 34.4], "alt": 80, "kjName": "住田", "knName": "スミタ", @@ -5330,14 +3332,8 @@ "33831": { "type": "C", "elems": "01000100", - "lat": [ - 39, - 0.7 - ], - "lon": [ - 140, - 51.9 - ], + "lat": [39, 0.7], + "lon": [140, 51.9], "alt": 350, "kjName": "祭畤", "knName": "マツルベ", @@ -5346,14 +3342,8 @@ "33841": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 3 - ], - "lon": [ - 141, - 2.7 - ], + "lat": [39, 3], + "lon": [141, 2.7], "alt": 75, "kjName": "衣川", "knName": "コロモガワ", @@ -5362,14 +3352,8 @@ "33856": { "type": "C", "elems": "01000000", - "lat": [ - 39, - 2.3 - ], - "lon": [ - 141, - 17.8 - ], + "lat": [39, 2.3], + "lon": [141, 17.8], "alt": 140, "kjName": "大東", "knName": "ダイトウ", @@ -5378,14 +3362,8 @@ "33877": { "type": "B", "elems": "11111111", - "lat": [ - 39, - 3.8 - ], - "lon": [ - 141, - 42.8 - ], + "lat": [39, 3.8], + "lon": [141, 42.8], "alt": 37, "kjName": "大船渡", "knName": "オオフナト", @@ -5394,14 +3372,8 @@ "33911": { "type": "C", "elems": "11112110", - "lat": [ - 38, - 56 - ], - "lon": [ - 141, - 7.5 - ], + "lat": [38, 56], + "lon": [141, 7.5], "alt": 32, "kjName": "一関", "knName": "イチノセキ", @@ -5410,14 +3382,8 @@ "33921": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 55.3 - ], - "lon": [ - 141, - 19.8 - ], + "lat": [38, 55.3], + "lon": [141, 19.8], "alt": 120, "kjName": "千厩", "knName": "センマヤ", @@ -5426,14 +3392,8 @@ "34012": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 54.8 - ], - "lon": [ - 140, - 49.7 - ], + "lat": [38, 54.8], + "lon": [140, 49.7], "alt": 525, "kjName": "駒ノ湯", "knName": "コマノユ", @@ -5442,14 +3402,8 @@ "34026": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 54.4 - ], - "lon": [ - 141, - 33.4 - ], + "lat": [38, 54.4], + "lon": [141, 33.4], "alt": 62, "kjName": "気仙沼", "knName": "ケセンヌマ", @@ -5458,14 +3412,8 @@ "34056": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 48.3 - ], - "lon": [ - 140, - 56.9 - ], + "lat": [38, 48.3], + "lon": [140, 56.9], "alt": 33, "kjName": "鴬沢", "knName": "ウグイスザワ", @@ -5474,14 +3422,8 @@ "34096": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 44.6 - ], - "lon": [ - 140, - 45.6 - ], + "lat": [38, 44.6], + "lon": [140, 45.6], "alt": 170, "kjName": "川渡", "knName": "カワタビ", @@ -5490,14 +3432,8 @@ "34111": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 44.1 - ], - "lon": [ - 141, - 0.3 - ], + "lat": [38, 44.1], + "lon": [141, 0.3], "alt": 25, "kjName": "築館", "knName": "ツキダテ", @@ -5506,14 +3442,8 @@ "34171": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 37.6 - ], - "lon": [ - 141, - 11.3 - ], + "lat": [38, 37.6], + "lon": [141, 11.3], "alt": 5, "kjName": "米山", "knName": "ヨネヤマ", @@ -5522,14 +3452,8 @@ "34186": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 40.9 - ], - "lon": [ - 141, - 26.9 - ], + "lat": [38, 40.9], + "lon": [141, 26.9], "alt": 39, "kjName": "志津川", "knName": "シヅガワ", @@ -5538,14 +3462,8 @@ "34206": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 34.3 - ], - "lon": [ - 140, - 43.6 - ], + "lat": [38, 34.3], + "lon": [140, 43.6], "alt": 195, "kjName": "加美", "knName": "カミ", @@ -5554,14 +3472,8 @@ "34216": { "type": "C", "elems": "11112110", - "lat": [ - 38, - 35.9 - ], - "lon": [ - 140, - 54.7 - ], + "lat": [38, 35.9], + "lon": [140, 54.7], "alt": 28, "kjName": "古川", "knName": "フルカワ", @@ -5570,14 +3482,8 @@ "34241": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 31.2 - ], - "lon": [ - 141, - 27.9 - ], + "lat": [38, 31.2], + "lon": [141, 27.9], "alt": 24, "kjName": "雄勝", "knName": "オガツ", @@ -5586,14 +3492,8 @@ "34262": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 24.4 - ], - "lon": [ - 140, - 43.3 - ], + "lat": [38, 24.4], + "lon": [140, 43.3], "alt": 630, "kjName": "泉ケ岳", "knName": "イズミガダケ", @@ -5602,14 +3502,8 @@ "34266": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 28.4 - ], - "lon": [ - 140, - 53.3 - ], + "lat": [38, 28.4], + "lon": [140, 53.3], "alt": 57, "kjName": "大衡", "knName": "オオヒラ", @@ -5618,14 +3512,8 @@ "34276": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 27.6 - ], - "lon": [ - 141, - 5.5 - ], + "lat": [38, 27.6], + "lon": [141, 5.5], "alt": 3, "kjName": "鹿島台", "knName": "カシマダイ", @@ -5634,14 +3522,8 @@ "34292": { "type": "B", "elems": "11111111", - "lat": [ - 38, - 25.6 - ], - "lon": [ - 141, - 17.9 - ], + "lat": [38, 25.6], + "lon": [141, 17.9], "alt": 43, "kjName": "石巻", "knName": "イシノマキ", @@ -5650,14 +3532,8 @@ "34296": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 26.8 - ], - "lon": [ - 141, - 27 - ], + "lat": [38, 26.8], + "lon": [141, 27], "alt": 38, "kjName": "女川", "knName": "オナガワ", @@ -5666,14 +3542,8 @@ "34311": { "type": "C", "elems": "11112110", - "lat": [ - 38, - 18.2 - ], - "lon": [ - 140, - 38.2 - ], + "lat": [38, 18.2], + "lon": [140, 38.2], "alt": 265, "kjName": "新川", "knName": "ニッカワ", @@ -5682,14 +3552,8 @@ "34331": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 20.3 - ], - "lon": [ - 141, - 0.8 - ], + "lat": [38, 20.3], + "lon": [141, 0.8], "alt": 105, "kjName": "塩釜", "knName": "シオガマ", @@ -5698,14 +3562,8 @@ "34392": { "type": "A", "elems": "11111111", - "lat": [ - 38, - 15.7 - ], - "lon": [ - 140, - 53.8 - ], + "lat": [38, 15.7], + "lon": [140, 53.8], "alt": 39, "kjName": "仙台", "knName": "センダイ", @@ -5714,14 +3572,8 @@ "34436": { "type": "C", "elems": "11110100", - "lat": [ - 38, - 8.3 - ], - "lon": [ - 140, - 55 - ], + "lat": [38, 8.3], + "lon": [140, 55], "alt": 2, "kjName": "名取", "knName": "ナトリ:仙台空港", @@ -5730,14 +3582,8 @@ "34461": { "type": "C", "elems": "11112110", - "lat": [ - 38, - 0.9 - ], - "lon": [ - 140, - 36.7 - ], + "lat": [38, 0.9], + "lon": [140, 36.7], "alt": 86, "kjName": "白石", "knName": "シロイシ", @@ -5746,14 +3592,8 @@ "34462": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 7.6 - ], - "lon": [ - 140, - 40.8 - ], + "lat": [38, 7.6], + "lon": [140, 40.8], "alt": 112, "kjName": "蔵王", "knName": "ザオウ", @@ -5762,14 +3602,8 @@ "34471": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 1.5 - ], - "lon": [ - 140, - 51.5 - ], + "lat": [38, 1.5], + "lon": [140, 51.5], "alt": 4, "kjName": "亘理", "knName": "ワタリ", @@ -5778,14 +3612,8 @@ "34506": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 55.9 - ], - "lon": [ - 140, - 46.7 - ], + "lat": [37, 55.9], + "lon": [140, 46.7], "alt": 18, "kjName": "丸森", "knName": "マルモリ", @@ -5794,14 +3622,8 @@ "34526": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 49.6 - ], - "lon": [ - 140, - 43.7 - ], + "lat": [37, 49.6], + "lon": [140, 43.7], "alt": 305, "kjName": "筆甫", "knName": "ヒッポ", @@ -5810,14 +3632,8 @@ "35002": { "type": "C", "elems": "11112010", - "lat": [ - 39, - 11 - ], - "lon": [ - 139, - 32.6 - ], + "lat": [39, 11], + "lon": [139, 32.6], "alt": 58, "kjName": "飛島", "knName": "トビシマ", @@ -5826,14 +3642,8 @@ "35052": { "type": "B", "elems": "11111111", - "lat": [ - 38, - 54.5 - ], - "lon": [ - 139, - 50.6 - ], + "lat": [38, 54.5], + "lon": [139, 50.6], "alt": 3, "kjName": "酒田", "knName": "サカタ", @@ -5842,14 +3652,8 @@ "35056": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 57.9 - ], - "lon": [ - 139, - 59.9 - ], + "lat": [38, 57.9], + "lon": [139, 59.9], "alt": 65, "kjName": "酒田大沢", "knName": "サカタオオサワ", @@ -5858,14 +3662,8 @@ "35071": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 55.1 - ], - "lon": [ - 140, - 12 - ], + "lat": [38, 55.1], + "lon": [140, 12], "alt": 88, "kjName": "差首鍋", "knName": "サスナベ", @@ -5874,14 +3672,8 @@ "35086": { "type": "C", "elems": "11110000", - "lat": [ - 38, - 48.7 - ], - "lon": [ - 139, - 47.2 - ], + "lat": [38, 48.7], + "lon": [139, 47.2], "alt": 22, "kjName": "浜中", "knName": "ハマナカ:庄内空港", @@ -5890,14 +3682,8 @@ "35116": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 52.7 - ], - "lon": [ - 140, - 19.9 - ], + "lat": [38, 52.7], + "lon": [140, 19.9], "alt": 170, "kjName": "金山", "knName": "カネヤマ", @@ -5906,14 +3692,8 @@ "35141": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 44.1 - ], - "lon": [ - 139, - 49.7 - ], + "lat": [38, 44.1], + "lon": [139, 49.7], "alt": 16, "kjName": "鶴岡", "knName": "ツルオカ", @@ -5922,14 +3702,8 @@ "35146": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 48 - ], - "lon": [ - 139, - 58.4 - ], + "lat": [38, 48], + "lon": [139, 58.4], "alt": 17, "kjName": "狩川", "knName": "カリカワ", @@ -5938,14 +3712,8 @@ "35162": { "type": "B", "elems": "11111111", - "lat": [ - 38, - 45.4 - ], - "lon": [ - 140, - 18.7 - ], + "lat": [38, 45.4], + "lon": [140, 18.7], "alt": 105, "kjName": "新庄", "knName": "シンジョウ", @@ -5954,14 +3722,8 @@ "35171": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 45.3 - ], - "lon": [ - 140, - 24.8 - ], + "lat": [38, 45.3], + "lon": [140, 24.8], "alt": 150, "kjName": "瀬見", "knName": "セミ", @@ -5970,14 +3732,8 @@ "35176": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 45.5 - ], - "lon": [ - 140, - 31 - ], + "lat": [38, 45.5], + "lon": [140, 31], "alt": 212, "kjName": "向町", "knName": "ムカイマチ", @@ -5986,14 +3742,8 @@ "35201": { "type": "C", "elems": "01000100", - "lat": [ - 38, - 40.3 - ], - "lon": [ - 139, - 50.9 - ], + "lat": [38, 40.3], + "lon": [139, 50.9], "alt": 33, "kjName": "櫛引", "knName": "クシビキ", @@ -6002,14 +3752,8 @@ "35216": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 36.4 - ], - "lon": [ - 140, - 9.8 - ], + "lat": [38, 36.4], + "lon": [140, 9.8], "alt": 330, "kjName": "肘折", "knName": "ヒジオリ", @@ -6018,14 +3762,8 @@ "35231": { "type": "C", "elems": "11112110", - "lat": [ - 38, - 36.5 - ], - "lon": [ - 140, - 24.7 - ], + "lat": [38, 36.5], + "lon": [140, 24.7], "alt": 106, "kjName": "尾花沢", "knName": "オバナザワ", @@ -6034,14 +3772,8 @@ "35246": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 34 - ], - "lon": [ - 139, - 33.1 - ], + "lat": [38, 34], + "lon": [139, 33.1], "alt": 18, "kjName": "鼠ケ関", "knName": "ネズガセキ", @@ -6050,14 +3782,8 @@ "35256": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 30.5 - ], - "lon": [ - 139, - 46.9 - ], + "lat": [38, 30.5], + "lon": [139, 46.9], "alt": 272, "kjName": "荒沢", "knName": "アラサワ", @@ -6066,14 +3792,8 @@ "35332": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 27.6 - ], - "lon": [ - 140, - 20.9 - ], + "lat": [38, 27.6], + "lon": [140, 20.9], "alt": 80, "kjName": "村山", "knName": "ムラヤマ", @@ -6082,14 +3802,8 @@ "35334": { "type": "C", "elems": "11110000", - "lat": [ - 38, - 24.7 - ], - "lon": [ - 140, - 22.2 - ], + "lat": [38, 24.7], + "lon": [140, 22.2], "alt": 105, "kjName": "東根", "knName": "ヒガシネ:山形空港", @@ -6098,14 +3812,8 @@ "35361": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 23.4 - ], - "lon": [ - 139, - 59.6 - ], + "lat": [38, 23.4], + "lon": [139, 59.6], "alt": 440, "kjName": "大井沢", "knName": "オオイサワ", @@ -6114,14 +3822,8 @@ "35376": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 22.2 - ], - "lon": [ - 140, - 11.5 - ], + "lat": [38, 22.2], + "lon": [140, 11.5], "alt": 133, "kjName": "左沢", "knName": "アテラザワ", @@ -6130,14 +3832,8 @@ "35426": { "type": "A", "elems": "11111111", - "lat": [ - 38, - 15.3 - ], - "lon": [ - 140, - 20.7 - ], + "lat": [38, 15.3], + "lon": [140, 20.7], "alt": 153, "kjName": "山形", "knName": "ヤマガタ", @@ -6146,14 +3842,8 @@ "35456": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 6.3 - ], - "lon": [ - 140, - 0.9 - ], + "lat": [38, 6.3], + "lon": [140, 0.9], "alt": 210, "kjName": "長井", "knName": "ナガイ", @@ -6162,14 +3852,8 @@ "35466": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 7 - ], - "lon": [ - 140, - 12.8 - ], + "lat": [38, 7], + "lon": [140, 12.8], "alt": 270, "kjName": "上山中山", "knName": "カミノヤマナカヤマ", @@ -6178,14 +3862,8 @@ "35486": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 4.7 - ], - "lon": [ - 139, - 44.1 - ], + "lat": [38, 4.7], + "lon": [139, 44.1], "alt": 140, "kjName": "小国", "knName": "オグニ", @@ -6194,14 +3872,8 @@ "35511": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 0.2 - ], - "lon": [ - 140, - 12.4 - ], + "lat": [38, 0.2], + "lon": [140, 12.4], "alt": 220, "kjName": "高畠", "knName": "タカハタ", @@ -6210,14 +3882,8 @@ "35537": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 54.6 - ], - "lon": [ - 139, - 50.6 - ], + "lat": [37, 54.6], + "lon": [139, 50.6], "alt": 390, "kjName": "中津川", "knName": "ナカツガワ", @@ -6226,14 +3892,8 @@ "35541": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 59.4 - ], - "lon": [ - 139, - 57.2 - ], + "lat": [37, 59.4], + "lon": [139, 57.2], "alt": 260, "kjName": "高峰", "knName": "タカミネ", @@ -6242,14 +3902,8 @@ "35552": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 54.7 - ], - "lon": [ - 140, - 8.6 - ], + "lat": [37, 54.7], + "lon": [140, 8.6], "alt": 245, "kjName": "米沢", "knName": "ヨネザワ", @@ -6258,14 +3912,8 @@ "36056": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 53.5 - ], - "lon": [ - 140, - 26.2 - ], + "lat": [37, 53.5], + "lon": [140, 26.2], "alt": 200, "kjName": "茂庭", "knName": "モニワ", @@ -6274,14 +3922,8 @@ "36066": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 51.1 - ], - "lon": [ - 140, - 35.3 - ], + "lat": [37, 51.1], + "lon": [140, 35.3], "alt": 43, "kjName": "梁川", "knName": "ヤナガワ", @@ -6290,14 +3932,8 @@ "36106": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 43.3 - ], - "lon": [ - 140, - 3.5 - ], + "lat": [37, 43.3], + "lon": [140, 3.5], "alt": 824, "kjName": "桧原", "knName": "ヒバラ", @@ -6306,14 +3942,8 @@ "36127": { "type": "A", "elems": "11111111", - "lat": [ - 37, - 45.5 - ], - "lon": [ - 140, - 28.2 - ], + "lat": [37, 45.5], + "lon": [140, 28.2], "alt": 67, "kjName": "福島", "knName": "フクシマ", @@ -6322,14 +3952,8 @@ "36151": { "type": "C", "elems": "11112010", - "lat": [ - 37, - 47 - ], - "lon": [ - 140, - 55.5 - ], + "lat": [37, 47], + "lon": [140, 55.5], "alt": 9, "kjName": "相馬", "knName": "ソウマ", @@ -6338,14 +3962,8 @@ "36176": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 39.5 - ], - "lon": [ - 139, - 51.8 - ], + "lat": [37, 39.5], + "lon": [139, 51.8], "alt": 212, "kjName": "喜多方", "knName": "キタカタ", @@ -6354,14 +3972,8 @@ "36196": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 40.1 - ], - "lon": [ - 140, - 15.6 - ], + "lat": [37, 40.1], + "lon": [140, 15.6], "alt": 1220, "kjName": "鷲倉", "knName": "ワシクラ", @@ -6370,14 +3982,8 @@ "36221": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 39.9 - ], - "lon": [ - 140, - 43.6 - ], + "lat": [37, 39.9], + "lon": [140, 43.6], "alt": 463, "kjName": "飯舘", "knName": "イイタテ", @@ -6386,14 +3992,8 @@ "36231": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 38.3 - ], - "lon": [ - 140, - 59 - ], + "lat": [37, 38.3], + "lon": [140, 59], "alt": 17, "kjName": "原町", "knName": "ハラマチ", @@ -6402,14 +4002,8 @@ "36251": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 35.3 - ], - "lon": [ - 139, - 39.4 - ], + "lat": [37, 35.3], + "lon": [139, 39.4], "alt": 165, "kjName": "西会津", "knName": "ニシアイヅ", @@ -6418,14 +4012,8 @@ "36276": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 33.1 - ], - "lon": [ - 140, - 6.5 - ], + "lat": [37, 33.1], + "lon": [140, 6.5], "alt": 519, "kjName": "猪苗代", "knName": "イナワシロ", @@ -6434,14 +4022,8 @@ "36291": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 35 - ], - "lon": [ - 140, - 25.8 - ], + "lat": [37, 35], + "lon": [140, 25.8], "alt": 235, "kjName": "二本松", "knName": "ニホンマツ", @@ -6450,14 +4032,8 @@ "36307": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 33.6 - ], - "lon": [ - 140, - 45.2 - ], + "lat": [37, 33.6], + "lon": [140, 45.2], "alt": 400, "kjName": "津島", "knName": "ツシマ", @@ -6466,14 +4042,8 @@ "36342": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 28.4 - ], - "lon": [ - 139, - 31.7 - ], + "lat": [37, 28.4], + "lon": [139, 31.7], "alt": 296, "kjName": "金山", "knName": "カネヤマ", @@ -6482,14 +4052,8 @@ "36361": { "type": "B", "elems": "11111111", - "lat": [ - 37, - 29.3 - ], - "lon": [ - 139, - 54.6 - ], + "lat": [37, 29.3], + "lon": [139, 54.6], "alt": 212, "kjName": "若松", "knName": "ワカマツ", @@ -6498,14 +4062,8 @@ "36391": { "type": "C", "elems": "11112010", - "lat": [ - 37, - 26.1 - ], - "lon": [ - 140, - 34.6 - ], + "lat": [37, 26.1], + "lon": [140, 34.6], "alt": 421, "kjName": "船引", "knName": "フネヒキ", @@ -6514,14 +4072,8 @@ "36411": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 29.5 - ], - "lon": [ - 140, - 57.9 - ], + "lat": [37, 29.5], + "lon": [140, 57.9], "alt": 47, "kjName": "浪江", "knName": "ナミエ", @@ -6530,14 +4082,8 @@ "36426": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 20.6 - ], - "lon": [ - 139, - 18.8 - ], + "lat": [37, 20.6], + "lon": [139, 18.8], "alt": 377, "kjName": "只見", "knName": "タダミ", @@ -6546,14 +4092,8 @@ "36461": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 23.3 - ], - "lon": [ - 140, - 5.4 - ], + "lat": [37, 23.3], + "lon": [140, 5.4], "alt": 536, "kjName": "湖南", "knName": "コナン", @@ -6562,14 +4102,8 @@ "36476": { "type": "C", "elems": "11112010", - "lat": [ - 37, - 22.1 - ], - "lon": [ - 140, - 19.8 - ], + "lat": [37, 22.1], + "lon": [140, 19.8], "alt": 249, "kjName": "郡山", "knName": "コオリヤマ", @@ -6578,14 +4112,8 @@ "36501": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 20.2 - ], - "lon": [ - 140, - 48.5 - ], + "lat": [37, 20.2], + "lon": [140, 48.5], "alt": 410, "kjName": "川内", "knName": "カワウチ", @@ -6594,14 +4122,8 @@ "36511": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 20.8 - ], - "lon": [ - 141, - 1 - ], + "lat": [37, 20.8], + "lon": [141, 1], "alt": 50, "kjName": "富岡", "knName": "トミオカ", @@ -6610,14 +4132,8 @@ "36536": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 15.9 - ], - "lon": [ - 139, - 32.2 - ], + "lat": [37, 15.9], + "lon": [139, 32.2], "alt": 494, "kjName": "南郷", "knName": "ナンゴウ", @@ -6626,14 +4142,8 @@ "36562": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 16.6 - ], - "lon": [ - 140, - 3.8 - ], + "lat": [37, 16.6], + "lon": [140, 3.8], "alt": 646, "kjName": "湯本", "knName": "ユモト", @@ -6642,14 +4152,8 @@ "36571": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 17.3 - ], - "lon": [ - 140, - 13.1 - ], + "lat": [37, 17.3], + "lon": [140, 13.1], "alt": 317, "kjName": "長沼", "knName": "ナガヌマ", @@ -6658,14 +4162,8 @@ "36581": { "type": "C", "elems": "11110100", - "lat": [ - 37, - 13.6 - ], - "lon": [ - 140, - 25.6 - ], + "lat": [37, 13.6], + "lon": [140, 25.6], "alt": 372, "kjName": "玉川", "knName": "タマカワ:福島空港", @@ -6674,14 +4172,8 @@ "36591": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 17.2 - ], - "lon": [ - 140, - 37.5 - ], + "lat": [37, 17.2], + "lon": [140, 37.5], "alt": 433, "kjName": "小野新町", "knName": "オノニイマチ", @@ -6690,14 +4182,8 @@ "36597": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 14.8 - ], - "lon": [ - 140, - 43.4 - ], + "lat": [37, 14.8], + "lon": [140, 43.4], "alt": 492, "kjName": "川前", "knName": "カワマエ", @@ -6706,14 +4192,8 @@ "36611": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 14 - ], - "lon": [ - 141, - 0 - ], + "lat": [37, 14], + "lon": [141, 0], "alt": 43, "kjName": "広野", "knName": "ヒロノ", @@ -6722,14 +4202,8 @@ "36641": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 12.4 - ], - "lon": [ - 139, - 47.7 - ], + "lat": [37, 12.4], + "lon": [139, 47.7], "alt": 544, "kjName": "田島", "knName": "タジマ", @@ -6738,14 +4212,8 @@ "36667": { "type": "B", "elems": "11111111", - "lat": [ - 37, - 7.9 - ], - "lon": [ - 140, - 12.9 - ], + "lat": [37, 7.9], + "lon": [140, 12.9], "alt": 355, "kjName": "白河", "knName": "シラカワ", @@ -6754,14 +4222,8 @@ "36676": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 8.8 - ], - "lon": [ - 140, - 27.6 - ], + "lat": [37, 8.8], + "lon": [140, 27.6], "alt": 290, "kjName": "石川", "knName": "イシカワ", @@ -6770,14 +4232,8 @@ "36716": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 0.6 - ], - "lon": [ - 139, - 22.5 - ], + "lat": [37, 0.6], + "lon": [139, 22.5], "alt": 973, "kjName": "桧枝岐", "knName": "ヒノエマタ", @@ -6786,14 +4242,8 @@ "36726": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 5.5 - ], - "lon": [ - 139, - 31.9 - ], + "lat": [37, 5.5], + "lon": [139, 31.9], "alt": 690, "kjName": "舘岩", "knName": "タテイワ", @@ -6802,14 +4252,8 @@ "36781": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 3.9 - ], - "lon": [ - 140, - 52.6 - ], + "lat": [37, 3.9], + "lon": [140, 52.6], "alt": 12, "kjName": "平", "knName": "タイラ", @@ -6818,14 +4262,8 @@ "36821": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 56.3 - ], - "lon": [ - 140, - 24.5 - ], + "lat": [36, 56.3], + "lon": [140, 24.5], "alt": 183, "kjName": "東白川", "knName": "ヒガシシラカワ", @@ -6834,14 +4272,8 @@ "36836": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 56 - ], - "lon": [ - 140, - 44 - ], + "lat": [36, 56], + "lon": [140, 44], "alt": 25, "kjName": "山田", "knName": "ヤマダ", @@ -6850,14 +4282,8 @@ "36846": { "type": "B", "elems": "11111011", - "lat": [ - 36, - 56.8 - ], - "lon": [ - 140, - 54.2 - ], + "lat": [36, 56.8], + "lon": [140, 54.2], "alt": 3, "kjName": "小名浜", "knName": "オナハマ", @@ -6866,14 +4292,8 @@ "40041": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 52.1 - ], - "lon": [ - 140, - 38.2 - ], + "lat": [36, 52.1], + "lon": [140, 38.2], "alt": 370, "kjName": "花園", "knName": "ハナゾノ", @@ -6882,14 +4302,8 @@ "40046": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 50 - ], - "lon": [ - 140, - 46.3 - ], + "lat": [36, 50], + "lon": [140, 46.3], "alt": 5, "kjName": "北茨城", "knName": "キタイバラキ", @@ -6898,14 +4312,8 @@ "40061": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 46.7 - ], - "lon": [ - 140, - 20.7 - ], + "lat": [36, 46.7], + "lon": [140, 20.7], "alt": 120, "kjName": "大子", "knName": "ダイゴ", @@ -6914,14 +4322,8 @@ "40066": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 46.7 - ], - "lon": [ - 140, - 28.9 - ], + "lat": [36, 46.7], + "lon": [140, 28.9], "alt": 270, "kjName": "徳田", "knName": "トクダ", @@ -6930,14 +4332,8 @@ "40076": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 44.6 - ], - "lon": [ - 140, - 35.6 - ], + "lat": [36, 44.6], + "lon": [140, 35.6], "alt": 395, "kjName": "大能", "knName": "オオノウ", @@ -6946,14 +4342,8 @@ "40091": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 36.4 - ], - "lon": [ - 140, - 19.5 - ], + "lat": [36, 36.4], + "lon": [140, 19.5], "alt": 95, "kjName": "常陸大宮", "knName": "ヒタチオオミヤ", @@ -6962,14 +4352,8 @@ "40126": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 30.9 - ], - "lon": [ - 140, - 28.4 - ], + "lat": [36, 30.9], + "lon": [140, 28.4], "alt": 17, "kjName": "中野", "knName": "ナカノ", @@ -6978,14 +4362,8 @@ "40136": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 34.8 - ], - "lon": [ - 140, - 38.7 - ], + "lat": [36, 34.8], + "lon": [140, 38.7], "alt": 34, "kjName": "日立", "knName": "ヒタチ", @@ -6994,14 +4372,8 @@ "40181": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 20 - ], - "lon": [ - 140, - 2 - ], + "lat": [36, 20], + "lon": [140, 2], "alt": 40, "kjName": "門井", "knName": "カドイ", @@ -7010,14 +4382,8 @@ "40191": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 23.7 - ], - "lon": [ - 140, - 14.4 - ], + "lat": [36, 23.7], + "lon": [140, 14.4], "alt": 72, "kjName": "笠間", "knName": "カサマ", @@ -7026,14 +4392,8 @@ "40201": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 22.8 - ], - "lon": [ - 140, - 28 - ], + "lat": [36, 22.8], + "lon": [140, 28], "alt": 29, "kjName": "水戸", "knName": "ミト", @@ -7042,14 +4402,8 @@ "40221": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 12.1 - ], - "lon": [ - 139, - 43 - ], + "lat": [36, 12.1], + "lon": [139, 43], "alt": 20, "kjName": "古河", "knName": "コガ", @@ -7058,14 +4412,8 @@ "40231": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 16.9 - ], - "lon": [ - 139, - 59.3 - ], + "lat": [36, 16.9], + "lon": [139, 59.3], "alt": 24, "kjName": "下館", "knName": "シモダテ", @@ -7074,14 +4422,8 @@ "40241": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 14 - ], - "lon": [ - 140, - 11.3 - ], + "lat": [36, 14], + "lon": [140, 11.3], "alt": 27, "kjName": "柿岡", "knName": "カキオカ", @@ -7090,14 +4432,8 @@ "40251": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 14.2 - ], - "lon": [ - 140, - 19.5 - ], + "lat": [36, 14.2], + "lon": [140, 19.5], "alt": 25, "kjName": "美野里", "knName": "ミノリ", @@ -7106,14 +4442,8 @@ "40281": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 10.1 - ], - "lon": [ - 139, - 56.7 - ], + "lat": [36, 10.1], + "lon": [139, 56.7], "alt": 20, "kjName": "下妻", "knName": "シモツマ", @@ -7122,14 +4452,8 @@ "40311": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 10.1 - ], - "lon": [ - 140, - 31.6 - ], + "lat": [36, 10.1], + "lon": [140, 31.6], "alt": 32, "kjName": "鉾田", "knName": "ホコタ", @@ -7138,14 +4462,8 @@ "40326": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 2.1 - ], - "lon": [ - 139, - 53.6 - ], + "lat": [36, 2.1], + "lon": [139, 53.6], "alt": 16, "kjName": "坂東", "knName": "バンドウ", @@ -7154,14 +4472,8 @@ "40336": { "type": "C", "elems": "11111100", - "lat": [ - 36, - 3.4 - ], - "lon": [ - 140, - 7.5 - ], + "lat": [36, 3.4], + "lon": [140, 7.5], "alt": 25, "kjName": "つくば", "knName": "ツクバ", @@ -7170,14 +4482,8 @@ "40341": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 6.2 - ], - "lon": [ - 140, - 13.2 - ], + "lat": [36, 6.2], + "lon": [140, 13.2], "alt": 26, "kjName": "土浦", "knName": "ツチウラ", @@ -7186,14 +4492,8 @@ "40391": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 57.6 - ], - "lon": [ - 140, - 19.2 - ], + "lat": [35, 57.6], + "lon": [140, 19.2], "alt": 25, "kjName": "江戸崎", "knName": "エドサキ", @@ -7202,14 +4502,8 @@ "40406": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 57.8 - ], - "lon": [ - 140, - 37.3 - ], + "lat": [35, 57.8], + "lon": [140, 37.3], "alt": 37, "kjName": "鹿嶋", "knName": "カシマ", @@ -7218,14 +4512,8 @@ "40426": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 53.4 - ], - "lon": [ - 140, - 12.7 - ], + "lat": [35, 53.4], + "lon": [140, 12.7], "alt": 4, "kjName": "龍ケ崎", "knName": "リュウガサキ", @@ -7234,14 +4522,8 @@ "41011": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 7.4 - ], - "lon": [ - 140, - 2.1 - ], + "lat": [37, 7.4], + "lon": [140, 2.1], "alt": 749, "kjName": "那須高原", "knName": "ナスコウゲン", @@ -7250,14 +4532,8 @@ "41076": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 55.3 - ], - "lon": [ - 139, - 41.7 - ], + "lat": [36, 55.3], + "lon": [139, 41.7], "alt": 620, "kjName": "五十里", "knName": "イカリ", @@ -7266,14 +4542,8 @@ "41091": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 58.9 - ], - "lon": [ - 140, - 1.1 - ], + "lat": [36, 58.9], + "lon": [140, 1.1], "alt": 343, "kjName": "黒磯", "knName": "クロイソ", @@ -7282,14 +4552,8 @@ "41116": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 53.5 - ], - "lon": [ - 139, - 34.1 - ], + "lat": [36, 53.5], + "lon": [139, 34.1], "alt": 925, "kjName": "土呂部", "knName": "ドロブ", @@ -7298,14 +4562,8 @@ "41141": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 50.4 - ], - "lon": [ - 140, - 2.1 - ], + "lat": [36, 50.4], + "lon": [140, 2.1], "alt": 188, "kjName": "大田原", "knName": "オオタワラ", @@ -7314,14 +4572,8 @@ "41166": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 44.3 - ], - "lon": [ - 139, - 30 - ], + "lat": [36, 44.3], + "lon": [139, 30], "alt": 1292, "kjName": "奥日光", "knName": "オクニッコウ", @@ -7330,14 +4582,8 @@ "41171": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 43.6 - ], - "lon": [ - 139, - 40.6 - ], + "lat": [36, 43.6], + "lon": [139, 40.6], "alt": 414, "kjName": "今市", "knName": "イマイチ", @@ -7346,14 +4592,8 @@ "41181": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 45.4 - ], - "lon": [ - 139, - 53 - ], + "lat": [36, 45.4], + "lon": [139, 53], "alt": 225, "kjName": "塩谷", "knName": "シオヤ", @@ -7362,14 +4602,8 @@ "41211": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 38.8 - ], - "lon": [ - 139, - 26.9 - ], + "lat": [36, 38.8], + "lon": [139, 26.9], "alt": 650, "kjName": "足尾", "knName": "アシオ", @@ -7378,14 +4612,8 @@ "41241": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 36.4 - ], - "lon": [ - 139, - 59.9 - ], + "lat": [36, 36.4], + "lon": [139, 59.9], "alt": 148, "kjName": "高根沢", "knName": "タカネザワ", @@ -7394,14 +4622,8 @@ "41247": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 38.5 - ], - "lon": [ - 140, - 7 - ], + "lat": [36, 38.5], + "lon": [140, 7], "alt": 82, "kjName": "那須烏山", "knName": "ナスカラスヤマ", @@ -7410,14 +4632,8 @@ "41271": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 35.5 - ], - "lon": [ - 139, - 44.1 - ], + "lat": [36, 35.5], + "lon": [139, 44.1], "alt": 165, "kjName": "鹿沼", "knName": "カヌマ", @@ -7426,14 +4642,8 @@ "41277": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 32.9 - ], - "lon": [ - 139, - 52.1 - ], + "lat": [36, 32.9], + "lon": [139, 52.1], "alt": 119, "kjName": "宇都宮", "knName": "ウツノミヤ", @@ -7442,14 +4652,8 @@ "41311": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 25.9 - ], - "lon": [ - 139, - 35.4 - ], + "lat": [36, 25.9], + "lon": [139, 35.4], "alt": 120, "kjName": "葛生", "knName": "クズウ", @@ -7458,14 +4662,8 @@ "41331": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 28.6 - ], - "lon": [ - 139, - 59.2 - ], + "lat": [36, 28.6], + "lon": [139, 59.2], "alt": 91, "kjName": "真岡", "knName": "モオカ", @@ -7474,14 +4672,8 @@ "41356": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 20.5 - ], - "lon": [ - 139, - 27.7 - ], + "lat": [36, 20.5], + "lon": [139, 27.7], "alt": 35, "kjName": "足利", "knName": "アシカガ", @@ -7490,14 +4682,8 @@ "41361": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 21.8 - ], - "lon": [ - 139, - 34.2 - ], + "lat": [36, 21.8], + "lon": [139, 34.2], "alt": 68, "kjName": "佐野", "knName": "サノ", @@ -7506,14 +4692,8 @@ "41371": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 22.4 - ], - "lon": [ - 139, - 42.2 - ], + "lat": [36, 22.4], + "lon": [139, 42.2], "alt": 65, "kjName": "栃木", "knName": "トチギ", @@ -7522,14 +4702,8 @@ "41376": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 20.3 - ], - "lon": [ - 139, - 49.8 - ], + "lat": [36, 20.3], + "lon": [139, 49.8], "alt": 44, "kjName": "小山", "knName": "オヤマ", @@ -7538,14 +4712,8 @@ "42046": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 51.8 - ], - "lon": [ - 139, - 3.5 - ], + "lat": [36, 51.8], + "lon": [139, 3.5], "alt": 700, "kjName": "藤原", "knName": "フジワラ", @@ -7554,14 +4722,8 @@ "42091": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 46.4 - ], - "lon": [ - 138, - 57.9 - ], + "lat": [36, 46.4], + "lon": [138, 57.9], "alt": 524, "kjName": "みなかみ", "knName": "ミナカミ", @@ -7570,14 +4732,8 @@ "42106": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 46.3 - ], - "lon": [ - 139, - 14.3 - ], + "lat": [36, 46.3], + "lon": [139, 14.3], "alt": 861, "kjName": "片品", "knName": "カタシナ", @@ -7586,14 +4742,8 @@ "42121": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 37 - ], - "lon": [ - 138, - 35.5 - ], + "lat": [36, 37], + "lon": [138, 35.5], "alt": 1223, "kjName": "草津", "knName": "クサツ", @@ -7602,14 +4752,8 @@ "42146": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 40.1 - ], - "lon": [ - 139, - 1.3 - ], + "lat": [36, 40.1], + "lon": [139, 1.3], "alt": 390, "kjName": "沼田", "knName": "ヌマタ", @@ -7618,14 +4762,8 @@ "42186": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 35.2 - ], - "lon": [ - 138, - 51 - ], + "lat": [36, 35.2], + "lon": [138, 51], "alt": 354, "kjName": "中之条", "knName": "ナカノジョウ", @@ -7634,14 +4772,8 @@ "42221": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 27.8 - ], - "lon": [ - 138, - 27.8 - ], + "lat": [36, 27.8], + "lon": [138, 27.8], "alt": 1230, "kjName": "田代", "knName": "タシロ", @@ -7650,14 +4782,8 @@ "42241": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 28.3 - ], - "lon": [ - 138, - 52.4 - ], + "lat": [36, 28.3], + "lon": [138, 52.4], "alt": 1088, "kjName": "榛名山", "knName": "ハルナサン", @@ -7666,14 +4792,8 @@ "42251": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 24.3 - ], - "lon": [ - 139, - 3.6 - ], + "lat": [36, 24.3], + "lon": [139, 3.6], "alt": 112, "kjName": "前橋", "knName": "マエバシ", @@ -7682,14 +4802,8 @@ "42261": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 30.1 - ], - "lon": [ - 139, - 17 - ], + "lat": [36, 30.1], + "lon": [139, 17], "alt": 285, "kjName": "黒保根", "knName": "クロホネ", @@ -7698,14 +4812,8 @@ "42266": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 24.6 - ], - "lon": [ - 139, - 19.5 - ], + "lat": [36, 24.6], + "lon": [139, 19.5], "alt": 117, "kjName": "桐生", "knName": "キリュウ", @@ -7714,14 +4822,8 @@ "42286": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 22.6 - ], - "lon": [ - 138, - 53.7 - ], + "lat": [36, 22.6], + "lon": [138, 53.7], "alt": 183, "kjName": "上里見", "knName": "カミサトミ", @@ -7730,14 +4832,8 @@ "42302": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 19.9 - ], - "lon": [ - 139, - 9.9 - ], + "lat": [36, 19.9], + "lon": [139, 9.9], "alt": 64, "kjName": "伊勢崎", "knName": "イセサキ", @@ -7746,14 +4842,8 @@ "42326": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 14.7 - ], - "lon": [ - 138, - 42.4 - ], + "lat": [36, 14.7], + "lon": [138, 42.4], "alt": 375, "kjName": "西野牧", "knName": "ニシノマキ", @@ -7762,14 +4852,8 @@ "42341": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 14.5 - ], - "lon": [ - 139, - 4.2 - ], + "lat": [36, 14.5], + "lon": [139, 4.2], "alt": 95, "kjName": "藤岡", "knName": "フジオカ", @@ -7778,14 +4862,8 @@ "42366": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 14.4 - ], - "lon": [ - 139, - 30.8 - ], + "lat": [36, 14.4], + "lon": [139, 30.8], "alt": 23, "kjName": "館林", "knName": "タテバヤシ", @@ -7794,14 +4872,8 @@ "42396": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 6.5 - ], - "lon": [ - 138, - 53.8 - ], + "lat": [36, 6.5], + "lon": [138, 53.8], "alt": 357, "kjName": "神流", "knName": "カンナ", @@ -7810,14 +4882,8 @@ "43051": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 6.3 - ], - "lon": [ - 139, - 11 - ], + "lat": [36, 6.3], + "lon": [139, 11], "alt": 128, "kjName": "寄居", "knName": "ヨリイ", @@ -7826,14 +4892,8 @@ "43056": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 9 - ], - "lon": [ - 139, - 22.8 - ], + "lat": [36, 9], + "lon": [139, 22.8], "alt": 30, "kjName": "熊谷", "knName": "クマガヤ", @@ -7842,14 +4902,8 @@ "43091": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 3.2 - ], - "lon": [ - 138, - 58.8 - ], + "lat": [36, 3.2], + "lon": [138, 58.8], "alt": 275, "kjName": "上吉田", "knName": "カミヨシダ", @@ -7858,14 +4912,8 @@ "43121": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 3.9 - ], - "lon": [ - 139, - 31.3 - ], + "lat": [36, 3.9], + "lon": [139, 31.3], "alt": 15, "kjName": "鴻巣", "knName": "コウノス", @@ -7874,14 +4922,8 @@ "43126": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 5.2 - ], - "lon": [ - 139, - 38.1 - ], + "lat": [36, 5.2], + "lon": [139, 38.1], "alt": 12, "kjName": "久喜", "knName": "クキ", @@ -7890,14 +4932,8 @@ "43151": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 55.6 - ], - "lon": [ - 138, - 55.4 - ], + "lat": [35, 55.6], + "lon": [138, 55.4], "alt": 975, "kjName": "三峰", "knName": "ミツミネ", @@ -7906,14 +4942,8 @@ "43156": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 59.4 - ], - "lon": [ - 139, - 4.4 - ], + "lat": [35, 59.4], + "lon": [139, 4.4], "alt": 232, "kjName": "秩父", "knName": "チチブ", @@ -7922,14 +4952,8 @@ "43157": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 55.2 - ], - "lon": [ - 139, - 4.2 - ], + "lat": [35, 55.2], + "lon": [139, 4.2], "alt": 400, "kjName": "浦山", "knName": "ウラヤマ", @@ -7938,14 +4962,8 @@ "43162": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 59.4 - ], - "lon": [ - 139, - 12.4 - ], + "lat": [35, 59.4], + "lon": [139, 12.4], "alt": 295, "kjName": "ときがわ", "knName": "トキガワ", @@ -7954,14 +4972,8 @@ "43171": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 59.1 - ], - "lon": [ - 139, - 20.1 - ], + "lat": [35, 59.1], + "lon": [139, 20.1], "alt": 44, "kjName": "鳩山", "knName": "ハトヤマ", @@ -7970,14 +4982,8 @@ "43231": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 50.3 - ], - "lon": [ - 139, - 19.3 - ], + "lat": [35, 50.3], + "lon": [139, 19.3], "alt": 84, "kjName": "飯能", "knName": "ハンノウ", @@ -7986,14 +4992,8 @@ "43241": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 52.5 - ], - "lon": [ - 139, - 35.2 - ], + "lat": [35, 52.5], + "lon": [139, 35.2], "alt": 8, "kjName": "さいたま", "knName": "サイタマ", @@ -8002,14 +5002,8 @@ "43256": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 53 - ], - "lon": [ - 139, - 45.4 - ], + "lat": [35, 53], + "lon": [139, 45.4], "alt": 3, "kjName": "越谷", "knName": "コシガヤ", @@ -8018,14 +5012,8 @@ "43266": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 46.4 - ], - "lon": [ - 139, - 24.8 - ], + "lat": [35, 46.4], + "lon": [139, 24.8], "alt": 119, "kjName": "所沢", "knName": "トコロザワ", @@ -8034,14 +5022,8 @@ "44046": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 47.5 - ], - "lon": [ - 139, - 3 - ], + "lat": [35, 47.5], + "lon": [139, 3], "alt": 530, "kjName": "小河内", "knName": "オゴウチ", @@ -8050,14 +5032,8 @@ "44051": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 44.1 - ], - "lon": [ - 139, - 7.4 - ], + "lat": [35, 44.1], + "lon": [139, 7.4], "alt": 420, "kjName": "小沢", "knName": "オザワ", @@ -8066,14 +5042,8 @@ "44056": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 47.3 - ], - "lon": [ - 139, - 18.7 - ], + "lat": [35, 47.3], + "lon": [139, 18.7], "alt": 155, "kjName": "青梅", "knName": "オウメ", @@ -8082,14 +5052,8 @@ "44071": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 44.3 - ], - "lon": [ - 139, - 35.5 - ], + "lat": [35, 44.3], + "lon": [139, 35.5], "alt": 51, "kjName": "練馬", "knName": "ネリマ", @@ -8098,14 +5062,8 @@ "44112": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 40 - ], - "lon": [ - 139, - 19 - ], + "lat": [35, 40], + "lon": [139, 19], "alt": 123, "kjName": "八王子", "knName": "ハチオウジ", @@ -8114,14 +5072,8 @@ "44116": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 41 - ], - "lon": [ - 139, - 29 - ], + "lat": [35, 41], + "lon": [139, 29], "alt": 59, "kjName": "府中", "knName": "フチュウ", @@ -8130,14 +5082,8 @@ "44126": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 37.6 - ], - "lon": [ - 139, - 37.2 - ], + "lat": [35, 37.6], + "lon": [139, 37.2], "alt": 35, "kjName": "世田谷", "knName": "セタガヤ", @@ -8146,14 +5092,8 @@ "44132": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 41.5 - ], - "lon": [ - 139, - 45 - ], + "lat": [35, 41.5], + "lon": [139, 45], "alt": 25, "kjName": "東京", "knName": "トウキョウ", @@ -8162,14 +5102,8 @@ "44136": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 38.3 - ], - "lon": [ - 139, - 51.8 - ], + "lat": [35, 38.3], + "lon": [139, 51.8], "alt": 5, "kjName": "江戸川臨海", "knName": "エドガワリンカイ", @@ -8178,14 +5112,8 @@ "44166": { "type": "C", "elems": "11110000", - "lat": [ - 35, - 33.2 - ], - "lon": [ - 139, - 46.8 - ], + "lat": [35, 33.2], + "lon": [139, 46.8], "alt": 6, "kjName": "羽田", "knName": "ハネダ:東京国際空港", @@ -8194,14 +5122,8 @@ "44172": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 44.9 - ], - "lon": [ - 139, - 21.7 - ], + "lat": [34, 44.9], + "lon": [139, 21.7], "alt": 74, "kjName": "大島", "knName": "オオシマ", @@ -8210,14 +5132,8 @@ "44173": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 46.9 - ], - "lon": [ - 139, - 21.6 - ], + "lat": [34, 46.9], + "lon": [139, 21.6], "alt": 38, "kjName": "大島北ノ山", "knName": "オオシマキタノヤマ:大島空港", @@ -8226,14 +5142,8 @@ "44191": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 31.7 - ], - "lon": [ - 139, - 16.9 - ], + "lat": [34, 31.7], + "lon": [139, 16.9], "alt": 100, "kjName": "利島", "knName": "トシマ", @@ -8242,14 +5152,8 @@ "44207": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 22.1 - ], - "lon": [ - 139, - 16.1 - ], + "lat": [34, 22.1], + "lon": [139, 16.1], "alt": 29, "kjName": "新島", "knName": "ニイジマ:新島空港", @@ -8258,14 +5162,8 @@ "44216": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 11.3 - ], - "lon": [ - 139, - 8 - ], + "lat": [34, 11.3], + "lon": [139, 8], "alt": 138, "kjName": "神津島", "knName": "コウヅシマ:神津島空港", @@ -8274,14 +5172,8 @@ "44226": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 7.4 - ], - "lon": [ - 139, - 31.2 - ], + "lat": [34, 7.4], + "lon": [139, 31.2], "alt": 38, "kjName": "三宅島", "knName": "ミヤケジマ", @@ -8290,14 +5182,8 @@ "44228": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 4.4 - ], - "lon": [ - 139, - 33.6 - ], + "lat": [34, 4.4], + "lon": [139, 33.6], "alt": 20, "kjName": "三宅坪田", "knName": "ミヤケツボタ:三宅島空港", @@ -8306,14 +5192,8 @@ "44262": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 6.9 - ], - "lon": [ - 139, - 47.1 - ], + "lat": [33, 6.9], + "lon": [139, 47.1], "alt": 92, "kjName": "八重見ヶ原", "knName": "ヤエミガハラ:八丈島空港", @@ -8322,14 +5202,8 @@ "44263": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 7.3 - ], - "lon": [ - 139, - 46.7 - ], + "lat": [33, 7.3], + "lon": [139, 46.7], "alt": 151, "kjName": "八丈島", "knName": "ハチジョウジマ", @@ -8338,14 +5212,8 @@ "44281": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 28 - ], - "lon": [ - 139, - 45.6 - ], + "lat": [32, 28], + "lon": [139, 45.6], "alt": 272, "kjName": "青ヶ島", "knName": "アオガシマ", @@ -8354,14 +5222,8 @@ "44301": { "type": "D", "elems": "11111011", - "lat": [ - 27, - 5.5 - ], - "lon": [ - 142, - 11.4 - ], + "lat": [27, 5.5], + "lon": [142, 11.4], "alt": 3, "kjName": "父島", "knName": "チチジマ", @@ -8370,14 +5232,8 @@ "44316": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 38.1 - ], - "lon": [ - 142, - 9.7 - ], + "lat": [26, 38.1], + "lon": [142, 9.7], "alt": 32, "kjName": "母島", "knName": "ハハジマ", @@ -8386,14 +5242,8 @@ "44356": { "type": "E", "elems": "11111011", - "lat": [ - 24, - 17.3 - ], - "lon": [ - 153, - 59 - ], + "lat": [24, 17.3], + "lon": [153, 59], "alt": 7, "kjName": "南鳥島", "knName": "ミナミトリシマ", @@ -8402,14 +5252,8 @@ "45061": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 51.8 - ], - "lon": [ - 140, - 6.6 - ], + "lat": [35, 51.8], + "lon": [140, 6.6], "alt": 20, "kjName": "我孫子", "knName": "アビコ", @@ -8418,14 +5262,8 @@ "45081": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 51.5 - ], - "lon": [ - 140, - 30.1 - ], + "lat": [35, 51.5], + "lon": [140, 30.1], "alt": 37, "kjName": "香取", "knName": "カトリ", @@ -8434,14 +5272,8 @@ "45086": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 47.7 - ], - "lon": [ - 140, - 40.9 - ], + "lat": [35, 47.7], + "lon": [140, 40.9], "alt": 52, "kjName": "東庄", "knName": "トウノショウ", @@ -8450,14 +5282,8 @@ "45106": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 42.7 - ], - "lon": [ - 140, - 2.6 - ], + "lat": [35, 42.7], + "lon": [140, 2.6], "alt": 28, "kjName": "船橋", "knName": "フナバシ", @@ -8466,14 +5292,8 @@ "45116": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 43.7 - ], - "lon": [ - 140, - 12.7 - ], + "lat": [35, 43.7], + "lon": [140, 12.7], "alt": 5, "kjName": "佐倉", "knName": "サクラ", @@ -8482,14 +5302,8 @@ "45121": { "type": "C", "elems": "11110000", - "lat": [ - 35, - 45.8 - ], - "lon": [ - 140, - 23.1 - ], + "lat": [35, 45.8], + "lon": [140, 23.1], "alt": 41, "kjName": "成田", "knName": "ナリタ:成田国際空港", @@ -8498,14 +5312,8 @@ "45147": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 44.3 - ], - "lon": [ - 140, - 51.4 - ], + "lat": [35, 44.3], + "lon": [140, 51.4], "alt": 20, "kjName": "銚子", "knName": "チョウシ", @@ -8514,14 +5322,8 @@ "45181": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 39.3 - ], - "lon": [ - 140, - 30.3 - ], + "lat": [35, 39.3], + "lon": [140, 30.3], "alt": 5, "kjName": "横芝光", "knName": "ヨコシバヒカリ", @@ -8530,14 +5332,8 @@ "45212": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 36.1 - ], - "lon": [ - 140, - 6.2 - ], + "lat": [35, 36.1], + "lon": [140, 6.2], "alt": 3, "kjName": "千葉", "knName": "チバ", @@ -8546,14 +5342,8 @@ "45261": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 26.2 - ], - "lon": [ - 140, - 17.6 - ], + "lat": [35, 26.2], + "lon": [140, 17.6], "alt": 11, "kjName": "茂原", "knName": "モバラ", @@ -8562,14 +5352,8 @@ "45282": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 21.7 - ], - "lon": [ - 139, - 56.4 - ], + "lat": [35, 21.7], + "lon": [139, 56.4], "alt": 60, "kjName": "木更津", "knName": "キサラヅ", @@ -8578,14 +5362,8 @@ "45291": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 23.8 - ], - "lon": [ - 140, - 8.9 - ], + "lat": [35, 23.8], + "lon": [140, 8.9], "alt": 30, "kjName": "牛久", "knName": "ウシク", @@ -8594,14 +5372,8 @@ "45326": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 14.1 - ], - "lon": [ - 140, - 5.9 - ], + "lat": [35, 14.1], + "lon": [140, 5.9], "alt": 120, "kjName": "坂畑", "knName": "サカハタ", @@ -8610,14 +5382,8 @@ "45331": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 15.1 - ], - "lon": [ - 140, - 12.9 - ], + "lat": [35, 15.1], + "lon": [140, 12.9], "alt": 70, "kjName": "大多喜", "knName": "オオタキ", @@ -8626,14 +5392,8 @@ "45346": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 7.3 - ], - "lon": [ - 139, - 50.2 - ], + "lat": [35, 7.3], + "lon": [139, 50.2], "alt": 10, "kjName": "鋸南", "knName": "キョナン", @@ -8642,14 +5402,8 @@ "45361": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 6.7 - ], - "lon": [ - 140, - 6 - ], + "lat": [35, 6.7], + "lon": [140, 6], "alt": 5, "kjName": "鴨川", "knName": "カモガワ", @@ -8658,14 +5412,8 @@ "45371": { "type": "B", "elems": "11111011", - "lat": [ - 35, - 9 - ], - "lon": [ - 140, - 18.7 - ], + "lat": [35, 9], + "lon": [140, 18.7], "alt": 12, "kjName": "勝浦", "knName": "カツウラ", @@ -8674,14 +5422,8 @@ "45401": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 59.2 - ], - "lon": [ - 139, - 51.9 - ], + "lat": [34, 59.2], + "lon": [139, 51.9], "alt": 6, "kjName": "館山", "knName": "タテヤマ", @@ -8690,14 +5432,8 @@ "46001": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 36.8 - ], - "lon": [ - 139, - 11.6 - ], + "lat": [35, 36.8], + "lon": [139, 11.6], "alt": 188, "kjName": "相模湖", "knName": "サガミコ", @@ -8706,14 +5442,8 @@ "46046": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 34.3 - ], - "lon": [ - 139, - 22.2 - ], + "lat": [35, 34.3], + "lon": [139, 22.2], "alt": 149, "kjName": "相模原中央", "knName": "サガミハラチュウオウ", @@ -8722,14 +5452,8 @@ "46061": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 33.1 - ], - "lon": [ - 139, - 39 - ], + "lat": [35, 33.1], + "lon": [139, 39], "alt": 57, "kjName": "日吉", "knName": "ヒヨシ", @@ -8738,14 +5462,8 @@ "46076": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 24.6 - ], - "lon": [ - 139, - 2.6 - ], + "lat": [35, 24.6], + "lon": [139, 2.6], "alt": 330, "kjName": "丹沢湖", "knName": "タンザワコ", @@ -8754,14 +5472,8 @@ "46091": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 26 - ], - "lon": [ - 139, - 23.2 - ], + "lat": [35, 26], + "lon": [139, 23.2], "alt": 18, "kjName": "海老名", "knName": "エビナ", @@ -8770,14 +5482,8 @@ "46106": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 26.3 - ], - "lon": [ - 139, - 39.1 - ], + "lat": [35, 26.3], + "lon": [139, 39.1], "alt": 39, "kjName": "横浜", "knName": "ヨコハマ", @@ -8786,14 +5492,8 @@ "46136": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 20.7 - ], - "lon": [ - 139, - 18.3 - ], + "lat": [35, 20.7], + "lon": [139, 18.3], "alt": 20, "kjName": "平塚", "knName": "ヒラツカ", @@ -8802,14 +5502,8 @@ "46141": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 19.2 - ], - "lon": [ - 139, - 27 - ], + "lat": [35, 19.2], + "lon": [139, 27], "alt": 5, "kjName": "辻堂", "knName": "ツジドウ", @@ -8818,14 +5512,8 @@ "46161": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 13.3 - ], - "lon": [ - 139, - 2.5 - ], + "lat": [35, 13.3], + "lon": [139, 2.5], "alt": 855, "kjName": "箱根", "knName": "ハコネ", @@ -8834,14 +5522,8 @@ "46166": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 16.6 - ], - "lon": [ - 139, - 9.3 - ], + "lat": [35, 16.6], + "lon": [139, 9.3], "alt": 14, "kjName": "小田原", "knName": "オダワラ", @@ -8850,14 +5532,8 @@ "46211": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 10.7 - ], - "lon": [ - 139, - 37.8 - ], + "lat": [35, 10.7], + "lon": [139, 37.8], "alt": 42, "kjName": "三浦", "knName": "ミウラ", @@ -8866,14 +5542,8 @@ "48031": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 54.7 - ], - "lon": [ - 138, - 26.5 - ], + "lat": [36, 54.7], + "lon": [138, 26.5], "alt": 576, "kjName": "野沢温泉", "knName": "ノザワオンセン", @@ -8882,14 +5552,8 @@ "48061": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 48.5 - ], - "lon": [ - 138, - 11.8 - ], + "lat": [36, 48.5], + "lon": [138, 11.8], "alt": 685, "kjName": "信濃町", "knName": "シナノマチ", @@ -8898,14 +5562,8 @@ "48066": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 52.5 - ], - "lon": [ - 138, - 22.5 - ], + "lat": [36, 52.5], + "lon": [138, 22.5], "alt": 313, "kjName": "飯山", "knName": "イイヤマ", @@ -8914,14 +5572,8 @@ "48097": { "type": "C", "elems": "01000100", - "lat": [ - 36, - 49.3 - ], - "lon": [ - 137, - 55.8 - ], + "lat": [36, 49.3], + "lon": [137, 55.8], "alt": 550, "kjName": "小谷", "knName": "オタリ", @@ -8930,14 +5582,8 @@ "48141": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 41.9 - ], - "lon": [ - 137, - 51.7 - ], + "lat": [36, 41.9], + "lon": [137, 51.7], "alt": 703, "kjName": "白馬", "knName": "ハクバ", @@ -8946,14 +5592,8 @@ "48146": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 41.3 - ], - "lon": [ - 137, - 57.9 - ], + "lat": [36, 41.3], + "lon": [137, 57.9], "alt": 778, "kjName": "鬼無里", "knName": "キナサ", @@ -8962,14 +5602,8 @@ "48156": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 39.7 - ], - "lon": [ - 138, - 11.5 - ], + "lat": [36, 39.7], + "lon": [138, 11.5], "alt": 418, "kjName": "長野", "knName": "ナガノ", @@ -8978,14 +5612,8 @@ "48172": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 39.9 - ], - "lon": [ - 138, - 27.5 - ], + "lat": [36, 39.9], + "lon": [138, 27.5], "alt": 1473, "kjName": "笠岳", "knName": "カサダケ", @@ -8994,14 +5622,8 @@ "48191": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 31.4 - ], - "lon": [ - 137, - 49.9 - ], + "lat": [36, 31.4], + "lon": [137, 49.9], "alt": 784, "kjName": "大町", "knName": "オオマチ", @@ -9010,14 +5632,8 @@ "48196": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 32.9 - ], - "lon": [ - 137, - 59.8 - ], + "lat": [36, 32.9], + "lon": [137, 59.8], "alt": 509, "kjName": "信州新町", "knName": "シンシュウシンマチ", @@ -9026,14 +5642,8 @@ "48216": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 31.9 - ], - "lon": [ - 138, - 19.5 - ], + "lat": [36, 31.9], + "lon": [138, 19.5], "alt": 1253, "kjName": "菅平", "knName": "スガダイラ", @@ -9042,14 +5652,8 @@ "48247": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 29.2 - ], - "lon": [ - 138, - 4.1 - ], + "lat": [36, 29.2], + "lon": [138, 4.1], "alt": 985, "kjName": "聖高原", "knName": "ヒジリコウゲン", @@ -9058,14 +5662,8 @@ "48256": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 24 - ], - "lon": [ - 138, - 15.9 - ], + "lat": [36, 24], + "lon": [138, 15.9], "alt": 502, "kjName": "上田", "knName": "ウエダ", @@ -9074,14 +5672,8 @@ "48296": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 20.6 - ], - "lon": [ - 137, - 52.9 - ], + "lat": [36, 20.6], + "lon": [137, 52.9], "alt": 540, "kjName": "穂高", "knName": "ホタカ", @@ -9090,14 +5682,8 @@ "48321": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 23 - ], - "lon": [ - 138, - 23 - ], + "lat": [36, 23], + "lon": [138, 23], "alt": 958, "kjName": "東御", "knName": "トウミ", @@ -9106,14 +5692,8 @@ "48331": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 20.5 - ], - "lon": [ - 138, - 32.8 - ], + "lat": [36, 20.5], + "lon": [138, 32.8], "alt": 999, "kjName": "軽井沢", "knName": "カルイザワ", @@ -9122,14 +5702,8 @@ "48346": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 14.9 - ], - "lon": [ - 137, - 38 - ], + "lat": [36, 14.9], + "lon": [137, 38], "alt": 1510, "kjName": "上高地", "knName": "カミコウチ", @@ -9138,14 +5712,8 @@ "48361": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 14.8 - ], - "lon": [ - 137, - 58.2 - ], + "lat": [36, 14.8], + "lon": [137, 58.2], "alt": 610, "kjName": "松本", "knName": "マツモト", @@ -9154,14 +5722,8 @@ "48363": { "type": "C", "elems": "11110000", - "lat": [ - 36, - 10 - ], - "lon": [ - 137, - 55.3 - ], + "lat": [36, 10], + "lon": [137, 55.3], "alt": 658, "kjName": "松本今井", "knName": "マツモトイマイ:松本空港", @@ -9170,14 +5732,8 @@ "48371": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 18.1 - ], - "lon": [ - 138, - 8.2 - ], + "lat": [36, 18.1], + "lon": [138, 8.2], "alt": 721, "kjName": "鹿教湯", "knName": "カケユ", @@ -9186,14 +5742,8 @@ "48381": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 16.3 - ], - "lon": [ - 138, - 18.8 - ], + "lat": [36, 16.3], + "lon": [138, 18.8], "alt": 715, "kjName": "立科", "knName": "タテシナ", @@ -9202,14 +5752,8 @@ "48386": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 14.8 - ], - "lon": [ - 138, - 28.6 - ], + "lat": [36, 14.8], + "lon": [138, 28.6], "alt": 683, "kjName": "佐久", "knName": "サク", @@ -9218,14 +5762,8 @@ "48436": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 6.3 - ], - "lon": [ - 138, - 13.7 - ], + "lat": [36, 6.3], + "lon": [138, 13.7], "alt": 1440, "kjName": "白樺湖", "knName": "シラカバコ", @@ -9234,14 +5772,8 @@ "48466": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 5.3 - ], - "lon": [ - 137, - 41 - ], + "lat": [36, 5.3], + "lon": [137, 41], "alt": 1068, "kjName": "奈川", "knName": "ナガワ", @@ -9250,14 +5782,8 @@ "48491": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 2.7 - ], - "lon": [ - 138, - 6.5 - ], + "lat": [36, 2.7], + "lon": [138, 6.5], "alt": 760, "kjName": "諏訪", "knName": "スワ", @@ -9266,14 +5792,8 @@ "48516": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 4.3 - ], - "lon": [ - 138, - 36.7 - ], + "lat": [36, 4.3], + "lon": [138, 36.7], "alt": 1185, "kjName": "北相木", "knName": "キタアイキ", @@ -9282,14 +5802,8 @@ "48531": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 56.3 - ], - "lon": [ - 137, - 36.1 - ], + "lat": [35, 56.3], + "lon": [137, 36.1], "alt": 1130, "kjName": "開田高原", "knName": "カイダコウゲン", @@ -9298,14 +5812,8 @@ "48536": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 56.2 - ], - "lon": [ - 137, - 47.2 - ], + "lat": [35, 56.2], + "lon": [137, 47.2], "alt": 985, "kjName": "木祖薮原", "knName": "キソヤブハラ", @@ -9314,14 +5822,8 @@ "48546": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 59 - ], - "lon": [ - 137, - 59 - ], + "lat": [35, 59], + "lon": [137, 59], "alt": 732, "kjName": "辰野", "knName": "タツノ", @@ -9330,14 +5832,8 @@ "48556": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 57.2 - ], - "lon": [ - 138, - 6.5 - ], + "lat": [35, 57.2], + "lon": [138, 6.5], "alt": 1075, "kjName": "高遠", "knName": "タカトオ", @@ -9346,14 +5842,8 @@ "48561": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 58.2 - ], - "lon": [ - 138, - 13.2 - ], + "lat": [35, 58.2], + "lon": [138, 13.2], "alt": 1017, "kjName": "原村", "knName": "ハラムラ", @@ -9362,14 +5852,8 @@ "48571": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 56.9 - ], - "lon": [ - 138, - 28.3 - ], + "lat": [35, 56.9], + "lon": [138, 28.3], "alt": 1350, "kjName": "野辺山", "knName": "ノベヤマ", @@ -9378,14 +5862,8 @@ "48601": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 52.3 - ], - "lon": [ - 137, - 30.2 - ], + "lat": [35, 52.3], + "lon": [137, 30.2], "alt": 2195, "kjName": "御嶽山", "knName": "オンタケサン", @@ -9394,14 +5872,8 @@ "48606": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 50.4 - ], - "lon": [ - 137, - 41.3 - ], + "lat": [35, 50.4], + "lon": [137, 41.3], "alt": 750, "kjName": "木曽福島", "knName": "キソフクシマ", @@ -9410,14 +5882,8 @@ "48621": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 49.5 - ], - "lon": [ - 137, - 57.3 - ], + "lat": [35, 49.5], + "lon": [137, 57.3], "alt": 633, "kjName": "伊那", "knName": "イナ", @@ -9426,14 +5892,8 @@ "48681": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 46.4 - ], - "lon": [ - 137, - 53.1 - ], + "lat": [35, 46.4], + "lon": [137, 53.1], "alt": 1660, "kjName": "宮田高原", "knName": "ミヤダコウゲン", @@ -9442,14 +5902,8 @@ "48691": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 43.6 - ], - "lon": [ - 138, - 5.6 - ], + "lat": [35, 43.6], + "lon": [138, 5.6], "alt": 905, "kjName": "杉島", "knName": "スギシマ", @@ -9458,14 +5912,8 @@ "48716": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 41.9 - ], - "lon": [ - 137, - 41.5 - ], + "lat": [35, 41.9], + "lon": [137, 41.5], "alt": 535, "kjName": "須原", "knName": "スハラ", @@ -9474,14 +5922,8 @@ "48717": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 36.6 - ], - "lon": [ - 137, - 37.2 - ], + "lat": [35, 36.6], + "lon": [137, 37.2], "alt": 560, "kjName": "南木曽", "knName": "ナギソ", @@ -9490,14 +5932,8 @@ "48731": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 39.2 - ], - "lon": [ - 137, - 53.9 - ], + "lat": [35, 39.2], + "lon": [137, 53.9], "alt": 728, "kjName": "飯島", "knName": "イイジマ", @@ -9506,14 +5942,8 @@ "48737": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 33.4 - ], - "lon": [ - 138, - 2.4 - ], + "lat": [35, 33.4], + "lon": [138, 2.4], "alt": 718, "kjName": "大鹿", "knName": "オオシカ", @@ -9522,14 +5952,8 @@ "48767": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 31.4 - ], - "lon": [ - 137, - 49.3 - ], + "lat": [35, 31.4], + "lon": [137, 49.3], "alt": 516, "kjName": "飯田", "knName": "イイダ", @@ -9538,14 +5962,8 @@ "48826": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 22.4 - ], - "lon": [ - 137, - 41.5 - ], + "lat": [35, 22.4], + "lon": [137, 41.5], "alt": 940, "kjName": "浪合", "knName": "ナミアイ", @@ -9554,14 +5972,8 @@ "48836": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 18.8 - ], - "lon": [ - 137, - 48.7 - ], + "lat": [35, 18.8], + "lon": [137, 48.7], "alt": 610, "kjName": "阿南", "knName": "アナン", @@ -9570,14 +5982,8 @@ "48841": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 19.3 - ], - "lon": [ - 137, - 55.9 - ], + "lat": [35, 19.3], + "lon": [137, 55.9], "alt": 407, "kjName": "南信濃", "knName": "ミナミシナノ", @@ -9586,14 +5992,8 @@ "49036": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 51.7 - ], - "lon": [ - 138, - 23.2 - ], + "lat": [35, 51.7], + "lon": [138, 23.2], "alt": 867, "kjName": "大泉", "knName": "オオイズミ", @@ -9602,14 +6002,8 @@ "49052": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 48.4 - ], - "lon": [ - 138, - 39.3 - ], + "lat": [35, 48.4], + "lon": [138, 39.3], "alt": 1465, "kjName": "乙女湖", "knName": "オトメコ", @@ -9618,14 +6012,8 @@ "49086": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 41.6 - ], - "lon": [ - 138, - 26.9 - ], + "lat": [35, 41.6], + "lon": [138, 26.9], "alt": 341, "kjName": "韮崎", "knName": "ニラサキ", @@ -9634,14 +6022,8 @@ "49142": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 40 - ], - "lon": [ - 138, - 33.2 - ], + "lat": [35, 40], + "lon": [138, 33.2], "alt": 273, "kjName": "甲府", "knName": "コウフ", @@ -9650,14 +6032,8 @@ "49151": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 39.8 - ], - "lon": [ - 138, - 43.5 - ], + "lat": [35, 39.8], + "lon": [138, 43.5], "alt": 394, "kjName": "勝沼", "knName": "カツヌマ", @@ -9666,14 +6042,8 @@ "49161": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 36.5 - ], - "lon": [ - 138, - 56.3 - ], + "lat": [35, 36.5], + "lon": [138, 56.3], "alt": 364, "kjName": "大月", "knName": "オオツキ", @@ -9682,14 +6052,8 @@ "49172": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 37.2 - ], - "lon": [ - 139, - 6.3 - ], + "lat": [35, 37.2], + "lon": [139, 6.3], "alt": 187, "kjName": "上野原", "knName": "ウエノハラ", @@ -9698,14 +6062,8 @@ "49187": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 33.7 - ], - "lon": [ - 138, - 26.9 - ], + "lat": [35, 33.7], + "lon": [138, 26.9], "alt": 295, "kjName": "富士川", "knName": "フジカワ", @@ -9714,14 +6072,8 @@ "49196": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 31.7 - ], - "lon": [ - 138, - 36.9 - ], + "lat": [35, 31.7], + "lon": [138, 36.9], "alt": 552, "kjName": "古関", "knName": "フルセキ", @@ -9730,14 +6082,8 @@ "49236": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 28 - ], - "lon": [ - 138, - 26.5 - ], + "lat": [35, 28], + "lon": [138, 26.5], "alt": 226, "kjName": "切石", "knName": "キリイシ", @@ -9746,14 +6092,8 @@ "49251": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 30 - ], - "lon": [ - 138, - 45.6 - ], + "lat": [35, 30], + "lon": [138, 45.6], "alt": 860, "kjName": "河口湖", "knName": "カワグチコ", @@ -9762,14 +6102,8 @@ "49256": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 26.2 - ], - "lon": [ - 138, - 50.2 - ], + "lat": [35, 26.2], + "lon": [138, 50.2], "alt": 992, "kjName": "山中", "knName": "ヤマナカ", @@ -9778,14 +6112,8 @@ "49316": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 17.3 - ], - "lon": [ - 138, - 26.7 - ], + "lat": [35, 17.3], + "lon": [138, 26.7], "alt": 141, "kjName": "南部", "knName": "ナンブ", @@ -9794,14 +6122,8 @@ "50056": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 18.7 - ], - "lon": [ - 138, - 34.7 - ], + "lat": [35, 18.7], + "lon": [138, 34.7], "alt": 530, "kjName": "白糸", "knName": "シライト", @@ -9810,14 +6132,8 @@ "50066": { "type": "F", "elems": "10001011", - "lat": [ - 35, - 21.6 - ], - "lon": [ - 138, - 43.6 - ], + "lat": [35, 21.6], + "lon": [138, 43.6], "alt": 3775, "kjName": "富士山", "knName": "フジサン", @@ -9826,14 +6142,8 @@ "50106": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 13 - ], - "lon": [ - 138, - 13.3 - ], + "lat": [35, 13], + "lon": [138, 13.3], "alt": 755, "kjName": "井川", "knName": "イカワ", @@ -9842,14 +6152,8 @@ "50112": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 12.4 - ], - "lon": [ - 138, - 22.1 - ], + "lat": [35, 12.4], + "lon": [138, 22.1], "alt": 585, "kjName": "有東木", "knName": "ウトウギ", @@ -9858,14 +6162,8 @@ "50136": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 18.3 - ], - "lon": [ - 138, - 55.6 - ], + "lat": [35, 18.3], + "lon": [138, 55.6], "alt": 472, "kjName": "御殿場", "knName": "ゴテンバ", @@ -9874,14 +6172,8 @@ "50196": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 11.1 - ], - "lon": [ - 138, - 39.8 - ], + "lat": [35, 11.1], + "lon": [138, 39.8], "alt": 66, "kjName": "富士", "knName": "フジ", @@ -9890,14 +6182,8 @@ "50206": { "type": "B", "elems": "11111011", - "lat": [ - 35, - 6.8 - ], - "lon": [ - 138, - 55.5 - ], + "lat": [35, 6.8], + "lon": [138, 55.5], "alt": 21, "kjName": "三島", "knName": "ミシマ", @@ -9906,14 +6192,8 @@ "50211": { "type": "C", "elems": "11110000", - "lat": [ - 35, - 6.9 - ], - "lon": [ - 139, - 5 - ], + "lat": [35, 6.9], + "lon": [139, 5], "alt": 144, "kjName": "熱海伊豆山", "knName": "アタミイズサン", @@ -9922,14 +6202,8 @@ "50226": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 3.4 - ], - "lon": [ - 137, - 45.7 - ], + "lat": [35, 3.4], + "lon": [137, 45.7], "alt": 150, "kjName": "佐久間", "knName": "サクマ", @@ -9938,14 +6212,8 @@ "50232": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 0.7 - ], - "lon": [ - 137, - 56.7 - ], + "lat": [35, 0.7], + "lon": [137, 56.7], "alt": 486, "kjName": "春野", "knName": "ハルノ", @@ -9954,14 +6222,8 @@ "50241": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 6.1 - ], - "lon": [ - 138, - 7.7 - ], + "lat": [35, 6.1], + "lon": [138, 7.7], "alt": 290, "kjName": "川根本町", "knName": "カワネホンチョウ", @@ -9970,14 +6232,8 @@ "50247": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 2.9 - ], - "lon": [ - 138, - 14.8 - ], + "lat": [35, 2.9], + "lon": [138, 14.8], "alt": 160, "kjName": "鍵穴", "knName": "カギアナ", @@ -9986,14 +6242,8 @@ "50261": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 3.2 - ], - "lon": [ - 138, - 31.3 - ], + "lat": [35, 3.2], + "lon": [138, 31.3], "alt": 3, "kjName": "清水", "knName": "シミズ", @@ -10002,14 +6252,8 @@ "50281": { "type": "B", "elems": "11111011", - "lat": [ - 35, - 2.7 - ], - "lon": [ - 139, - 5.5 - ], + "lat": [35, 2.7], + "lon": [139, 5.5], "alt": 67, "kjName": "網代", "knName": "アジロ", @@ -10018,14 +6262,8 @@ "50296": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 57.5 - ], - "lon": [ - 137, - 44 - ], + "lat": [34, 57.5], + "lon": [137, 44], "alt": 375, "kjName": "熊", "knName": "クマ", @@ -10034,14 +6272,8 @@ "50317": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 58.5 - ], - "lon": [ - 138, - 11.8 - ], + "lat": [34, 58.5], + "lon": [138, 11.8], "alt": 415, "kjName": "高根山", "knName": "タカネサン", @@ -10050,14 +6282,8 @@ "50331": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 58.5 - ], - "lon": [ - 138, - 24.2 - ], + "lat": [34, 58.5], + "lon": [138, 24.2], "alt": 14, "kjName": "静岡", "knName": "シズオカ", @@ -10066,14 +6292,8 @@ "50371": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 48.1 - ], - "lon": [ - 137, - 33.4 - ], + "lat": [34, 48.1], + "lon": [137, 33.4], "alt": 2, "kjName": "三ヶ日", "knName": "ミッカビ", @@ -10082,14 +6302,8 @@ "50386": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 53.4 - ], - "lon": [ - 137, - 48.8 - ], + "lat": [34, 53.4], + "lon": [137, 48.8], "alt": 61, "kjName": "天竜", "knName": "テンリュウ", @@ -10098,14 +6312,8 @@ "50391": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 53.7 - ], - "lon": [ - 137, - 56.4 - ], + "lat": [34, 53.7], + "lon": [137, 56.4], "alt": 114, "kjName": "三倉", "knName": "ミクラ", @@ -10114,14 +6322,8 @@ "50416": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 52.6 - ], - "lon": [ - 138, - 45.7 - ], + "lat": [34, 52.6], + "lon": [138, 45.7], "alt": 92, "kjName": "土肥", "knName": "トイ", @@ -10130,14 +6332,8 @@ "50426": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 54 - ], - "lon": [ - 138, - 55.5 - ], + "lat": [34, 54], + "lon": [138, 55.5], "alt": 165, "kjName": "湯ケ島", "knName": "ユガシマ", @@ -10146,14 +6342,8 @@ "50427": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 52.3 - ], - "lon": [ - 139, - 1.4 - ], + "lat": [34, 52.3], + "lon": [139, 1.4], "alt": 1066, "kjName": "天城山", "knName": "アマギサン", @@ -10162,14 +6352,8 @@ "50456": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 45.2 - ], - "lon": [ - 137, - 42.7 - ], + "lat": [34, 45.2], + "lon": [137, 42.7], "alt": 46, "kjName": "浜松", "knName": "ハママツ", @@ -10178,14 +6362,8 @@ "50466": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 46.1 - ], - "lon": [ - 137, - 59.7 - ], + "lat": [34, 46.1], + "lon": [137, 59.7], "alt": 32, "kjName": "掛川", "knName": "カケガワ", @@ -10194,14 +6372,8 @@ "50476": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 47.1 - ], - "lon": [ - 138, - 8.3 - ], + "lat": [34, 47.1], + "lon": [138, 8.3], "alt": 191, "kjName": "菊川牧之原", "knName": "キクガワマキノハラ", @@ -10210,14 +6382,8 @@ "50477": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 47.7 - ], - "lon": [ - 138, - 11.3 - ], + "lat": [34, 47.7], + "lon": [138, 11.3], "alt": 132, "kjName": "静岡空港", "knName": "シズオカクウコウ:静岡空港", @@ -10226,14 +6392,8 @@ "50491": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 45.3 - ], - "lon": [ - 138, - 47 - ], + "lat": [34, 45.3], + "lon": [138, 47], "alt": 4, "kjName": "松崎", "knName": "マツザキ", @@ -10242,14 +6402,8 @@ "50506": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 46.9 - ], - "lon": [ - 139, - 2.9 - ], + "lat": [34, 46.9], + "lon": [139, 2.9], "alt": 130, "kjName": "稲取", "knName": "イナトリ", @@ -10258,14 +6412,8 @@ "50536": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 41.5 - ], - "lon": [ - 137, - 52.8 - ], + "lat": [34, 41.5], + "lon": [137, 52.8], "alt": 1, "kjName": "磐田", "knName": "イワタ", @@ -10274,14 +6422,8 @@ "50551": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 36.2 - ], - "lon": [ - 138, - 12.8 - ], + "lat": [34, 36.2], + "lon": [138, 12.8], "alt": 45, "kjName": "御前崎", "knName": "オマエザキ", @@ -10290,14 +6432,8 @@ "50561": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 36.2 - ], - "lon": [ - 138, - 50.5 - ], + "lat": [34, 36.2], + "lon": [138, 50.5], "alt": 52, "kjName": "石廊崎", "knName": "イロウザキ", @@ -10306,14 +6442,8 @@ "51011": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 17.9 - ], - "lon": [ - 136, - 51.2 - ], + "lat": [35, 17.9], + "lon": [136, 51.2], "alt": 11, "kjName": "一宮", "knName": "イチノミヤ", @@ -10322,14 +6452,8 @@ "51031": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 13 - ], - "lon": [ - 136, - 41.9 - ], + "lat": [35, 13], + "lon": [136, 41.9], "alt": 5, "kjName": "愛西", "knName": "アイサイ", @@ -10338,14 +6462,8 @@ "51056": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 13.7 - ], - "lon": [ - 137, - 17.1 - ], + "lat": [35, 13.7], + "lon": [137, 17.1], "alt": 290, "kjName": "小原", "knName": "オバラ", @@ -10354,14 +6472,8 @@ "51071": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 12.7 - ], - "lon": [ - 137, - 30.4 - ], + "lat": [35, 12.7], + "lon": [137, 30.4], "alt": 505, "kjName": "稲武", "knName": "イナブ", @@ -10370,14 +6482,8 @@ "51077": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 13.2 - ], - "lon": [ - 137, - 39.6 - ], + "lat": [35, 13.2], + "lon": [137, 39.6], "alt": 1216, "kjName": "茶臼山", "knName": "チャウスヤマ", @@ -10386,14 +6492,8 @@ "51096": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 8.2 - ], - "lon": [ - 136, - 47.5 - ], + "lat": [35, 8.2], + "lon": [136, 47.5], "alt": 2, "kjName": "蟹江", "knName": "カニエ", @@ -10402,14 +6502,8 @@ "51106": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 10 - ], - "lon": [ - 136, - 57.9 - ], + "lat": [35, 10], + "lon": [136, 57.9], "alt": 51, "kjName": "名古屋", "knName": "ナゴヤ", @@ -10418,14 +6512,8 @@ "51116": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 7.9 - ], - "lon": [ - 137, - 10.6 - ], + "lat": [35, 7.9], + "lon": [137, 10.6], "alt": 75, "kjName": "豊田", "knName": "トヨタ", @@ -10434,14 +6522,8 @@ "51216": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 59.7 - ], - "lon": [ - 136, - 56.6 - ], + "lat": [34, 59.7], + "lon": [136, 56.6], "alt": 32, "kjName": "大府", "knName": "オオブ", @@ -10450,14 +6532,8 @@ "51192": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 4.7 - ], - "lon": [ - 137, - 24.8 - ], + "lat": [35, 4.7], + "lon": [137, 24.8], "alt": 613, "kjName": "阿蔵", "knName": "アゾウ", @@ -10466,14 +6542,8 @@ "51226": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 55.1 - ], - "lon": [ - 137, - 11.6 - ], + "lat": [34, 55.1], + "lon": [137, 11.6], "alt": 47, "kjName": "岡崎", "knName": "オカザキ", @@ -10482,14 +6552,8 @@ "51241": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 58.6 - ], - "lon": [ - 137, - 25.5 - ], + "lat": [34, 58.6], + "lon": [137, 25.5], "alt": 532, "kjName": "作手", "knName": "ツクデ", @@ -10498,14 +6562,8 @@ "51247": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 54.4 - ], - "lon": [ - 137, - 31.1 - ], + "lat": [34, 54.4], + "lon": [137, 31.1], "alt": 53, "kjName": "新城", "knName": "シンシロ", @@ -10514,14 +6572,8 @@ "51261": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 51.5 - ], - "lon": [ - 136, - 48.3 - ], + "lat": [34, 51.5], + "lon": [136, 48.3], "alt": 4, "kjName": "セントレア", "knName": "セントレア:中部国際空港", @@ -10530,14 +6582,8 @@ "51271": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 48.7 - ], - "lon": [ - 137, - 1.7 - ], + "lat": [34, 48.7], + "lon": [137, 1.7], "alt": 12, "kjName": "一色", "knName": "イッシキ", @@ -10546,14 +6592,8 @@ "51281": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 50.7 - ], - "lon": [ - 137, - 13 - ], + "lat": [34, 50.7], + "lon": [137, 13], "alt": 55, "kjName": "蒲郡", "knName": "ガマゴオリ", @@ -10562,14 +6602,8 @@ "51311": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 44.4 - ], - "lon": [ - 136, - 56.3 - ], + "lat": [34, 44.4], + "lon": [136, 56.3], "alt": 16, "kjName": "南知多", "knName": "ミナミチタ", @@ -10578,14 +6612,8 @@ "51331": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 45 - ], - "lon": [ - 137, - 20.5 - ], + "lat": [34, 45], + "lon": [137, 20.5], "alt": 3, "kjName": "豊橋", "knName": "トヨハシ", @@ -10594,14 +6622,8 @@ "51346": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 37.7 - ], - "lon": [ - 137, - 5.6 - ], + "lat": [34, 37.7], + "lon": [137, 5.6], "alt": 6, "kjName": "伊良湖", "knName": "イラコ", @@ -10610,14 +6632,8 @@ "51356": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 37.6 - ], - "lon": [ - 137, - 13.3 - ], + "lat": [34, 37.6], + "lon": [137, 13.3], "alt": 45, "kjName": "田原", "knName": "タハラ", @@ -10626,14 +6642,8 @@ "52041": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 18.3 - ], - "lon": [ - 137, - 6 - ], + "lat": [36, 18.3], + "lon": [137, 6], "alt": 471, "kjName": "河合", "knName": "カワイ", @@ -10642,14 +6652,8 @@ "52051": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 19.3 - ], - "lon": [ - 137, - 18.5 - ], + "lat": [36, 19.3], + "lon": [137, 18.5], "alt": 455, "kjName": "神岡", "knName": "カミオカ", @@ -10658,14 +6662,8 @@ "52081": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 16.4 - ], - "lon": [ - 136, - 53.8 - ], + "lat": [36, 16.4], + "lon": [136, 53.8], "alt": 478, "kjName": "白川", "knName": "シラカワ", @@ -10674,14 +6672,8 @@ "52111": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 14.9 - ], - "lon": [ - 137, - 30.2 - ], + "lat": [36, 14.9], + "lon": [137, 30.2], "alt": 765, "kjName": "栃尾", "knName": "トチオ", @@ -10690,14 +6682,8 @@ "52131": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 8.8 - ], - "lon": [ - 136, - 54.5 - ], + "lat": [36, 8.8], + "lon": [136, 54.5], "alt": 640, "kjName": "御母衣", "knName": "ミボロ", @@ -10706,14 +6692,8 @@ "52137": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 10.8 - ], - "lon": [ - 137, - 2.7 - ], + "lat": [36, 10.8], + "lon": [137, 2.7], "alt": 740, "kjName": "清見", "knName": "キヨミ", @@ -10722,14 +6702,8 @@ "52146": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 9.3 - ], - "lon": [ - 137, - 15.2 - ], + "lat": [36, 9.3], + "lon": [137, 15.2], "alt": 560, "kjName": "高山", "knName": "タカヤマ", @@ -10738,14 +6712,8 @@ "52152": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 11.2 - ], - "lon": [ - 137, - 22.3 - ], + "lat": [36, 11.2], + "lon": [137, 22.3], "alt": 910, "kjName": "丹生川", "knName": "ニュウカワ", @@ -10754,14 +6722,8 @@ "52173": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 0.6 - ], - "lon": [ - 136, - 53.6 - ], + "lat": [36, 0.6], + "lon": [136, 53.6], "alt": 885, "kjName": "ひるがの", "knName": "ヒルガノ", @@ -10770,14 +6732,8 @@ "52181": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 3.6 - ], - "lon": [ - 137, - 2.1 - ], + "lat": [36, 3.6], + "lon": [137, 2.1], "alt": 1015, "kjName": "六厩", "knName": "ムマヤ", @@ -10786,14 +6742,8 @@ "52192": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 2.1 - ], - "lon": [ - 137, - 15.6 - ], + "lat": [36, 2.1], + "lon": [137, 15.6], "alt": 880, "kjName": "船山", "knName": "フナヤマ", @@ -10802,14 +6752,8 @@ "52196": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 0.9 - ], - "lon": [ - 137, - 23.3 - ], + "lat": [36, 0.9], + "lon": [137, 23.3], "alt": 930, "kjName": "宮之前", "knName": "ミヤノマエ", @@ -10818,14 +6762,8 @@ "52221": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 55.4 - ], - "lon": [ - 136, - 49.9 - ], + "lat": [35, 55.4], + "lon": [136, 49.9], "alt": 430, "kjName": "長滝", "knName": "ナガタキ", @@ -10834,14 +6772,8 @@ "52286": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 53.3 - ], - "lon": [ - 137, - 12.4 - ], + "lat": [35, 53.3], + "lon": [137, 12.4], "alt": 425, "kjName": "萩原", "knName": "ハギワラ", @@ -10850,14 +6782,8 @@ "52321": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 43.4 - ], - "lon": [ - 136, - 47 - ], + "lat": [35, 43.4], + "lon": [136, 47], "alt": 351, "kjName": "関市板取", "knName": "セキシイタドリ", @@ -10866,14 +6792,8 @@ "52331": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 45.4 - ], - "lon": [ - 136, - 58.7 - ], + "lat": [35, 45.4], + "lon": [136, 58.7], "alt": 271, "kjName": "八幡", "knName": "ハチマン", @@ -10882,14 +6802,8 @@ "52346": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 45.8 - ], - "lon": [ - 137, - 17.3 - ], + "lat": [35, 45.8], + "lon": [137, 17.3], "alt": 450, "kjName": "宮地", "knName": "ミヤジ", @@ -10898,14 +6812,8 @@ "52381": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 38.3 - ], - "lon": [ - 136, - 36.1 - ], + "lat": [35, 38.3], + "lon": [136, 36.1], "alt": 190, "kjName": "樽見", "knName": "タルミ", @@ -10914,14 +6822,8 @@ "52406": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 39.7 - ], - "lon": [ - 137, - 9.6 - ], + "lat": [35, 39.7], + "lon": [137, 9.6], "alt": 233, "kjName": "金山", "knName": "カナヤマ", @@ -10930,14 +6832,8 @@ "52421": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 39.7 - ], - "lon": [ - 137, - 25.6 - ], + "lat": [35, 39.7], + "lon": [137, 25.6], "alt": 461, "kjName": "付知", "knName": "ツケチ", @@ -10946,14 +6842,8 @@ "52461": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 33.3 - ], - "lon": [ - 136, - 54.6 - ], + "lat": [35, 33.3], + "lon": [136, 54.6], "alt": 68, "kjName": "美濃", "knName": "ミノ", @@ -10962,14 +6852,8 @@ "52476": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 30.9 - ], - "lon": [ - 137, - 13.8 - ], + "lat": [35, 30.9], + "lon": [137, 13.8], "alt": 650, "kjName": "伽藍", "knName": "ガラン", @@ -10978,14 +6862,8 @@ "52482": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 35.9 - ], - "lon": [ - 137, - 19.1 - ], + "lat": [35, 35.9], + "lon": [137, 19.1], "alt": 517, "kjName": "黒川", "knName": "クロカワ", @@ -10994,14 +6872,8 @@ "52511": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 29.1 - ], - "lon": [ - 136, - 34 - ], + "lat": [35, 29.1], + "lon": [136, 34], "alt": 45, "kjName": "揖斐川", "knName": "イビガワ", @@ -11010,14 +6882,8 @@ "52536": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 26.7 - ], - "lon": [ - 137, - 0.3 - ], + "lat": [35, 26.7], + "lon": [137, 0.3], "alt": 74, "kjName": "美濃加茂", "knName": "ミノカモ", @@ -11026,14 +6892,8 @@ "52556": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 26.8 - ], - "lon": [ - 137, - 24.2 - ], + "lat": [35, 26.8], + "lon": [137, 24.2], "alt": 315, "kjName": "恵那", "knName": "エナ", @@ -11042,14 +6902,8 @@ "52557": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 28.6 - ], - "lon": [ - 137, - 29.2 - ], + "lat": [35, 28.6], + "lon": [137, 29.2], "alt": 378, "kjName": "中津川", "knName": "ナカツガワ", @@ -11058,14 +6912,8 @@ "52571": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 21.8 - ], - "lon": [ - 136, - 28 - ], + "lat": [35, 21.8], + "lon": [136, 28], "alt": 130, "kjName": "関ケ原", "knName": "セキガハラ", @@ -11074,14 +6922,8 @@ "52581": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 20.8 - ], - "lon": [ - 136, - 37.2 - ], + "lat": [35, 20.8], + "lon": [136, 37.2], "alt": 6, "kjName": "大垣", "knName": "オオガキ", @@ -11090,14 +6932,8 @@ "52586": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 24 - ], - "lon": [ - 136, - 45.7 - ], + "lat": [35, 24], + "lon": [136, 45.7], "alt": 13, "kjName": "岐阜", "knName": "ギフ", @@ -11106,14 +6942,8 @@ "52606": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 20.8 - ], - "lon": [ - 137, - 6.5 - ], + "lat": [35, 20.8], + "lon": [137, 6.5], "alt": 120, "kjName": "多治見", "knName": "タジミ", @@ -11122,14 +6952,8 @@ "52642": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 14.8 - ], - "lon": [ - 136, - 27.5 - ], + "lat": [35, 14.8], + "lon": [136, 27.5], "alt": 193, "kjName": "上石津", "knName": "カミイシヅ", @@ -11138,14 +6962,8 @@ "53016": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 8.6 - ], - "lon": [ - 136, - 32.3 - ], + "lat": [35, 8.6], + "lon": [136, 32.3], "alt": 125, "kjName": "北勢", "knName": "ホクセイ", @@ -11154,14 +6972,8 @@ "53041": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 3 - ], - "lon": [ - 136, - 41.6 - ], + "lat": [35, 3], + "lon": [136, 41.6], "alt": 3, "kjName": "桑名", "knName": "クワナ", @@ -11170,14 +6982,8 @@ "53061": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 56.4 - ], - "lon": [ - 136, - 34.8 - ], + "lat": [34, 56.4], + "lon": [136, 34.8], "alt": 55, "kjName": "四日市", "knName": "ヨッカイチ", @@ -11186,14 +6992,8 @@ "53091": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 52.2 - ], - "lon": [ - 136, - 27.2 - ], + "lat": [34, 52.2], + "lon": [136, 27.2], "alt": 70, "kjName": "亀山", "knName": "カメヤマ", @@ -11202,14 +7002,8 @@ "53112": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 45.7 - ], - "lon": [ - 136, - 8.5 - ], + "lat": [34, 45.7], + "lon": [136, 8.5], "alt": 159, "kjName": "上野", "knName": "ウエノ", @@ -11218,14 +7012,8 @@ "53121": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 43.5 - ], - "lon": [ - 136, - 18.5 - ], + "lat": [34, 43.5], + "lon": [136, 18.5], "alt": 810, "kjName": "笠取山", "knName": "カサトリヤマ", @@ -11234,14 +7022,8 @@ "53133": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 44 - ], - "lon": [ - 136, - 31.1 - ], + "lat": [34, 44], + "lon": [136, 31.1], "alt": 3, "kjName": "津", "knName": "ツ", @@ -11250,14 +7032,8 @@ "53141": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 37.6 - ], - "lon": [ - 136, - 6.5 - ], + "lat": [34, 37.6], + "lon": [136, 6.5], "alt": 226, "kjName": "名張", "knName": "ナバリ", @@ -11266,14 +7042,8 @@ "53151": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 37.5 - ], - "lon": [ - 136, - 19.3 - ], + "lat": [34, 37.5], + "lon": [136, 19.3], "alt": 60, "kjName": "白山", "knName": "ハクサン", @@ -11282,14 +7052,8 @@ "53196": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 31.7 - ], - "lon": [ - 136, - 39.9 - ], + "lat": [34, 31.7], + "lon": [136, 39.9], "alt": 10, "kjName": "小俣", "knName": "オバタ", @@ -11298,14 +7062,8 @@ "53231": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 26.9 - ], - "lon": [ - 136, - 23.4 - ], + "lat": [34, 26.9], + "lon": [136, 23.4], "alt": 120, "kjName": "粥見", "knName": "カユミ", @@ -11314,14 +7072,8 @@ "53257": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 28.9 - ], - "lon": [ - 136, - 49.5 - ], + "lat": [34, 28.9], + "lon": [136, 49.5], "alt": 2, "kjName": "鳥羽", "knName": "トバ", @@ -11330,14 +7082,8 @@ "53287": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 19.4 - ], - "lon": [ - 136, - 29.3 - ], + "lat": [34, 19.4], + "lon": [136, 29.3], "alt": 560, "kjName": "藤坂峠", "knName": "フジサカトウゲ", @@ -11346,14 +7092,8 @@ "53296": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 20.7 - ], - "lon": [ - 136, - 40.9 - ], + "lat": [34, 20.7], + "lon": [136, 40.9], "alt": 6, "kjName": "南伊勢", "knName": "ミナミイセ", @@ -11362,14 +7102,8 @@ "53307": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 18.5 - ], - "lon": [ - 136, - 52.4 - ], + "lat": [34, 18.5], + "lon": [136, 52.4], "alt": 31, "kjName": "阿児", "knName": "アゴ", @@ -11378,14 +7112,8 @@ "53321": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 16.7 - ], - "lon": [ - 136, - 12.5 - ], + "lat": [34, 16.7], + "lon": [136, 12.5], "alt": 205, "kjName": "宮川", "knName": "ミヤガワ", @@ -11394,14 +7122,8 @@ "53326": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 12.5 - ], - "lon": [ - 136, - 19.6 - ], + "lat": [34, 12.5], + "lon": [136, 19.6], "alt": 3, "kjName": "紀伊長島", "knName": "キイナガシマ", @@ -11410,14 +7132,8 @@ "53378": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 4.1 - ], - "lon": [ - 136, - 11.6 - ], + "lat": [34, 4.1], + "lon": [136, 11.6], "alt": 15, "kjName": "尾鷲", "knName": "オワセ", @@ -11426,14 +7142,8 @@ "53401": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 55.9 - ], - "lon": [ - 136, - 8.3 - ], + "lat": [33, 55.9], + "lon": [136, 8.3], "alt": 23, "kjName": "熊野新鹿", "knName": "クマノアタシカ", @@ -11442,14 +7152,8 @@ "53416": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 51.1 - ], - "lon": [ - 135, - 58.8 - ], + "lat": [33, 51.1], + "lon": [135, 58.8], "alt": 130, "kjName": "御浜", "knName": "ミハマ", @@ -11458,14 +7162,8 @@ "54012": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 27.9 - ], - "lon": [ - 139, - 15.2 - ], + "lat": [38, 27.9], + "lon": [139, 15.2], "alt": 4, "kjName": "粟島", "knName": "アワシマ", @@ -11474,14 +7172,8 @@ "54041": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 19.8 - ], - "lon": [ - 138, - 30.7 - ], + "lat": [38, 19.8], + "lon": [138, 30.7], "alt": 58, "kjName": "弾崎", "knName": "ハジキザキ", @@ -11490,14 +7182,8 @@ "54056": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 19.8 - ], - "lon": [ - 139, - 36.2 - ], + "lat": [38, 19.8], + "lon": [139, 36.2], "alt": 85, "kjName": "高根", "knName": "タカネ", @@ -11506,14 +7192,8 @@ "54086": { "type": "C", "elems": "11112010", - "lat": [ - 38, - 13.6 - ], - "lon": [ - 139, - 28.7 - ], + "lat": [38, 13.6], + "lon": [139, 28.7], "alt": 10, "kjName": "村上", "knName": "ムラカミ", @@ -11522,14 +7202,8 @@ "54097": { "type": "C", "elems": "01000000", - "lat": [ - 38, - 14.8 - ], - "lon": [ - 139, - 36.3 - ], + "lat": [38, 14.8], + "lon": [139, 36.3], "alt": 45, "kjName": "三面", "knName": "ミオモテ", @@ -11538,14 +7212,8 @@ "54157": { "type": "B", "elems": "11111111", - "lat": [ - 38, - 1.7 - ], - "lon": [ - 138, - 14.4 - ], + "lat": [38, 1.7], + "lon": [138, 14.4], "alt": 6, "kjName": "相川", "knName": "アイカワ", @@ -11554,14 +7222,8 @@ "54166": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 4.4 - ], - "lon": [ - 138, - 26.4 - ], + "lat": [38, 4.4], + "lon": [138, 26.4], "alt": 2, "kjName": "両津", "knName": "リョウツ", @@ -11570,14 +7232,8 @@ "54181": { "type": "C", "elems": "11112000", - "lat": [ - 38, - 4.6 - ], - "lon": [ - 139, - 23.3 - ], + "lat": [38, 4.6], + "lon": [139, 23.3], "alt": 14, "kjName": "中条", "knName": "ナカジョウ", @@ -11586,14 +7242,8 @@ "54191": { "type": "C", "elems": "11112100", - "lat": [ - 38, - 5.5 - ], - "lon": [ - 139, - 33.8 - ], + "lat": [38, 5.5], + "lon": [139, 33.8], "alt": 33, "kjName": "下関", "knName": "シモセキ", @@ -11602,14 +7252,8 @@ "54232": { "type": "A", "elems": "11111111", - "lat": [ - 37, - 53.6 - ], - "lon": [ - 139, - 1.1 - ], + "lat": [37, 53.6], + "lon": [139, 1.1], "alt": 4, "kjName": "新潟", "knName": "ニイガタ", @@ -11618,14 +7262,8 @@ "54236": { "type": "C", "elems": "11110100", - "lat": [ - 37, - 57.3 - ], - "lon": [ - 139, - 6.7 - ], + "lat": [37, 57.3], + "lon": [139, 6.7], "alt": 1, "kjName": "松浜", "knName": "マツハマ:新潟空港", @@ -11634,14 +7272,8 @@ "54271": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 50.5 - ], - "lon": [ - 138, - 18.8 - ], + "lat": [37, 50.5], + "lon": [138, 18.8], "alt": 11, "kjName": "羽茂", "knName": "ハモチ", @@ -11650,14 +7282,8 @@ "54296": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 47.5 - ], - "lon": [ - 139, - 5.2 - ], + "lat": [37, 47.5], + "lon": [139, 5.2], "alt": 3, "kjName": "新津", "knName": "ニイツ", @@ -11666,14 +7292,8 @@ "54301": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 50 - ], - "lon": [ - 139, - 14.2 - ], + "lat": [37, 50], + "lon": [139, 14.2], "alt": 9, "kjName": "瓢湖", "knName": "ヒョウコ", @@ -11682,14 +7302,8 @@ "54311": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 50.1 - ], - "lon": [ - 139, - 24.9 - ], + "lat": [37, 50.1], + "lon": [139, 24.9], "alt": 135, "kjName": "赤谷", "knName": "アカダニ", @@ -11698,14 +7312,8 @@ "54341": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 46.1 - ], - "lon": [ - 138, - 54.8 - ], + "lat": [37, 46.1], + "lon": [138, 54.8], "alt": 2, "kjName": "巻", "knName": "マキ", @@ -11714,14 +7322,8 @@ "54387": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 38.4 - ], - "lon": [ - 138, - 46 - ], + "lat": [37, 38.4], + "lon": [138, 46], "alt": 44, "kjName": "寺泊", "knName": "テラドマリ", @@ -11730,14 +7332,8 @@ "54396": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 38.4 - ], - "lon": [ - 138, - 57.3 - ], + "lat": [37, 38.4], + "lon": [138, 57.3], "alt": 9, "kjName": "三条", "knName": "サンジョウ", @@ -11746,14 +7342,8 @@ "54406": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 41.8 - ], - "lon": [ - 139, - 11.3 - ], + "lat": [37, 41.8], + "lon": [139, 11.3], "alt": 25, "kjName": "村松", "knName": "ムラマツ", @@ -11762,14 +7352,8 @@ "54421": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 40.3 - ], - "lon": [ - 139, - 26.8 - ], + "lat": [37, 40.3], + "lon": [139, 26.8], "alt": 100, "kjName": "津川", "knName": "ツガワ", @@ -11778,14 +7362,8 @@ "54462": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 34.8 - ], - "lon": [ - 139, - 8.4 - ], + "lat": [37, 34.8], + "lon": [139, 8.4], "alt": 125, "kjName": "宮寄上", "knName": "ミヤヨリカミ", @@ -11794,14 +7372,8 @@ "54472": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 33 - ], - "lon": [ - 139, - 22.2 - ], + "lat": [37, 33], + "lon": [139, 22.2], "alt": 200, "kjName": "室谷", "knName": "ムロヤ", @@ -11810,14 +7382,8 @@ "54501": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 27 - ], - "lon": [ - 138, - 49.4 - ], + "lat": [37, 27], + "lon": [138, 49.4], "alt": 23, "kjName": "長岡", "knName": "ナガオカ", @@ -11826,14 +7392,8 @@ "54506": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 28.5 - ], - "lon": [ - 138, - 59.5 - ], + "lat": [37, 28.5], + "lon": [138, 59.5], "alt": 83, "kjName": "栃尾", "knName": "トチオ", @@ -11842,14 +7402,8 @@ "54541": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 21.1 - ], - "lon": [ - 138, - 33.2 - ], + "lat": [37, 21.1], + "lon": [138, 33.2], "alt": 7, "kjName": "柏崎", "knName": "カシワザキ", @@ -11858,14 +7412,8 @@ "54566": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 20.8 - ], - "lon": [ - 139, - 2.6 - ], + "lat": [37, 20.8], + "lon": [139, 2.6], "alt": 222, "kjName": "守門", "knName": "スモン", @@ -11874,14 +7422,8 @@ "54586": { "type": "C", "elems": "11112010", - "lat": [ - 37, - 13.5 - ], - "lon": [ - 138, - 19.5 - ], + "lat": [37, 13.5], + "lon": [138, 19.5], "alt": 13, "kjName": "大潟", "knName": "オオガタ", @@ -11890,14 +7432,8 @@ "54606": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 17.5 - ], - "lon": [ - 138, - 42.1 - ], + "lat": [37, 17.5], + "lon": [138, 42.1], "alt": 83, "kjName": "小国", "knName": "オグニ", @@ -11906,14 +7442,8 @@ "54616": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 13.6 - ], - "lon": [ - 138, - 57.8 - ], + "lat": [37, 13.6], + "lon": [138, 57.8], "alt": 98, "kjName": "小出", "knName": "コイデ", @@ -11922,14 +7452,8 @@ "54621": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 12.3 - ], - "lon": [ - 139, - 3.7 - ], + "lat": [37, 12.3], + "lon": [139, 3.7], "alt": 240, "kjName": "大湯", "knName": "オオユ", @@ -11938,14 +7462,8 @@ "54651": { "type": "B", "elems": "11111111", - "lat": [ - 37, - 6.4 - ], - "lon": [ - 138, - 14.8 - ], + "lat": [37, 6.4], + "lon": [138, 14.8], "alt": 13, "kjName": "高田", "knName": "タカダ", @@ -11954,14 +7472,8 @@ "54661": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 6.4 - ], - "lon": [ - 138, - 27.4 - ], + "lat": [37, 6.4], + "lon": [138, 27.4], "alt": 126, "kjName": "安塚", "knName": "ヤスヅカ", @@ -11970,14 +7482,8 @@ "54666": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 12 - ], - "lon": [ - 138, - 31 - ], + "lat": [37, 12], + "lon": [138, 31], "alt": 206, "kjName": "川谷", "knName": "カワダニ", @@ -11986,14 +7492,8 @@ "54671": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 7.9 - ], - "lon": [ - 138, - 36.4 - ], + "lat": [37, 7.9], + "lon": [138, 36.4], "alt": 210, "kjName": "松代", "knName": "マツダイ", @@ -12002,14 +7502,8 @@ "54676": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 8.6 - ], - "lon": [ - 138, - 43.6 - ], + "lat": [37, 8.6], + "lon": [138, 43.6], "alt": 170, "kjName": "十日町", "knName": "トオカマチ", @@ -12018,14 +7512,8 @@ "54711": { "type": "C", "elems": "11112000", - "lat": [ - 37, - 2.6 - ], - "lon": [ - 137, - 52.5 - ], + "lat": [37, 2.6], + "lon": [137, 52.5], "alt": 8, "kjName": "糸魚川", "knName": "イトイガワ", @@ -12034,14 +7522,8 @@ "54721": { "type": "C", "elems": "11112100", - "lat": [ - 37, - 5 - ], - "lon": [ - 138, - 1.4 - ], + "lat": [37, 5], + "lon": [138, 1.4], "alt": 55, "kjName": "能生", "knName": "ノウ", @@ -12050,14 +7532,8 @@ "54737": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 1.8 - ], - "lon": [ - 138, - 20.6 - ], + "lat": [37, 1.8], + "lon": [138, 20.6], "alt": 255, "kjName": "筒方", "knName": "ドウガタ", @@ -12066,14 +7542,8 @@ "54761": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 2.3 - ], - "lon": [ - 138, - 50.8 - ], + "lat": [37, 2.3], + "lon": [138, 50.8], "alt": 195, "kjName": "塩沢", "knName": "シオザワ", @@ -12082,14 +7552,8 @@ "54816": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 56 - ], - "lon": [ - 138, - 13.3 - ], + "lat": [36, 56], + "lon": [138, 13.3], "alt": 350, "kjName": "関山", "knName": "セキヤマ", @@ -12098,14 +7562,8 @@ "54836": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 59.8 - ], - "lon": [ - 138, - 41 - ], + "lat": [36, 59.8], + "lon": [138, 41], "alt": 452, "kjName": "津南", "knName": "ツナン", @@ -12114,14 +7572,8 @@ "54841": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 56.5 - ], - "lon": [ - 138, - 48.6 - ], + "lat": [36, 56.5], + "lon": [138, 48.6], "alt": 340, "kjName": "湯沢", "knName": "ユザワ", @@ -12130,14 +7582,8 @@ "54876": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 53.2 - ], - "lon": [ - 137, - 51.8 - ], + "lat": [36, 53.2], + "lon": [137, 51.8], "alt": 260, "kjName": "平岩", "knName": "ヒライワ", @@ -12146,14 +7592,8 @@ "54892": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 53.4 - ], - "lon": [ - 138, - 16.5 - ], + "lat": [36, 53.4], + "lon": [138, 16.5], "alt": 633, "kjName": "樽本", "knName": "タルモト", @@ -12162,14 +7602,8 @@ "55022": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 56.2 - ], - "lon": [ - 137, - 33.8 - ], + "lat": [36, 56.2], + "lon": [137, 33.8], "alt": 43, "kjName": "朝日", "knName": "アサヒ", @@ -12178,14 +7612,8 @@ "55041": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 51.8 - ], - "lon": [ - 136, - 57.6 - ], + "lat": [36, 51.8], + "lon": [136, 57.6], "alt": 7, "kjName": "氷見", "knName": "ヒミ", @@ -12194,14 +7622,8 @@ "55056": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 49.3 - ], - "lon": [ - 137, - 25.7 - ], + "lat": [36, 49.3], + "lon": [137, 25.7], "alt": 48, "kjName": "魚津", "knName": "ウオヅ", @@ -12210,14 +7632,8 @@ "55063": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 50.8 - ], - "lon": [ - 137, - 33.4 - ], + "lat": [36, 50.8], + "lon": [137, 33.4], "alt": 160, "kjName": "宇奈月", "knName": "ウナヅキ", @@ -12226,14 +7642,8 @@ "55091": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 47.5 - ], - "lon": [ - 137, - 3.3 - ], + "lat": [36, 47.5], + "lon": [137, 3.3], "alt": 12, "kjName": "伏木", "knName": "フシキ", @@ -12242,14 +7652,8 @@ "55102": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 42.5 - ], - "lon": [ - 137, - 12.1 - ], + "lat": [36, 42.5], + "lon": [137, 12.1], "alt": 9, "kjName": "富山", "knName": "トヤマ", @@ -12258,14 +7662,8 @@ "55141": { "type": "C", "elems": "11112110", - "lat": [ - 36, - 36.6 - ], - "lon": [ - 136, - 57.3 - ], + "lat": [36, 36.6], + "lon": [136, 57.3], "alt": 69, "kjName": "砺波", "knName": "トナミ", @@ -12274,14 +7672,8 @@ "55151": { "type": "C", "elems": "11110100", - "lat": [ - 36, - 38.9 - ], - "lon": [ - 137, - 11.2 - ], + "lat": [36, 38.9], + "lon": [137, 11.2], "alt": 24, "kjName": "秋ヶ島", "knName": "アキガシマ:富山空港", @@ -12290,14 +7682,8 @@ "55156": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 36.5 - ], - "lon": [ - 137, - 17 - ], + "lat": [36, 36.5], + "lon": [137, 17], "alt": 128, "kjName": "大山", "knName": "オオヤマ", @@ -12306,14 +7692,8 @@ "55166": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 40.2 - ], - "lon": [ - 137, - 25.4 - ], + "lat": [36, 40.2], + "lon": [137, 25.4], "alt": 296, "kjName": "上市", "knName": "カミイチ", @@ -12322,14 +7702,8 @@ "55191": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 32.7 - ], - "lon": [ - 136, - 52.3 - ], + "lat": [36, 32.7], + "lon": [136, 52.3], "alt": 91, "kjName": "南砺高宮", "knName": "ナントタカミヤ", @@ -12338,14 +7712,8 @@ "55206": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 34.2 - ], - "lon": [ - 137, - 9.5 - ], + "lat": [36, 34.2], + "lon": [137, 9.5], "alt": 124, "kjName": "八尾", "knName": "ヤツオ", @@ -12354,14 +7722,8 @@ "55217": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 34.6 - ], - "lon": [ - 137, - 23.1 - ], + "lat": [36, 34.6], + "lon": [137, 23.1], "alt": 379, "kjName": "立山芦峅", "knName": "タテヤマアシクラ", @@ -12370,14 +7732,8 @@ "55252": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 25.8 - ], - "lon": [ - 136, - 56.5 - ], + "lat": [36, 25.8], + "lon": [136, 56.5], "alt": 357, "kjName": "五箇山", "knName": "ゴカヤマ", @@ -12386,14 +7742,8 @@ "55267": { "type": "C", "elems": "01000100", - "lat": [ - 36, - 28.4 - ], - "lon": [ - 137, - 14.2 - ], + "lat": [36, 28.4], + "lon": [137, 14.2], "alt": 215, "kjName": "猪谷", "knName": "イノタニ", @@ -12402,14 +7752,8 @@ "56036": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 26.8 - ], - "lon": [ - 137, - 17.2 - ], + "lat": [37, 26.8], + "lon": [137, 17.2], "alt": 4, "kjName": "珠洲", "knName": "スズ", @@ -12418,14 +7762,8 @@ "56052": { "type": "B", "elems": "11111111", - "lat": [ - 37, - 23.4 - ], - "lon": [ - 136, - 53.7 - ], + "lat": [37, 23.4], + "lon": [136, 53.7], "alt": 5, "kjName": "輪島", "knName": "ワジマ", @@ -12434,14 +7772,8 @@ "56081": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 15.7 - ], - "lon": [ - 136, - 43.7 - ], + "lat": [37, 15.7], + "lon": [136, 43.7], "alt": 11, "kjName": "門前", "knName": "モンゼン", @@ -12450,14 +7782,8 @@ "56093": { "type": "C", "elems": "11110000", - "lat": [ - 37, - 17.6 - ], - "lon": [ - 136, - 57.7 - ], + "lat": [37, 17.6], + "lon": [136, 57.7], "alt": 219, "kjName": "三井", "knName": "ミイ:能登空港", @@ -12466,14 +7792,8 @@ "56116": { "type": "C", "elems": "11112010", - "lat": [ - 37, - 8.6 - ], - "lon": [ - 136, - 43.5 - ], + "lat": [37, 8.6], + "lon": [136, 43.5], "alt": 6, "kjName": "志賀", "knName": "シカ", @@ -12482,14 +7802,8 @@ "56146": { "type": "C", "elems": "11112110", - "lat": [ - 37, - 1.8 - ], - "lon": [ - 136, - 59.5 - ], + "lat": [37, 1.8], + "lon": [136, 59.5], "alt": 58, "kjName": "七尾", "knName": "ナナオ", @@ -12498,14 +7812,8 @@ "56176": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 53.6 - ], - "lon": [ - 136, - 46.6 - ], + "lat": [36, 53.6], + "lon": [136, 46.6], "alt": 15, "kjName": "羽咋", "knName": "ハクイ", @@ -12514,14 +7822,8 @@ "56186": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 42.7 - ], - "lon": [ - 136, - 41.5 - ], + "lat": [36, 42.7], + "lon": [136, 41.5], "alt": 42, "kjName": "かほく", "knName": "カホク", @@ -12530,14 +7832,8 @@ "56192": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 47.3 - ], - "lon": [ - 136, - 46.1 - ], + "lat": [36, 47.3], + "lon": [136, 46.1], "alt": 90, "kjName": "宝達志水", "knName": "ホウダツシミズ", @@ -12546,14 +7842,8 @@ "56227": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 35.3 - ], - "lon": [ - 136, - 38 - ], + "lat": [36, 35.3], + "lon": [136, 38], "alt": 6, "kjName": "金沢", "knName": "カナザワ", @@ -12562,14 +7852,8 @@ "56232": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 31.2 - ], - "lon": [ - 136, - 44.7 - ], + "lat": [36, 31.2], + "lon": [136, 44.7], "alt": 420, "kjName": "医王山", "knName": "イオウゼン", @@ -12578,14 +7862,8 @@ "56276": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 22.9 - ], - "lon": [ - 136, - 26.1 - ], + "lat": [36, 22.9], + "lon": [136, 26.1], "alt": 3, "kjName": "小松", "knName": "コマツ", @@ -12594,14 +7872,8 @@ "56286": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 23.8 - ], - "lon": [ - 136, - 37.2 - ], + "lat": [36, 23.8], + "lon": [136, 37.2], "alt": 136, "kjName": "白山河内", "knName": "ハクサンカワチ", @@ -12610,14 +7882,8 @@ "56301": { "type": "C", "elems": "11112100", - "lat": [ - 36, - 13.8 - ], - "lon": [ - 136, - 21.7 - ], + "lat": [36, 13.8], + "lon": [136, 21.7], "alt": 83, "kjName": "加賀菅谷", "knName": "カガスガタニ", @@ -12626,14 +7892,8 @@ "56346": { "type": "C", "elems": "01000000", - "lat": [ - 36, - 10.8 - ], - "lon": [ - 136, - 37.5 - ], + "lat": [36, 10.8], + "lon": [136, 37.5], "alt": 470, "kjName": "白山白峰", "knName": "ハクサンシラミネ", @@ -12642,14 +7902,8 @@ "56401": { "type": "C", "elems": "01000000", - "lat": [ - 37, - 51 - ], - "lon": [ - 136, - 55.1 - ], + "lat": [37, 51], + "lon": [136, 55.1], "alt": 8, "kjName": "舳倉島", "knName": "ヘグラジマ", @@ -12658,14 +7912,8 @@ "57001": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 14.6 - ], - "lon": [ - 136, - 10.4 - ], + "lat": [36, 14.6], + "lon": [136, 10.4], "alt": 34, "kjName": "三国", "knName": "ミクニ", @@ -12674,14 +7922,8 @@ "57026": { "type": "C", "elems": "11110000", - "lat": [ - 36, - 8.5 - ], - "lon": [ - 136, - 13.4 - ], + "lat": [36, 8.5], + "lon": [136, 13.4], "alt": 5, "kjName": "春江", "knName": "ハルエ:福井空港", @@ -12690,14 +7932,8 @@ "57051": { "type": "C", "elems": "11112010", - "lat": [ - 36, - 0.7 - ], - "lon": [ - 135, - 59.4 - ], + "lat": [36, 0.7], + "lon": [135, 59.4], "alt": 30, "kjName": "越廼", "knName": "コシノ", @@ -12706,14 +7942,8 @@ "57066": { "type": "A", "elems": "11111111", - "lat": [ - 36, - 3.3 - ], - "lon": [ - 136, - 13.3 - ], + "lat": [36, 3.3], + "lon": [136, 13.3], "alt": 9, "kjName": "福井", "knName": "フクイ", @@ -12722,14 +7952,8 @@ "57071": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 59.9 - ], - "lon": [ - 136, - 21.5 - ], + "lat": [35, 59.9], + "lon": [136, 21.5], "alt": 70, "kjName": "美山", "knName": "ミヤマ", @@ -12738,14 +7962,8 @@ "57082": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 2.3 - ], - "lon": [ - 136, - 31.3 - ], + "lat": [36, 2.3], + "lon": [136, 31.3], "alt": 196, "kjName": "勝山", "knName": "カツヤマ", @@ -12754,14 +7972,8 @@ "57106": { "type": "C", "elems": "01000100", - "lat": [ - 35, - 54.3 - ], - "lon": [ - 136, - 10.4 - ], + "lat": [35, 54.3], + "lon": [136, 10.4], "alt": 32, "kjName": "武生", "knName": "タケフ", @@ -12770,14 +7982,8 @@ "57121": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 58.3 - ], - "lon": [ - 136, - 29.8 - ], + "lat": [35, 58.3], + "lon": [136, 29.8], "alt": 182, "kjName": "大野", "knName": "オオノ", @@ -12786,14 +7992,8 @@ "57176": { "type": "C", "elems": "01000100", - "lat": [ - 35, - 54.5 - ], - "lon": [ - 136, - 40.1 - ], + "lat": [35, 54.5], + "lon": [136, 40.1], "alt": 436, "kjName": "九頭竜", "knName": "クズリュウ", @@ -12802,14 +8002,8 @@ "57206": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 46 - ], - "lon": [ - 136, - 12 - ], + "lat": [35, 46], + "lon": [136, 12], "alt": 128, "kjName": "今庄", "knName": "イマジョウ", @@ -12818,14 +8012,8 @@ "57248": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 39.2 - ], - "lon": [ - 136, - 3.7 - ], + "lat": [35, 39.2], + "lon": [136, 3.7], "alt": 2, "kjName": "敦賀", "knName": "ツルガ", @@ -12834,14 +8022,8 @@ "57286": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 36 - ], - "lon": [ - 135, - 55 - ], + "lat": [35, 36], + "lon": [135, 55], "alt": 10, "kjName": "美浜", "knName": "ミハマ", @@ -12850,14 +8032,8 @@ "57311": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 28.8 - ], - "lon": [ - 135, - 37 - ], + "lat": [35, 28.8], + "lon": [135, 37], "alt": 3, "kjName": "大飯", "knName": "オオイ", @@ -12866,14 +8042,8 @@ "57317": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 29 - ], - "lon": [ - 135, - 46.9 - ], + "lat": [35, 29], + "lon": [135, 46.9], "alt": 10, "kjName": "小浜", "knName": "オバマ", @@ -12882,14 +8052,8 @@ "60026": { "type": "C", "elems": "01000100", - "lat": [ - 35, - 34.9 - ], - "lon": [ - 136, - 11.3 - ], + "lat": [35, 34.9], + "lon": [136, 11.3], "alt": 220, "kjName": "柳ケ瀬", "knName": "ヤナガセ", @@ -12898,14 +8062,8 @@ "60051": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 24.7 - ], - "lon": [ - 136, - 1.7 - ], + "lat": [35, 24.7], + "lon": [136, 1.7], "alt": 88, "kjName": "今津", "knName": "イマヅ", @@ -12914,14 +8072,8 @@ "60061": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 25.4 - ], - "lon": [ - 136, - 14.5 - ], + "lat": [35, 25.4], + "lon": [136, 14.5], "alt": 95, "kjName": "長浜", "knName": "ナガハマ", @@ -12930,14 +8082,8 @@ "60081": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 18.5 - ], - "lon": [ - 135, - 49.8 - ], + "lat": [35, 18.5], + "lon": [135, 49.8], "alt": 380, "kjName": "朽木平良", "knName": "クツキヘラ", @@ -12946,14 +8092,8 @@ "60102": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 23 - ], - "lon": [ - 136, - 20.6 - ], + "lat": [35, 23], + "lon": [136, 20.6], "alt": 147, "kjName": "米原", "knName": "マイバラ", @@ -12962,14 +8102,8 @@ "60116": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 14.1 - ], - "lon": [ - 135, - 57.4 - ], + "lat": [35, 14.1], + "lon": [135, 57.4], "alt": 90, "kjName": "南小松", "knName": "ミナミコマツ", @@ -12978,14 +8112,8 @@ "60131": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 16.5 - ], - "lon": [ - 136, - 14.6 - ], + "lat": [35, 16.5], + "lon": [136, 14.6], "alt": 87, "kjName": "彦根", "knName": "ヒコネ", @@ -12994,14 +8122,8 @@ "60161": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 7.6 - ], - "lon": [ - 136, - 5.5 - ], + "lat": [35, 7.6], + "lon": [136, 5.5], "alt": 90, "kjName": "近江八幡", "knName": "オウミハチマン", @@ -13010,14 +8132,8 @@ "60196": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 3.7 - ], - "lon": [ - 136, - 11.4 - ], + "lat": [35, 3.7], + "lon": [136, 11.4], "alt": 128, "kjName": "東近江", "knName": "ヒガシオウミ", @@ -13026,14 +8142,8 @@ "60216": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 59.5 - ], - "lon": [ - 135, - 54.7 - ], + "lat": [34, 59.5], + "lon": [135, 54.7], "alt": 86, "kjName": "大津", "knName": "オオツ", @@ -13042,14 +8152,8 @@ "60226": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 54.8 - ], - "lon": [ - 136, - 4.8 - ], + "lat": [34, 54.8], + "lon": [136, 4.8], "alt": 265, "kjName": "信楽", "knName": "シガラキ", @@ -13058,14 +8162,8 @@ "60236": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 56.3 - ], - "lon": [ - 136, - 16.7 - ], + "lat": [34, 56.3], + "lon": [136, 16.7], "alt": 248, "kjName": "土山", "knName": "ツチヤマ", @@ -13074,14 +8172,8 @@ "61001": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 44.2 - ], - "lon": [ - 135, - 5.2 - ], + "lat": [35, 44.2], + "lon": [135, 5.2], "alt": 42, "kjName": "間人", "knName": "タイザ", @@ -13090,14 +8182,8 @@ "61031": { "type": "C", "elems": "01000100", - "lat": [ - 35, - 37.1 - ], - "lon": [ - 135, - 4.3 - ], + "lat": [35, 37.1], + "lon": [135, 4.3], "alt": 23, "kjName": "峰山", "knName": "ミネヤマ", @@ -13106,14 +8192,8 @@ "61076": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 33 - ], - "lon": [ - 135, - 14.1 - ], + "lat": [35, 33], + "lon": [135, 14.1], "alt": 2, "kjName": "宮津", "knName": "ミヤヅ", @@ -13122,14 +8202,8 @@ "61111": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 27 - ], - "lon": [ - 135, - 19 - ], + "lat": [35, 27], + "lon": [135, 19], "alt": 2, "kjName": "舞鶴", "knName": "マイヅル", @@ -13138,14 +8212,8 @@ "61096": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 25.1 - ], - "lon": [ - 135, - 5.2 - ], + "lat": [35, 25.1], + "lon": [135, 5.2], "alt": 223, "kjName": "坂浦", "knName": "サカウラ", @@ -13154,14 +8222,8 @@ "61151": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 22.9 - ], - "lon": [ - 135, - 27.2 - ], + "lat": [35, 22.9], + "lon": [135, 27.2], "alt": 175, "kjName": "睦寄", "knName": "ムツヨリ", @@ -13170,14 +8232,8 @@ "61187": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 18.7 - ], - "lon": [ - 135, - 6.8 - ], + "lat": [35, 18.7], + "lon": [135, 6.8], "alt": 17, "kjName": "福知山", "knName": "フクチヤマ", @@ -13186,14 +8242,8 @@ "61192": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 13 - ], - "lon": [ - 135, - 13.9 - ], + "lat": [35, 13], + "lon": [135, 13.9], "alt": 105, "kjName": "三和", "knName": "ミワ", @@ -13202,14 +8252,8 @@ "61196": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 17.8 - ], - "lon": [ - 135, - 18.9 - ], + "lat": [35, 17.8], + "lon": [135, 18.9], "alt": 87, "kjName": "綾部山家", "knName": "アヤベヤマガ", @@ -13218,14 +8262,8 @@ "61201": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 15.6 - ], - "lon": [ - 135, - 23.7 - ], + "lat": [35, 15.6], + "lon": [135, 23.7], "alt": 95, "kjName": "本庄", "knName": "ホンジョウ", @@ -13234,14 +8272,8 @@ "61206": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 16.5 - ], - "lon": [ - 135, - 33 - ], + "lat": [35, 16.5], + "lon": [135, 33], "alt": 200, "kjName": "美山", "knName": "ミヤマ", @@ -13250,14 +8282,8 @@ "61241": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 10.6 - ], - "lon": [ - 135, - 25.2 - ], + "lat": [35, 10.6], + "lon": [135, 25.2], "alt": 150, "kjName": "須知", "knName": "シュウチ", @@ -13266,14 +8292,8 @@ "61242": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 6.5 - ], - "lon": [ - 135, - 27.3 - ], + "lat": [35, 6.5], + "lon": [135, 27.3], "alt": 134, "kjName": "園部", "knName": "ソノベ", @@ -13282,14 +8302,8 @@ "61251": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 10.9 - ], - "lon": [ - 135, - 39.7 - ], + "lat": [35, 10.9], + "lon": [135, 39.7], "alt": 260, "kjName": "京北", "knName": "ケイホク", @@ -13298,14 +8312,8 @@ "61286": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 0.8 - ], - "lon": [ - 135, - 43.9 - ], + "lat": [35, 0.8], + "lon": [135, 43.9], "alt": 41, "kjName": "京都", "knName": "キョウト", @@ -13314,14 +8322,8 @@ "61306": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 55.8 - ], - "lon": [ - 135, - 40.7 - ], + "lat": [34, 55.8], + "lon": [135, 40.7], "alt": 71, "kjName": "長岡京", "knName": "ナガオカキョウ", @@ -13330,14 +8332,8 @@ "61326": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 49.8 - ], - "lon": [ - 135, - 45.6 - ], + "lat": [34, 49.8], + "lon": [135, 45.6], "alt": 20, "kjName": "京田辺", "knName": "キョウタナベ", @@ -13346,14 +8342,8 @@ "62016": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 56.9 - ], - "lon": [ - 135, - 27.3 - ], + "lat": [34, 56.9], + "lon": [135, 27.3], "alt": 235, "kjName": "能勢", "knName": "ノセ", @@ -13362,14 +8352,8 @@ "62037": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 51.6 - ], - "lon": [ - 135, - 33.6 - ], + "lat": [34, 51.6], + "lon": [135, 33.6], "alt": 78, "kjName": "茨木", "knName": "イバラキ", @@ -13378,14 +8362,8 @@ "62046": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 48.5 - ], - "lon": [ - 135, - 40.3 - ], + "lat": [34, 48.5], + "lon": [135, 40.3], "alt": 26, "kjName": "枚方", "knName": "ヒラカタ", @@ -13394,14 +8372,8 @@ "62051": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 47 - ], - "lon": [ - 135, - 26.3 - ], + "lat": [34, 47], + "lon": [135, 26.3], "alt": 12, "kjName": "豊中", "knName": "トヨナカ:大阪国際空港", @@ -13410,14 +8382,8 @@ "62078": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 40.9 - ], - "lon": [ - 135, - 31.1 - ], + "lat": [34, 40.9], + "lon": [135, 31.1], "alt": 23, "kjName": "大阪", "knName": "オオサカ", @@ -13426,14 +8392,8 @@ "62081": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 40.5 - ], - "lon": [ - 135, - 40.6 - ], + "lat": [34, 40.5], + "lon": [135, 40.6], "alt": 626, "kjName": "生駒山", "knName": "イコマヤマ", @@ -13442,14 +8402,8 @@ "62091": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 33.3 - ], - "lon": [ - 135, - 29.1 - ], + "lat": [34, 33.3], + "lon": [135, 29.1], "alt": 20, "kjName": "堺", "knName": "サカイ", @@ -13458,14 +8412,8 @@ "62096": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 35.8 - ], - "lon": [ - 135, - 36 - ], + "lat": [34, 35.8], + "lon": [135, 36], "alt": 10, "kjName": "八尾", "knName": "ヤオ:八尾空港", @@ -13474,14 +8422,8 @@ "62101": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 26 - ], - "lon": [ - 135, - 13.9 - ], + "lat": [34, 26], + "lon": [135, 13.9], "alt": 5, "kjName": "関空島", "knName": "カンクウジマ:関西国際空港", @@ -13490,14 +8432,8 @@ "62111": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 25.4 - ], - "lon": [ - 135, - 32.6 - ], + "lat": [34, 25.4], + "lon": [135, 32.6], "alt": 160, "kjName": "河内長野", "knName": "カワチナガノ", @@ -13506,14 +8442,8 @@ "62131": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 23.1 - ], - "lon": [ - 135, - 21 - ], + "lat": [34, 23.1], + "lon": [135, 21], "alt": 68, "kjName": "熊取", "knName": "クマトリ", @@ -13522,14 +8452,8 @@ "63016": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 37.5 - ], - "lon": [ - 134, - 37.6 - ], + "lat": [35, 37.5], + "lon": [134, 37.6], "alt": 5, "kjName": "香住", "knName": "カスミ", @@ -13538,14 +8462,8 @@ "63032": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 31.7 - ], - "lon": [ - 134, - 28.8 - ], + "lat": [35, 31.7], + "lon": [134, 28.8], "alt": 233, "kjName": "温泉", "knName": "オンセン", @@ -13554,14 +8472,8 @@ "63051": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 32.1 - ], - "lon": [ - 134, - 49.3 - ], + "lat": [35, 32.1], + "lon": [134, 49.3], "alt": 3, "kjName": "豊岡", "knName": "トヨオカ", @@ -13570,14 +8482,8 @@ "63071": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 25.9 - ], - "lon": [ - 134, - 35 - ], + "lat": [35, 25.9], + "lon": [134, 35], "alt": 540, "kjName": "兎和野高原", "knName": "ウワノコウゲン", @@ -13586,14 +8492,8 @@ "63111": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 19.9 - ], - "lon": [ - 134, - 39.9 - ], + "lat": [35, 19.9], + "lon": [134, 39.9], "alt": 150, "kjName": "大屋", "knName": "オオヤ", @@ -13602,14 +8502,8 @@ "63116": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 23.9 - ], - "lon": [ - 134, - 44.4 - ], + "lat": [35, 23.9], + "lon": [134, 44.4], "alt": 183, "kjName": "八鹿", "knName": "ヨウカ", @@ -13618,14 +8512,8 @@ "63121": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 19.4 - ], - "lon": [ - 134, - 50.9 - ], + "lat": [35, 19.4], + "lon": [134, 50.9], "alt": 80, "kjName": "和田山", "knName": "ワダヤマ", @@ -13634,14 +8522,8 @@ "63201": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 10 - ], - "lon": [ - 134, - 47.5 - ], + "lat": [35, 10], + "lon": [134, 47.5], "alt": 320, "kjName": "生野", "knName": "イクノ", @@ -13650,14 +8532,8 @@ "63216": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 8.2 - ], - "lon": [ - 135, - 3.9 - ], + "lat": [35, 8.2], + "lon": [135, 3.9], "alt": 98, "kjName": "柏原", "knName": "カイバラ", @@ -13666,14 +8542,8 @@ "63241": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 1 - ], - "lon": [ - 134, - 22.1 - ], + "lat": [35, 1], + "lon": [134, 22.1], "alt": 120, "kjName": "佐用", "knName": "サヨウ", @@ -13682,14 +8552,8 @@ "63251": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 5.8 - ], - "lon": [ - 134, - 35.1 - ], + "lat": [35, 5.8], + "lon": [134, 35.1], "alt": 195, "kjName": "一宮", "knName": "イチノミヤ", @@ -13698,14 +8562,8 @@ "63321": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 57 - ], - "lon": [ - 134, - 44.9 - ], + "lat": [34, 57], + "lon": [134, 44.9], "alt": 72, "kjName": "福崎", "knName": "フクサキ", @@ -13714,14 +8572,8 @@ "63331": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 59.9 - ], - "lon": [ - 134, - 59.8 - ], + "lat": [34, 59.9], + "lon": [134, 59.8], "alt": 72, "kjName": "西脇", "knName": "ニシワキ", @@ -13730,14 +8582,8 @@ "63346": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 1.5 - ], - "lon": [ - 135, - 17.6 - ], + "lat": [35, 1.5], + "lon": [135, 17.6], "alt": 330, "kjName": "後川", "knName": "シツカワ", @@ -13746,14 +8592,8 @@ "63366": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 51.5 - ], - "lon": [ - 134, - 22.4 - ], + "lat": [34, 51.5], + "lon": [134, 22.4], "alt": 20, "kjName": "上郡", "knName": "カミゴオリ", @@ -13762,14 +8602,8 @@ "63383": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 50.3 - ], - "lon": [ - 134, - 40.2 - ], + "lat": [34, 50.3], + "lon": [134, 40.2], "alt": 38, "kjName": "姫路", "knName": "ヒメジ", @@ -13778,14 +8612,8 @@ "63411": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 53.7 - ], - "lon": [ - 135, - 12.7 - ], + "lat": [34, 53.7], + "lon": [135, 12.7], "alt": 150, "kjName": "三田", "knName": "サンダ", @@ -13794,14 +8622,8 @@ "63461": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 46.6 - ], - "lon": [ - 135, - 0.8 - ], + "lat": [34, 46.6], + "lon": [135, 0.8], "alt": 145, "kjName": "三木", "knName": "ミキ", @@ -13810,14 +8632,8 @@ "63477": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 45 - ], - "lon": [ - 135, - 20.1 - ], + "lat": [34, 45], + "lon": [135, 20.1], "alt": 38, "kjName": "西宮", "knName": "ニシノミヤ", @@ -13826,14 +8642,8 @@ "63491": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 40.3 - ], - "lon": [ - 134, - 31.6 - ], + "lat": [34, 40.3], + "lon": [134, 31.6], "alt": 88, "kjName": "家島", "knName": "イエシマ", @@ -13842,14 +8652,8 @@ "63496": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 41.2 - ], - "lon": [ - 134, - 52.6 - ], + "lat": [34, 41.2], + "lon": [134, 52.6], "alt": 3, "kjName": "明石", "knName": "アカシ", @@ -13858,14 +8662,8 @@ "63517": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 37.9 - ], - "lon": [ - 135, - 13.4 - ], + "lat": [34, 37.9], + "lon": [135, 13.4], "alt": 5, "kjName": "神戸空港", "knName": "コウベクウコウ:神戸空港", @@ -13874,14 +8672,8 @@ "63518": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 41.8 - ], - "lon": [ - 135, - 12.7 - ], + "lat": [34, 41.8], + "lon": [135, 12.7], "alt": 5, "kjName": "神戸", "knName": "コウベ", @@ -13890,14 +8682,8 @@ "63551": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 28 - ], - "lon": [ - 134, - 50.9 - ], + "lat": [34, 28], + "lon": [134, 50.9], "alt": 5, "kjName": "郡家", "knName": "グンゲ", @@ -13906,14 +8692,8 @@ "63571": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 18.6 - ], - "lon": [ - 134, - 50.9 - ], + "lat": [34, 18.6], + "lon": [134, 50.9], "alt": 69, "kjName": "洲本", "knName": "スモト", @@ -13922,14 +8702,8 @@ "63588": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 13.1 - ], - "lon": [ - 134, - 43.2 - ], + "lat": [34, 13.1], + "lon": [134, 43.2], "alt": 5, "kjName": "南淡", "knName": "ナンダン", @@ -13938,14 +8712,8 @@ "64036": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 40.4 - ], - "lon": [ - 135, - 50.2 - ], + "lat": [34, 40.4], + "lon": [135, 50.2], "alt": 102, "kjName": "奈良", "knName": "ナラ", @@ -13954,14 +8722,8 @@ "64041": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 36.3 - ], - "lon": [ - 135, - 57.1 - ], + "lat": [34, 36.3], + "lon": [135, 57.1], "alt": 468, "kjName": "針", "knName": "ハリ", @@ -13970,14 +8732,8 @@ "64056": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 33.3 - ], - "lon": [ - 135, - 47.1 - ], + "lat": [34, 33.3], + "lon": [135, 47.1], "alt": 50, "kjName": "田原本", "knName": "タワラモト", @@ -13986,14 +8742,8 @@ "64076": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 31.3 - ], - "lon": [ - 136, - 9.5 - ], + "lat": [34, 31.3], + "lon": [136, 9.5], "alt": 610, "kjName": "曽爾", "knName": "ソニ", @@ -14002,14 +8752,8 @@ "64091": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 29.3 - ], - "lon": [ - 135, - 42.2 - ], + "lat": [34, 29.3], + "lon": [135, 42.2], "alt": 141, "kjName": "葛城", "knName": "カツラギ", @@ -14018,14 +8762,8 @@ "64101": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 29.3 - ], - "lon": [ - 135, - 55.9 - ], + "lat": [34, 29.3], + "lon": [135, 55.9], "alt": 349, "kjName": "大宇陀", "knName": "オオウダ", @@ -14034,14 +8772,8 @@ "64127": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 22.8 - ], - "lon": [ - 135, - 43.8 - ], + "lat": [34, 22.8], + "lon": [135, 43.8], "alt": 190, "kjName": "五條", "knName": "ゴジョウ", @@ -14050,14 +8782,8 @@ "64136": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 22.7 - ], - "lon": [ - 135, - 54 - ], + "lat": [34, 22.7], + "lon": [135, 54], "alt": 188, "kjName": "吉野", "knName": "ヨシノ", @@ -14066,14 +8792,8 @@ "64161": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 16.2 - ], - "lon": [ - 135, - 53 - ], + "lat": [34, 16.2], + "lon": [135, 53], "alt": 840, "kjName": "天川", "knName": "テンカワ", @@ -14082,14 +8802,8 @@ "64206": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 8.2 - ], - "lon": [ - 136, - 0.3 - ], + "lat": [34, 8.2], + "lon": [136, 0.3], "alt": 334, "kjName": "上北山", "knName": "カミキタヤマ", @@ -14098,14 +8812,8 @@ "64227": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 2.7 - ], - "lon": [ - 135, - 47.2 - ], + "lat": [34, 2.7], + "lon": [135, 47.2], "alt": 301, "kjName": "風屋", "knName": "カゼヤ", @@ -14114,14 +8822,8 @@ "64236": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 0.2 - ], - "lon": [ - 135, - 58 - ], + "lat": [34, 0.2], + "lon": [135, 58], "alt": 249, "kjName": "下北山", "knName": "シモキタヤマ", @@ -14130,14 +8832,8 @@ "64262": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 57.2 - ], - "lon": [ - 135, - 51.4 - ], + "lat": [33, 57.2], + "lon": [135, 51.4], "alt": 396, "kjName": "葛川", "knName": "クズカワ", @@ -14146,14 +8842,8 @@ "65021": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 20.8 - ], - "lon": [ - 135, - 26.2 - ], + "lat": [34, 20.8], + "lon": [135, 26.2], "alt": 840, "kjName": "葛城山", "knName": "カツラギサン", @@ -14162,14 +8852,8 @@ "65026": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 18.6 - ], - "lon": [ - 135, - 31.7 - ], + "lat": [34, 18.6], + "lon": [135, 31.7], "alt": 142, "kjName": "かつらぎ", "knName": "カツラギ", @@ -14178,14 +8862,8 @@ "65036": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 16.8 - ], - "lon": [ - 134, - 59.9 - ], + "lat": [34, 16.8], + "lon": [134, 59.9], "alt": 44, "kjName": "友ケ島", "knName": "トモガシマ", @@ -14194,14 +8872,8 @@ "65042": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 13.7 - ], - "lon": [ - 135, - 9.8 - ], + "lat": [34, 13.7], + "lon": [135, 9.8], "alt": 14, "kjName": "和歌山", "knName": "ワカヤマ", @@ -14210,14 +8882,8 @@ "65061": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 13.3 - ], - "lon": [ - 135, - 35.4 - ], + "lat": [34, 13.3], + "lon": [135, 35.4], "alt": 801, "kjName": "高野山", "knName": "コウヤサン", @@ -14226,14 +8892,8 @@ "65106": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 2.1 - ], - "lon": [ - 135, - 10.9 - ], + "lat": [34, 2.1], + "lon": [135, 10.9], "alt": 8, "kjName": "湯浅", "knName": "ユアサ", @@ -14242,14 +8902,8 @@ "65121": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 5.2 - ], - "lon": [ - 135, - 25.5 - ], + "lat": [34, 5.2], + "lon": [135, 25.5], "alt": 240, "kjName": "清水", "knName": "シミズ", @@ -14258,14 +8912,8 @@ "65127": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 2.4 - ], - "lon": [ - 135, - 34 - ], + "lat": [34, 2.4], + "lon": [135, 34], "alt": 1130, "kjName": "護摩壇山", "knName": "ゴマダンザン", @@ -14274,14 +8922,8 @@ "65162": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 56.7 - ], - "lon": [ - 135, - 33.4 - ], + "lat": [33, 56.7], + "lon": [135, 33.4], "alt": 410, "kjName": "龍神", "knName": "リュウジン", @@ -14290,14 +8932,8 @@ "65201": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 53.6 - ], - "lon": [ - 135, - 13 - ], + "lat": [33, 53.6], + "lon": [135, 13], "alt": 84, "kjName": "川辺", "knName": "カワベ", @@ -14306,14 +8942,8 @@ "65226": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 50.2 - ], - "lon": [ - 135, - 46.4 - ], + "lat": [33, 50.2], + "lon": [135, 46.4], "alt": 60, "kjName": "本宮", "knName": "ホングウ", @@ -14322,14 +8952,8 @@ "65256": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 47.5 - ], - "lon": [ - 135, - 30.8 - ], + "lat": [33, 47.5], + "lon": [135, 30.8], "alt": 160, "kjName": "栗栖川", "knName": "クリスガワ", @@ -14338,14 +8962,8 @@ "65276": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 41.2 - ], - "lon": [ - 135, - 58.2 - ], + "lat": [33, 41.2], + "lon": [135, 58.2], "alt": 18, "kjName": "新宮", "knName": "シングウ", @@ -14354,14 +8972,8 @@ "65288": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 39.7 - ], - "lon": [ - 135, - 21.8 - ], + "lat": [33, 39.7], + "lon": [135, 21.8], "alt": 89, "kjName": "南紀白浜", "knName": "ナンキシラハマ:南紀白浜空港", @@ -14370,14 +8982,8 @@ "65306": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 38.3 - ], - "lon": [ - 135, - 42.6 - ], + "lat": [33, 38.3], + "lon": [135, 42.6], "alt": 150, "kjName": "西川", "knName": "ニシカワ", @@ -14386,14 +8992,8 @@ "65311": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 40.5 - ], - "lon": [ - 135, - 50.9 - ], + "lat": [33, 40.5], + "lon": [135, 50.9], "alt": 275, "kjName": "色川", "knName": "イロカワ", @@ -14402,14 +9002,8 @@ "65321": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 36.3 - ], - "lon": [ - 135, - 28.8 - ], + "lat": [33, 36.3], + "lon": [135, 28.8], "alt": 17, "kjName": "日置川", "knName": "ヒキガワ", @@ -14418,14 +9012,8 @@ "65356": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 27 - ], - "lon": [ - 135, - 45.4 - ], + "lat": [33, 27], + "lon": [135, 45.4], "alt": 68, "kjName": "潮岬", "knName": "シオノミサキ", @@ -14434,14 +9022,8 @@ "66046": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 17.8 - ], - "lon": [ - 133, - 43.5 - ], + "lat": [35, 17.8], + "lon": [133, 43.5], "alt": 430, "kjName": "上長田", "knName": "カミナガタ", @@ -14450,14 +9032,8 @@ "66056": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 18 - ], - "lon": [ - 133, - 59.2 - ], + "lat": [35, 18], + "lon": [133, 59.2], "alt": 734, "kjName": "恩原", "knName": "オンバラ", @@ -14466,14 +9042,8 @@ "66091": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 6.2 - ], - "lon": [ - 133, - 26.1 - ], + "lat": [35, 6.2], + "lon": [133, 26.1], "alt": 525, "kjName": "千屋", "knName": "チヤ", @@ -14482,14 +9052,8 @@ "66112": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 10.7 - ], - "lon": [ - 133, - 48.3 - ], + "lat": [35, 10.7], + "lon": [133, 48.3], "alt": 480, "kjName": "富", "knName": "トミ", @@ -14498,14 +9062,8 @@ "66127": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 6.7 - ], - "lon": [ - 134, - 10.2 - ], + "lat": [35, 6.7], + "lon": [134, 10.2], "alt": 212, "kjName": "奈義", "knName": "ナギ", @@ -14514,14 +9072,8 @@ "66136": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 5.9 - ], - "lon": [ - 134, - 19.5 - ], + "lat": [35, 5.9], + "lon": [134, 19.5], "alt": 207, "kjName": "今岡", "knName": "イマオカ", @@ -14530,14 +9082,8 @@ "66171": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 4.1 - ], - "lon": [ - 133, - 45.2 - ], + "lat": [35, 4.1], + "lon": [133, 45.2], "alt": 144, "kjName": "久世", "knName": "クセ", @@ -14546,14 +9092,8 @@ "66186": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 3.8 - ], - "lon": [ - 134, - 0.5 - ], + "lat": [35, 3.8], + "lon": [134, 0.5], "alt": 146, "kjName": "津山", "knName": "ツヤマ", @@ -14562,14 +9102,8 @@ "66221": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 56.6 - ], - "lon": [ - 133, - 31.1 - ], + "lat": [34, 56.6], + "lon": [133, 31.1], "alt": 393, "kjName": "新見", "knName": "ニイミ", @@ -14578,14 +9112,8 @@ "66226": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 57.9 - ], - "lon": [ - 133, - 37.7 - ], + "lat": [34, 57.9], + "lon": [133, 37.7], "alt": 180, "kjName": "下呰部", "knName": "シモアザエ", @@ -14594,14 +9122,8 @@ "66237": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 57.7 - ], - "lon": [ - 133, - 48.7 - ], + "lat": [34, 57.7], + "lon": [133, 48.7], "alt": 230, "kjName": "旭西", "knName": "アサヒニシ", @@ -14610,14 +9132,8 @@ "66251": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 55.1 - ], - "lon": [ - 134, - 4.9 - ], + "lat": [34, 55.1], + "lon": [134, 4.9], "alt": 56, "kjName": "赤磐", "knName": "アカイワ", @@ -14626,14 +9142,8 @@ "66276": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 49.7 - ], - "lon": [ - 133, - 31.4 - ], + "lat": [34, 49.7], + "lon": [133, 31.4], "alt": 529, "kjName": "陣山", "knName": "ジンヤマ", @@ -14642,14 +9152,8 @@ "66287": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 49 - ], - "lon": [ - 133, - 42.3 - ], + "lat": [34, 49], + "lon": [133, 42.3], "alt": 340, "kjName": "吉備中央", "knName": "キビチュウオウ", @@ -14658,14 +9162,8 @@ "66296": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 52 - ], - "lon": [ - 133, - 54.2 - ], + "lat": [34, 52], + "lon": [133, 54.2], "alt": 63, "kjName": "福渡", "knName": "フクワタリ", @@ -14674,14 +9172,8 @@ "66306": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 48.9 - ], - "lon": [ - 134, - 11 - ], + "lat": [34, 48.9], + "lon": [134, 11], "alt": 35, "kjName": "和気", "knName": "ワケ", @@ -14690,14 +9182,8 @@ "66336": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 47.5 - ], - "lon": [ - 133, - 36.6 - ], + "lat": [34, 47.5], + "lon": [133, 36.6], "alt": 60, "kjName": "高梁", "knName": "タカハシ", @@ -14706,14 +9192,8 @@ "66346": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 45.4 - ], - "lon": [ - 133, - 51.3 - ], + "lat": [34, 45.4], + "lon": [133, 51.3], "alt": 239, "kjName": "日応寺", "knName": "ニチオウジ:岡山空港", @@ -14722,14 +9202,8 @@ "66381": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 41.1 - ], - "lon": [ - 133, - 26.7 - ], + "lat": [34, 41.1], + "lon": [133, 26.7], "alt": 390, "kjName": "佐屋", "knName": "サヤ", @@ -14738,14 +9212,8 @@ "66391": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 37 - ], - "lon": [ - 133, - 37.1 - ], + "lat": [34, 37], + "lon": [133, 37.1], "alt": 18, "kjName": "矢掛", "knName": "ヤカゲ", @@ -14754,14 +9222,8 @@ "66408": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 41.1 - ], - "lon": [ - 133, - 55.5 - ], + "lat": [34, 41.1], + "lon": [133, 55.5], "alt": 5, "kjName": "岡山", "knName": "オカヤマ", @@ -14770,14 +9232,8 @@ "66421": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 40.9 - ], - "lon": [ - 134, - 12.4 - ], + "lat": [34, 40.9], + "lon": [134, 12.4], "alt": 10, "kjName": "虫明", "knName": "ムシアゲ", @@ -14786,14 +9242,8 @@ "66446": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 35.4 - ], - "lon": [ - 133, - 46.1 - ], + "lat": [34, 35.4], + "lon": [133, 46.1], "alt": 3, "kjName": "倉敷", "knName": "クラシキ", @@ -14802,14 +9252,8 @@ "66481": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 30.1 - ], - "lon": [ - 133, - 29.7 - ], + "lat": [34, 30.1], + "lon": [133, 29.7], "alt": 0, "kjName": "笠岡", "knName": "カサオカ", @@ -14818,14 +9262,8 @@ "66501": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 29.2 - ], - "lon": [ - 133, - 57 - ], + "lat": [34, 29.2], + "lon": [133, 57], "alt": 2, "kjName": "玉野", "knName": "タマノ", @@ -14834,14 +9272,8 @@ "67016": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 2 - ], - "lon": [ - 132, - 54.1 - ], + "lat": [35, 2], + "lon": [132, 54.1], "alt": 570, "kjName": "高野", "knName": "タカノ", @@ -14850,14 +9282,8 @@ "67026": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 3.4 - ], - "lon": [ - 133, - 11.3 - ], + "lat": [35, 3.4], + "lon": [133, 11.3], "alt": 729, "kjName": "道後山", "knName": "ドウゴヤマ", @@ -14866,14 +9292,8 @@ "67052": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 55.7 - ], - "lon": [ - 132, - 49.8 - ], + "lat": [34, 55.7], + "lon": [132, 49.8], "alt": 304, "kjName": "君田", "knName": "キミタ", @@ -14882,14 +9302,8 @@ "67106": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 48.7 - ], - "lon": [ - 132, - 51 - ], + "lat": [34, 48.7], + "lon": [132, 51], "alt": 159, "kjName": "三次", "knName": "ミヨシ", @@ -14898,14 +9312,8 @@ "67116": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 51.6 - ], - "lon": [ - 133, - 1.4 - ], + "lat": [34, 51.6], + "lon": [133, 1.4], "alt": 300, "kjName": "庄原", "knName": "ショウバラ", @@ -14914,14 +9322,8 @@ "67126": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 53.7 - ], - "lon": [ - 133, - 16.6 - ], + "lat": [34, 53.7], + "lon": [133, 16.6], "alt": 310, "kjName": "東城", "knName": "トウジョウ", @@ -14930,14 +9332,8 @@ "67136": { "type": "C", "elems": "01000100", - "lat": [ - 34, - 42.5 - ], - "lon": [ - 132, - 10.4 - ], + "lat": [34, 42.5], + "lon": [132, 10.4], "alt": 774, "kjName": "八幡", "knName": "ヤワタ", @@ -14946,14 +9342,8 @@ "67151": { "type": "C", "elems": "11112110", - "lat": [ - 34, - 46.1 - ], - "lon": [ - 132, - 27.8 - ], + "lat": [34, 46.1], + "lon": [132, 27.8], "alt": 399, "kjName": "大朝", "knName": "オオアサ", @@ -14962,14 +9352,8 @@ "67161": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 43.3 - ], - "lon": [ - 132, - 39.3 - ], + "lat": [34, 43.3], + "lon": [132, 39.3], "alt": 318, "kjName": "美土里", "knName": "ミドリ", @@ -14978,14 +9362,8 @@ "67191": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 45.8 - ], - "lon": [ - 133, - 16.7 - ], + "lat": [34, 45.8], + "lon": [133, 16.7], "alt": 510, "kjName": "油木", "knName": "ユキ", @@ -14994,14 +9372,8 @@ "67211": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 41.9 - ], - "lon": [ - 132, - 18.7 - ], + "lat": [34, 41.9], + "lon": [132, 18.7], "alt": 525, "kjName": "王泊", "knName": "オオドマリ", @@ -15010,14 +9382,8 @@ "67212": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 36.6 - ], - "lon": [ - 132, - 19.2 - ], + "lat": [34, 36.6], + "lon": [132, 19.2], "alt": 210, "kjName": "加計", "knName": "カケ", @@ -15026,14 +9392,8 @@ "67217": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 38.8 - ], - "lon": [ - 132, - 26.6 - ], + "lat": [34, 38.8], + "lon": [132, 26.6], "alt": 400, "kjName": "都志見", "knName": "ツシミ", @@ -15042,14 +9402,8 @@ "67231": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 41.7 - ], - "lon": [ - 132, - 45.6 - ], + "lat": [34, 41.7], + "lon": [132, 45.6], "alt": 185, "kjName": "甲田", "knName": "コウダ", @@ -15058,14 +9412,8 @@ "67251": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 41.6 - ], - "lon": [ - 133, - 7 - ], + "lat": [34, 41.6], + "lon": [133, 7], "alt": 384, "kjName": "上下", "knName": "ジョウゲ", @@ -15074,14 +9422,8 @@ "67271": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 35.8 - ], - "lon": [ - 132, - 10.6 - ], + "lat": [34, 35.8], + "lon": [132, 10.6], "alt": 987, "kjName": "内黒山", "knName": "ウチグロヤマ", @@ -15090,14 +9432,8 @@ "67292": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 32.7 - ], - "lon": [ - 132, - 31.8 - ], + "lat": [34, 32.7], + "lon": [132, 31.8], "alt": 70, "kjName": "三入", "knName": "ミイリ", @@ -15106,14 +9442,8 @@ "67306": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 34 - ], - "lon": [ - 132, - 50.3 - ], + "lat": [34, 34], + "lon": [132, 50.3], "alt": 363, "kjName": "安宿", "knName": "アスカ", @@ -15122,14 +9452,8 @@ "67316": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 35 - ], - "lon": [ - 133, - 3 - ], + "lat": [34, 35], + "lon": [133, 3], "alt": 350, "kjName": "世羅", "knName": "セラ", @@ -15138,14 +9462,8 @@ "67326": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 33.7 - ], - "lon": [ - 133, - 13.9 - ], + "lat": [34, 33.7], + "lon": [133, 13.9], "alt": 70, "kjName": "府中", "knName": "フチュウ", @@ -15154,14 +9472,8 @@ "67351": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 29.9 - ], - "lon": [ - 132, - 17.4 - ], + "lat": [34, 29.9], + "lon": [132, 17.4], "alt": 206, "kjName": "佐伯湯来", "knName": "サエキユキ", @@ -15170,14 +9482,8 @@ "67371": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 29.9 - ], - "lon": [ - 132, - 39.6 - ], + "lat": [34, 29.9], + "lon": [132, 39.6], "alt": 215, "kjName": "志和", "knName": "シワ", @@ -15186,14 +9492,8 @@ "67376": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 25 - ], - "lon": [ - 132, - 42 - ], + "lat": [34, 25], + "lon": [132, 42], "alt": 224, "kjName": "東広島", "knName": "ヒガシヒロシマ", @@ -15202,14 +9502,8 @@ "67386": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 26.1 - ], - "lon": [ - 132, - 55.1 - ], + "lat": [34, 26.1], + "lon": [132, 55.1], "alt": 331, "kjName": "本郷", "knName": "ホンゴウ:広島空港", @@ -15218,14 +9512,8 @@ "67401": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 26.8 - ], - "lon": [ - 133, - 14.8 - ], + "lat": [34, 26.8], + "lon": [133, 14.8], "alt": 2, "kjName": "福山", "knName": "フクヤマ", @@ -15234,14 +9522,8 @@ "67421": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 21.9 - ], - "lon": [ - 132, - 11.4 - ], + "lat": [34, 21.9], + "lon": [132, 11.4], "alt": 317, "kjName": "廿日市津田", "knName": "ハツカイチツタ", @@ -15250,14 +9532,8 @@ "67437": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 23.9 - ], - "lon": [ - 132, - 27.7 - ], + "lat": [34, 23.9], + "lon": [132, 27.7], "alt": 4, "kjName": "広島", "knName": "ヒロシマ", @@ -15266,14 +9542,8 @@ "67461": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 19.8 - ], - "lon": [ - 132, - 58.9 - ], + "lat": [34, 19.8], + "lon": [132, 58.9], "alt": 5, "kjName": "竹原", "knName": "タケハラ", @@ -15282,14 +9552,8 @@ "67471": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 16.7 - ], - "lon": [ - 133, - 7.4 - ], + "lat": [34, 16.7], + "lon": [133, 7.4], "alt": 3, "kjName": "生口島", "knName": "イクチジマ", @@ -15298,14 +9562,8 @@ "67496": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 13.3 - ], - "lon": [ - 132, - 13.2 - ], + "lat": [34, 13.3], + "lon": [132, 13.2], "alt": 1, "kjName": "大竹", "knName": "オオタケ", @@ -15314,14 +9572,8 @@ "67511": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 14.4 - ], - "lon": [ - 132, - 33 - ], + "lat": [34, 14.4], + "lon": [132, 33], "alt": 4, "kjName": "呉", "knName": "クレ", @@ -15330,14 +9582,8 @@ "67566": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 5.5 - ], - "lon": [ - 132, - 29.3 - ], + "lat": [34, 5.5], + "lon": [132, 29.3], "alt": 3, "kjName": "倉橋", "knName": "クラハシ", @@ -15346,14 +9592,8 @@ "67576": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 9.9 - ], - "lon": [ - 132, - 44.9 - ], + "lat": [34, 9.9], + "lon": [132, 44.9], "alt": 48, "kjName": "呉市蒲刈", "knName": "クレシカマガリ", @@ -15362,14 +9602,8 @@ "68022": { "type": "B", "elems": "11111111", - "lat": [ - 36, - 12.2 - ], - "lon": [ - 133, - 20 - ], + "lat": [36, 12.2], + "lon": [133, 20], "alt": 27, "kjName": "西郷", "knName": "サイゴウ", @@ -15378,14 +9612,8 @@ "68046": { "type": "C", "elems": "11110000", - "lat": [ - 36, - 10.7 - ], - "lon": [ - 133, - 19.4 - ], + "lat": [36, 10.7], + "lon": [133, 19.4], "alt": 80, "kjName": "西郷岬", "knName": "サイゴウミサキ:隠岐空港", @@ -15394,14 +9622,8 @@ "68056": { "type": "C", "elems": "11112000", - "lat": [ - 36, - 5.8 - ], - "lon": [ - 133, - 5.8 - ], + "lat": [36, 5.8], + "lon": [133, 5.8], "alt": 3, "kjName": "海士", "knName": "アマ", @@ -15410,14 +9632,8 @@ "68091": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 31.2 - ], - "lon": [ - 132, - 59 - ], + "lat": [35, 31.2], + "lon": [132, 59], "alt": 3, "kjName": "鹿島", "knName": "カシマ", @@ -15426,14 +9642,8 @@ "68121": { "type": "C", "elems": "11110100", - "lat": [ - 35, - 24.8 - ], - "lon": [ - 132, - 53.4 - ], + "lat": [35, 24.8], + "lon": [132, 53.4], "alt": 2, "kjName": "斐川", "knName": "ヒカワ:出雲空港", @@ -15442,14 +9652,8 @@ "68132": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 27.4 - ], - "lon": [ - 133, - 3.9 - ], + "lat": [35, 27.4], + "lon": [133, 3.9], "alt": 17, "kjName": "松江", "knName": "マツエ", @@ -15458,14 +9662,8 @@ "68156": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 19.9 - ], - "lon": [ - 132, - 43.8 - ], + "lat": [35, 19.9], + "lon": [132, 43.8], "alt": 20, "kjName": "出雲", "knName": "イズモ", @@ -15474,14 +9672,8 @@ "68166": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 19.1 - ], - "lon": [ - 132, - 57.9 - ], + "lat": [35, 19.1], + "lon": [132, 57.9], "alt": 56, "kjName": "大東", "knName": "ダイトウ", @@ -15490,14 +9682,8 @@ "68181": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 21 - ], - "lon": [ - 133, - 16.4 - ], + "lat": [35, 21], + "lon": [133, 16.4], "alt": 23, "kjName": "伯太", "knName": "ハクタ", @@ -15506,14 +9692,8 @@ "68206": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 13.3 - ], - "lon": [ - 132, - 43.4 - ], + "lat": [35, 13.3], + "lon": [132, 43.4], "alt": 100, "kjName": "佐田", "knName": "サダ", @@ -15522,14 +9702,8 @@ "68246": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 11.4 - ], - "lon": [ - 132, - 29.8 - ], + "lat": [35, 11.4], + "lon": [132, 29.8], "alt": 30, "kjName": "大田", "knName": "オオダ", @@ -15538,14 +9712,8 @@ "68261": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 11.8 - ], - "lon": [ - 132, - 48.9 - ], + "lat": [35, 11.8], + "lon": [132, 48.9], "alt": 215, "kjName": "掛合", "knName": "カケヤ", @@ -15554,14 +9722,8 @@ "68276": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 10.4 - ], - "lon": [ - 133, - 6.2 - ], + "lat": [35, 10.4], + "lon": [133, 6.2], "alt": 369, "kjName": "横田", "knName": "ヨコタ", @@ -15570,14 +9732,8 @@ "68286": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 4.2 - ], - "lon": [ - 132, - 20 - ], + "lat": [35, 4.2], + "lon": [132, 20], "alt": 8, "kjName": "福光", "knName": "フクミツ", @@ -15586,14 +9742,8 @@ "68306": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 0.1 - ], - "lon": [ - 132, - 42.7 - ], + "lat": [35, 0.1], + "lon": [132, 42.7], "alt": 444, "kjName": "赤名", "knName": "アカナ", @@ -15602,14 +9752,8 @@ "68346": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 57.2 - ], - "lon": [ - 132, - 20 - ], + "lat": [34, 57.2], + "lon": [132, 20], "alt": 32, "kjName": "桜江", "knName": "サクラエ", @@ -15618,14 +9762,8 @@ "68351": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 58.6 - ], - "lon": [ - 132, - 29.5 - ], + "lat": [34, 58.6], + "lon": [132, 29.5], "alt": 132, "kjName": "川本", "knName": "カワモト", @@ -15634,14 +9772,8 @@ "68376": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 53.8 - ], - "lon": [ - 132, - 4.2 - ], + "lat": [34, 53.8], + "lon": [132, 4.2], "alt": 19, "kjName": "浜田", "knName": "ハマダ", @@ -15650,14 +9782,8 @@ "68401": { "type": "C", "elems": "11112100", - "lat": [ - 34, - 51.2 - ], - "lon": [ - 132, - 31.8 - ], + "lat": [34, 51.2], + "lon": [132, 31.8], "alt": 327, "kjName": "瑞穂", "knName": "ミズホ", @@ -15666,14 +9792,8 @@ "68421": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 47.7 - ], - "lon": [ - 131, - 56.9 - ], + "lat": [34, 47.7], + "lon": [131, 56.9], "alt": 9, "kjName": "三隅", "knName": "ミスミ", @@ -15682,14 +9802,8 @@ "68431": { "type": "C", "elems": "11112100", - "lat": [ - 34, - 46.6 - ], - "lon": [ - 132, - 6.5 - ], + "lat": [34, 46.6], + "lon": [132, 6.5], "alt": 380, "kjName": "弥栄", "knName": "ヤサカ", @@ -15698,14 +9812,8 @@ "68436": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 46.8 - ], - "lon": [ - 132, - 11.8 - ], + "lat": [34, 46.8], + "lon": [132, 11.8], "alt": 370, "kjName": "波佐", "knName": "ハザ", @@ -15714,14 +9822,8 @@ "68456": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 40.5 - ], - "lon": [ - 131, - 47.4 - ], + "lat": [34, 40.5], + "lon": [131, 47.4], "alt": 54, "kjName": "高津", "knName": "タカツ:石見空港", @@ -15730,14 +9832,8 @@ "68462": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 40.6 - ], - "lon": [ - 131, - 50.6 - ], + "lat": [34, 40.6], + "lon": [131, 50.6], "alt": 4, "kjName": "益田", "knName": "マスダ", @@ -15746,14 +9842,8 @@ "68501": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 34.3 - ], - "lon": [ - 132, - 1 - ], + "lat": [34, 34.3], + "lon": [132, 1], "alt": 259, "kjName": "匹見", "knName": "ヒキミ", @@ -15762,14 +9852,8 @@ "68516": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 27.7 - ], - "lon": [ - 131, - 46.2 - ], + "lat": [34, 27.7], + "lon": [131, 46.2], "alt": 165, "kjName": "津和野", "knName": "ツワノ", @@ -15778,14 +9862,8 @@ "68541": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 23.5 - ], - "lon": [ - 131, - 53.6 - ], + "lat": [34, 23.5], + "lon": [131, 53.6], "alt": 250, "kjName": "吉賀", "knName": "ヨシカ", @@ -15794,14 +9872,8 @@ "69006": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 32.6 - ], - "lon": [ - 133, - 14.1 - ], + "lat": [35, 32.6], + "lon": [133, 14.1], "alt": 2, "kjName": "境", "knName": "サカイ", @@ -15810,14 +9882,8 @@ "69021": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 31.4 - ], - "lon": [ - 133, - 34 - ], + "lat": [35, 31.4], + "lon": [133, 34], "alt": 15, "kjName": "塩津", "knName": "シオツ", @@ -15826,14 +9892,8 @@ "69041": { "type": "C", "elems": "11112010", - "lat": [ - 35, - 31.2 - ], - "lon": [ - 133, - 59.8 - ], + "lat": [35, 31.2], + "lon": [133, 59.8], "alt": 13, "kjName": "青谷", "knName": "アオヤ", @@ -15842,14 +9902,8 @@ "69052": { "type": "C", "elems": "11110000", - "lat": [ - 35, - 31.8 - ], - "lon": [ - 134, - 9.9 - ], + "lat": [35, 31.8], + "lon": [134, 9.9], "alt": 15, "kjName": "湖山", "knName": "コヤマ:鳥取空港", @@ -15858,14 +9912,8 @@ "69061": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 33.5 - ], - "lon": [ - 134, - 21.6 - ], + "lat": [35, 33.5], + "lon": [134, 21.6], "alt": 19, "kjName": "岩井", "knName": "イワイ", @@ -15874,14 +9922,8 @@ "69076": { "type": "B", "elems": "11111111", - "lat": [ - 35, - 26 - ], - "lon": [ - 133, - 20.3 - ], + "lat": [35, 26], + "lon": [133, 20.3], "alt": 7, "kjName": "米子", "knName": "ヨナゴ", @@ -15890,14 +9932,8 @@ "69101": { "type": "C", "elems": "11112100", - "lat": [ - 35, - 28.4 - ], - "lon": [ - 133, - 50.3 - ], + "lat": [35, 28.4], + "lon": [133, 50.3], "alt": 8, "kjName": "倉吉", "knName": "クラヨシ", @@ -15906,14 +9942,8 @@ "69111": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 24.8 - ], - "lon": [ - 134, - 1 - ], + "lat": [35, 24.8], + "lon": [134, 1], "alt": 210, "kjName": "鹿野", "knName": "シカノ", @@ -15922,14 +9952,8 @@ "69122": { "type": "A", "elems": "11111111", - "lat": [ - 35, - 29.2 - ], - "lon": [ - 134, - 14.3 - ], + "lat": [35, 29.2], + "lon": [134, 14.3], "alt": 7, "kjName": "鳥取", "knName": "トットリ", @@ -15938,14 +9962,8 @@ "69152": { "type": "C", "elems": "01000100", - "lat": [ - 35, - 23.6 - ], - "lon": [ - 133, - 32.2 - ], + "lat": [35, 23.6], + "lon": [133, 32.2], "alt": 875, "kjName": "大山", "knName": "ダイセン", @@ -15954,14 +9972,8 @@ "69161": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 22.7 - ], - "lon": [ - 133, - 45.4 - ], + "lat": [35, 22.7], + "lon": [133, 45.4], "alt": 150, "kjName": "関金", "knName": "セキガネ", @@ -15970,14 +9982,8 @@ "69181": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 19.7 - ], - "lon": [ - 134, - 6.8 - ], + "lat": [35, 19.7], + "lon": [134, 6.8], "alt": 210, "kjName": "佐治", "knName": "サジ", @@ -15986,14 +9992,8 @@ "69196": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 20 - ], - "lon": [ - 134, - 24.3 - ], + "lat": [35, 20], + "lon": [134, 24.3], "alt": 231, "kjName": "若桜", "knName": "ワカサ", @@ -16002,14 +10002,8 @@ "69222": { "type": "C", "elems": "01000000", - "lat": [ - 35, - 17.3 - ], - "lon": [ - 133, - 29 - ], + "lat": [35, 17.3], + "lon": [133, 29], "alt": 155, "kjName": "江尾", "knName": "エビ", @@ -16018,14 +10012,8 @@ "69246": { "type": "C", "elems": "11112110", - "lat": [ - 35, - 15.8 - ], - "lon": [ - 134, - 14.4 - ], + "lat": [35, 15.8], + "lon": [134, 14.4], "alt": 182, "kjName": "智頭", "knName": "チズ", @@ -16034,14 +10022,8 @@ "69271": { "type": "C", "elems": "11112000", - "lat": [ - 35, - 11.2 - ], - "lon": [ - 133, - 13.8 - ], + "lat": [35, 11.2], + "lon": [133, 13.8], "alt": 490, "kjName": "茶屋", "knName": "チャヤ", @@ -16050,14 +10032,8 @@ "71066": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 1.4 - ], - "lon": [ - 133, - 47.7 - ], + "lat": [34, 1.4], + "lon": [133, 47.7], "alt": 214, "kjName": "池田", "knName": "イケダ", @@ -16066,14 +10042,8 @@ "71087": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 2.4 - ], - "lon": [ - 134, - 9.4 - ], + "lat": [34, 2.4], + "lon": [134, 9.4], "alt": 160, "kjName": "穴吹", "knName": "アナブキ", @@ -16082,14 +10052,8 @@ "71106": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 4 - ], - "lon": [ - 134, - 34.4 - ], + "lat": [34, 4], + "lon": [134, 34.4], "alt": 2, "kjName": "徳島", "knName": "トクシマ", @@ -16098,14 +10062,8 @@ "71136": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 59.4 - ], - "lon": [ - 134, - 2.2 - ], + "lat": [33, 59.4], + "lon": [134, 2.2], "alt": 228, "kjName": "半田", "knName": "ハンダ", @@ -16114,14 +10072,8 @@ "71191": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 52 - ], - "lon": [ - 133, - 54.2 - ], + "lat": [33, 52], + "lon": [133, 54.2], "alt": 532, "kjName": "京上", "knName": "キョウジョウ", @@ -16130,14 +10082,8 @@ "71211": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 52.7 - ], - "lon": [ - 134, - 23.3 - ], + "lat": [33, 52.7], + "lon": [134, 23.3], "alt": 290, "kjName": "福原旭", "knName": "フクハラアサヒ", @@ -16146,14 +10092,8 @@ "71231": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 50.2 - ], - "lon": [ - 134, - 44.5 - ], + "lat": [33, 50.2], + "lon": [134, 44.5], "alt": 10, "kjName": "蒲生田", "knName": "カモダ", @@ -16162,14 +10102,8 @@ "71251": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 46.3 - ], - "lon": [ - 134, - 11.9 - ], + "lat": [33, 46.3], + "lon": [134, 11.9], "alt": 363, "kjName": "木頭", "knName": "キトウ", @@ -16178,14 +10112,8 @@ "71266": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 43.9 - ], - "lon": [ - 134, - 32.3 - ], + "lat": [33, 43.9], + "lon": [134, 32.3], "alt": 3, "kjName": "日和佐", "knName": "ヒワサ", @@ -16194,14 +10122,8 @@ "71291": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 36.7 - ], - "lon": [ - 134, - 21.3 - ], + "lat": [33, 36.7], + "lon": [134, 21.3], "alt": 5, "kjName": "海陽", "knName": "カイヨウ", @@ -16210,14 +10132,8 @@ "72061": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 28.3 - ], - "lon": [ - 134, - 16.4 - ], + "lat": [34, 28.3], + "lon": [134, 16.4], "alt": 20, "kjName": "内海", "knName": "ウチノミ", @@ -16226,14 +10142,8 @@ "72086": { "type": "A", "elems": "11111111", - "lat": [ - 34, - 19.1 - ], - "lon": [ - 134, - 3.2 - ], + "lat": [34, 19.1], + "lon": [134, 3.2], "alt": 9, "kjName": "高松", "knName": "タカマツ", @@ -16242,14 +10152,8 @@ "72111": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 16.5 - ], - "lon": [ - 133, - 45.1 - ], + "lat": [34, 16.5], + "lon": [133, 45.1], "alt": 4, "kjName": "多度津", "knName": "タドツ", @@ -16258,14 +10162,8 @@ "72121": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 14.2 - ], - "lon": [ - 133, - 55.4 - ], + "lat": [34, 14.2], + "lon": [133, 55.4], "alt": 60, "kjName": "滝宮", "knName": "タキノミヤ", @@ -16274,14 +10172,8 @@ "72126": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 12.8 - ], - "lon": [ - 134, - 0.9 - ], + "lat": [34, 12.8], + "lon": [134, 0.9], "alt": 185, "kjName": "香南", "knName": "コウナン:高松空港", @@ -16290,14 +10182,8 @@ "72146": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 12.8 - ], - "lon": [ - 134, - 24.4 - ], + "lat": [34, 12.8], + "lon": [134, 24.4], "alt": 12, "kjName": "引田", "knName": "ヒケタ", @@ -16306,14 +10192,8 @@ "72161": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 7.2 - ], - "lon": [ - 133, - 46.3 - ], + "lat": [34, 7.2], + "lon": [133, 46.3], "alt": 65, "kjName": "財田", "knName": "サイタ", @@ -16322,14 +10202,8 @@ "72176": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 6.8 - ], - "lon": [ - 134, - 3 - ], + "lat": [34, 6.8], + "lon": [134, 3], "alt": 1040, "kjName": "竜王山", "knName": "リュウオウザン", @@ -16338,14 +10212,8 @@ "73001": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 15 - ], - "lon": [ - 133, - 0.4 - ], + "lat": [34, 15], + "lon": [133, 0.4], "alt": 9, "kjName": "大三島", "knName": "オオミシマ", @@ -16354,14 +10222,8 @@ "73071": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 1.1 - ], - "lon": [ - 132, - 56.4 - ], + "lat": [34, 1.1], + "lon": [132, 56.4], "alt": 67, "kjName": "玉川", "knName": "タマガワ", @@ -16370,14 +10232,8 @@ "73076": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 3.2 - ], - "lon": [ - 132, - 58.5 - ], + "lat": [34, 3.2], + "lon": [132, 58.5], "alt": 27, "kjName": "今治", "knName": "イマバリ", @@ -16386,14 +10242,8 @@ "73126": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 54.9 - ], - "lon": [ - 133, - 4.8 - ], + "lat": [33, 54.9], + "lon": [133, 4.8], "alt": 4, "kjName": "西条", "knName": "サイジョウ", @@ -16402,14 +10252,8 @@ "73141": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 56.2 - ], - "lon": [ - 133, - 20.3 - ], + "lat": [33, 56.2], + "lon": [133, 20.3], "alt": 90, "kjName": "新居浜", "knName": "ニイハマ", @@ -16418,14 +10262,8 @@ "73151": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 58.9 - ], - "lon": [ - 133, - 34.9 - ], + "lat": [33, 58.9], + "lon": [133, 34.9], "alt": 75, "kjName": "四国中央", "knName": "シコクチュウオウ", @@ -16434,14 +10272,8 @@ "73152": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 54.9 - ], - "lon": [ - 133, - 30.6 - ], + "lat": [33, 54.9], + "lon": [133, 30.6], "alt": 310, "kjName": "富郷", "knName": "トミサト", @@ -16450,14 +10282,8 @@ "73166": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 50.6 - ], - "lon": [ - 132, - 46.6 - ], + "lat": [33, 50.6], + "lon": [132, 46.6], "alt": 32, "kjName": "松山", "knName": "マツヤマ", @@ -16466,14 +10292,8 @@ "73168": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 49.6 - ], - "lon": [ - 132, - 41.9 - ], + "lat": [33, 49.6], + "lon": [132, 41.9], "alt": 4, "kjName": "松山南吉田", "knName": "マツヤマミナミヨシダ:松山空港", @@ -16482,14 +10302,8 @@ "73231": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 44.3 - ], - "lon": [ - 132, - 53.4 - ], + "lat": [33, 44.3], + "lon": [132, 53.4], "alt": 460, "kjName": "上林", "knName": "カミハヤシ", @@ -16498,14 +10312,8 @@ "73247": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 47.7 - ], - "lon": [ - 133, - 7.9 - ], + "lat": [33, 47.7], + "lon": [133, 7.9], "alt": 1280, "kjName": "成就社", "knName": "ジョウジュシャ", @@ -16514,14 +10322,8 @@ "73256": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 37 - ], - "lon": [ - 132, - 28.8 - ], + "lat": [33, 37], + "lon": [132, 28.8], "alt": 4, "kjName": "長浜", "knName": "ナガハマ", @@ -16530,14 +10332,8 @@ "73271": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 38.3 - ], - "lon": [ - 132, - 42.5 - ], + "lat": [33, 38.3], + "lon": [132, 42.5], "alt": 163, "kjName": "中山", "knName": "ナカヤマ", @@ -16546,14 +10342,8 @@ "73276": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 39.8 - ], - "lon": [ - 132, - 53.7 - ], + "lat": [33, 39.8], + "lon": [132, 53.7], "alt": 511, "kjName": "久万", "knName": "クマ", @@ -16562,14 +10352,8 @@ "73306": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 30.5 - ], - "lon": [ - 132, - 32.1 - ], + "lat": [33, 30.5], + "lon": [132, 32.1], "alt": 20, "kjName": "大洲", "knName": "オオズ", @@ -16578,14 +10362,8 @@ "73321": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 32.6 - ], - "lon": [ - 132, - 49.9 - ], + "lat": [33, 32.6], + "lon": [132, 49.9], "alt": 1000, "kjName": "獅子越峠", "knName": "シシゴエトウゲ", @@ -16594,14 +10372,8 @@ "73341": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 26.8 - ], - "lon": [ - 132, - 15.4 - ], + "lat": [33, 26.8], + "lon": [132, 15.4], "alt": 143, "kjName": "瀬戸", "knName": "セト", @@ -16610,14 +10382,8 @@ "73351": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 26.9 - ], - "lon": [ - 132, - 26 - ], + "lat": [33, 26.9], + "lon": [132, 26], "alt": 8, "kjName": "八幡浜", "knName": "ヤワタハマ", @@ -16626,14 +10392,8 @@ "73406": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 22 - ], - "lon": [ - 132, - 30.2 - ], + "lat": [33, 22], + "lon": [132, 30.2], "alt": 200, "kjName": "宇和", "knName": "ウワ", @@ -16642,14 +10402,8 @@ "73442": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 13.6 - ], - "lon": [ - 132, - 33.1 - ], + "lat": [33, 13.6], + "lon": [132, 33.1], "alt": 2, "kjName": "宇和島", "knName": "ウワジマ", @@ -16658,14 +10412,8 @@ "73446": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 15.2 - ], - "lon": [ - 132, - 40.5 - ], + "lat": [33, 15.2], + "lon": [132, 40.5], "alt": 129, "kjName": "近永", "knName": "チカナガ", @@ -16674,14 +10422,8 @@ "73516": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 57.8 - ], - "lon": [ - 132, - 34.2 - ], + "lat": [32, 57.8], + "lon": [132, 34.2], "alt": 12, "kjName": "御荘", "knName": "ミショウ", @@ -16690,14 +10432,8 @@ "74056": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 45.9 - ], - "lon": [ - 133, - 20.3 - ], + "lat": [33, 45.9], + "lon": [133, 20.3], "alt": 605, "kjName": "本川", "knName": "ホンガワ", @@ -16706,14 +10442,8 @@ "74071": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 45.2 - ], - "lon": [ - 133, - 34.5 - ], + "lat": [33, 45.2], + "lon": [133, 34.5], "alt": 252, "kjName": "本山", "knName": "モトヤマ", @@ -16722,14 +10452,8 @@ "74101": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 36.4 - ], - "lon": [ - 133, - 10.2 - ], + "lat": [33, 36.4], + "lon": [133, 10.2], "alt": 141, "kjName": "池川", "knName": "イケガワ", @@ -16738,14 +10462,8 @@ "74126": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 40.7 - ], - "lon": [ - 133, - 41.1 - ], + "lat": [33, 40.7], + "lon": [133, 41.1], "alt": 346, "kjName": "繁藤", "knName": "シゲトウ", @@ -16754,14 +10472,8 @@ "74136": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 41.9 - ], - "lon": [ - 133, - 52.5 - ], + "lat": [33, 41.9], + "lon": [133, 52.5], "alt": 210, "kjName": "大栃", "knName": "オオドチ", @@ -16770,14 +10482,8 @@ "74151": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 36.9 - ], - "lon": [ - 134, - 6.5 - ], + "lat": [33, 36.9], + "lon": [134, 6.5], "alt": 450, "kjName": "魚梁瀬", "knName": "ヤナセ", @@ -16786,14 +10492,8 @@ "74166": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 30.7 - ], - "lon": [ - 133, - 16.3 - ], + "lat": [33, 30.7], + "lon": [133, 16.3], "alt": 80, "kjName": "佐川", "knName": "サカワ", @@ -16802,14 +10502,8 @@ "74181": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 34 - ], - "lon": [ - 133, - 32.9 - ], + "lat": [33, 34], + "lon": [133, 32.9], "alt": 1, "kjName": "高知", "knName": "コウチ", @@ -16818,14 +10512,8 @@ "74187": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 35.4 - ], - "lon": [ - 133, - 38.6 - ], + "lat": [33, 35.4], + "lon": [133, 38.6], "alt": 12, "kjName": "後免", "knName": "ゴメン", @@ -16834,14 +10522,8 @@ "74188": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 32.7 - ], - "lon": [ - 133, - 40.1 - ], + "lat": [33, 32.7], + "lon": [133, 40.1], "alt": 9, "kjName": "南国日章", "knName": "ナンコクニッショウ:高知空港", @@ -16850,14 +10532,8 @@ "74237": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 25 - ], - "lon": [ - 133, - 5.3 - ], + "lat": [33, 25], + "lon": [133, 5.3], "alt": 425, "kjName": "船戸", "knName": "フナト", @@ -16866,14 +10542,8 @@ "74238": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 28.8 - ], - "lon": [ - 133, - 5 - ], + "lat": [33, 28.8], + "lon": [133, 5], "alt": 835, "kjName": "鳥形山", "knName": "トリガタヤマ", @@ -16882,14 +10552,8 @@ "74271": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 29.3 - ], - "lon": [ - 133, - 56 - ], + "lat": [33, 29.3], + "lon": [133, 56], "alt": 6, "kjName": "安芸", "knName": "アキ", @@ -16898,14 +10562,8 @@ "74276": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 25.6 - ], - "lon": [ - 134, - 0.4 - ], + "lat": [33, 25.6], + "lon": [134, 0.4], "alt": 17, "kjName": "田野", "knName": "タノ", @@ -16914,14 +10572,8 @@ "74296": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 23.4 - ], - "lon": [ - 132, - 55.3 - ], + "lat": [33, 23.4], + "lon": [132, 55.3], "alt": 415, "kjName": "梼原", "knName": "ユスハラ", @@ -16930,14 +10582,8 @@ "74311": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 23.1 - ], - "lon": [ - 133, - 16.6 - ], + "lat": [33, 23.1], + "lon": [133, 16.6], "alt": 4, "kjName": "須崎", "knName": "スサキ", @@ -16946,14 +10592,8 @@ "74336": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 24.7 - ], - "lon": [ - 134, - 11.9 - ], + "lat": [33, 24.7], + "lon": [134, 11.9], "alt": 26, "kjName": "佐喜浜", "knName": "サキハマ", @@ -16962,14 +10602,8 @@ "74361": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 12.4 - ], - "lon": [ - 133, - 7.7 - ], + "lat": [33, 12.4], + "lon": [133, 7.7], "alt": 205, "kjName": "窪川", "knName": "クボカワ", @@ -16978,14 +10612,8 @@ "74372": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 15.1 - ], - "lon": [ - 134, - 10.6 - ], + "lat": [33, 15.1], + "lon": [134, 10.6], "alt": 185, "kjName": "室戸岬", "knName": "ムロトミサキ", @@ -16994,14 +10622,8 @@ "74381": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 10.2 - ], - "lon": [ - 132, - 47.5 - ], + "lat": [33, 10.2], + "lon": [132, 47.5], "alt": 72, "kjName": "江川崎", "knName": "エカワサキ", @@ -17010,14 +10632,8 @@ "74391": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 11.6 - ], - "lon": [ - 132, - 58.3 - ], + "lat": [33, 11.6], + "lon": [132, 58.3], "alt": 150, "kjName": "大正", "knName": "タイショウ", @@ -17026,14 +10642,8 @@ "74436": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 4.7 - ], - "lon": [ - 133, - 6.1 - ], + "lat": [33, 4.7], + "lon": [133, 6.1], "alt": 3, "kjName": "佐賀", "knName": "サガ", @@ -17042,14 +10652,8 @@ "74447": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 55.2 - ], - "lon": [ - 132, - 41.7 - ], + "lat": [32, 55.2], + "lon": [132, 41.7], "alt": 2, "kjName": "宿毛", "knName": "スクモ", @@ -17058,14 +10662,8 @@ "74456": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 59.4 - ], - "lon": [ - 132, - 55.2 - ], + "lat": [32, 59.4], + "lon": [132, 55.2], "alt": 8, "kjName": "中村", "knName": "ナカムラ", @@ -17074,14 +10672,8 @@ "74506": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 47.7 - ], - "lon": [ - 132, - 52.3 - ], + "lat": [32, 47.7], + "lon": [132, 52.3], "alt": 9, "kjName": "三崎", "knName": "ミサキ", @@ -17090,14 +10682,8 @@ "74516": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 43.3 - ], - "lon": [ - 133, - 0.6 - ], + "lat": [32, 43.3], + "lon": [133, 0.6], "alt": 31, "kjName": "清水", "knName": "シミズ", @@ -17106,14 +10692,8 @@ "81011": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 36.9 - ], - "lon": [ - 131, - 37.4 - ], + "lat": [34, 36.9], + "lon": [131, 37.4], "alt": 50, "kjName": "須佐", "knName": "スサ", @@ -17122,14 +10702,8 @@ "81071": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 24.6 - ], - "lon": [ - 131, - 24.3 - ], + "lat": [34, 24.6], + "lon": [131, 24.3], "alt": 2, "kjName": "萩", "knName": "ハギ", @@ -17138,14 +10712,8 @@ "81116": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 22.2 - ], - "lon": [ - 131, - 3.3 - ], + "lat": [34, 22.2], + "lon": [131, 3.3], "alt": 20, "kjName": "油谷", "knName": "ユヤ", @@ -17154,14 +10722,8 @@ "81146": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 20.3 - ], - "lon": [ - 131, - 37.6 - ], + "lat": [34, 20.3], + "lon": [131, 37.6], "alt": 264, "kjName": "篠生", "knName": "シノブ", @@ -17170,14 +10732,8 @@ "81151": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 23.9 - ], - "lon": [ - 131, - 43.5 - ], + "lat": [34, 23.9], + "lon": [131, 43.5], "alt": 310, "kjName": "徳佐", "knName": "トクサ", @@ -17186,14 +10742,8 @@ "81167": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 21 - ], - "lon": [ - 132, - 3.8 - ], + "lat": [34, 21], + "lon": [132, 3.8], "alt": 945, "kjName": "羅漢山", "knName": "ラカンザン", @@ -17202,14 +10752,8 @@ "81196": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 14.1 - ], - "lon": [ - 131, - 18.4 - ], + "lat": [34, 14.1], + "lon": [131, 18.4], "alt": 240, "kjName": "秋吉台", "knName": "アキヨシダイ", @@ -17218,14 +10762,8 @@ "81228": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 13.5 - ], - "lon": [ - 131, - 48.9 - ], + "lat": [34, 13.5], + "lon": [131, 48.9], "alt": 368, "kjName": "鹿野", "knName": "カノ", @@ -17234,14 +10772,8 @@ "81231": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 15.7 - ], - "lon": [ - 131, - 57.1 - ], + "lat": [34, 15.7], + "lon": [131, 57.1], "alt": 97, "kjName": "広瀬", "knName": "ヒロセ", @@ -17250,14 +10782,8 @@ "81266": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 11.2 - ], - "lon": [ - 131, - 4.6 - ], + "lat": [34, 11.2], + "lon": [131, 4.6], "alt": 40, "kjName": "豊田", "knName": "トヨタ", @@ -17266,14 +10792,8 @@ "81271": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 7.1 - ], - "lon": [ - 131, - 10.9 - ], + "lat": [34, 7.1], + "lon": [131, 10.9], "alt": 56, "kjName": "東厚保", "knName": "ヒガシアツ", @@ -17282,14 +10802,8 @@ "81286": { "type": "B", "elems": "11111111", - "lat": [ - 34, - 9.7 - ], - "lon": [ - 131, - 27.7 - ], + "lat": [34, 9.7], + "lon": [131, 27.7], "alt": 18, "kjName": "山口", "knName": "ヤマグチ", @@ -17298,14 +10812,8 @@ "81301": { "type": "C", "elems": "01000000", - "lat": [ - 34, - 8.9 - ], - "lon": [ - 131, - 44.1 - ], + "lat": [34, 8.9], + "lon": [131, 44.1], "alt": 140, "kjName": "和田", "knName": "ワダ", @@ -17314,14 +10822,8 @@ "81321": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 9.3 - ], - "lon": [ - 132, - 10.7 - ], + "lat": [34, 9.3], + "lon": [132, 10.7], "alt": 41, "kjName": "岩国", "knName": "イワクニ", @@ -17330,14 +10832,8 @@ "81371": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 2.4 - ], - "lon": [ - 131, - 32 - ], + "lat": [34, 2.4], + "lon": [131, 32], "alt": 4, "kjName": "防府", "knName": "ホウフ", @@ -17346,14 +10842,8 @@ "81386": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 0.6 - ], - "lon": [ - 131, - 52.3 - ], + "lat": [34, 0.6], + "lon": [131, 52.3], "alt": 27, "kjName": "下松", "knName": "クダマツ", @@ -17362,14 +10852,8 @@ "81397": { "type": "C", "elems": "11112010", - "lat": [ - 34, - 5.7 - ], - "lon": [ - 132, - 4.5 - ], + "lat": [34, 5.7], + "lon": [132, 4.5], "alt": 68, "kjName": "玖珂", "knName": "クガ", @@ -17378,14 +10862,8 @@ "81428": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 56.9 - ], - "lon": [ - 130, - 55.5 - ], + "lat": [33, 56.9], + "lon": [130, 55.5], "alt": 3, "kjName": "下関", "knName": "シモノセキ", @@ -17394,14 +10872,8 @@ "81436": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 55.8 - ], - "lon": [ - 131, - 16.7 - ], + "lat": [33, 55.8], + "lon": [131, 16.7], "alt": 5, "kjName": "宇部", "knName": "ウベ:山口宇部空港", @@ -17410,14 +10882,8 @@ "81481": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 57.5 - ], - "lon": [ - 132, - 6.8 - ], + "lat": [33, 57.5], + "lon": [132, 6.8], "alt": 3, "kjName": "柳井", "knName": "ヤナイ", @@ -17426,14 +10892,8 @@ "81486": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 54.2 - ], - "lon": [ - 132, - 17.6 - ], + "lat": [33, 54.2], + "lon": [132, 17.6], "alt": 5, "kjName": "安下庄", "knName": "アゲノショウ", @@ -17442,14 +10902,8 @@ "82046": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 48.5 - ], - "lon": [ - 130, - 32.3 - ], + "lat": [33, 48.5], + "lon": [130, 32.3], "alt": 7, "kjName": "宗像", "knName": "ムナカタ", @@ -17458,14 +10912,8 @@ "82056": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 51.1 - ], - "lon": [ - 130, - 44.6 - ], + "lat": [33, 51.1], + "lon": [130, 44.6], "alt": 20, "kjName": "八幡", "knName": "ヤハタ", @@ -17474,14 +10922,8 @@ "82068": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 50.7 - ], - "lon": [ - 131, - 2.1 - ], + "lat": [33, 50.7], + "lon": [131, 2.1], "alt": 7, "kjName": "空港北町", "knName": "クウコウキタマチ:北九州空港", @@ -17490,14 +10932,8 @@ "82097": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 46.7 - ], - "lon": [ - 130, - 51.9 - ], + "lat": [33, 46.7], + "lon": [130, 51.9], "alt": 55, "kjName": "東谷", "knName": "ヒガシタニ", @@ -17506,14 +10942,8 @@ "82101": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 42.8 - ], - "lon": [ - 130, - 58.5 - ], + "lat": [33, 42.8], + "lon": [130, 58.5], "alt": 9, "kjName": "行橋", "knName": "ユクハシ", @@ -17522,14 +10952,8 @@ "82136": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 39.1 - ], - "lon": [ - 130, - 41.6 - ], + "lat": [33, 39.1], + "lon": [130, 41.6], "alt": 37, "kjName": "飯塚", "knName": "イイヅカ", @@ -17538,14 +10962,8 @@ "82171": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 33.6 - ], - "lon": [ - 130, - 11.4 - ], + "lat": [33, 33.6], + "lon": [130, 11.4], "alt": 5, "kjName": "前原", "knName": "マエバル", @@ -17554,14 +10972,8 @@ "82182": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 34.9 - ], - "lon": [ - 130, - 22.5 - ], + "lat": [33, 34.9], + "lon": [130, 22.5], "alt": 3, "kjName": "福岡", "knName": "フクオカ", @@ -17570,14 +10982,8 @@ "82186": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 35 - ], - "lon": [ - 130, - 27.1 - ], + "lat": [33, 35], + "lon": [130, 27.1], "alt": 9, "kjName": "博多", "knName": "ハカタ:福岡空港", @@ -17586,14 +10992,8 @@ "82191": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 29.8 - ], - "lon": [ - 130, - 29.4 - ], + "lat": [33, 29.8], + "lon": [130, 29.4], "alt": 52, "kjName": "太宰府", "knName": "ダザイフ", @@ -17602,14 +11002,8 @@ "82206": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 33.5 - ], - "lon": [ - 130, - 51.3 - ], + "lat": [33, 33.5], + "lon": [130, 51.3], "alt": 92, "kjName": "添田", "knName": "ソエダ", @@ -17618,14 +11012,8 @@ "82241": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 29.3 - ], - "lon": [ - 130, - 21.2 - ], + "lat": [33, 29.3], + "lon": [130, 21.2], "alt": 83, "kjName": "早良脇山", "knName": "サワラワキヤマ", @@ -17634,14 +11022,8 @@ "82261": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 24.4 - ], - "lon": [ - 130, - 41.7 - ], + "lat": [33, 24.4], + "lon": [130, 41.7], "alt": 38, "kjName": "朝倉", "knName": "アサクラ", @@ -17650,14 +11032,8 @@ "82272": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 29.3 - ], - "lon": [ - 130, - 55.4 - ], + "lat": [33, 29.3], + "lon": [130, 55.4], "alt": 823, "kjName": "英彦山", "knName": "ヒコサン", @@ -17666,14 +11042,8 @@ "82306": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 18.2 - ], - "lon": [ - 130, - 29.6 - ], + "lat": [33, 18.2], + "lon": [130, 29.6], "alt": 7, "kjName": "久留米", "knName": "クルメ", @@ -17682,14 +11052,8 @@ "82316": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 17.5 - ], - "lon": [ - 130, - 37.5 - ], + "lat": [33, 17.5], + "lon": [130, 37.5], "alt": 607, "kjName": "耳納山", "knName": "ミノウサン", @@ -17698,14 +11062,8 @@ "82317": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 13.5 - ], - "lon": [ - 130, - 38.7 - ], + "lat": [33, 13.5], + "lon": [130, 38.7], "alt": 144, "kjName": "黒木", "knName": "クロギ", @@ -17714,14 +11072,8 @@ "82331": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 9.6 - ], - "lon": [ - 130, - 24.2 - ], + "lat": [33, 9.6], + "lon": [130, 24.2], "alt": 7, "kjName": "柳川", "knName": "ヤナガワ", @@ -17730,14 +11082,8 @@ "82361": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 0.4 - ], - "lon": [ - 130, - 28 - ], + "lat": [33, 0.4], + "lon": [130, 28], "alt": 40, "kjName": "大牟田", "knName": "オオムタ", @@ -17746,14 +11092,8 @@ "83021": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 40.5 - ], - "lon": [ - 131, - 35.4 - ], + "lat": [33, 40.5], + "lon": [131, 35.4], "alt": 14, "kjName": "国見", "knName": "クニミ", @@ -17762,14 +11102,8 @@ "83051": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 35.2 - ], - "lon": [ - 131, - 14.7 - ], + "lat": [33, 35.2], + "lon": [131, 14.7], "alt": 12, "kjName": "中津", "knName": "ナカツ", @@ -17778,14 +11112,8 @@ "83061": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 34.2 - ], - "lon": [ - 131, - 26 - ], + "lat": [33, 34.2], + "lon": [131, 26], "alt": 5, "kjName": "豊後高田", "knName": "ブンゴタカダ", @@ -17794,14 +11122,8 @@ "83096": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 26.7 - ], - "lon": [ - 131, - 6.9 - ], + "lat": [33, 26.7], + "lon": [131, 6.9], "alt": 100, "kjName": "耶馬渓", "knName": "ヤバケイ", @@ -17810,14 +11132,8 @@ "83106": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 25.2 - ], - "lon": [ - 131, - 19 - ], + "lat": [33, 25.2], + "lon": [131, 19], "alt": 90, "kjName": "院内", "knName": "インナイ", @@ -17826,14 +11142,8 @@ "83121": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 25 - ], - "lon": [ - 131, - 35.8 - ], + "lat": [33, 25], + "lon": [131, 35.8], "alt": 5, "kjName": "杵築", "knName": "キツキ", @@ -17842,14 +11152,8 @@ "83126": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 28.7 - ], - "lon": [ - 131, - 44.2 - ], + "lat": [33, 28.7], + "lon": [131, 44.2], "alt": 5, "kjName": "武蔵", "knName": "ムサシ:大分空港", @@ -17858,14 +11162,8 @@ "83137": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 19.3 - ], - "lon": [ - 130, - 55.7 - ], + "lat": [33, 19.3], + "lon": [130, 55.7], "alt": 83, "kjName": "日田", "knName": "ヒタ", @@ -17874,14 +11172,8 @@ "83191": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 17.5 - ], - "lon": [ - 131, - 9.3 - ], + "lat": [33, 17.5], + "lon": [131, 9.3], "alt": 331, "kjName": "玖珠", "knName": "クス", @@ -17890,14 +11182,8 @@ "83201": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 15.2 - ], - "lon": [ - 131, - 20.8 - ], + "lat": [33, 15.2], + "lon": [131, 20.8], "alt": 435, "kjName": "湯布院", "knName": "ユフイン", @@ -17906,14 +11192,8 @@ "83216": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 14.1 - ], - "lon": [ - 131, - 37.1 - ], + "lat": [33, 14.1], + "lon": [131, 37.1], "alt": 5, "kjName": "大分", "knName": "オオイタ", @@ -17922,14 +11202,8 @@ "83226": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 14.9 - ], - "lon": [ - 131, - 51.9 - ], + "lat": [33, 14.9], + "lon": [131, 51.9], "alt": 1, "kjName": "佐賀関", "knName": "サガノセキ", @@ -17938,14 +11212,8 @@ "83242": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 11.4 - ], - "lon": [ - 130, - 54.9 - ], + "lat": [33, 11.4], + "lon": [130, 54.9], "alt": 843, "kjName": "椿ヶ鼻", "knName": "ツバキガハナ", @@ -17954,14 +11222,8 @@ "83286": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 7.9 - ], - "lon": [ - 131, - 47.8 - ], + "lat": [33, 7.9], + "lon": [131, 47.8], "alt": 30, "kjName": "臼杵", "knName": "ウスキ", @@ -17970,14 +11232,8 @@ "83341": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 3.9 - ], - "lon": [ - 131, - 37.9 - ], + "lat": [33, 3.9], + "lon": [131, 37.9], "alt": 121, "kjName": "犬飼", "knName": "イヌカイ", @@ -17986,14 +11242,8 @@ "83371": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 58.4 - ], - "lon": [ - 131, - 23.9 - ], + "lat": [32, 58.4], + "lon": [131, 23.9], "alt": 261, "kjName": "竹田", "knName": "タケタ", @@ -18002,14 +11252,8 @@ "83401": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 57 - ], - "lon": [ - 131, - 54.1 - ], + "lat": [32, 57], + "lon": [131, 54.1], "alt": 2, "kjName": "佐伯", "knName": "サイキ", @@ -18018,14 +11262,8 @@ "83431": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 50.7 - ], - "lon": [ - 131, - 40.5 - ], + "lat": [32, 50.7], + "lon": [131, 40.5], "alt": 200, "kjName": "宇目", "knName": "ウメ", @@ -18034,14 +11272,8 @@ "83476": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 47.7 - ], - "lon": [ - 131, - 55.4 - ], + "lat": [32, 47.7], + "lon": [131, 55.4], "alt": 2, "kjName": "蒲江", "knName": "カマエ", @@ -18050,14 +11282,8 @@ "84012": { "type": "C", "elems": "11112000", - "lat": [ - 34, - 41.9 - ], - "lon": [ - 129, - 26.7 - ], + "lat": [34, 41.9], + "lon": [129, 26.7], "alt": 63, "kjName": "鰐浦", "knName": "ワニウラ", @@ -18066,14 +11292,8 @@ "84072": { "type": "B", "elems": "11111011", - "lat": [ - 34, - 11.8 - ], - "lon": [ - 129, - 17.5 - ], + "lat": [34, 11.8], + "lon": [129, 17.5], "alt": 4, "kjName": "厳原", "knName": "イヅハラ", @@ -18082,14 +11302,8 @@ "84076": { "type": "C", "elems": "11110000", - "lat": [ - 34, - 17.1 - ], - "lon": [ - 129, - 19.8 - ], + "lat": [34, 17.1], + "lon": [129, 19.8], "alt": 63, "kjName": "美津島", "knName": "ミツシマ:対馬空港", @@ -18098,14 +11312,8 @@ "84121": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 48 - ], - "lon": [ - 129, - 43.3 - ], + "lat": [33, 48], + "lon": [129, 43.3], "alt": 97, "kjName": "芦辺", "knName": "アシベ", @@ -18114,14 +11322,8 @@ "84122": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 44.9 - ], - "lon": [ - 129, - 47.1 - ], + "lat": [33, 44.9], + "lon": [129, 47.1], "alt": 12, "kjName": "石田", "knName": "イシダ:壱岐空港", @@ -18130,14 +11332,8 @@ "84171": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 21.6 - ], - "lon": [ - 129, - 33 - ], + "lat": [33, 21.6], + "lon": [129, 33], "alt": 58, "kjName": "平戸", "knName": "ヒラド", @@ -18146,14 +11342,8 @@ "84183": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 20.5 - ], - "lon": [ - 129, - 42.7 - ], + "lat": [33, 20.5], + "lon": [129, 42.7], "alt": 14, "kjName": "松浦", "knName": "マツウラ", @@ -18162,14 +11352,8 @@ "84266": { "type": "B", "elems": "11111011", - "lat": [ - 33, - 9.5 - ], - "lon": [ - 129, - 43.6 - ], + "lat": [33, 9.5], + "lon": [129, 43.6], "alt": 4, "kjName": "佐世保", "knName": "サセボ", @@ -18178,14 +11362,8 @@ "84306": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 0.8 - ], - "lon": [ - 129, - 39.1 - ], + "lat": [33, 0.8], + "lon": [129, 39.1], "alt": 18, "kjName": "西海", "knName": "サイカイ", @@ -18194,14 +11372,8 @@ "84341": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 58.9 - ], - "lon": [ - 129, - 7.1 - ], + "lat": [32, 58.9], + "lon": [129, 7.1], "alt": 11, "kjName": "有川", "knName": "アリカワ", @@ -18210,14 +11382,8 @@ "84361": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 54.5 - ], - "lon": [ - 129, - 44.3 - ], + "lat": [32, 54.5], + "lon": [129, 44.3], "alt": 510, "kjName": "長浦岳", "knName": "ナガウラダケ", @@ -18226,14 +11392,8 @@ "84371": { "type": "C", "elems": "11110000", - "lat": [ - 32, - 55 - ], - "lon": [ - 129, - 54.8 - ], + "lat": [32, 55], + "lon": [129, 54.8], "alt": 3, "kjName": "大村", "knName": "オオムラ:長崎空港", @@ -18242,14 +11402,8 @@ "84441": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 50.6 - ], - "lon": [ - 130, - 1.5 - ], + "lat": [32, 50.6], + "lon": [130, 1.5], "alt": 15, "kjName": "諫早", "knName": "イサハヤ", @@ -18258,14 +11412,8 @@ "84496": { "type": "A", "elems": "11111111", - "lat": [ - 32, - 44 - ], - "lon": [ - 129, - 52 - ], + "lat": [32, 44], + "lon": [129, 52], "alt": 27, "kjName": "長崎", "knName": "ナガサキ", @@ -18274,14 +11422,8 @@ "84519": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 44.2 - ], - "lon": [ - 130, - 15.7 - ], + "lat": [32, 44.2], + "lon": [130, 15.7], "alt": 678, "kjName": "雲仙岳", "knName": "ウンゼンダケ", @@ -18290,14 +11432,8 @@ "84523": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 45.6 - ], - "lon": [ - 130, - 21.7 - ], + "lat": [32, 45.6], + "lon": [130, 21.7], "alt": 14, "kjName": "島原", "knName": "シマバラ", @@ -18306,14 +11442,8 @@ "84536": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 41.6 - ], - "lon": [ - 128, - 49.6 - ], + "lat": [32, 41.6], + "lon": [128, 49.6], "alt": 25, "kjName": "福江", "knName": "フクエ", @@ -18322,14 +11452,8 @@ "84537": { "type": "C", "elems": "11110000", - "lat": [ - 32, - 39.9 - ], - "lon": [ - 128, - 49.9 - ], + "lat": [32, 39.9], + "lon": [128, 49.9], "alt": 77, "kjName": "上大津", "knName": "カミオオヅ:福江空港", @@ -18338,14 +11462,8 @@ "84561": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 36.7 - ], - "lon": [ - 130, - 11.6 - ], + "lat": [32, 36.7], + "lon": [130, 11.6], "alt": 13, "kjName": "口之津", "knName": "クチノツ", @@ -18354,14 +11472,8 @@ "84597": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 34.9 - ], - "lon": [ - 129, - 46.6 - ], + "lat": [32, 34.9], + "lon": [129, 46.6], "alt": 4, "kjName": "脇岬", "knName": "ワキミサキ", @@ -18370,14 +11482,8 @@ "85033": { "type": "C", "elems": "11112010", - "lat": [ - 33, - 27.5 - ], - "lon": [ - 129, - 57.3 - ], + "lat": [33, 27.5], + "lon": [129, 57.3], "alt": 23, "kjName": "唐津", "knName": "カラツ", @@ -18386,14 +11492,8 @@ "85046": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 24.8 - ], - "lon": [ - 130, - 13.2 - ], + "lat": [33, 24.8], + "lon": [130, 13.2], "alt": 339, "kjName": "北山", "knName": "ホクザン", @@ -18402,14 +11502,8 @@ "85106": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 23.1 - ], - "lon": [ - 130, - 31 - ], + "lat": [33, 23.1], + "lon": [130, 31], "alt": 25, "kjName": "鳥栖", "knName": "トス", @@ -18418,14 +11512,8 @@ "85116": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 16 - ], - "lon": [ - 129, - 52.7 - ], + "lat": [33, 16], + "lon": [129, 52.7], "alt": 25, "kjName": "伊万里", "knName": "イマリ", @@ -18434,14 +11522,8 @@ "85142": { "type": "A", "elems": "11111111", - "lat": [ - 33, - 15.9 - ], - "lon": [ - 130, - 18.3 - ], + "lat": [33, 15.9], + "lon": [130, 18.3], "alt": 6, "kjName": "佐賀", "knName": "サガ", @@ -18450,14 +11532,8 @@ "85161": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 7 - ], - "lon": [ - 129, - 59.7 - ], + "lat": [33, 7], + "lon": [129, 59.7], "alt": 81, "kjName": "嬉野", "knName": "ウレシノ", @@ -18466,14 +11542,8 @@ "85166": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 11 - ], - "lon": [ - 130, - 8.9 - ], + "lat": [33, 11], + "lon": [130, 8.9], "alt": 2, "kjName": "白石", "knName": "シロイシ", @@ -18482,14 +11552,8 @@ "85176": { "type": "C", "elems": "11110000", - "lat": [ - 33, - 8.9 - ], - "lon": [ - 130, - 18.1 - ], + "lat": [33, 8.9], + "lon": [130, 18.1], "alt": 2, "kjName": "川副", "knName": "カワソエ:佐賀空港", @@ -18498,14 +11562,8 @@ "86006": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 6.9 - ], - "lon": [ - 130, - 41.5 - ], + "lat": [33, 6.9], + "lon": [130, 41.5], "alt": 119, "kjName": "鹿北", "knName": "カホク", @@ -18514,14 +11572,8 @@ "86066": { "type": "C", "elems": "11112000", - "lat": [ - 33, - 6.2 - ], - "lon": [ - 131, - 4 - ], + "lat": [33, 6.2], + "lon": [131, 4], "alt": 448, "kjName": "南小国", "knName": "ミナミオグニ", @@ -18530,14 +11582,8 @@ "86086": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 54.9 - ], - "lon": [ - 130, - 30.7 - ], + "lat": [32, 54.9], + "lon": [130, 30.7], "alt": 15, "kjName": "岱明", "knName": "タイメイ", @@ -18546,14 +11592,8 @@ "86101": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 56.7 - ], - "lon": [ - 130, - 46.9 - ], + "lat": [32, 56.7], + "lon": [130, 46.9], "alt": 83, "kjName": "菊池", "knName": "キクチ", @@ -18562,14 +11602,8 @@ "86111": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 56.8 - ], - "lon": [ - 131, - 2.4 - ], + "lat": [32, 56.8], + "lon": [131, 2.4], "alt": 487, "kjName": "阿蘇乙姫", "knName": "アソオトヒメ", @@ -18578,14 +11612,8 @@ "86141": { "type": "A", "elems": "11111111", - "lat": [ - 32, - 48.8 - ], - "lon": [ - 130, - 42.4 - ], + "lat": [32, 48.8], + "lon": [130, 42.4], "alt": 38, "kjName": "熊本", "knName": "クマモト", @@ -18594,14 +11622,8 @@ "86146": { "type": "C", "elems": "11110000", - "lat": [ - 32, - 50.2 - ], - "lon": [ - 130, - 51.3 - ], + "lat": [32, 50.2], + "lon": [130, 51.3], "alt": 193, "kjName": "益城", "knName": "マシキ:熊本空港", @@ -18610,14 +11632,8 @@ "86157": { "type": "C", "elems": "11112100", - "lat": [ - 32, - 49.9 - ], - "lon": [ - 131, - 0.8 - ], + "lat": [32, 49.9], + "lon": [131, 0.8], "alt": 394, "kjName": "南阿蘇", "knName": "ミナミアソ", @@ -18626,14 +11642,8 @@ "86161": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 49.3 - ], - "lon": [ - 131, - 7.5 - ], + "lat": [32, 49.3], + "lon": [131, 7.5], "alt": 555, "kjName": "高森", "knName": "タカモリ", @@ -18642,14 +11652,8 @@ "86181": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 42 - ], - "lon": [ - 130, - 39.4 - ], + "lat": [32, 42], + "lon": [130, 39.4], "alt": 6, "kjName": "宇土", "knName": "ウト", @@ -18658,14 +11662,8 @@ "86197": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 42.7 - ], - "lon": [ - 130, - 57.5 - ], + "lat": [32, 42.7], + "lon": [130, 57.5], "alt": 574, "kjName": "山都", "knName": "ヤマト", @@ -18674,14 +11672,8 @@ "86216": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 36.7 - ], - "lon": [ - 130, - 28.7 - ], + "lat": [32, 36.7], + "lon": [130, 28.7], "alt": 60, "kjName": "三角", "knName": "ミスミ", @@ -18690,14 +11682,8 @@ "86236": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 38.7 - ], - "lon": [ - 130, - 48.6 - ], + "lat": [32, 38.7], + "lon": [130, 48.6], "alt": 36, "kjName": "甲佐", "knName": "コウサ", @@ -18706,14 +11692,8 @@ "86271": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 30.9 - ], - "lon": [ - 130, - 26.8 - ], + "lat": [32, 30.9], + "lon": [130, 26.8], "alt": 2, "kjName": "松島", "knName": "マツシマ", @@ -18722,14 +11702,8 @@ "86316": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 28.1 - ], - "lon": [ - 130, - 10.8 - ], + "lat": [32, 28.1], + "lon": [130, 10.8], "alt": 30, "kjName": "本渡", "knName": "ホンド", @@ -18738,14 +11712,8 @@ "86336": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 28.4 - ], - "lon": [ - 130, - 36.4 - ], + "lat": [32, 28.4], + "lon": [130, 36.4], "alt": 8, "kjName": "八代", "knName": "ヤツシロ", @@ -18754,14 +11722,8 @@ "86396": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 21.8 - ], - "lon": [ - 130, - 30.5 - ], + "lat": [32, 21.8], + "lon": [130, 30.5], "alt": 3, "kjName": "田浦", "knName": "タノウラ", @@ -18770,14 +11732,8 @@ "86407": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 18.1 - ], - "lon": [ - 130, - 44.8 - ], + "lat": [32, 18.1], + "lon": [130, 44.8], "alt": 218, "kjName": "山江", "knName": "ヤマエ", @@ -18786,14 +11742,8 @@ "86411": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 23.7 - ], - "lon": [ - 130, - 49.6 - ], + "lat": [32, 23.7], + "lon": [130, 49.6], "alt": 310, "kjName": "五木", "knName": "イツキ", @@ -18802,14 +11752,8 @@ "86451": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 12.3 - ], - "lon": [ - 130, - 24.4 - ], + "lat": [32, 12.3], + "lon": [130, 24.4], "alt": 6, "kjName": "水俣", "knName": "ミナマタ", @@ -18818,14 +11762,8 @@ "86461": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 14.7 - ], - "lon": [ - 130, - 38.7 - ], + "lat": [32, 14.7], + "lon": [130, 38.7], "alt": 120, "kjName": "一勝地", "knName": "イッショウチ", @@ -18834,14 +11772,8 @@ "86467": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 13 - ], - "lon": [ - 130, - 45.3 - ], + "lat": [32, 13], + "lon": [130, 45.3], "alt": 146, "kjName": "人吉", "knName": "ヒトヨシ", @@ -18850,14 +11782,8 @@ "86477": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 13.5 - ], - "lon": [ - 130, - 54.3 - ], + "lat": [32, 13.5], + "lon": [130, 54.3], "alt": 166, "kjName": "上", "knName": "ウエ", @@ -18866,14 +11792,8 @@ "86478": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 17.7 - ], - "lon": [ - 130, - 57 - ], + "lat": [32, 17.7], + "lon": [130, 57], "alt": 210, "kjName": "多良木", "knName": "タラギ", @@ -18882,14 +11802,8 @@ "86481": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 15.8 - ], - "lon": [ - 131, - 2.6 - ], + "lat": [32, 15.8], + "lon": [131, 2.6], "alt": 665, "kjName": "湯前横谷", "knName": "ユノマエヨコタニ", @@ -18898,14 +11812,8 @@ "86491": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 11.8 - ], - "lon": [ - 130, - 1.6 - ], + "lat": [32, 11.8], + "lon": [130, 1.6], "alt": 3, "kjName": "牛深", "knName": "ウシブカ", @@ -18914,14 +11822,8 @@ "87041": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 42.7 - ], - "lon": [ - 131, - 17.4 - ], + "lat": [32, 42.7], + "lon": [131, 17.4], "alt": 350, "kjName": "高千穂", "knName": "タカチホ", @@ -18930,14 +11832,8 @@ "87066": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 42.7 - ], - "lon": [ - 131, - 49.2 - ], + "lat": [32, 42.7], + "lon": [131, 49.2], "alt": 14, "kjName": "古江", "knName": "フルエ", @@ -18946,14 +11842,8 @@ "87071": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 38.6 - ], - "lon": [ - 131, - 9.4 - ], + "lat": [32, 38.6], + "lon": [131, 9.4], "alt": 590, "kjName": "鞍岡", "knName": "クラオカ", @@ -18962,14 +11852,8 @@ "87086": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 40.9 - ], - "lon": [ - 131, - 24.4 - ], + "lat": [32, 40.9], + "lon": [131, 24.4], "alt": 262, "kjName": "日之影", "knName": "ヒノカゲ", @@ -18978,14 +11862,8 @@ "87127": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 31 - ], - "lon": [ - 131, - 20.1 - ], + "lat": [32, 31], + "lon": [131, 20.1], "alt": 150, "kjName": "諸塚", "knName": "モロツカ", @@ -18994,14 +11872,8 @@ "87136": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 33.7 - ], - "lon": [ - 131, - 31.5 - ], + "lat": [32, 33.7], + "lon": [131, 31.5], "alt": 30, "kjName": "北方", "knName": "キタカタ", @@ -19010,14 +11882,8 @@ "87141": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 34.9 - ], - "lon": [ - 131, - 39.4 - ], + "lat": [32, 34.9], + "lon": [131, 39.4], "alt": 19, "kjName": "延岡", "knName": "ノベオカ", @@ -19026,14 +11892,8 @@ "87157": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 28.5 - ], - "lon": [ - 131, - 6.2 - ], + "lat": [32, 28.5], + "lon": [131, 6.2], "alt": 517, "kjName": "椎葉", "knName": "シイバ", @@ -19042,14 +11902,8 @@ "87181": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 24.5 - ], - "lon": [ - 131, - 36 - ], + "lat": [32, 24.5], + "lon": [131, 36], "alt": 20, "kjName": "日向", "knName": "ヒュウガ", @@ -19058,14 +11912,8 @@ "87206": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 23.1 - ], - "lon": [ - 131, - 19.9 - ], + "lat": [32, 23.1], + "lon": [131, 19.9], "alt": 250, "kjName": "神門", "knName": "ミカド", @@ -19074,14 +11922,8 @@ "87231": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 14.4 - ], - "lon": [ - 131, - 9.1 - ], + "lat": [32, 14.4], + "lon": [131, 9.1], "alt": 260, "kjName": "西米良", "knName": "ニシメラ", @@ -19090,14 +11932,8 @@ "87251": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 17 - ], - "lon": [ - 131, - 32.5 - ], + "lat": [32, 17], + "lon": [131, 32.5], "alt": 61, "kjName": "都農", "knName": "ツノ", @@ -19106,14 +11942,8 @@ "87293": { "type": "C", "elems": "11112010", - "lat": [ - 32, - 7.4 - ], - "lon": [ - 131, - 28.5 - ], + "lat": [32, 7.4], + "lon": [131, 28.5], "alt": 57, "kjName": "高鍋", "knName": "タカナベ", @@ -19122,14 +11952,8 @@ "87301": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 2.8 - ], - "lon": [ - 130, - 48.6 - ], + "lat": [32, 2.8], + "lon": [130, 48.6], "alt": 228, "kjName": "加久藤", "knName": "カクトウ", @@ -19138,14 +11962,8 @@ "87331": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 3.8 - ], - "lon": [ - 131, - 24.8 - ], + "lat": [32, 3.8], + "lon": [131, 24.8], "alt": 8, "kjName": "西都", "knName": "サイト", @@ -19154,14 +11972,8 @@ "87346": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 56.7 - ], - "lon": [ - 130, - 50.4 - ], + "lat": [31, 56.7], + "lon": [130, 50.4], "alt": 1150, "kjName": "えびの", "knName": "エビノ", @@ -19170,14 +11982,8 @@ "87352": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 0 - ], - "lon": [ - 130, - 57.2 - ], + "lat": [32, 0], + "lon": [130, 57.2], "alt": 276, "kjName": "小林", "knName": "コバヤシ", @@ -19186,14 +11992,8 @@ "87361": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 57.4 - ], - "lon": [ - 131, - 9.4 - ], + "lat": [31, 57.4], + "lon": [131, 9.4], "alt": 182, "kjName": "野尻", "knName": "ノジリ", @@ -19202,14 +12002,8 @@ "87371": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 0.4 - ], - "lon": [ - 131, - 17.8 - ], + "lat": [32, 0.4], + "lon": [131, 17.8], "alt": 66, "kjName": "国富", "knName": "クニトミ", @@ -19218,14 +12012,8 @@ "87376": { "type": "A", "elems": "11111111", - "lat": [ - 31, - 56.3 - ], - "lon": [ - 131, - 24.8 - ], + "lat": [31, 56.3], + "lon": [131, 24.8], "alt": 9, "kjName": "宮崎", "knName": "ミヤザキ", @@ -19234,14 +12022,8 @@ "87406": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 50.6 - ], - "lon": [ - 131, - 18.5 - ], + "lat": [31, 50.6], + "lon": [131, 18.5], "alt": 134, "kjName": "田野", "knName": "タノ", @@ -19250,14 +12032,8 @@ "87412": { "type": "C", "elems": "11110000", - "lat": [ - 31, - 52.6 - ], - "lon": [ - 131, - 26.9 - ], + "lat": [31, 52.6], + "lon": [131, 26.9], "alt": 6, "kjName": "赤江", "knName": "アカエ:宮崎空港", @@ -19266,14 +12042,8 @@ "87426": { "type": "B", "elems": "11111011", - "lat": [ - 31, - 43.8 - ], - "lon": [ - 131, - 4.9 - ], + "lat": [31, 43.8], + "lon": [131, 4.9], "alt": 154, "kjName": "都城", "knName": "ミヤコノジョウ", @@ -19282,14 +12052,8 @@ "87461": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 38.2 - ], - "lon": [ - 131, - 15 - ], + "lat": [31, 38.2], + "lon": [131, 15], "alt": 130, "kjName": "深瀬", "knName": "フカセ", @@ -19298,14 +12062,8 @@ "87492": { "type": "B", "elems": "11111011", - "lat": [ - 31, - 34.7 - ], - "lon": [ - 131, - 24.4 - ], + "lat": [31, 34.7], + "lon": [131, 24.4], "alt": 3, "kjName": "油津", "knName": "アブラツ", @@ -19314,14 +12072,8 @@ "87501": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 27.9 - ], - "lon": [ - 131, - 13.2 - ], + "lat": [31, 27.9], + "lon": [131, 13.2], "alt": 20, "kjName": "串間", "knName": "クシマ", @@ -19330,14 +12082,8 @@ "82036": { "type": "C", "elems": "01000000", - "lat": [ - 33, - 51.8 - ], - "lon": [ - 130, - 2.1 - ], + "lat": [33, 51.8], + "lon": [130, 2.1], "alt": 49, "kjName": "小呂島", "knName": "オロノシマ", @@ -19346,14 +12092,8 @@ "88061": { "type": "B", "elems": "11111011", - "lat": [ - 32, - 1.6 - ], - "lon": [ - 130, - 12 - ], + "lat": [32, 1.6], + "lon": [130, 12], "alt": 40, "kjName": "阿久根", "knName": "アクネ", @@ -19362,14 +12102,8 @@ "88066": { "type": "C", "elems": "01000000", - "lat": [ - 32, - 5.6 - ], - "lon": [ - 130, - 21.1 - ], + "lat": [32, 5.6], + "lon": [130, 21.1], "alt": 11, "kjName": "出水", "knName": "イズミ", @@ -19378,14 +12112,8 @@ "88081": { "type": "C", "elems": "11112000", - "lat": [ - 32, - 2.8 - ], - "lon": [ - 130, - 37.6 - ], + "lat": [32, 2.8], + "lon": [130, 37.6], "alt": 175, "kjName": "大口", "knName": "オオクチ", @@ -19394,14 +12122,8 @@ "88101": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 58.8 - ], - "lon": [ - 130, - 22 - ], + "lat": [31, 58.8], + "lon": [130, 22], "alt": 1060, "kjName": "紫尾山", "knName": "シビサン", @@ -19410,14 +12132,8 @@ "88107": { "type": "C", "elems": "11112010", - "lat": [ - 31, - 55 - ], - "lon": [ - 130, - 27.3 - ], + "lat": [31, 55], + "lon": [130, 27.3], "alt": 59, "kjName": "さつま柏原", "knName": "サツマカシワバル", @@ -19426,14 +12142,8 @@ "88131": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 50.1 - ], - "lon": [ - 129, - 52 - ], + "lat": [31, 50.1], + "lon": [129, 52], "alt": 10, "kjName": "中甑", "knName": "ナカコシキ", @@ -19442,14 +12152,8 @@ "88151": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 50 - ], - "lon": [ - 130, - 18.9 - ], + "lat": [31, 50], + "lon": [130, 18.9], "alt": 5, "kjName": "川内", "knName": "センダイ", @@ -19458,14 +12162,8 @@ "88166": { "type": "C", "elems": "11110000", - "lat": [ - 31, - 48.2 - ], - "lon": [ - 130, - 43.1 - ], + "lat": [31, 48.2], + "lon": [130, 43.1], "alt": 272, "kjName": "溝辺", "knName": "ミゾベ:鹿児島空港", @@ -19474,14 +12172,8 @@ "88211": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 44.8 - ], - "lon": [ - 130, - 26.3 - ], + "lat": [31, 44.8], + "lon": [130, 26.3], "alt": 533, "kjName": "八重山", "knName": "ヤエヤマ", @@ -19490,14 +12182,8 @@ "88261": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 40.1 - ], - "lon": [ - 130, - 19.7 - ], + "lat": [31, 40.1], + "lon": [130, 19.7], "alt": 40, "kjName": "東市来", "knName": "ヒガシイチキ", @@ -19506,14 +12192,8 @@ "88286": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 39.7 - ], - "lon": [ - 130, - 50.6 - ], + "lat": [31, 39.7], + "lon": [130, 50.6], "alt": 387, "kjName": "牧之原", "knName": "マキノハラ", @@ -19522,14 +12202,8 @@ "88317": { "type": "A", "elems": "11111111", - "lat": [ - 31, - 33.3 - ], - "lon": [ - 130, - 32.8 - ], + "lat": [31, 33.3], + "lon": [130, 32.8], "alt": 4, "kjName": "鹿児島", "knName": "カゴシマ", @@ -19538,14 +12212,8 @@ "88331": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 35.3 - ], - "lon": [ - 130, - 51.3 - ], + "lat": [31, 35.3], + "lon": [130, 51.3], "alt": 360, "kjName": "輝北", "knName": "キホク", @@ -19554,14 +12222,8 @@ "88341": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 34.8 - ], - "lon": [ - 131, - 0.3 - ], + "lat": [31, 34.8], + "lon": [131, 0.3], "alt": 170, "kjName": "大隅", "knName": "オオスミ", @@ -19570,14 +12232,8 @@ "88371": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 24.9 - ], - "lon": [ - 130, - 19.5 - ], + "lat": [31, 24.9], + "lon": [130, 19.5], "alt": 9, "kjName": "加世田", "knName": "カセダ", @@ -19586,14 +12242,8 @@ "88392": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 27.5 - ], - "lon": [ - 130, - 51.7 - ], + "lat": [31, 27.5], + "lon": [130, 51.7], "alt": 89, "kjName": "吉ケ別府", "knName": "ヨシガベップ", @@ -19602,14 +12252,8 @@ "88406": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 28.7 - ], - "lon": [ - 131, - 5.7 - ], + "lat": [31, 28.7], + "lon": [131, 5.7], "alt": 70, "kjName": "志布志", "knName": "シブシ", @@ -19618,14 +12262,8 @@ "88432": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 23.2 - ], - "lon": [ - 130, - 32.4 - ], + "lat": [31, 23.2], + "lon": [130, 32.4], "alt": 4, "kjName": "喜入", "knName": "キイレ", @@ -19634,14 +12272,8 @@ "88442": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 23.5 - ], - "lon": [ - 130, - 51.8 - ], + "lat": [31, 23.5], + "lon": [130, 51.8], "alt": 63, "kjName": "鹿屋", "knName": "カノヤ", @@ -19650,14 +12282,8 @@ "88447": { "type": "C", "elems": "11112010", - "lat": [ - 31, - 20.4 - ], - "lon": [ - 130, - 56.3 - ], + "lat": [31, 20.4], + "lon": [130, 56.3], "alt": 31, "kjName": "肝付前田", "knName": "キモツキマエダ", @@ -19666,14 +12292,8 @@ "88466": { "type": "B", "elems": "11111011", - "lat": [ - 31, - 16.3 - ], - "lon": [ - 130, - 17.5 - ], + "lat": [31, 16.3], + "lon": [130, 17.5], "alt": 30, "kjName": "枕崎", "knName": "マクラザキ", @@ -19682,14 +12302,8 @@ "88486": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 15 - ], - "lon": [ - 130, - 38.2 - ], + "lat": [31, 15], + "lon": [130, 38.2], "alt": 5, "kjName": "指宿", "knName": "イブスキ", @@ -19698,14 +12312,8 @@ "88506": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 16.6 - ], - "lon": [ - 131, - 3.3 - ], + "lat": [31, 16.6], + "lon": [131, 3.3], "alt": 8, "kjName": "内之浦", "knName": "ウチノウラ", @@ -19714,14 +12322,8 @@ "88536": { "type": "C", "elems": "11112000", - "lat": [ - 31, - 11.9 - ], - "lon": [ - 130, - 50.6 - ], + "lat": [31, 11.9], + "lon": [130, 50.6], "alt": 182, "kjName": "田代", "knName": "タシロ", @@ -19730,14 +12332,8 @@ "88551": { "type": "C", "elems": "01000000", - "lat": [ - 31, - 5.6 - ], - "lon": [ - 130, - 41.4 - ], + "lat": [31, 5.6], + "lon": [130, 41.4], "alt": 27, "kjName": "佐多", "knName": "サタ", @@ -19746,14 +12342,8 @@ "88612": { "type": "B", "elems": "11111011", - "lat": [ - 30, - 43.2 - ], - "lon": [ - 130, - 58.9 - ], + "lat": [30, 43.2], + "lon": [130, 58.9], "alt": 25, "kjName": "種子島", "knName": "タネガシマ", @@ -19762,14 +12352,8 @@ "88621": { "type": "C", "elems": "11110000", - "lat": [ - 30, - 36.3 - ], - "lon": [ - 130, - 59.5 - ], + "lat": [30, 36.3], + "lon": [130, 59.5], "alt": 234, "kjName": "中種子", "knName": "ナカタネ:種子島空港", @@ -19778,14 +12362,8 @@ "88666": { "type": "C", "elems": "11112010", - "lat": [ - 30, - 24.4 - ], - "lon": [ - 130, - 54.1 - ], + "lat": [30, 24.4], + "lon": [130, 54.1], "alt": 150, "kjName": "上中", "knName": "カミナカ", @@ -19794,14 +12372,8 @@ "88686": { "type": "B", "elems": "11111011", - "lat": [ - 30, - 23.1 - ], - "lon": [ - 130, - 39.5 - ], + "lat": [30, 23.1], + "lon": [130, 39.5], "alt": 37, "kjName": "屋久島", "knName": "ヤクシマ:屋久島空港", @@ -19810,14 +12382,8 @@ "88706": { "type": "C", "elems": "11112010", - "lat": [ - 30, - 14.1 - ], - "lon": [ - 130, - 33.3 - ], + "lat": [30, 14.1], + "lon": [130, 33.3], "alt": 60, "kjName": "尾之間", "knName": "オノアイダ", @@ -19826,14 +12392,8 @@ "88736": { "type": "C", "elems": "11112000", - "lat": [ - 29, - 50.4 - ], - "lon": [ - 129, - 52 - ], + "lat": [29, 50.4], + "lon": [129, 52], "alt": 220, "kjName": "中之島", "knName": "ナカノシマ", @@ -19842,14 +12402,8 @@ "88746": { "type": "C", "elems": "01000000", - "lat": [ - 29, - 41 - ], - "lon": [ - 129, - 31.7 - ], + "lat": [29, 41], + "lon": [129, 31.7], "alt": 97, "kjName": "平島", "knName": "タイラジマ", @@ -19858,14 +12412,8 @@ "88756": { "type": "C", "elems": "01000000", - "lat": [ - 29, - 36.6 - ], - "lon": [ - 129, - 42.3 - ], + "lat": [29, 36.6], + "lon": [129, 42.3], "alt": 111, "kjName": "諏訪之瀬島", "knName": "スワノセジマ", @@ -19874,14 +12422,8 @@ "88776": { "type": "C", "elems": "01000000", - "lat": [ - 29, - 13.5 - ], - "lon": [ - 129, - 19.7 - ], + "lat": [29, 13.5], + "lon": [129, 19.7], "alt": 10, "kjName": "小宝島", "knName": "コダカラジマ", @@ -19890,14 +12432,8 @@ "88781": { "type": "C", "elems": "01000000", - "lat": [ - 29, - 9.1 - ], - "lon": [ - 129, - 12.1 - ], + "lat": [29, 9.1], + "lon": [129, 12.1], "alt": 33, "kjName": "宝島", "knName": "タカラジマ", @@ -19906,14 +12442,8 @@ "88821": { "type": "C", "elems": "11110000", - "lat": [ - 28, - 25.8 - ], - "lon": [ - 129, - 42.7 - ], + "lat": [28, 25.8], + "lon": [129, 42.7], "alt": 4, "kjName": "笠利", "knName": "カサリ:奄美空港", @@ -19922,14 +12452,8 @@ "88836": { "type": "B", "elems": "11111011", - "lat": [ - 28, - 22.7 - ], - "lon": [ - 129, - 29.7 - ], + "lat": [28, 22.7], + "lon": [129, 29.7], "alt": 3, "kjName": "名瀬", "knName": "ナゼ", @@ -19938,14 +12462,8 @@ "88851": { "type": "C", "elems": "11110000", - "lat": [ - 28, - 19.2 - ], - "lon": [ - 129, - 55.6 - ], + "lat": [28, 19.2], + "lon": [129, 55.6], "alt": 5, "kjName": "喜界島", "knName": "キカイジマ:喜界空港", @@ -19954,14 +12472,8 @@ "88901": { "type": "C", "elems": "11112010", - "lat": [ - 28, - 8.6 - ], - "lon": [ - 129, - 18.9 - ], + "lat": [28, 8.6], + "lon": [129, 18.9], "alt": 2, "kjName": "古仁屋", "knName": "コニヤ", @@ -19970,14 +12482,8 @@ "88931": { "type": "C", "elems": "11110000", - "lat": [ - 27, - 50.1 - ], - "lon": [ - 128, - 52.8 - ], + "lat": [27, 50.1], + "lon": [128, 52.8], "alt": 2, "kjName": "天城", "knName": "アマギ:徳之島空港", @@ -19986,14 +12492,8 @@ "88956": { "type": "C", "elems": "11112000", - "lat": [ - 27, - 40.6 - ], - "lon": [ - 128, - 58.4 - ], + "lat": [27, 40.6], + "lon": [128, 58.4], "alt": 44, "kjName": "伊仙", "knName": "イセン", @@ -20002,14 +12502,8 @@ "88971": { "type": "B", "elems": "11111011", - "lat": [ - 27, - 25.9 - ], - "lon": [ - 128, - 42.3 - ], + "lat": [27, 25.9], + "lon": [128, 42.3], "alt": 27, "kjName": "沖永良部", "knName": "オキノエラブ:沖永良部空港", @@ -20018,14 +12512,8 @@ "88986": { "type": "C", "elems": "11110000", - "lat": [ - 27, - 2.6 - ], - "lon": [ - 128, - 24.1 - ], + "lat": [27, 2.6], + "lon": [128, 24.1], "alt": 14, "kjName": "与論島", "knName": "ヨロンジマ:与論空港", @@ -20034,14 +12522,8 @@ "91011": { "type": "C", "elems": "11112000", - "lat": [ - 26, - 56.9 - ], - "lon": [ - 127, - 56.4 - ], + "lat": [26, 56.9], + "lon": [127, 56.4], "alt": 14, "kjName": "伊是名", "knName": "イゼナ", @@ -20050,14 +12532,8 @@ "91021": { "type": "C", "elems": "11112010", - "lat": [ - 26, - 50.1 - ], - "lon": [ - 128, - 16.3 - ], + "lat": [26, 50.1], + "lon": [128, 16.3], "alt": 232, "kjName": "奥", "knName": "オク", @@ -20066,14 +12542,8 @@ "91046": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 43.7 - ], - "lon": [ - 128, - 10.7 - ], + "lat": [26, 43.7], + "lon": [128, 10.7], "alt": 8, "kjName": "国頭", "knName": "クニガミ", @@ -20082,14 +12552,8 @@ "91066": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 41.1 - ], - "lon": [ - 127, - 53.9 - ], + "lat": [26, 41.1], + "lon": [127, 53.9], "alt": 25, "kjName": "本部", "knName": "モトブ", @@ -20098,14 +12562,8 @@ "91081": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 37.9 - ], - "lon": [ - 128, - 9.2 - ], + "lat": [26, 37.9], + "lon": [128, 9.2], "alt": 24, "kjName": "東", "knName": "ヒガシ", @@ -20114,14 +12572,8 @@ "91096": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 35.5 - ], - "lon": [ - 127, - 14.3 - ], + "lat": [26, 35.5], + "lon": [127, 14.3], "alt": 14, "kjName": "粟国", "knName": "アグニ", @@ -20130,14 +12582,8 @@ "91107": { "type": "B", "elems": "11111011", - "lat": [ - 26, - 35.6 - ], - "lon": [ - 127, - 57.9 - ], + "lat": [26, 35.6], + "lon": [127, 57.9], "alt": 6, "kjName": "名護", "knName": "ナゴ", @@ -20146,14 +12592,8 @@ "91121": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 24.4 - ], - "lon": [ - 127, - 44 - ], + "lat": [26, 24.4], + "lon": [127, 44], "alt": 90, "kjName": "読谷", "knName": "ヨミタン", @@ -20162,14 +12602,8 @@ "91141": { "type": "C", "elems": "11110000", - "lat": [ - 26, - 21.8 - ], - "lon": [ - 126, - 42.8 - ], + "lat": [26, 21.8], + "lon": [126, 42.8], "alt": 7, "kjName": "北原", "knName": "キタハラ:久米島空港", @@ -20178,14 +12612,8 @@ "91146": { "type": "B", "elems": "11111011", - "lat": [ - 26, - 20.2 - ], - "lon": [ - 126, - 48.2 - ], + "lat": [26, 20.2], + "lon": [126, 48.2], "alt": 5, "kjName": "久米島", "knName": "クメジマ", @@ -20194,14 +12622,8 @@ "91151": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 22.4 - ], - "lon": [ - 127, - 8.5 - ], + "lat": [26, 22.4], + "lon": [127, 8.5], "alt": 7, "kjName": "渡名喜", "knName": "トナキ", @@ -20210,14 +12632,8 @@ "91161": { "type": "C", "elems": "01000000", - "lat": [ - 26, - 19.6 - ], - "lon": [ - 127, - 48.3 - ], + "lat": [26, 19.6], + "lon": [127, 48.3], "alt": 86, "kjName": "胡屋", "knName": "ゴヤ", @@ -20226,14 +12642,8 @@ "91166": { "type": "C", "elems": "11112010", - "lat": [ - 26, - 21.8 - ], - "lon": [ - 127, - 58.3 - ], + "lat": [26, 21.8], + "lon": [127, 58.3], "alt": 100, "kjName": "宮城島", "knName": "ミヤギジマ", @@ -20242,14 +12652,8 @@ "91181": { "type": "C", "elems": "11112000", - "lat": [ - 26, - 12.6 - ], - "lon": [ - 127, - 21.8 - ], + "lat": [26, 12.6], + "lon": [127, 21.8], "alt": 220, "kjName": "渡嘉敷", "knName": "トカシキ", @@ -20258,14 +12662,8 @@ "91197": { "type": "A", "elems": "11111011", - "lat": [ - 26, - 12.4 - ], - "lon": [ - 127, - 41.2 - ], + "lat": [26, 12.4], + "lon": [127, 41.2], "alt": 28, "kjName": "那覇", "knName": "ナハ", @@ -20274,14 +12672,8 @@ "91236": { "type": "C", "elems": "11110000", - "lat": [ - 26, - 11.6 - ], - "lon": [ - 127, - 38.3 - ], + "lat": [26, 11.6], + "lon": [127, 38.3], "alt": 3, "kjName": "安次嶺", "knName": "アシミネ:那覇空港", @@ -20290,14 +12682,8 @@ "91241": { "type": "C", "elems": "11112010", - "lat": [ - 26, - 9.2 - ], - "lon": [ - 127, - 45.9 - ], + "lat": [26, 9.2], + "lon": [127, 45.9], "alt": 186, "kjName": "糸数", "knName": "イトカズ", @@ -20306,14 +12692,8 @@ "92006": { "type": "C", "elems": "11110000", - "lat": [ - 25, - 56.6 - ], - "lon": [ - 131, - 19.6 - ], + "lat": [25, 56.6], + "lon": [131, 19.6], "alt": 22, "kjName": "北大東", "knName": "キタダイトウ:北大東空港", @@ -20322,14 +12702,8 @@ "92011": { "type": "A", "elems": "11111011", - "lat": [ - 25, - 49.7 - ], - "lon": [ - 131, - 13.7 - ], + "lat": [25, 49.7], + "lon": [131, 13.7], "alt": 15, "kjName": "南大東", "knName": "ミナミダイトウ", @@ -20338,14 +12712,8 @@ "92012": { "type": "C", "elems": "11110000", - "lat": [ - 25, - 50.8 - ], - "lon": [ - 131, - 15.8 - ], + "lat": [25, 50.8], + "lon": [131, 15.8], "alt": 48, "kjName": "旧東", "knName": "キュウトウ:南大東空港", @@ -20354,14 +12722,8 @@ "93012": { "type": "C", "elems": "11110000", - "lat": [ - 24, - 49.6 - ], - "lon": [ - 125, - 8.6 - ], + "lat": [24, 49.6], + "lon": [125, 8.6], "alt": 8, "kjName": "下地島", "knName": "シモジシマ:下地島空港", @@ -20370,14 +12732,8 @@ "93041": { "type": "A", "elems": "11111011", - "lat": [ - 24, - 47.6 - ], - "lon": [ - 125, - 16.7 - ], + "lat": [24, 47.6], + "lon": [125, 16.7], "alt": 39, "kjName": "宮古島", "knName": "ミヤコジマ", @@ -20386,14 +12742,8 @@ "93042": { "type": "C", "elems": "11110000", - "lat": [ - 24, - 46.9 - ], - "lon": [ - 125, - 17.7 - ], + "lat": [24, 46.9], + "lon": [125, 17.7], "alt": 43, "kjName": "鏡原", "knName": "カガミハラ:宮古空港", @@ -20402,14 +12752,8 @@ "93051": { "type": "C", "elems": "01000000", - "lat": [ - 24, - 44.6 - ], - "lon": [ - 125, - 24.6 - ], + "lat": [24, 44.6], + "lon": [125, 24.6], "alt": 55, "kjName": "城辺", "knName": "グスクベ", @@ -20418,14 +12762,8 @@ "93062": { "type": "C", "elems": "11110000", - "lat": [ - 24, - 39.2 - ], - "lon": [ - 124, - 40.5 - ], + "lat": [24, 39.2], + "lon": [124, 40.5], "alt": 10, "kjName": "仲筋", "knName": "ナカスジ:多良間空港", @@ -20434,14 +12772,8 @@ "94001": { "type": "C", "elems": "11112010", - "lat": [ - 24, - 30.4 - ], - "lon": [ - 124, - 16.8 - ], + "lat": [24, 30.4], + "lon": [124, 16.8], "alt": 11, "kjName": "伊原間", "knName": "イバルマ", @@ -20450,14 +12782,8 @@ "94011": { "type": "C", "elems": "11110000", - "lat": [ - 24, - 28 - ], - "lon": [ - 122, - 58.7 - ], + "lat": [24, 28], + "lon": [122, 58.7], "alt": 15, "kjName": "所野", "knName": "トコロノ:与那国空港", @@ -20466,14 +12792,8 @@ "94017": { "type": "B", "elems": "11111011", - "lat": [ - 24, - 28 - ], - "lon": [ - 123, - 0.6 - ], + "lat": [24, 28], + "lon": [123, 0.6], "alt": 30, "kjName": "与那国島", "knName": "ヨナグニジマ", @@ -20482,14 +12802,8 @@ "94036": { "type": "C", "elems": "01000000", - "lat": [ - 24, - 28 - ], - "lon": [ - 124, - 8.4 - ], + "lat": [24, 28], + "lon": [124, 8.4], "alt": 7, "kjName": "川平", "knName": "カビラ", @@ -20498,14 +12812,8 @@ "94062": { "type": "B", "elems": "11111011", - "lat": [ - 24, - 25.6 - ], - "lon": [ - 123, - 45.9 - ], + "lat": [24, 25.6], + "lon": [123, 45.9], "alt": 10, "kjName": "西表島", "knName": "イリオモテジマ", @@ -20514,14 +12822,8 @@ "94081": { "type": "A", "elems": "11111011", - "lat": [ - 24, - 20.2 - ], - "lon": [ - 124, - 9.8 - ], + "lat": [24, 20.2], + "lon": [124, 9.8], "alt": 6, "kjName": "石垣島", "knName": "イシガキジマ", @@ -20530,14 +12832,8 @@ "94086": { "type": "C", "elems": "11110000", - "lat": [ - 24, - 23.7 - ], - "lon": [ - 124, - 14.7 - ], + "lat": [24, 23.7], + "lon": [124, 14.7], "alt": 31, "kjName": "盛山", "knName": "モリヤマ:新石垣空港", @@ -20546,14 +12842,8 @@ "94101": { "type": "C", "elems": "11112010", - "lat": [ - 24, - 15.9 - ], - "lon": [ - 123, - 52.3 - ], + "lat": [24, 15.9], + "lon": [123, 52.3], "alt": 33, "kjName": "大原", "knName": "オオハラ", @@ -20562,14 +12852,8 @@ "94116": { "type": "C", "elems": "11112010", - "lat": [ - 24, - 3.3 - ], - "lon": [ - 123, - 46 - ], + "lat": [24, 3.3], + "lon": [123, 46], "alt": 38, "kjName": "波照間", "knName": "ハテルマ", diff --git a/tests/plugins/test_liden_data.geojson b/tests/plugins/test_liden_data.geojson index 18747fdfe6..d9dcb0a13b 100644 --- a/tests/plugins/test_liden_data.geojson +++ b/tests/plugins/test_liden_data.geojson @@ -5,10 +5,7 @@ "type": "Feature", "geometry": { "type": "Point", - "coordinates": [ - 137.593, - 41.471 - ] + "coordinates": [137.593, 41.471] }, "properties": { "id": "nowc_20220507064500_20220507064500_liden_0", diff --git a/tests/plugins/test_targetTimes_N1.json b/tests/plugins/test_targetTimes_N1.json index 8ac7608938..9d427c483f 100644 --- a/tests/plugins/test_targetTimes_N1.json +++ b/tests/plugins/test_targetTimes_N1.json @@ -2,18 +2,11 @@ { "basetime": "20210605123000", "validtime": "20210605123000", - "elements": [ - "hrpns", - "hrpns_nd" - ] + "elements": ["hrpns", "hrpns_nd"] }, { "basetime": "20210605122500", "validtime": "20210605122500", - "elements": [ - "hrpns", - "hrpns_nd", - "liden" - ] + "elements": ["hrpns", "hrpns_nd", "liden"] } ] From 5ac5d7c2f040301b940f8e5613543a4f9930f59f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:24:32 +0000 Subject: [PATCH 2/2] =?UTF-8?q?README=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 5bc5daea4a..f455de0d30 100644 --- a/README.md +++ b/README.md @@ -157,29 +157,29 @@ pipenv run pre-commit install ```text amesh ... 東京のamesh(雨雲情報)を表示する。 - amesh [text] ... 指定した地名・住所・郵便番号[text]のamesh(雨雲情報)を表示する。 - amesh [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamesh(雨雲情報)を表示する。 - amedas ... 東京のamedas(気象情報)を表示する。 - amedas [text] ... 指定した地名・住所・郵便番号[text]のamedas(気象情報)を表示する。 - amedas [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamedas(気象情報)を表示する。 - 電力 ... 東京電力管内の電力使用率を表示する。 - 標高 ... 東京の標高を表示する。 - 標高 [text] ... 指定した地名・住所・郵便番号[text]の標高を表示する。 - 標高 [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])の標高を表示する。 - eq ... 最新の地震情報を3件表示する。 - textlint [text] ... 文字列[text]を校正する。 - text list ... パワーワード一覧を表示する。 - text random ... パワーワードをひとつ、ランダムで表示する。 - text show [int] ... 指定した番号[int]のパワーワードを表示する。 - text add [text] ... パワーワードに[text]を登録する。 - text delete [int] ... 指定した番号[int]のパワーワードを削除する。 - >< [text] ... 文字列[text]を吹き出しで表示する。 - にゃーん ... 「よしよし」と返す。 - おみくじ ... おみくじを引いて返す。 - version ... バージョン情報を表示する。 - chat [text] ... ChatGPTで文章生成する。 - 画像生成 [text] ... openAIのImage generationで画像生成する。[text]は英語での入力推奨。 - ping ... 「ping」したら「PONG」と返す。 + amesh [text] ... 指定した地名・住所・郵便番号[text]のamesh(雨雲情報)を表示する。 + amesh [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamesh(雨雲情報)を表示する。 + amedas ... 東京のamedas(気象情報)を表示する。 + amedas [text] ... 指定した地名・住所・郵便番号[text]のamedas(気象情報)を表示する。 + amedas [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])のamedas(気象情報)を表示する。 + 電力 ... 東京電力管内の電力使用率を表示する。 + 標高 ... 東京の標高を表示する。 + 標高 [text] ... 指定した地名・住所・郵便番号[text]の標高を表示する。 + 標高 [緯度 (float)] [経度 (float)] ... 指定した座標([緯度 (float)], [経度 (float)])の標高を表示する。 + eq ... 最新の地震情報を3件表示する。 + textlint [text] ... 文字列[text]を校正する。 + text list ... パワーワード一覧を表示する。 + text random ... パワーワードをひとつ、ランダムで表示する。 + text show [int] ... 指定した番号[int]のパワーワードを表示する。 + text add [text] ... パワーワードに[text]を登録する。 + text delete [int] ... 指定した番号[int]のパワーワードを削除する。 + >< [text] ... 文字列[text]を吹き出しで表示する。 + にゃーん ... 「よしよし」と返す。 + おみくじ ... おみくじを引いて返す。 + version ... バージョン情報を表示する。 + chat [text] ... ChatGPTで文章生成する。 + 画像生成 [text] ... openAIのImage generationで画像生成する。[text]は英語での入力推奨。 + ping ... 「ping」したら「PONG」と返す。 ``` ## バージョンアップによる変更点