-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi,
Lets suppose we work with land data.
Of course we have to take into account the relief (elevations).
If the land elevation is above sea level (say +100
meters) then probably model's vertical origin should start with -100
right? and vertical spacing is positive (say +25
m).
The problem is that I don't know what sign should have RecGroupElevation
and SourceSurfaceElevation
.
I think they should be -100
m but anyway JUDI reads them by absolute value: link1, link2.
In this case most likely the JUDI will treat them as they located below sea level.
Also there is more difficult case when elevation on the profile vary from positive to negative values.
Taking absolute elevations will lead to incorrect geometry.
If all my elevations are above sea level may I set vertical origin to positive (+100
m) and vertical spacing to negative (-25
m)?