grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
**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...
**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  **Additional...
**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...
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...
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....
* use GeographicLib for geodesic distance and area calculations (see #1235)
This is a follow-up PR from #692. In this PR, I'm testing artifact uploading to archive packages built by the workflow.
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...
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....
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...