grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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...
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()
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...
**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...
This pull request fixes issue identified by Coverity Scan (CID : 1208484)
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...
**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...
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...
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...
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:  For the last...