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

**Describe the bug** In CI checks for a PR, I have noticed that a test for _t.vect.import_ takes more than four minutes to complete. This might be related to the...

bug
help wanted
temporal

**Describe the bug** Docker container fails to build due to pdal version requirement. Version >=1.7.1 is required in the configure stage and the installed version is 1.6.0 **To Reproduce** Steps...

bug

Fixes #2128. Also reported in #2156. **Affects:** Modules - d.mon - g.proj - g.rename - ps.map - r.fill.dir - r.grow.distance - r.in.ascii - r.in.bin - r.in.gridatb - r.in.mat - r.param.scale...

enhancement
C

**Is your feature request related to a problem? Please describe.** After adding OpenMP parallelization to r.patch we disabled collecting and applying statistics for CELL rasters to fix a race condition...

enhancement
raster
C

A pair of modules revealing most of features of libsvm to GRASS. Libsvm is a popular library used in many machine learning programs (including scikit-learn). Contrary to some add-ons, this...

enhancement
raster

**Describe the bug** g.gui.rlisetup tools, its create window: first row text box not work (can not enter any letter into the box) **To Reproduce** Steps to reproduce the behavior: 1....

bug
Windows

**Describe the bug** After compilation (without errors) with the application OS X bundle variable set YES, the GRASS application doesn't open/run. It seems that the wxGui is not operating, this...

bug
macOS

### The issue The release procedure contains references to [landam/wingrass-maintenance-scripts](https://github.com/landam/wingrass-maintenance-scripts/), but it is not clear what needs to be updated and when. ### Desired solution The release procedure should include...

enhancement

Instead of using low-level test of file existence with hardcoded raster path and name, use a module to retrieve status of the raster mask. The new module r.mask.status reports presence...

enhancement
C