grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
**Describe the bug** When you check Select all CheckBox widget from Create or edit image group dialog all added raster maps aren't selected. **To Reproduce** Steps to reproduce the behavior:...
Add the option to set the file_limit (the maximum number of open files allowed for each r.series process), like the same option in t.series.aggregate.
**Is your feature request related to a problem? Please describe.** The external PROJ library has undergone many changes requireing plenty of follow up from GRASS devs. Since the role of...
I am trying to reproject a global raster (this: [https://sedac.ciesin.columbia.edu/data/set/wildareas-v3-2009-human-footprint/data-download](https://sedac.ciesin.columbia.edu/data/set/wildareas-v3-2009-human-footprint/data-download), I named it HFI) from Mollweide (its projection; EPSG:54009) to LAEA3035 (EPSG:3035) and clip it to Europe. Usually, these are...
**Describe the bug** The `-m` flag of `r.external` says _read data range from metadata_. However, running r.external with a COG downloads the same amount of data as `r.in.gdal` or `r.external`...
With this new functionality https://github.com/OSGeo/grass/pull/2469 I added a wxGUI command line `recent_files` param to print a list of wxGUI component recent files. Main wxGUI component: ``` GRASS nc_basic_spm_grass7/PERMANENT:~ > g.gui...
If maps are linked to the GRASS GIS database with `r.external -r` those maps do not have a range file. When trying to register them in a STRDS, the process...
**Describe the bug** Using GRASS GIS 8 with Python 3.11 leads to: ``` grass /usr/bin/grass:68: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead ENCODING = locale.getdefaultlocale()[1] /usr/bin/grass:1417: DeprecationWarning: Use setlocale(), getencoding()...
The error messegage about missing database connection for a given layer does not include vector name which may not be clear when scripting and an undelying function calls v.info.
In addition to geometry dissolving, compute aggregate statistics for the attribute values of dissolved features with v.db.univar. Requires v.db.univar JSON output. v.db.select with group is used to obtain unique values...