Markus Neteler
Markus Neteler
(please report the SVN-g.extension issue here: https://github.com/OSGeo/grass/issues)
Anything still to do here?
The problem is here: in #64 the SVN based "Date" tag was comment out since it no longer functions after the move to git(hub): https://github.com/OSGeo/grass-addons/blob/619f9f9acf88149598fb50cbc0daaf9d5d3741a8/grass7/general/g.citation/g.citation.py#L189 Hence it fails. "Easy" workaround:...
I suppose it is an addon bug since other addons can be installed. The replacement of `python` with `python3` is needed in `g.extension`.
Shall we replace those "offending" symbols in `r.green` or modify anything else? Any suggestion, @zarch ?
Any suggestion how to deal with this?
HI @kalxas Did you eventually success with the pip installation of actinia?
(kept open for https://github.com/mundialis/actinia-stac-plugin/pull/58)
Here a dirty hack to change mapset names in `tgis/sqlite.db`: 1. dump SQLite DB, change mapset names on the fly and save to new dump file 2. restore new dump...
FYI, here the related GRASS GIS black workflow: https://github.com/OSGeo/grass/blob/main/.github/workflows/black.yml