Māris Nartišs
Māris Nartišs
It is a bit pity that the astyle script present in the code base can not be run after making modifications to files. I replaced all cache specific child init...
> I don't see a reason why `range=0,inf` should not work on MS Windows. A broken version of atof/strtod in the operating system? There is a bug report for mingw:...
It depends on database in use. SQLite does not support backslash escape characters thus output looks like this (yes, that's `CHAR(10)` instead of `\n`): ``` v.db.select map=p1 cat|FID|my_text 1|0|one two...
> I think comparing `q1 != 0.0` is not going to work for float numbers, usually you would compare it with a threshold. Please see how GRASS_EPSILON is used. Usually...
1st error indicates that you only provided one value for radius parameter. Specify two comma separated values – one for each of filters. Use same value in case if radius...
Looking at the code shows that radius is used to calculate raster rows and columns. Thus any small value not resulting in an increment of row/col count doesn't make a...
@metzm could you help with this one?
> Just one more question before I close the issue. Do not close this issue as in its new form it is still valid – essence of this discussion should...
See also https://trac.osgeo.org/grass/ticket/3440
> GCC and CodeQL are not happy. Otherwise no idea without testing or tests, sorry. There are more issues as some values are calculated incorrectly if input data is not...