grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
In the current documentation of `i.segment`, it reads that: > Both Euclidean and Manhattan distances use the normal definition, considering each raster in the image group as a dimension. In...
Default Python version reported by Travis for 20.04 is 3.7.13. While that's still a supported version for 8.3 release if it would be released now, 2023-06-27 is end of support...
- Translatable plain text output now generates "Project" instead of "Location". - Extended shell-style output now generates "project=" in addtion to "location=". - Shell example in documentation now shows project...
- Translatable plain text output now generates "Project" instead of "Location". - Extended shell-style output now generates "project=" in addtion to "location=". - Examples in documentation now show project only....
Standard option G_OPT_M_LOCATION which creates option named location now creates option named location. Each module using G_OPT_M_LOCATION without further modifications has its own entry in in the renamed options file...
i.ortho.target has option target_location and mapset_location. This renames them to target_project and target_mapset, so the new names are consistent. While mapsets are in locations (projects), there seems to be no...
Update code example according to the new parameters. I'm not certain about the overwrite at line 179 `v.to.db elevrand option=coor col=x,y` but it's required since column are added just before.
This updates config.guess and config.sub to their latest versions. If the two files are deleted in this PR, please check the logs of the workflow here: [Workflow run summary](https://github.com/OSGeo/grass/actions/runs/7813473433) Automated...
Addresses issue https://github.com/OSGeo/grass/issues/1044 to add seed parameter and flag for reproducible results to the r.surf.gauss module. However, tests are currently not present and should still be included.
**Describe the bug** When creating a profile with break points with the Profile Analysis Tool, I would expect the segment break points to be shown on the profile line. They...