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

A space is missing between the `case` keyword and the number.

C
module
raster3d

Use parson to add json output format support to the r.univar module. Expected JSON schema: At the root is an array, each element of which has the stats for a...

raster
Python
C
HTML
module
docs
tests

Use G_getl2 in G_getl to have everywhere the same behavior of supporting all newlines. Originally, G_getl2 was created to keep the behavior of G_getl. However, now, we want G_getl2 behavior...

Python
C
libraries
tests

This pull request fixes several instances of out-of-bounds array access in the `computations.cpp` file within the `i.atcorr` module. Specifically, it addresses issues where negative indices were being used to access...

C++
module
imagery

This PR adds two examples into `doc/examples` which can be compiled as GRASS modules and executed. It adds 3 new sections to the library dox file: about general use with...

enhancement
C
HTML
libraries
docs

This PR addresses issue #2187: the `v.out.ogr` module fails to export vector layers from a location whose CRS does not have an entry in the EPSG registry. The root cause...

vector
Python
C
module
tests

* speed up (e.g., do not run loops if one run is sufficient) * lower the amount of code duplicity * remove lines that actually do not do anything (e.g.,...

Python
module
imagery

* missing import of pyplot * figures not shown correctly * fix wrong axes

bug
Python
module
imagery

This PR fixes the coverity issue in #3857. The number of threads should be at least > 1. - if nprocs > 0, set the number of threads by nprocs...

raster
C
module

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://python.org) ([source](https://togithub.com/python/cpython)) | minor | `3.10` -> `3.12` | --- ### Release Notes...

CI