grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
The changes are based on NumFOCUS requirements. I selected "custom" governance model because I was not sure whether our model is "electoral" or something else, but we can change that....
# Building on Windows 1. Install [Visual Studio Community Edition](https://visualstudio.microsoft.com/vs/community/). Select these two components: * MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) * Windows 11 SDK (10.0.26100.0)...
## Describe the bug Linux binaries are not available at https://grass.osgeo.org/download/linux/. Binaries for Windows and MacOS are available. ## To reproduce 1. Go to https://grass.osgeo.org/download/linux/ 2. See the message "The...
## Describe the bug Unable to run r.in.pdal on Ubuntu 22.04 LTS because GRASS isn't reading SRS metadata from file. I'm also not sure on which SRS to pick from...
## Describe the bug I keep getting an `ERROR: Unable to open file as a LiDAR point cloud` when attempting to run `r.in.lidar`. ## To reproduce [Here is a link...
**Is your feature request related to a problem? Please describe.** I have multiple definitions of parameters created for a GRASS function and I have to entered them at run time....
## Describe the bug The link to [required](https://grass.osgeo.org/REQUIREMENTS.md) in the [Lazy import of optional dependencies](https://grass.osgeo.org/grass85/manuals/style_guide.html#lazy-import-of-optional-dependencies) section of the GRASS Programming Style Guide for GRASS 8.5 is broken. "A tool may...
Valgrind with default options enabled complains on SIGPIPE for G_percent when called from multiple threads. Shortened output as it is the same for all modules, kept one report per module....
## Describe the bug When using a mask intended to filter portions of the frequency domain created by i.fft, the inverse transform i.ifft creates a raster that is composed entirely...
This pull request fixes incorrect RGB outputs in `i.his.rgb` GRASS module for certain combinations of hue, intensity, and saturation values, particularly: - When **saturation = 0** (expected grayscale output) -...