I did a spatial join (on intersects()) between the migrated and the original ("ori_") layer. As you can see in this example:
The ID has changed (I think it is now the row_id)
The final_exchange_level is -89.74, while it should be exchange_level - maximum_breach_depth = -96,39.
I think these issues are related, because if I join the original and the migrated layers by ID, ori_exchange_level - ori_maximum_breach_depth = final_exchange_level in all cases.
UPDATE I now see the changing of ID also occurs in the migration of obstacles and grid_refinement_areas. Please check if this issue is more widespread. @margrietpalm please also have a look at this
Example dataset: RORPRI-_dijktraject_13-5_T10_T3000.zip
I did a spatial join (
on intersects()
) between the migrated and the original ("ori_") layer. As you can see in this example:row_id
)final_exchange_level
is -89.74, while it should beexchange_level - maximum_breach_depth = -96,39
.I think these issues are related, because if I join the original and the migrated layers by ID,
ori_exchange_level - ori_maximum_breach_depth = final_exchange_level
in all cases.UPDATE I now see the changing of ID also occurs in the migration of obstacles and grid_refinement_areas. Please check if this issue is more widespread. @margrietpalm please also have a look at this