grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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
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...
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....
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":...
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).
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" }, {...
[](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:...
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,...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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" }, {...