grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
A space is missing between the `case` keyword and the number.
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...
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...
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...
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...
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...
* 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.,...
* missing import of pyplot * figures not shown correctly * fix wrong axes
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...
[](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...