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

## Describe the bug Running pytest in Nix development shell produces `PytestConfigWarning: Unknown config option: timeout`. Perhaps missing pytest timeout dependency? ## To reproduce - Get Nix development/build environment shell...

bug

## Background Recently, we were introducing JSON outputs and in the past, we already introduced the `format` parameter to tools like v.db.select. One question which remains is how the key-value...

enhancement
blocker

This replaces low level checks of MASK raster in the current mapset with calls of r.mask.status. GConsole and SbMask require r.mask.status to output a potential name of the mask regerdless...

GUI
Python
libraries

**Is your feature request related to a problem? Please describe.** In https://github.com/OSGeo/grass/pull/4366, there were three failures that remained to be fixed to work properly on Windows. The hardest one concerned...

enhancement

The text of the man page did not reflect the actual parameter name 'radius'. Also added more SEE ALSO references to acknowledge the existence of a series of support modules.

HTML
module
docs
imagery

This PR adds regression tests for the `r.buffer` module to ensure its functionality remains intact with future code changes. The following test cases are covered: test_buffer_creation(): Verifies the creation of...

raster
Python
module
tests

When I try to run GRASS from the desktop the GUI doesn’t open. Running the GUI from the command prompt returns an error related to wxpython. ``` GRASS tmpproject/PERMANENT:~ >...

bug

Using logarithm function call with zero argument will lead to a pole error, which occurs if the mathematical function has an exact infinite result. Check if the argument value is...

C
module
imagery

The dev-help Nix message says: > Note: run 'nix flake update' from time to time to update dependencies. However, the dependencies are updated in the CI, no? Probably also not...

enhancement

## Describe the bug The SVG files produced by v.out.svg do not contain any of the attributes selected ## To reproduce Simply export any vector file and select one or...

bug