grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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",...
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...
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 :).
[](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` |...
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...
## 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...
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...
I'm adding vector point pattern analysis functionality for _F, G, L, K, and Bivariate Ripley's K._
## Goal Build user manual from Markdown using mkdocs  ## 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'...
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...