grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
The current v.clean GUI (not the autogenerated) is buggy, and the interface is not that intuitive either, so I suggest to remove it to ease the GUI maintenance. v.clean is...
Current code creates two cat entries for each point on the same level - one from area point is in and one matching new entry in the database. As entries...
## Problem The file `lib/init/grass.py` is larger and lager. We need to reduce the amount of code which lives there. ## Desired solution I think a new package and module...
* Adds support for using ANSI escape sequences to add color to the shell. * All shells now have an identical prompt: * Tested with bash, zsh, tcsh, csh, ksh...
**Describe the bug** Windows 10 fails to parse string in pattern parameter of i.sentinel.import. For example: ``` gs.parse_command("i.sentinel.import", flags="p", input=path/to/data", pattern="B(02|03|04|08)_10m") ``` Raises error `'03' is not recognized as an...
**Describe the bug** Get list of addons `g.extension -tl`, with **-t flag** which means operate on toolboxes instead of single modules (experimental) doesn't work. **To Reproduce** Steps to reproduce the...
**Describe the bug** After installing GRASS GIS 8.0.0-RC1-1, it failed to launch on my laptop with a strange error message. **To Reproduce** Steps to reproduce the behavior: 1. Download GRASS...
## Is your feature request related to a problem? Please describe. When changing mapset in tcsh (and csh?), g.mapset tell the commands to do to change history from one mapset...
The url for downloading addons on Windows points to https://wingrass.fsv.cvut.cz/grass82/x86_64/addons/ when it should instead point to https://wingrass.fsv.cvut.cz/grass82/addons/. For example https://wingrass.fsv.cvut.cz/grass82/x86_64/addons/grass-8.2.0/r.skyview.zip should be https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/r.skyview.zip or perhaps https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0RC1/r.skyview.zip. Related to issue #1583.
The message after starting GRASS GIS in CLI contains the following on Linux with Bash: ``` To run a command as administrator (user "root"), use "sudo ". See "man sudo_root"...