Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function reading BUFR file #28

Merged
merged 29 commits into from
Nov 4, 2024
Merged

Add function reading BUFR file #28

merged 29 commits into from
Nov 4, 2024

Conversation

muchojp
Copy link
Owner

@muchojp muchojp commented Nov 4, 2024

Add function reading BUFR file.

  • bufr.py
  • bufrtab file from NCEI

muchojp added 22 commits June 25, 2024 06:48
作業内容
- NOAAのサイトからBUFRのテーブルをPythonの辞書に変換 (TABLE AおよびBの一部)
作業内容
Table Bの作成
作業内容
Table Dの作成
作業内容
Table変換ツールをコミット
作業内容
各種Tableを読むメソッドを追加
作業内容
Tableから情報を取得する関数の実装
作業内容
pandasの依存関係チェック
作業内容
依存関係を更に制限し、パッケージのインストール時の検索を早く
作業内容
これまでの作業内容をpush
作業内容
requirements.txt誤り修正
作業内容
bufrクラスを追加する前のプログラムをpush
作業内容
ウィンドプロファイラが読めるようになったためpush
作業内容
ウィンドプロファイラおよび高分解能地上高層実況気象報に対応
作業内容
高分解能海上高層実況気象報対応
作業内容
CLIMATに対応
作業内容
地上気象実況報(SYNOP)に対応
作業内容
アメダスに対応
作業内容
Docstringを整備
不要なコメントアウトを削除
作業内容
README整備
@muchojp muchojp linked an issue Nov 4, 2024 that may be closed by this pull request
@muchojp
Copy link
Owner Author

muchojp commented Nov 4, 2024

GitHub Actionsで新たに追加したbufrモジュールのテストが自動実行されてないので、ci.ymlを追加してください。

作業内容
GitHub Actionsでtest_bufrが実行されるように追記
作業内容
先日リリースされたPython version3.13はpillowで引っかかったので、一旦スコープ外に
Note: This error originates from the build backend, and is likely not a problem with poetry but with pillow (9.5.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "pillow (==9.5.0)"'.
作業内容
GitHub Actionsでのエラー対応
作業内容
GitHub Actionsでのエラー対応2
作業内容
GitHub Actionsでのエラー対応3
作業内容
stringに対して0埋めを指定していたため修正
作業内容
stringに対して0埋めを指定していたため修正2
@muchojp muchojp merged commit 28ee121 into dev Nov 4, 2024
12 checks passed
@muchojp muchojp deleted the bufr branch November 4, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ウインドプロファイラを読み込み関数が欲しい
1 participant