Markus Neteler

Results 65 issues of Markus Neteler

**Describe the bug** Using GRASS GIS 8 with Python 3.11 leads to: ``` grass /usr/bin/grass:68: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead ENCODING = locale.getdefaultlocale()[1] /usr/bin/grass:1417: DeprecationWarning: Use setlocale(), getencoding()...

bug
Python

**Is your feature request related to a problem? Please describe.** Some location wizard GUI windows are not resizable (see screenshot below). **Describe the solution you'd like** If possible, all location...

enhancement
GUI

**Is your feature request related to a problem? Please describe.** Nowadays some users expect that they can simply "swipe" geodata into the GUI. **Describe the solution you'd like** While this...

enhancement
GUI

**Is your feature request related to a problem? Please describe.** The GRASS GIS 8 GUI shows a very helpful infobar at initial startup: ![grass8-start](https://user-images.githubusercontent.com/1295172/174065563-32a1a481-2401-4559-889f-d0165d6b11c9.png) This is not shown any more...

enhancement
GUI

**Describe the bug** This is a followup to "[GRASS-user] v.rast.stats error: "Unable to seek"": Hypothesis: memory leak in r.random.surface See: https://lists.osgeo.org/pipermail/grass-user/2021-May/082433.html **To Reproduce** Steps to reproduce the behavior: GRASS GIS...

bug

Fixes the following compilation error: ``` g++ -c -pipe -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wextra...

**Describe the wish** So far the keywords of GRASS GIS addons are not yet added to (injected): `Keywords - Index of GRASS GIS modules` https://grass.osgeo.org/grass-stable/manuals/keywords.html This being solved during addon...

manual

At time, the minor version is hardcoded in the crontab related to writing out the logs, e.g.: https://github.com/OSGeo/grass-addons/blob/5a2e92ddedb2a6c996d773df4a432dc25f7fe50a/utils/cronjobs_osgeo_lxd/cron_job_list_grass#L35 A solution is needed to avoid future editing with every minor release.

I saw in one of these files a mention of the test using the North Carolina data sets, and I see it often in the tests, I assume it is...

CI