Skip to content

Commit bc89794

Browse files
committed
Merge branch 'main' of github.com:naogify/weather-map
2 parents 16ecb1f + a3d0cfb commit bc89794

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# jma-wind-map
22

3+
![スクリーンショット 2025-07-17 0 08 39](https://github.com/user-attachments/assets/119a35c9-32d8-4d9f-b60e-0d35f1cd5c0f)
34

4-
![スクリーンショット 2025-07-16 22 57 07](https://github.com/user-attachments/assets/66ff21e4-4aeb-440f-ba8e-5f74ed26240a)
5-
6-
[気象庁「全球数値予報モデルGPV (GSM全球域)」](https://www.data.jma.go.jp/developer/gpv_sample.html)データ(GRIB2)から風ベクトル(U、V)データを取得しRGBエンコーディングしたPNGを可視化するサンプルです。
5+
[気象庁「全球数値予報モデルGPV (GSM全球域)」](https://www.data.jma.go.jp/developer/gpv_sample.html)データ(GRIB2)から風ベクトル(U、V)データを取得しRGBエンコーディングしたPNGを地図上に可視化するサンプルです。
76

87
## デモURL
98
https://naogify.github.io/jma-wind-map/
@@ -64,3 +63,10 @@ npm run dev
6463

6564
## データ出典
6665
[気象庁「全球数値予報モデルGPV (GSM全球域)」](https://www.data.jma.go.jp/developer/gpv_sample.html)を加工して作成
66+
67+
## 参考
68+
このプロジェクトは以下のプロジェクトに触発されて作成しています。
69+
70+
- https://github.com/Kanahiro/japan-windmap-example
71+
- https://github.com/shiwaku/japan-windmap-example
72+

0 commit comments

Comments
 (0)