In short, what the Python script is supposed to do is to load and calculate ASCII type files.
With some previously pre-processed files it works without errors, mine however throw me an error, for which I can't really figure out. In any case, it looks as though my file is different from what it should be (input-wise).
Traceback (most recent call last): File "D:\TER\Scripts python\PuissantPDI.py", line 124, in for i in range (42, (42+(int(type_ncols)*int(type_nrows)))):ValueError: invalid literal for int() with base 10: 'nrows'*It is not run in any QGIS/ArcGIS software, just from the cmd or IDLE.
أكثر...
With some previously pre-processed files it works without errors, mine however throw me an error, for which I can't really figure out. In any case, it looks as though my file is different from what it should be (input-wise).
Traceback (most recent call last): File "D:\TER\Scripts python\PuissantPDI.py", line 124, in for i in range (42, (42+(int(type_ncols)*int(type_nrows)))):ValueError: invalid literal for int() with base 10: 'nrows'*It is not run in any QGIS/ArcGIS software, just from the cmd or IDLE.
أكثر...