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

**Is your feature request related to a problem? Please describe.** **A clear and concise description of what the problem is.** I would find it useful if the wxGUI workspace selection...

enhancement

**Is your feature request related to a problem? Please describe.** As described in the link below, add parallel efficiency to benchmark plots in benchmark library (python/grass/benchmark) https://github.com/sinkovit/Parallel-concepts ![parallel efficincy](https://raw.githubusercontent.com/sinkovit/Parallel-concepts/main/strong2_log.png) **Additional...

enhancement
good first issue
Python

**R.walk** uses Langmuir's walking speed algorithm to calculate walking speeds. Langmuir's algorithm is essentially a souped-up version of Naismith's rule, an approximate heuristic developed in the late 19th century. Recent...

enhancement

This is an attempt to consolidate and update documentation for code contributors into a style guide: * The idea is to focus on style and best practices, contributing through GitHub...

docs

This PR replaces #3021. Branched from https://github.com/nilason/grass/tree/cmake_build_work. Thanks @nilason! Current status: I can compile the entire `gisbase` using CMake 3.29.1 and GCC 13.2.0. Running `grass` directly from `build/gisbase` works fine....

GUI
CI
vector
raster
temporal
Python
C
C++
translation
database
libraries
module
docs
general
display
imagery
raster3d
misc

* use GeographicLib for geodesic distance and area calculations (see #1235)

enhancement
raster
C
libraries
module
display
CMake

This is a follow-up PR from #692. In this PR, I'm testing artifact uploading to archive packages built by the workflow.

enhancement
Windows
CI

This PR would add two New functions: 1. to parse e.g. stdout into a numpy array and 2. to write a numpy array to a table in the DB backend...

enhancement
Python

To be merged after https://github.com/OSGeo/grass/pull/357 g.list uses regex.h which is not available on MSVC. This PR fixes g.list by using pcre library on windows and use regex.h on other platforms....

enhancement
Windows

This updates config.guess and config.sub to their latest versions. If the two files are deleted in this PR, please check the logs of the workflow here: [Workflow run summary](https://github.com/OSGeo/grass/actions/runs/8908337303) Automated...