grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

Results 637 grass issues
Sort by recently updated
recently updated
newest added

I try to run the r.watershed in GRASS 7.8.5 or 7.9, but get 'g_spawn: unable to execute command.' windows 10 2004 version. I cannot deal with this error. Why cause...

bug
Windows

**Is your feature request related to a problem? Please describe.** It would really be nice to be able to control the opacity of a group selection of layers in g.gui...

enhancement
GUI

This PR fixes an unintended integer overflow by the `int size_array(..., int, int)` function. The new return type of this function is `size_t`, and takes `size_t` nrows and ncols. Before...

enhancement
raster
C
module

- [x] Links to latest (current) stable in notebooks use the grass-stable URL. - [x] singularity: Use tag instead of branch. Use an old tag for the example. Avoid using...

bug
Linux
HTML
libraries
module
docs
general
notebook

Fix one or more of the issues reported by Flake8. This issue is not something which will be fixed by one PR. Instead, it serves as a pointer to the...

bug
good first issue
Python

**Describe the bug** The PR #3340 shows a failure on macOS (interestingly not elsewhere in the CI): The CI run: https://github.com/OSGeo/grass/actions/runs/7443389462/job/20248214350?pr=3340 shows ``` Running ./scripts/g.extension/testsuite/doctest.sh... ======================================================================== + set -e +...

bug
CI
Python

**Describe the bug** A clear and concise description of what the bug is. The test suite is ran after the builds in CI for the three OSes. However, failed tests...

bug
Windows

**Is your feature request related to a problem? Please describe.** It is obvious that not everyone/everything(!) is using pre-commit, which is OK as it was never a requirement. We have...

enhancement
CI

I'm launching a small discussion here, as I was attentively passing through some code paths. Should the list of possible arguments passed to `Popen` from our `Popen` wrapper be kept...

Python

When ccmath library was introduced in 49b8066c8f8290758a507152548d7c74a5f1b9bc most of arrays were moved to 0 based indexing but some locations got missed. Most likely it is the source of a crash...

bug
C
errata