grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
## Describe the bug Grass 8.4.0dev nightly from OSGeo4w doesn't launch GUI. I tried it yesterday night. What is weird it that it first oppened, and the history panel had...
Solves #3276
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.19` -> `3.20` | ---...
**Describe the bug** In an STDS that has small granularity (i.e. 1 second) and large temporal extent (i.e. several months), `t.rast.list` with `method=gran` will get stuck , even if there...
## Describe the bug I have a map with data type Float, with values between 0 and 18.7. I use `r.recode` to rescale the layer to values between 0 and...
**Describe the bug** OSGeo4W ships PDAL version 2.3. When PDAL support is activated for OSGeo4W with a path to pdal-config, pdal-config is found, but GRASS complains that the PDAL library...
**Describe the bug** in contrast to raster2numpy, numpy2raster does not respect region set with pygrass, but rather reads WIND file to check if columns and rows in array match with...
**Describe the bug** With the -e flag, r.info removes line breaks in the comments / history and adds line continuation. As a result, history cannot be parsed. **To Reproduce** Steps...
**Describe the bug** After running r.viewshed, temporary files remain in the .tmp directory. **To Reproduce** ``` ls ${LOCATION}/.tmp/* g.region raster=elevation.10m r.viewshed input=elevation.10m output=viewshed coordinates=598869,4916642 memory=800 ls ${LOCATION}/.tmp/* ``` **Expected behavior**...
This PR implements the new **batch** option for batch editing of a lot of features. For example, without this option, we need this script to extract the upper halves of...