Helmut Kudrnovsky
Helmut Kudrnovsky
random internet search [ctypes silently truncates ints larger than C int](https://bugs.python.org/issue24747): A _Python int larger than a C int but smaller than a C long is silently truncated to int...
> Hey, I solved this problem on Windows by commenting line 59 (_user32 = ctypes.WinDLL('user32')_) in the file win.py and I changed the line by: > > _user32 = ctypes.WinDLL(r'C:\Windows\SysWOW64\user32')_...
From time to time I'm using ArcGIS Pro, here some experiences and thoughts. - Starting ArcGIS Pro for a new work, for saving a _"project"_ (.aprx), you have to choose...
> @hellik Thank you for these notes. Generally, although partially relevant to this discussion, would you mind reviewing and extending the wiki page called [Terminology comparison between ArcGIS and GRASS...
>I put this up as a "proof of concept". for some kind of a "general" switch to clang?
>Would that really be such a bad thing? not a bad thing :-) Just a case of curiosity
What is the output of g.region -p?
`r.watershed --o --q -abs elevation=DEM@PERMANENT hbasin=slu_r thresh=1169` does this command work for you outside of a python script with the computational region you've posted above?
> How do I output more detail error log information? try following steps - set your computational region by g.region - set debug level by: g.gisenv set=DEBUG=3 - r.watershed --o...
It looks like an integer/buffer overflow. Could you share the DEM?