Skip to content
slvr-dell edited this page Sep 30, 2020 · 1 revision

以下の内容はほとんどが、teamsの内容と同じ。

Python

  • met_pre_batch_to_cache.py: WMO/NOAA batch fileをcacheに変換するプログラム。【実装済】
  • met_pre_cache_to_bach.py : cacheをWMO batch fileに変換するプログラム。【実装済】
  • met_pre_bufr_to_arrow.py : cacheのBUFRをApache arrowに変換するプログラム。【初期実装済】
  • met_pre_grib_to_arrow.py : cacheのGRIBをApache arrowに変換するプログラム。【未実装】
  • met_pre_alphanumeric_code_to_arrow.py : cacheのAN codeをApache arrowに変換するプログラム。【未実装】
  • met_pre_arrow_to_tile_arrow.py : Apache arrowをタイル形式(https://maps.gsi.go.jp/development/ichiran.html)にしたApache arrowに変換するプログラム。【実装済】

JavaScript or TypeScript

-> arrowファイルを読み込んで、Cesiumで表示する機能を作成。tile形式のデータには未対応

  • Perspective(https://github.com/finos/perspective) or D3(https://github.com/d3/d3)のtile arrowプラグイン tile arrowを読み込んでテーブルや表を表示させるプラグイン。【実装中(小関)】 -> perspectiveを使用予定。arrowファイルを読み込んで、webページ上に表示する機能を作成。tile形式のデータには未対応

サイト

セキュリティ監査対応及びコストを減らすため、静的サイトジェネレータのGatsbyを利用。HTMLで管理するよりMarkdownで管理した方が差分が分かりやすい。 Gatsby : https://github.com/gatsbyjs/gatsby

Clone this wiki locally