Tomas Zigo
                                            Tomas Zigo
                                        
                                    > However, since all addons are build into the core installation (I guiess), `g.citation -a` fails at least for some addons, like e.g. _i.gabor_: `ERROR: Module i.gabor: No HTML manual...
> What you need is to explore all addons and check their dependencies on py packages, and add the missing ones to the file above. Maybe it would be good...
> Ah, OK. Thanks @tmszi ! That is very helpful information. Should we then go on and merge this PR then (you would have to approve as merging is blocked...
Could you try this https://github.com/OSGeo/grass-addons/pull/677#issuecomment-1267802225, with your branch please?
> I could finally test this, sorry for the delay. > > Very nice, we are almost there! E.g. > > https://grass.osgeo.org/grass83/manuals/keywords.html#Sentinel --> i.sentinel.* is listed. > > The only...
> > @tmszi seems a double `//` leaks in somewhere, only discovered that now. > > I cleaned up the local server patches, updated and recompiled. > > This effect...
Could @neteler share Apache config/part of config (if it possible), please?
> > Could @neteler share Apache config/part of config (if it possible), please? > > Yes - I have sent it to you via personal email. Ok. Thanks.
> The script was then able to get past this error. However, in line 293 > predict = g.read_command("g.tempfile", pid=os.getpid()).strip() + '.txt' > a temporary file is written to hold...
> > > On windows, this leads to a filename like this: > > > D:\grass\lake\u18wgs84\bathy.tmp/unknown\13752.5.txt , which throws an escape character error in R on windows. > > >...