grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

Results 692 grass issues
Sort by recently updated
recently updated
newest added

This pull request introduces the support for running Jupyter notebooks directly within the GUI. **How it works** There is a new Launch Jupyter Notebook Environment button added to the top...

GUI
Python
libraries
docs
notebook
CMake

This pull request fixes issue identified by Coverity scan (CID: 1207967, 1207968, 1207969, 1207970, 1207971, 1207972, 1207973, 1207974, 1207975, 1207976, 1207977) Used G_free(), db_close_database_shutdown_driver(), Vect_destroy_field_info(), Vect_destroy_list(), Vect_destroy_cats_struct()

vector
C
libraries

Updates the default docker run behavior to print version text, basic usage information, and a link to more information. This has no impact on anyone already providing custom commands to...

docker

**Is your feature request related to a problem? Please describe.** I have to create and store intermediate files using r.reclass for data that is not required after a process has...

enhancement

This pull request fixes issue identified by Coverity Scan (CID : 1208484)

vector
C
module

This PR changes slightly how the deprecated flags are communicated. It also changes warnings to verbose messages. They should become warnings after releasing 8.5. Update: I loosened some of the...

vector
raster
C
module
general

**Is your feature request related to a problem? Please describe.** There are couple things to address in the current JSON schema, mainly consistency. - [ ] The key "unit", should...

enhancement
gsoc

This PR parallelizes a part of the r.mapcalc module using OpenMP. Note that raster3d is still not parallelized yet. - [x] add note and benchmark to documentation - [x] add...

raster
Python
C
module
docs
markdown
tests
CMake

Name prefixes allows a Tools object to represent only a subset of tools with a common prefix. This provides functionality which is similar to grass.pygrass.modules.shortcuts, although the PR as it...

enhancement
Python
libraries
tests

When building the python library docs locally with `make sphinxdoclib`, some .rst files are generated and not ignored. Ending up with files to commit like this: ![image](https://github.com/user-attachments/assets/3e00cedf-012f-4f6a-b205-b4c8c16704a9) For the last...

HTML
libraries
docs