-
Notifications
You must be signed in to change notification settings - Fork 8
[ana3;in3] add check for aimec new coordinate system #1225
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
base: master
Are you sure you want to change the base?
Conversation
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (2)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
9feb136 to
8ab6715
Compare
remove unused imports add pytest remove unused return variable
4c4ecaa to
e895c31
Compare

In the aimec analysis a new coordinate system is defined along the thalweg (avaDir/Inputs/LINES/path_aimec.shp). If the provided line has to much curvature, this can introduce overlapping parts (with respect to the original data in cartesian coordinates) in the new coordinate system.
In this PR, introduce two checks:
The second check would also cover errors of the first check, however it saves computational time if the first check already fails.