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

Changes has been done in `ggroff.py` file in order to fix the issue #2129. Inserted a condition which checks if `.br` is present in string format (spec) with `\n` and...

bug
manual
Python

Remove unused variables from temporal module. removed F841, # local variable... from temporal/.flake8

needs rebase
Python
info needed

**Describe the solution you'd like** Distinguish vector map layer type by icon (quick and clear visual orientation in vector map layers in the data catalog tree): * ![vector3d](https://user-images.githubusercontent.com/50632337/90306899-caca2d00-ded1-11ea-8a09-eeda8e046d31.png) 3D vector...

enhancement
GUI

I've designed four possible JSON schemas for r.report. # Option 1 ```json { "location": "nc_spm_08_grass7", "created": "Fri Dec 6 17:00:21 2013", "region": { "north": 279073.97546639, "south": 113673.97546639, "east": 798143.31179672, "west":...

raster
Python
C
module
tests

This PR adds a `get_json_dict` function to the pygrass Module interface. Motivation is to make it easier to create JSON intput to the actinia REST API for GRASS GIS. Here...

enhancement
Python
libraries
tests

Currently we can't use t.rast.algebra with relative time. This is not documented anywhere, and it looks like there was intention to support relative time. This is just first step to...

enhancement
temporal
Python
libraries

Python function `raster_what` returns string for value, which is not expected. Part of the problem is that it can also return no data as `"No data"`, so that would be...

question

The changes would allow users to specify a NoData value for data sources that do not necessarily provide one. This can be useful before re-projection. Furthermore, r.in.gdal would be replaced...

enhancement
raster
Python
module
tests