grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

Results 637 grass issues
Sort by recently updated
recently updated
newest added
trafficstars

**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:...

bug
backport_needed
GUI

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.

enhancement

**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...

enhancement
good first issue
CI
Python

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`...

bug
raster
C

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...

enhancement
GUI
Python

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...

bug
backport_needed
temporal
Python

**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()...

bug
Python

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.

C

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...

enhancement
Python