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

Ok, what's your rule about which issues should have which milestone? I think it's something that can be automated a little. Like all new PRs that target main and don't...

**Describe the bug** I'm trying to debug something and tried using Docker to run some steps after the build. I observed that for the ubuntu without gui, the end of...

bug

**Describe the bug** (Caveat: I am not sure if this is a bug or just inadequate documentation.) I am able to setup and compile GRASS GIS on windows (mostly) following...

bug

**Is your feature request related to a problem? Please describe.** [libdeflate](https://github.com/ebiggers/libdeflate) is reported to be about 2-4x faster than zlib (Fedora changes GDAL compilation from zlib to libdeflate, see request...

enhancement

Allow the user save/load single-window mode panes layout. Closes #3212, #3210. https://github.com/OSGeo/grass/assets/50632337/08e206b2-76f9-42d9-8009-49e68f2e4b2e

enhancement
GUI
Python
docs

**Describe the bug** A clear and concise description of what the bug is. Pylint running through pytest jobs fail in CI. Pytest released version 8 15 hours ago and some...

bug

- [x] Add test cases for r.proj

enhancement
gsoc
raster
Python
module
tests

**Describe the bug** If the GUI is projected on a monitor, the window does not appear if the workspace is reopened after the HDMI cable is removed. I have a...

bug

* fix instructions in g.gui.example README * fix arguments in ExampleMapDialog.dataSizer.Add() * ExampleInfoTextManager.textCtrl.SetDefaultStyle() -> SetFont() * iteritems() -> items() * _getToolbarData(): fix syntax fix #3232

bug
GUI
Python
backport to 8.3

The last week the Windows CI runner failed with linking failure, the reason was reported here: https://github.com/msys2/MINGW-packages/issues/15469. Searching for a fix/alternative/solution I came up with this PR. The original solution...

CI