grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
I want to resample a raster from 15m to 460m using a Gaussian filter. **The goal** I am having a coarse image which I want to downscale. I also have...
VisibleMapset class was not reading search path properly, instead it was always just writing PERMANENT only into the path.
This is NOT a real pull request. Rather a prototype idea. Not extensively tested, no real tests written.
Fixes the non-standard behavior of top Single-Window GUI toolbars. **Bug:** - bigger icons when undocking and docking the toolbar (takes into consideration that one does not drop a toolbar during...
Inspired by #1474, this PR adds support for a zones map in t.rast.univar and t.rast3d.univar, covered by tests. Maybe also `semantic_labels` should be added to the output (if the STRDS...
**Describe the bug** When trying to reclass a complex land cover map, the module fails silently. No output. No errors. So, my script fails later, as there is no error...
**Describe the bug** Python pygrass `GridModule` class instance change LOCATION MAPSET search path. **To Reproduce** Steps to reproduce the behavior: 1. Launch GRASS GIS with **nc_spm_08_grass7** LOCATION and **landsat** MAPSET...
**Is your feature request related to a problem? Please describe.** The console deserves a better visual separation of Console output and Command prompt functionality. It is not clear which buttons...
Issue was that direct beam radiation falling on the back of some steep approx north facing (in northern hemisphere) inclined surfaces was included in direct beam results. This was caused...
This is a suggestion to replace [GNU indent](https://www.gnu.org/software/indent/) with [clang-format](https://clang.llvm.org/docs/ClangFormat.html). Attempting to bulk process the code base with `util/grass_indent_ALL.sh` as reported in #1630 (and noticed in #2270) a number of...