Skip to content

Commit 07d7235

Browse files
authored
Update README.md
1 parent 0a6ec16 commit 07d7235

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ https://naogify.github.io/jma-wind-map/
1414

1515
## 風ベクトルデータのPNGのエンコーディングについて
1616
- 風ベクトルデータ(U, V成分)・地上10m をPNG画像にエンコードしています。
17-
- **RチャンネルにU成分、GチャンネルにV成分**を割り当てています。
18-
- データが存在しない部分は**Aチャンネル(アルファ)を0**にしています。
19-
- 詳細仕様は [weatherlayers-gl公式ドキュメント](https://docs.weatherlayers.com/weatherlayers-gl/data-sources#supported-data-types) および [データフォーマット](https://docs.weatherlayers.com/weatherlayers-gl/data-sources#supported-data-formats) を参照してください。
17+
- [weatherlayers-gl公式ドキュメント](https://docs.weatherlayers.com/weatherlayers-gl/data-sources#supported-data-types) および [データフォーマット](https://docs.weatherlayers.com/weatherlayers-gl/data-sources#supported-data-formats) で提唱されている形式でRGBエンコードしています。
18+
- [grib2 to RGB Encode PNG tools](https://github.com/naogify/grib2png.sh) を使って PNG 画像を作成しています。
2019

2120

2221
## データ可視化サンプルコード

0 commit comments

Comments
 (0)