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

* Can perform SQL VACUUM. * Can enable auto-vacuum for SQLite.

enhancement
Python
database

**Describe the bug** WinGRASS standalone installer is compiled with errors. **To Reproduce** Steps to reproduce the behavior: 1. Install [WinGRASS-8.3.dev-56986425a-1-Setup.exe standalone installer](https://wingrass.fsv.cvut.cz/grass83/WinGRASS-8.3.dev-56986425a-1-Setup.exe). 2. Launch GRASS GIS 3. See error ```...

bug
Windows

**Describe the bug** Single-window GUI does not open **To Reproduce** Open GRASS. Opens in multi-window GUI. Go to Settings - check single-window GUI option. Exit GRASS Start GRASS GUI doesn't...

bug
GUI

Fixes #2493. `CheckListCtrlMixin` class is [obsolete](https://docs.wxpython.org/wx.lib.mixins.listctrl.CheckListCtrlMixin.html) and `OnCheckItem` method doesn't work with wxPython 4.1.1 version. Instead of that, an event `wx.EVT_LIST_ITEM_CHECKED`,` wx.EVT_LIST_ITEM_UNCHECKED` is binded to the widget LayersList widget.

bug
backport_needed
GUI

**Describe the bug** When running v.in.ogr using the gui, selecting a layer is ignored, i.e., it does not result in only that layer being imported. **To Reproduce** Steps to reproduce...

bug
GUI

# Support for SQLite tables WITHOUT ROWID I often create [VIEW](https://www.sqlite.org/lang_createview.html)s in sqlite and I tend to prefeer to create my SQLite tables [WITHOUT ROWID](https://www.sqlite.org/withoutrowid.html), but it seems like many...

enhancement

**Describe the bug** Import SQLite geometry data via wxGUI Import vector data dialog doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI 2. From the Data catalog...

bug
backport_needed
GUI

**Describe the bug** When map preview is rendered and Cartographic Composer frame is closed, error message is printed. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI Cartographic Composer...

bug
backport_needed
GUI

The option to run GRASS modules in parallel (in python) is implemented via the [ParallelModuleQueue](https://github.com/OSGeo/grass/blob/d0b904f6e9077ee5f09f80e8ddbc9e7bb5b2c050/python/grass/pygrass/modules/interface/module.py#L37) class. The standard way (?) is to define a processing queue via an `nprocs` parameter,...

enhancement

**Describe the bug** Switches Map Display frame to full screen mode by keyboard shortcut F11 in single window mode is not working same as in multiple windows mode. **To Reproduce**...

bug
GUI
Python