grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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...
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...
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...
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.
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...
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...
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...
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...
scanf can return EOF as a return value, which can be a security issue if not accounted for.
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...