Skip to content

Commit

Permalink
feat: add data_acquisition field to DataQualityAttribute struct for e…
Browse files Browse the repository at this point in the history
…nhanced data tracking
  • Loading branch information
miseyu committed Nov 21, 2024
1 parent 8aada32 commit c938cee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nusamai-plateau/src/models/iur/uro/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ pub struct DataQualityAttribute {
#[citygml(path = b"uro:lod1HeightType")]
pub lod1_height_type: Option<Code>,

#[citygml(path = b"uro:dataAcquisition")]
pub data_acquisition: Option<String>,

#[citygml(path = b"uro:tranDataAcquisition")]
pub tran_data_acquisition: Option<String>,

Expand Down

0 comments on commit c938cee

Please sign in to comment.