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