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
trafficstars

**Describe the bug** There is a branch named *Rele*, which probably was accidentally created on official GRASS git repo (https://github.com/OSGeo/grass/tree/Rele). If the branch was intentionally created, please close this report....

bug

**Describe the bug** Using the r.horizon module with the relevant parameters direction=0, start=0, end=45. step=14, it only calculates 3 maps for angles 0.00, 14.00 and 28.00, while it should calculate...

bug

**Describe the bug** Building GRASS GIS gives several `can't handle line breaks in ...` warning messages. These come from running `utils/g.html2man/g.html2man.py` which, I assume, can't convert some of the HTML...

bug
good first issue
Python
HTML

**Is your feature request related to a problem? Please describe.** Trying to use custom proj pipelines in `r.proj` or `v.proj` results in the following error messages, seemingly independent of what...

enhancement

- i.evapo.pm curly bracket - New lines at EOF (issues reported as cmp: EOF on ... after byte ...)

enhancement

**Describe the bug** It may be a good idea to run a bulk re-indentation of all C/C++/h files before releasing GRASS GIS 8.0.0 (similar to the Python reformatting already done)....

bug

GNU indent reports 'Warning:old style assignment ambiguity in "=*". Assuming "= *"' and is right. See also #1630.

https://github.com/OSGeo/grass/blob/6b61d1087ba9cf7429df8830c636a827bc5c3f5d/Dockerfile#L1 This file should be removed as the latest ones are in `docker/`.

**Describe the bug** The `--with-wxwidgets` option sets the `with_wxwidgets` variable, but this is no longer used anywhere. This option was entirely removed in 3e6f76140d81b01f798b23dc26750a81cbc90f1c but then f1bb8d5ee89819918f9ce5d82c2026b34a051214 added PDAL support...

bug

r.kappa has some strange design decisions and produces strange or outright wrong output if input data doesn't match its expectations. This PR fixes: * printing garbage instead of NA for...

raster
C