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

According to a discussion with @veroandreo and @petrasovaa, I'm creating an RFC for a Release Policy. This is mainly derived from relevant parts of [Release Schedule](https://trac.osgeo.org/grass/wiki/Release/Schedule) on Track wiki and...

RFC

Each call to the printf function or a related function should include the type and sequence of arguments defined by the format. If the function is passed arguments of a...

C
libraries

When a vector with topology is opened in update mode, but nothing is changed, topology info (topo, cidx, sidx) is not written out. This PR fixes this. I am not...

bug
vector
C
libraries

This PR adds separator= and exclude= options to allow a CSV-like output using comma and exclusion of selected columns. The default separator is still newline for compatibility.

enhancement
C
database
module

This finishes the implementation of OpenMP support for cross-validation (#2644). A critical block is added to `segmen2d_parallel.c` to make the writing to the database in serial. `main.c` is modified to...

vector
raster
Python
C
libraries
module
tests

Here is my proposed solution to the issue raised #1044. I have written the code for adding `seed` and `-s flag` for reproducibility, along with a unit test for verifying...

raster
Python
C
module
tests

Until now, t.rast.aggregate provides diffrent sampling methods to select rasters for each time interval which subsequently are aggregated to the specified granularity using the specified method (in turn being handed...

enhancement
temporal
Python
HTML
libraries
module
docs
tests

Currently, `r.reclass.area` with `method=reclass` fails if no areas greater or less than the specified value are found. This PR adds a flag to create a NULL-raster as output instead for...

bug
raster
Python
HTML
module
docs

scanf can return EOF as a return value, which can be a security issue if not accounted for.

raster
C
module
general

Use Codecov uploader in Travis CI instead of deprecated and broken bash uploader Codecov bash uploader is deprecated and fully sunset since February 2022 See the top in: https://github.com/codecov/codecov-bash/blob/1817ab23d6b35ff6596e48d15db366b71f17ada3/readme.md They...

CI