QGEP / qgepqwat2ili

3 stars 3 forks source link

Mapping qwat_od.part #26

Open sjib opened 3 years ago

sjib commented 3 years ago

From the corresponding value list qgep_vl.part_type these objects look like Rohrleitungsteil.Art (e.g. raccord en T -> T_Stueck)

https://github.com/QGEP/qgepqwat2ili/blob/8bd11d5ddc9bd455247440e141ccbcad842a6446/qgepqwat2ili/qwat/mapping.py#L42

olivierdalang commented 3 years ago

Not too sure how to map that.

In QWAT, it seems "part" has a relation to a pipe, while in SIA405, it has a relation to a "leitungsknoten". So :

  1. we don't know to which leitungsknoten we want to attach it
  2. there's no relation between the leitungsknoten and the pip anyway (due to missing hydraulics classes)
  3. we don't have the SIA405 mapping yet.

So I'd suggest to keep this for a further improvement once QWAT is more similar to SIA405, is that OK ? Otherwise how do you suggest to do the matching ?