Paulo van Breugel
Paulo van Breugel
Good to hear you found the solution. If solved, perhaps good to close the bug report.
Tested on Ubuntu 20.04, GRASS GIS version 7.8.6 and 8.0. In both cases, the addon works as advertised, so the problem is with Windows.
@petrasovaa and @cwhite911, I noticed that this is awaiting workflow approvals. Is this fine otherwise to be merged? Or does it need more review?
I am not sure if this is related, but if I install a python addons using g.extension, the bat file in the bin folder reads (for example): `@"%GRASS_PYTHON%" "%GRASS_ADDON_PATH%/scripts/r.clip.py" %*`...
HI @lucadelu thanks for looking into this. I got it to work using the oswlib library. I am not very familiar with these kind of calls, but perhaps the code...
Is this still an issue? I had what seems to be a similar issue but with pyplot from matplotlib. I imported pyplot in the main() function, while using it in...
> Nice addition, @ecodiv . Ready to merge? If not objections from others, yes
Would it be an option to add the choice between meteorological and astronomical seasons?
The following works nicely as advertised. ``` t.rast.aggregate.seasons input=precs years=2005,2006,2007 basename=seasons1 method=average ``` If I also define the output, I get an empty stdrs (i.e., no actual raster layers are...
> > The following works nicely as advertised. > > ``` > > t.rast.aggregate.seasons input=precs years=2005,2006,2007 basename=seasons1 method=average > > ``` > > > > > > > > >...