grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

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

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

CI

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

raster
Python
C
HTML
module
docs
markdown
tests

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

Python
libraries
tests

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

raster
C
libraries
module

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

enhancement
Python
libraries
tests

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

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.21` -> `3.22` | --- ### Configuration...

docker

Update manual URLS from `grass-stable` -> `grass-devel`. Addresses #5162 (partially)

manual
vector
raster
module
docs
markdown
general
imagery

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

enhancement
Python
libraries
tests

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

bug
Python