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

corrected raise by for datum ref #302

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

panosatha
Copy link
Collaborator

@panosatha panosatha commented Apr 25, 2024

Corrected raise by datum method:

Before it was checking if the ground flood height is larger than the raise by value value and if not it was giving the ground floor height the raise by value.

The corrected method checks if the total elevation of the object (ground elevation + ground floor height) is smaller than the raise by value and if yes, it changes the ground floor height to reach that level.

@panosatha panosatha requested a review from Santonia27 April 25, 2024 08:43
@panosatha panosatha marked this pull request as ready for review April 25, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raise by DATUM is currently increasing the elevation above ground and not datum
2 participants