Markus Metz
Markus Metz
In `r.hants` and `r.series.lwr`, the option `range=0,inf` is converted to fp numbers with `atof()` which behaves like `strod()`. From the strtod manual (man strtod): "An infinity is either "INF" or...
> > 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...
@benducke The module could be made faster with a row cache, similar to `r.neighbors`. Currently each raster row is read with `Rast_get_d_row()` quite often (2 * radius + 2 times),...
Updating the mapset names in the tgis db is not easy: you have to check the current tgis db connection as defined in the `/VAR` file, then use custom SQL...
A first step for TGIS support has been done in GRASS with https://github.com/OSGeo/grass/pull/1924 to register maps from a different mapset in a stds in the current mapset.
TGIS has been enhanced in GRASS 8.0 to work with maps that are not in the current mapset. Waiting for a new deployment of actinia for testing.
What about creating a list of space-time datasets to be copied and using `t.copy`?
It seems that `ProjectionItemExt` is not really used. A `proj_ext` is initialized and set, but the info is not added to the STAC item? Alternatively, `ProjectionItemExt` could be removed and...
A GRASS vector can have no database connection at all or one or several database connections, one possible connection for each layer. The common case is that a vector has...
Instead of a new endpoint for a vector layer, the syntax also recognized by TGIS could be used: `:@`. If a layer is given, `v.db.connect -c layer= map=` could be...