From 4ebd592f2fddf2b2f84b0fadf9a19b6a452f1b17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:59:27 +0000 Subject: [PATCH] =?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 --- library/jma_amesh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/jma_amesh.py b/library/jma_amesh.py index fc93c17489..4917023624 100644 --- a/library/jma_amesh.py +++ b/library/jma_amesh.py @@ -72,6 +72,7 @@ def timestamp2jst(timestamp: str) -> str: .strftime("%Y-%m-%d %H:%M") ) + def get_jma_image_server(timestamp: str) -> str: """気象庁雨雲レーダー画像を取得する""" return f"https://www.jma.go.jp/bosai/jmatile/data/nowc/{timestamp}/none/{timestamp}/surf/hrpns/${{z}}/${{x}}/${{y}}.png" # noqa: E501 @@ -131,7 +132,7 @@ def jma_amesh( LineTrace( coords=[get_circle(lat, lng, d * 1000)], color=(100, 100, 100, 255) ) - for d in range(10, 60, 10) + for d in range(10, 60, 10) ] + [ MarkerTrace(