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

The script is currently stored in https://grass.osgeo.org/sampledata/. Fixes #2565 TODO: Also add link to related dataset: https://grass.osgeo.org/sampledata/fire_grass6data.tar.gz (which should be updated as well - any volunteer?)

bug
backport_needed

vector_db_select function reads values returned from v.db.select line by line. This works fine as long as data in any of columns does not contain a newline symbol. If a newline...

bug
Python

Add three screenshots to illustrate module functionality (screenshots are clickable). ![image](https://user-images.githubusercontent.com/1295172/189910059-45ec0d91-2661-44fb-bc43-969a7973c8ac.png) TODO: possibly improve HTML code

manual

**Describe the bug** Subgroups are no longer required by i.group, but are required by i.cluster, i.maxlik, etc. Now that subgroups are no longer neccessary and are harder to create in...

enhancement

Adding the option to read width, depth values from vector map table columns issue #686.

enhancement
raster
C
HTML
module
docs

r.univar uses OpenMP parallelization, but only without -e (extended statistics). It would be good to add the parallelization support for this option as well. See also #1634.

enhancement
C

Lightness (in HSL)-based color histogram equalization. Calculates probability using feature areas (no cells in vector), but I may not merge it if I fail to fix the following issue. ```bash...

enhancement
vector
C
module

Attempt to address #1482

enhancement
raster
C
module
display

As reported in #2156. Initially this is a draft, I commented in code to highlight the *sometimes* uninitialised variables. We need to decide how to address them. **Affects:** Modules -...

enhancement
C

Hello everyone, I have created a formula for the MacOS package manager (homebrew) that compiles GRASS version 8.2.0 and works on Apple Silicon (M1 chips). As I have found it...

enhancement
macOS