grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
This PR specifies that the GRASS GIS desktop application _should not start with a terminal_ in the Freedesktop Desktop Entry (`.desktop` file). Based on the discussion in [Make terminal window...
It would be great to have the GUI distributed as a flatpak through [Flathub](https://flathub.org). Flathub is a great way to have packages available in any distro and allow installations without...
Removed old commented error code as it was changed to a warning. Also, added _OPENMP check around OpenMP code in preparation for rework of parallelization.
This PR tries to address #2257 by using SRID, not GRASS key-value pairs, for creating an PJ object. Here is [a related Q&A](https://geopandas.org/en/stable/docs/user_guide/projections.html#i-get-a-bound-crs).
Current implementation of v.random adds a map name as a prefix to every original column name if attribute table is transferred. This solves the problem of duplicate column names but...
If a fully qualified vector map name is passed as a restrict parameter, it is used to create columns in target table in verbatim. As FQN is in form map@mapset...
**Describe the bug** g.extension and g.extension.all fail to compile/install some (but not all) addons in Grass 8.0.1 and 8.2.0 **To Reproduce** Steps to reproduce the behavior: 1. rung g.extension or...
Sometimes only the current mapset must be used by TGIS, particularly if the TGIS db is going to be modified. TGIS dbs in other mapsets can/should not be modified, only...
**Describe the bug** The standalone Vector Digitizer app window doesn't close after you hit "power off" toolbar. **To Reproduce** Steps to reproduce the behavior: 1. Launch wxGUI Vector Digitizer as...
**Is your feature request related to a problem? Please describe.** Some location wizard GUI windows are not resizable (see screenshot below). **Describe the solution you'd like** If possible, all location...