spacesyntax / CatchmentAnalyser

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

Cannot use more than 256 origins #20

Open jorgegil opened 7 years ago

jorgegil commented 7 years ago

Currently every origin translates into a column in the network output, but there are limits to the number of columns in a table. So the tool must check if the origins table size exceeds this limit, and warn the user.