grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

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

Hi there, This is the very basic idea of how I am thinking of implementing the feature to allow users to draw computational regions and save them for later purposes....

Python
libraries
notebook

Only applies fixes to non-empty collections by `ruff check --select "C408" --unsafe-fixes --output-format=concise --fix` in order to limit the review scope. Continuation of https://github.com/OSGeo/grass/pull/3947, but for the remaining code (for...

GUI
vector
raster
Python
libraries
module
general

## Describe the bug Large datasets seem to cause a segfault. Investigating the resulting coredump, the stack trace was 100k lines long: ``` (gdb) bt #0 0x0000555c25ff41a6 in recurse_list (flag=flag@entry=117042,...

bug

Only applies fixes to non-empty collections by `ruff check --select "C408" --unsafe-fixes --output-format=concise --fix --config 'include = ["*/testsuite/**.py"]'` in order to limit the review scope. Continuation of #3945, but for...

vector
raster
Python
libraries
module
tests
raster3d

## Describe the bug PDAL released 2.7.2 today. Contrary to the other releases, that new release doesn't include the same assets that are used in build scripts. Thus, downloading with...

bug

When building the image, only PROJ 8.2.1 is available, and PDAL 2.7.2 checks for PROJ 9.0+ This is a temporary fix to continue having working Docker builds. Renovate will open...

docker

Based on the discussion in https://github.com/OSGeo/grass/pull/3917, this PR adds a function to make the parser determine the number of threads, mainly for the standard option `G_OPT_M_NPROCS`. >- nprocs > 0...

C
libraries

Only applies fixes to empty collections by `ruff check --select "C408" --unsafe-fixes --fix --config "lint.flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true"` in order to limit the review scope. Part of preparing the repo for...

GUI
raster
Python
libraries
module
general
tests

**Is your feature request related to a problem? Please describe.** Pylint configuration options changed so much since the last time the pylint version changed that upgrading to a new version...

enhancement
good first issue