grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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?)
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...
Add three screenshots to illustrate module functionality (screenshots are clickable).  TODO: possibly improve HTML code
**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...
Adding the option to read width, depth values from vector map table columns issue #686.
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.
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...
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 -...
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...