grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
**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...
**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...
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...
**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...
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...
**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....
**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...
### 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...
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...