grass icon indicating copy to clipboard operation
grass copied to clipboard

[Bug] r.object.geometry is not in the gui menu

Open dnewcomb opened this issue 1 year ago • 5 comments

Describe the bug

r.object.geometry does not appear in the gui menu

To reproduce

search for object in tool menu r.object geometry is not listed

Expected behavior

Expect to see r.object.geometry listed

Screenshots

image

System description

GRASS 8.4.dev 20240623

  • details about further software components

g.version -rge version=8.4.0dev date=2024 revision=exported build_date=2024-06-23 build_platform=x86_64-pc-linux-gnu build_off_t_size=8 libgis_revision=8.4.0dev libgis_date=2024-06-23T17:38:02+00:00 proj=8.2.1 gdal=3.4.1 geos=3.10.2 sqlite=3.37.2

python3 -c "import sys, wx; print(sys.version); print(wx.version())" 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] 4.2.1 gtk3 (phoenix) wxWidgets 3.2.2.1

Additional context

r.object.geometry works fine when run from the command line, appears to just be missing from the GUI

dnewcomb avatar Jun 24 '24 02:06 dnewcomb

Linux version Pop!_OS Linux. compiled from source downloaded from Git 20240623

dnewcomb avatar Jun 24 '24 02:06 dnewcomb

It only appears if you use the advanced search button (I only wrote the keyword there, no option selected): image

How do we decide which tool goes into "normal" or "advanced search"? Hiding tools does not seem to be a very good strategy, imho.

veroandreo avatar Jun 24 '24 07:06 veroandreo

Looks like a mistake. @petrasovaa is there a reason why you didn't add it to menu? Generally we do have all core modules in GUI (with a few notable exceptions for non-analysis tools).

marisn avatar Jun 25 '24 06:06 marisn

Looks like a mistake. @petrasovaa is there a reason why you didn't add it to menu? Generally we do have all core modules in GUI (with a few notable exceptions for non-analysis tools).

No reason, probably I didn't think about it. Not sure where to put it though.

petrasovaa avatar Jun 27 '24 19:06 petrasovaa

Reports and Statistics could be a good home.

cwhite911 avatar Aug 16 '24 20:08 cwhite911