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

Applies the remaining fixes that weren't picked up by `ruff check --select "ISC001" --fix` in order to limit the review scope of https://github.com/OSGeo/grass/pull/3943

GUI
temporal
Python
libraries
module
docs
tests

I finished creating the new pylint 3 config for https://github.com/OSGeo/grass/issues/3921. There are too many violations to be useful to file right away. So here is a first PR that applies...

GUI
vector
raster
temporal
Python
database
libraries
module
docs
general
imagery
tests
raster3d

The test fixture `space_time_raster_dataset` used in some pytest tests, including in some of the Jupyter tests, is unexpectedly slow at the setup stage when running in pytest with multiple workers....

temporal
Python
libraries
module
notebook

Use parson to add json output format support to the r.profile module. The output format is as follows: ```json [ { "easting": , "northing": , "distance": , "elevation": , "red":...

windows
GUI
docker
CI
vector
raster
temporal
Python
C
C++
HTML
database
libraries
module
docs
general
display
imagery
tests
notebook
misc

This PR parallelizes `r.horizon` module by OpenMP and creates parallelization benchmarks. It was tested on my fork repository (https://github.com/cyliang368/grass/pull/10).

raster
Python
C
HTML
module
docs
tests

Using parson, add JSON support to v.distance module. The output looks like as follows: ```json [ { "from_cat": 1, "to_cat": 33, "distances": [ { "value": 54371.188688694157, "name": "dist" }, {...

vector
Python
C
HTML
module
docs
tests

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/mirrors-clang-format](https://togithub.com/pre-commit/mirrors-clang-format) | repository | major | `v17.0.6` -> `v18.1.8` | Note:...

CI

Using parson, add JSON support to g.region module. The output looks like as follows: ```json { "projection": 99, "zone": 0, "region": { "north": 228500, "south": 215000, "west": 630000, "east": 645000,...

C
module
general

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pylint](https://redirect.github.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | `2.12.2` -> `3.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pylint/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

CI

Using parson, add JSON output support to r.stats module. For cell stats, the output looks like: ```json [ { "labels": [ { "value": 1, "label": "CARY", "name": "towns" }, {...

raster
Python
C
HTML
module
docs