grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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...
**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...
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...
- [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...
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...
**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 +...
**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...
**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...
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...
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...