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

PLATEAUモデル: 都市設備(CityFurniture)の実装 - 続き #70

Merged
merged 6 commits into from
Dec 19, 2023

Conversation

xinmiaooo
Copy link
Member

@xinmiaooo xinmiaooo commented Dec 15, 2023

close #55

  • 都市設備(CityFurniture)の実装の属性を全て実装
  • uro:cityFurnitureDataQualityAttributeを持つテストデータ(川崎市)に差し替える

以下はメモ
ーーーーーーーーーーーーー

確認事項

  • namesapceがgmlとcoreの属性は書かない?
  • 継承関係する属性と自身に定義された属性の対応
  • i-urの属性は/iur/city_furniture.rsに書いている
  • テストはどこまでが必要
  • buildings.rsにあったこの書き方はどういう意図?
    #[citygml(path = b"bldg:outerBuildingInstallation/bldg:BuildingInstallation")]
    pub outer_building_installation: Vec<BuildingInstallation>,

12月15日 夕会メモ

このプロジェクトでいち早くv3.2のPlateau City GMLが入手できるようだけど、他プロジェクトで見たい人いるかな、あとで聞いてみよう
(こういうパスワード久々に見た)
■横浜(アクセスパスワードは「1234567890」、公開期限11/20)
https://aasdex2.ajiko.co.jp/public/5h4swNzFc0pbDlq6TLfp1BI_CIvh_G_OVKYMhLfS
  • PLATEAU Viewを使って「都市設備」のある場所を調べる
    image

  • LODの高いデータを見る

  • テストに使いやすいデータを共有する

@xinmiaooo xinmiaooo marked this pull request as draft December 15, 2023 03:06
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

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

Files Patch % Lines
nusamai-plateau/src/models/iur/uro/common.rs 0.00% 8 Missing ⚠️
...samai-plateau/src/models/iur/uro/city_furniture.rs 25.00% 3 Missing ⚠️
Additional details and impacted files
Components Coverage Δ
tauri-app ∅ <ø> (∅)
nusamai-* 83.05% <15.38%> (+3.69%) ⬆️

📢 Thoughts on this report? Let us know!

@xinmiaooo xinmiaooo requested a review from a team December 18, 2023 09:33
@xinmiaooo xinmiaooo marked this pull request as ready for review December 18, 2023 09:34
i-UR 関係のモデルのモジュールなどを少し整理する。一旦 #70 に対してマージする。
@ciscorn ciscorn self-requested a review December 18, 2023 15:07
@ciscorn
Copy link
Member

ciscorn commented Dec 18, 2023

レビューでお願いするかわりに、i-UR まわりを #80 で少し整理してみました。

Copy link
Member

@ciscorn ciscorn left a comment

Choose a reason for hiding this comment

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

ありがとうございます!

施設管理の応用スキーマと公共測量標準図式の応用スキーマまわりの正しい扱いは今後の課題として、いったんこれでOKということにしましょう。

Copy link
Member Author

@xinmiaooo xinmiaooo left a comment

Choose a reason for hiding this comment

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

レビュー&実装がありがとうございます!一旦マージします!

nusamai-plateau/src/models/cityfurniture.rs Show resolved Hide resolved
@xinmiaooo xinmiaooo merged commit cccf737 into main Dec 19, 2023
3 of 4 checks passed
@xinmiaooo xinmiaooo deleted the plateau-model-CityFurniture-2 branch December 19, 2023 01:01
ciscorn added a commit that referenced this pull request Dec 19, 2023
#70 を補助するPRとして、#81 の問題の一部を解決する)

施設管理まわりと公共測量標準図式まわりについて、おおよその形を示してあります。

すべてを実装しているわけではなく、特に、大量の `FacilityAttribute` まわりについては一切実装していないです。

CityFurniture でこれらのデータが付属するものは今のところなさそうなので、テストもありません。
ciscorn added a commit that referenced this pull request Dec 27, 2023
i-UR 関係のモデルのモジュールなどを少し整理する。一旦 #70 に対してマージする。
ciscorn added a commit that referenced this pull request Dec 27, 2023
#70 を補助するPRとして、#81 の問題の一部を解決する)

施設管理まわりと公共測量標準図式まわりについて、おおよその形を示してあります。

すべてを実装しているわけではなく、特に、大量の `FacilityAttribute` まわりについては一切実装していないです。

CityFurniture でこれらのデータが付属するものは今のところなさそうなので、テストもありません。
ciscorn added a commit that referenced this pull request Dec 27, 2023
i-UR 関係のモデルのモジュールなどを少し整理する。一旦 #70 に対してマージする。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PLATEAUモデル: 都市設備(CityFurniture)
2 participants