[GRASS-user] i.histo.match

Dear Grass team
I’m trying to use the add on i.histo.match in grass 7.8.2 but something is not going well.

GRASS 7.8.2 (tmploc):/tmp > i.histo.match input=570-0000000000-0000023296.1,570-0000000000-0000023296.1 output=mosaic max=4000 --overwrite --verbose
WARNING: Bug in UI description. Missing module description

Usage:
i.histo.match [–help] [–verbose] [–quiet] [–ui]

ERROR: i.histo.match: Sorry, is not a valid parameter
ERROR: i.histo.match: Sorry, is not a valid parameter
ERROR: i.histo.match: Sorry, is not a valid parameter

The warning also appears during the i.histo.match installation.
Seams that the full command options are not accepted.

Could please suggest the best solution for the problem?
Thanks
Giuseppe

Hi Giuseppe,

Giuseppe Amatulli <giuseppe.amatulli@gmail.com> schrieb am Di., 27. Sep. 2022, 15:38:

Dear Grass team
I’m trying to use the add on i.histo.match in grass 7.8.2 but something is not going well.

GRASS 7.8.2 (tmploc):/tmp > i.histo.match input=570-0000000000-0000023296.1,570-0000000000-0000023296.1 output=mosaic max=4000 --overwrite --verbose
WARNING: Bug in UI description. Missing module description

I assume that you compiled GRASS GIS yourself?

This error usually indicates that a clean recompilation is needed, with

make distclean

as the first step.

The warning also appears during the i.histo.match installation.

So, first a clean GRASS compilation, then add-ons on top.

Hope this helps,
Markus

PS: GRASS GIS 8 is highly recommended!

Hi Markus,
thanks for your reply and sorry for my late reply.
Yes indeed I have used the GRASS GIS 8 on the docker format (at Yale Cluster) and the i.histo.match works fine.
Thanks for pointing that out!!!
Keep in touch
Giuseppe

On Tue, 27 Sept 2022 at 15:54, Markus Neteler <neteler@osgeo.org> wrote:

Hi Giuseppe,

Giuseppe Amatulli <giuseppe.amatulli@gmail.com> schrieb am Di., 27. Sep. 2022, 15:38:

Dear Grass team
I’m trying to use the add on i.histo.match in grass 7.8.2 but something is not going well.

GRASS 7.8.2 (tmploc):/tmp > i.histo.match input=570-0000000000-0000023296.1,570-0000000000-0000023296.1 output=mosaic max=4000 --overwrite --verbose
WARNING: Bug in UI description. Missing module description

I assume that you compiled GRASS GIS yourself?

This error usually indicates that a clean recompilation is needed, with

make distclean

as the first step.

The warning also appears during the i.histo.match installation.

So, first a clean GRASS compilation, then add-ons on top.

Hope this helps,
Markus

PS: GRASS GIS 8 is highly recommended!