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

Using parson, add JSON output support to r.report module. Sample JSON output is according to the discussion in https://github.com/OSGeo/grass/pull/3033, example: ```json { "location": "nc_spm_08_grass7", "created": "Fri Jun 28 18:41:29 2024",...

raster
Python
C
HTML
module
docs
tests

Use parson to add json output format support to the v.univar module. Expected JSON schema: Root is a JSON object. The percentile option allows the user to request specific percentile...

vector
Python
C
HTML
module
docs
tests

Add CI job to regularly update flake.lock file. This will keep GRASS package and development environment dependencies up-to-date. I think, this is the last piece of Nix puzzle :).

CI

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pylint](https://togithub.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `2.12.2` -> `2.17.7` |...

CI

Reminder of E741 fixes for the "locale", "python", and "scripts" directories. The majority of fixes involved renaming variable names in iterables. The "noqa: E741" was added to "scripts/d.rast.leg/d.rast.leg.py" since it...

raster
Python
translation
database
libraries
module
display

## Describe the bug r.object.geometry does not appear in the gui menu ## To reproduce search for object in tool menu r.object geometry is not listed ## Expected behavior Expect...

bug

GRASS_CONFIG_DIR variable allows to set alternative root path for `.grass` configuration directory. If not set, $HOME directory is used. The main use case of this PR is to be able...

GUI
Python
HTML
libraries
docs

I'm adding vector point pattern analysis functionality for _F, G, L, K, and Bivariate Ripley's K._

vector
Python
C
HTML
module
docs
markdown
tests

## Goal Build user manual from Markdown using mkdocs ![image](https://github.com/OSGeo/grass/assets/5683186/f5e82875-20dc-48fe-a302-c7f503c148ec) ## How to test 1. Install requirements, see `man/mkdocs/requirements.txt` 2. Create file `/tmp/code.lua`: ``` function CodeBlock (cb) return pandoc.RawBlock('markdown', '```\n'...

windows
GUI
raster
Python
C
HTML
CSS
libraries
module
docs
imagery

This is an issue that was partly opened [here](https://github.com/OSGeo/grass/issues/3827) and it was decided to open a new issue for it. When using r.in.pdal to create a raster of return numbers...

bug