spacesyntax / CatchmentAnalyser

Calculate catchments from multiple origins using multiple costs.
GNU General Public License v3.0
0 stars 1 forks source link

Recursion limit reach with more than 1200 origins #4

Open laurensversluis opened 7 years ago

laurensversluis commented 7 years ago

sys.setrecursionlimit(limit

jorgegil commented 7 years ago

There is some vey dangerous recursion in the convex hull algorithm within nested while loops! That's a recipe for disaster at the smallest error. For that reason those loops should be re-designed.

This happens even with fewer origins (for example 10) but in large and dense networks.