grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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...
**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...
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...
[](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` | ---...
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...
**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....
## Steps to reproduce 1. Add variable(s) into model  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...
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...
**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...
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...