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

都市オブジェクトの構造体を "Objectify" する仕組み #42

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

ciscorn
Copy link
Member

@ciscorn ciscorn commented Dec 6, 2023

Rustの構造体として読み込まれたCityGMLの都市オプジェクトを、より汎化されたデータ型での表現(JSONのようなものをイメージしてもらえれば)に変換できるようにする。これによって後段での加工や、出力ドライバでの扱いができるようになる。

今後も色々とブラッシュアップしていくと思いますが、大枠はこれでいいのでいったんPR投げます。

object

Closes #40

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Files Patch % Lines
nusamai-plateau/citygml/src/model.rs 0.00% 99 Missing ⚠️
nusamai-plateau/citygml/src/object.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
Components Coverage Δ
tauri-app 0.00% <ø> (ø)
nusamai-* 61.20% <39.52%> (-2.06%) ⬇️

📢 Thoughts on this report? Let us know!

Copy link
Collaborator

@nokonoko1203 nokonoko1203 left a comment

Choose a reason for hiding this comment

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

@ciscorn LGTMです!
が、疑問があったので暇な時にでも回答いただけると嬉しいですー!

nusamai-plateau/examples/parse.rs Outdated Show resolved Hide resolved
nusamai-plateau/citygml/src/object.rs Outdated Show resolved Hide resolved
@ciscorn ciscorn force-pushed the feature/citygml-objectify branch 7 times, most recently from 82fe4c9 to 924ef3e Compare December 7, 2023 03:25
@ciscorn ciscorn merged commit 61c81e8 into main Dec 7, 2023
1 check passed
@ciscorn ciscorn deleted the feature/citygml-objectify branch December 7, 2023 03:27
ciscorn added a commit that referenced this pull request Dec 27, 2023
Rustの構造体として読み込まれたCityGMLの都市オプジェクトを、より汎化されたデータ型での表現(JSONのようなものをイメージしてもらえれば)に変換できるようにする。これによって後段での加工や、出力ドライバでの扱いができるようになる。

今後も色々とブラッシュアップしていくと思いますが、大枠はこれでいいのでいったんPR投げます。

<img width="484" alt="object"
src="https://github.com/MIERUNE/nusamai/assets/5351911/49fa57a7-1b6c-4c89-97ff-9b5904c23045">

Closes #40
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.

都市オブジェクトの構造体を "Objectify" する仕組み
2 participants