grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/mirrors-clang-format](https://redirect.github.com/pre-commit/mirrors-clang-format) | repository | major | `v18.1.8` -> `v20.1.6` | Note: The `pre-commit`...
* use format option instead of output_format while keeping backwards compatibility * introduce new 'label_format' that used to be 'format' parameter * JSON key "label" instead of "description" * in...
This add handler, stderr, and env to gs.handle_errors. This allows construction of better exception message and calling g.message with gs.fatal. Otherwise, it follows the same rules as error passed with...
This PR fixes control path warnings by adding a return statement after fatal. For noreturn functions, use `void`. See https://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/Function-Attributes.html. > It does not make sense for a noreturn function...
This is adding r.pack files as input and output to tools when called through the Tools object. This is building on top of #2923 (which is not merged yet). The...
The `i.ortho.init` module does not correctly persist or display the use flag even when the `-r` flag is passed. This results in both incorrect reporting and improper enforcement of update...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.21` -> `3.22` | --- ### Configuration...
Update manual URLS from `grass-stable` -> `grass-devel`. Addresses #5162 (partially)
Building on top of #2923 (not merged), this adds functionality which allows accessing "packed" native GRASS rasters to be used as tool parameters in command line: ```sh grass run r.slope.aspect...
## Describe the bug The description of `grass -c` reads: `create given database, project or mapset if it doesn't exist`. If I pass non-existing database, project and mapset thus I...