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

I asked the other day on what was happening, and I got an answer today: https://github.com/renovatebot/renovate/discussions/28516#discussioncomment-9396694 There's a hypothesis on what is going on, and an idea on how to...

help wanted
CI

**Describe the bug** The temporal tools fail with SQLite 3.31 although minimal supported version according to #3350 is 3.30 (REQUIREMENTS.md does not specify a minimal SQLite version). 5e3858b074 works and...

bug
blocker
temporal

This PR is another attempt to address https://github.com/OSGeo/grass/issues/3481. It should replace * #3482 * #3491 * #3492 How it works: 1. `d.mon start=wx0` 2. Run a display module from the...

enhancement
GUI
Python
module
display

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [super-linter/super-linter](https://togithub.com/super-linter/super-linter) | action | minor | `v6.4.1` -> `v6.5.0` | ---...

CI

As a part of https://github.com/OSGeo/grass/discussions/3019, JSON format support will be added to multiple modules. By default, modules output in existing plain format. If the format=json option is provided, modules will...

vector
raster
C
libraries
module
general
imagery

**Describe the bug** v.out.ogr input=world_borders@world_borders output=/home/fredfox/Downloads/temp/world_borders format=ESRI_Shapefile ERROR 10: Pointer 'hSRS' is NULL in 'OSRImportFromWkt'. ERROR: Unable to create OGR spatial reference **To Reproduce** Steps to reproduce the behavior: 1....

bug
vector

## Steps to reproduce 1. Add variable(s) into model ![image](https://github.com/OSGeo/grass/assets/5683186/19850113-5e0c-4a78-b7ca-cafefe094147) 2. Export to Python Sample model: [06_grass_chm_v3.zip](https://github.com/OSGeo/grass/files/15284263/06_grass_chm_v3.zip) ## Current behaviour No variables exported (as UI options). On the other hand...

enhancement
GUI
Python

This PR rewrites the `d.redraw` Python script in C. It works with https://github.com/OSGeo/grass/pull/3482 to constrain redrawing within the current display extent in the monitor. Without this PR and #3482, the...

enhancement
Python
C
HTML
module
docs
display

**Describe the bug** I'm trying to reproject an Antarctic dataset on EPSG:3031 to EPSG:4326. I can successfully do Greenland EPSG:3413 to EPSG:4326, but the same commands for Antarctica return 1...

bug

SQL TRANSACTION syntax (compatible with all DB backends): ``` BEGIN; ...; COMMIT; ``` This default SQL TRANSACTION syntax is not compatible with [MySQL/MariaDB DB backend](https://dev.mysql.com/doc/refman/8.0/en/commit.html): ``` BEGIN TRANSACTION; ...; END...

bug
vector
Python
C
database
libraries
module