-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 4.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Lightning UAVs</title>
</head>
<body>
<h1>Lightning UAVs</h1>
<h1>内灘町の気象</h1>
<h2>レーダ と 天気予報</h2>
<iframe src="https://embed.windy.com/embed2.html?lat=36.544&lon=136.522&detailLat=36.643&detailLon=136.619&width=650&height=450&zoom=10&level=surface&overlay=radar&product=radar&menu=&message=&marker=true&calendar=now&pressure=true&type=map&location=coordinates&detail=true&metricWind=default&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<BR>
<h4>雨 雷(レーダ)</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.634&lon=136.609&detailLat=36.643&detailLon=136.619&width=650&height=450&zoom=11&level=100m&overlay=rain&product=ecmwf&menu=&message=&marker=true&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<BR>
<iframe src="https://embed.windy.com/embed2.html?lat=36.552&lon=136.382&detailLat=36.552&detailLon=136.382&width=650&height=450&zoom=8&level=surface&overlay=radar&product=radar&menu=&message=&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=m%2Fs&metricTemp=%C2%B0C&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>風 600m</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.658&lon=136.604&detailLat=36.635&detailLon=136.470&width=650&height=450&zoom=11&level=950h&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=m%2Fs&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>風 100m</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.643&lon=136.619&detailLat=36.643&detailLon=136.619&width=650&height=450&zoom=11&level=100m&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=m%2Fs&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>風 地表</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.646&lon=136.619&detailLat=36.635&detailLon=136.470&width=650&height=450&zoom=11&level=surface&overlay=gust&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=m%2Fs&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>気温</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.638&lon=136.655&detailLat=36.660&detailLon=136.660&width=650&height=450&zoom=11&level=surface&overlay=temp&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=%C2%B0C&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>視界</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.668&lon=136.630&detailLat=36.668&detailLon=136.630&width=650&height=450&zoom=11&level=surface&overlay=visibility&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>海流</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.734&lon=136.577&detailLat=36.734&detailLon=136.577&width=650&height=450&zoom=10&level=surface&overlay=currents&product=cmems&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>雷雨</h4>
<iframe src="https://embed.windy.com/embed2.html?lat=36.773&lon=136.379&detailLat=36.680&detailLon=136.125&width=650&height=450&zoom=9&level=surface&overlay=thunder&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1" width="650" height="450" frameborder="0"></iframe>
<h4>Log Viewer</h4>
<iframe src="https://plot.ardupilot.org/#/" width="650" height="450" frameborder="0"></iframe>
</body>
</html>