grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
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...
…ssigned to but never used
Remove unused variables from temporal module. removed F841, # local variable... from temporal/.flake8
**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): *  3D vector...
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":...
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...
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...
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...
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...