OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
791 stars 288 forks source link

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

Open dnewcomb opened 1 week ago

dnewcomb commented 1 week ago

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

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 commented 1 week ago

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

veroandreo commented 1 week ago

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.

marisn commented 1 week ago

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).

petrasovaa commented 5 days ago

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.