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

csmap-pyを動く状態でQGISプラグインに統合 #6

Merged
merged 9 commits into from
Jun 6, 2024

Conversation

Kanahiro
Copy link
Member

@Kanahiro Kanahiro commented Jun 5, 2024

Close #0

Description(変更内容)

以下のような状況から、QGISプラグインへの統合が妨げられていたので直しました!

  • csmap.pyとcsmap-pyのモジュール名が衝突していた(のでqcsmap.pyとしました)
  • csmapモジュールを探すディレクトリを追加する必要があった(ので追加)
  • rasterioの一部のクラスのコンストラクタの引数の数が変わっていた(ので古いバージョンに合わせた)

dem_to_csmap.pyを見ると、どのようにcsmap-pyを実行するのかが理解できると思います

なお、そのうちgit submoduleとして取り込みたいので、MIERUNE/csmap-pyと同じディレクトリ構成としています #7

Manual Testing(手動テスト)

Not required / 不要

Summary by CodeRabbit

  • 新機能

    • QCsMap クラスを導入し、QGIS 環境内で CSMap 機能を拡張します。
    • csmap_py/csmap/__main__.py にデジタル標高モデル(DEM)を処理するためのコマンドラインインターフェースを追加します。
    • csmap_py/csmap/calc.py に、NumPy 操作を使用して配列の勾配、ガウシアンフィルタの適用、曲率の計算を行う関数を追加します。
    • csmap_py/csmap/color.py に、勾配ベースおよび曲率ベースのカラースキームを使用して配列を RGB 画像に変換する関数を追加します。
    • csmap_py/csmap/process.py に、DEM を処理してカラーシェーディングリリーフ(CS)ビジュアライゼーションを生成する機能を追加します。
  • 修正

    • __init__.py ファイルで、QCsMapqcsmap モジュールからインポートするように変更します。
    • dem_to_csmap.pyDemToCsMap クラスに csmap_py.csmap.process のインポートステートメントを追加します。
    • qcsmap.py ファイルに QCsMap クラスを導入し、QGIS インターフェースと CSMap プラグイン機能を操作するためのメソッドを提供します。

@Kanahiro Kanahiro requested a review from KeiTa4446 June 5, 2024 12:03
Copy link

coderabbitai bot commented Jun 5, 2024

Warning

Rate limit exceeded

@Kanahiro has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 26 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between 0877ae5 and b0d7352.

ウォークスルー

総合的な変更の要約:ファイルごとの具体的な変更ではなく、80語以内で全体の変更内容を要約します。

変更

ファイル 変更の要約
__init__.py QCsMapqcsmapモジュールからインポートし、classFactory関数でQCsMapのインスタンスを作成するよう変更。
csmap_py 新しいファイルが導入され、サブプロジェクトのコミットハッシュa9bf18a6c9e354707d4c410dd2b0d7fdbd35b01bが追加されました。
dem_to_csmap.py DemToCsMapクラスにcsmap_py.csmap.processのインポート文とCSMapプロセスの実行ブロックが追加されました。
qcsmap.py QCsMapクラスが導入され、QGIS環境内でのCSMap機能のプラグインとして機能します。

ポエム

うさぎの詩を紡ぎて、
コードの踊りを称えよう。
QCsMapの輝きを讃えつつ、
カラフルなCSMapの旅路を歩もう。
変更の歴史を織り交ぜ、
ウサギのコードが奏でる物語。🐇🌟


Note

Summarized by CodeRabbit Free

Your organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://coderabbit.ai.

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@@ -3,9 +3,10 @@

# to import modules as non-relative
sys.path.append(os.path.dirname(__file__))
sys.path.append(os.path.join(os.path.dirname(__file__), "csmap_py"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csmap-qgis-plugin/csmap_pyというディレクトリにあるモジュールを探す、というコードです。

dem.transform.d,
dem.transform.e,
dem.transform.f + (1 + margin // 2) * dem.transform.e, # 上端の座標をマージン分ずらす
) # 古いrasterioに合わせて引数を3つ削除した
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rasterioのAffineクラスが引数を7個までしか受け付けないバージョンだったので削除しています。
アフィン変換は、変換行列の一部が定数値になるので、それを省略していたものとおもわれます、たぶん。なので結果は変わらない。

アフィン変換:
https://imagingsolution.net/imaging/affine-transformation/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QGISとCLIと両方でCS立体図を生成しましたが,見た目では結果が変わらないように思えました。



def classFactory(iface):
from csmap import CsMap
from qcsmap import QCsMap
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csmapというモジュール名はcsmap-py側で利用されているので衝突を防いでいます。

@@ -19,3 +21,14 @@ def get_and_show_input_text(self):
text_value = self.ui.lineEdit.text()
# テキストボックス値をメッセージ表示
QMessageBox.information(None, "ウィンドウ名", text_value)

# 試しにCSMapの処理を実行:ちゃんと入力・出力をUIから参照しよう
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QGISでiguchiさんが変更してくださったコードを動かしたところ,CS立体図が生成されたので,入力・出力をUIで指定できるよう取り組んでみます。

@KeiTa4446
Copy link
Member

LGTM!
前述しましたが,QGISで動作を確認できたので,UI画面から操作できるように変更していきます。

@KeiTa4446 KeiTa4446 merged commit 268158d into main Jun 6, 2024
3 checks passed
@KeiTa4446 KeiTa4446 deleted the feat/integrate-csmap branch June 6, 2024 02:11
@KeiTa4446 KeiTa4446 restored the feat/integrate-csmap branch June 6, 2024 02:12
@KeiTa4446 KeiTa4446 deleted the feat/integrate-csmap branch June 6, 2024 02:13
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.

2 participants