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

Always use (respect) the color option for the area boundary and apply color table and other variable color options only to the area fill (as fill_color). ## Before ![Screenshot from...

enhancement
C
module
display

Files generated by the tests should use tmp_path (or other pytest tmp dir ways), not the current directory.

Python

Using GitHub Actions concurrency, runs from the previous commits are canceled within the same group which is defined by workflow and head_ref/branch name. It explicitly checks for event being pull...

CI

Simple test of preserving attributes with a complex setup - part of the test is missing.

vector
Python
module
tests

Repeated calls to G_gisinit are safe; When forms.py are loaded as a part of other code, one can assume that G_gisinit has already been (or will be) called. See #2484...

GUI
Python

These tests are designed to give a comprehensive overview of matching output between the in-memory (ram) and segmentation library versions of `r.watershed` with different optional inputs. It relies on running...

raster
Python
module
tests

Translations update from [OSGeo Weblate](https://weblate.osgeo.org) for [GRASS GIS/grasslibs](https://weblate.osgeo.org/projects/grass-gis/grasslibs/). It also includes following components: * [GRASS GIS/grassmods](https://weblate.osgeo.org/projects/grass-gis/grassmods/) * [GRASS GIS/grasswxpy](https://weblate.osgeo.org/projects/grass-gis/grasswxpy/) Current translation status: ![Weblate translation status](https://weblate.osgeo.org/widgets/grass-gis/-/grasslibs/horizontal-auto.svg)

When running i.maxlik from GUI, its UI works fine. When running from command line (terminal not GUI one), module UI fails to start with an error on system being not...

bug

There is more numeric types in SQL than just INTEGER and DOUBLE PRECISION, for example, typical one in SQLite is REAL, so db.univar (and v.db.univar) need to accept those too...

enhancement

## Example ### Input ![Screenshot from 2022-07-20 13-02-31](https://user-images.githubusercontent.com/5449060/180040961-e0935d9a-4740-4a90-b085-66ef22b0f7e1.png) ### Output ![Screenshot from 2022-07-20 13-02-57](https://user-images.githubusercontent.com/5449060/180040960-19ca86eb-8f89-4c0a-b819-27cbd80dbb40.png)

enhancement
vector