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