-
Notifications
You must be signed in to change notification settings - Fork 2
Home
slvr-dell edited this page Sep 30, 2020
·
1 revision
以下の内容はほとんどが、teamsの内容と同じ。
- 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に変換するプログラム。【実装済】
- Cesium(https://github.com/CesiumGS/cesium)のtile arrowプラグイン tile arrowを読み込んでCesiumに表示させるプラグイン。【pointの描画についてのみ実装済(小関,野依)】
-> 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