grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
Roadmap of paths for updating GUI images in the new docs (all items under the Graphical user interface combobox in https://grass.osgeo.org/grass-devel/manuals/interfaces_overview.html): - [x] https://grass.osgeo.org/grass-devel/manuals/helptext.html - [x] https://grass.osgeo.org/grass-devel/manuals/wxGUI.html - [x] https://grass.osgeo.org/grass-devel/manuals/wxGUI.modules.html...
Addresses #5304. It required larger changes, moving more code to the BaseSeriesMap class. It also fixes rendering vector time series and newly enables to pass d.rast/d.vect variables to TimeSeriesMap.add_raster_series/add_vector_series for...
## Describe the bug Opening attribute table manager with DBF database backend for a vector map: ``` DBMI-DBF driver error: SQL parser error (syntax error, unexpected $end, expecting NAME or...
This PR introduces a dedicated regression test suite for the 'i.his.rgb` module in GRASS. The tests are designed to validate the correctness of HIS to RGB conversion across multiple well-defined...
**Describe the bug** When changing the mapset inside a Python script, the temporal framework does not take this change into account and fail to connect to the temporal database, even...
> Replaced the dead WMS server with https://gibs.earthdata.nasa.gov/wms/epsg3857/best/wms.cgi. > Updated the layer used in the example to `BlueMarble_ShadedRelief_Bathymetry`. > Adjusted the region settings using `g.region` to ensure proper visualization. >...
I tried to compile with LTO: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing` The -Werror=* flags are important to detect cases where the compiler can try to optimize based on assuming UB cannot...