File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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## データ可視化サンプルコード
You can’t perform that action at this time.
0 commit comments