grass icon indicating copy to clipboard operation
grass copied to clipboard

GRASS GIS - free and open-source geospatial processing engine

Results 692 grass issues
Sort by recently updated
recently updated
newest added

## Describe the bug Page in question: https://grass.osgeo.org/grass-devel/manuals/v.edit.html While the edit URL goes here: https://github.com/OSGeo/grass/edit/main/vector/v.edit/v.edit.md The view URL is broken: https://github.com/OSGeo/grass/tree/main/vector/v.tree/v.tree.md ## Expected behavior The URL creation needs to be...

bug
Python
docs

#3884 adds json format, but we should also add CSV format because it's a natural format for r.stats output. The CSV file should include header. Optionally, we could also add...

enhancement
gsoc

r.profile current JSON output: ```json [ { "distance": 0, "test_stats": 5, "red": 255, "green": 255, "blue": 255 }, ... ] ``` There are couple improvements needed: - [ ] red,...

enhancement
gsoc

## Describe the bug I am not sure what was behind the current JSON output format for g.region (implemented in #3941), but I think it's strange: ```json { "projection": {...

bug
gsoc

**Is your feature request related to a problem? Please describe.** To standardize format options, r.univar should have `format=shell` making `-g` obsolete and `format=csv` making `-t` obsolete. Option `separator` decided the...

enhancement
gsoc

## Describe the bug I want to create a dataset for a rain event with the first hour 70mm rain and the hours after that 0mm rain. Both are a...

bug

This issue tracks the progress of JSON output documentation. Ideally, each tool supporting JSON format as output has an example of JSON output (potentially shortened if it's too long) and...

enhancement

This is a general todo list for the new documentation which originally lived in #3849 (I transferred the unresolved todos only). Feel free to add more basic issues here, but...

manual
Python
docs
markdown

## Describe the bug Clicking on "GRASS manual" button in wxpython GUI leads to file:///run/user/1000/doc/c71f2992/index.html--which is isolated from where the rest of the documentation files are installed. `g.manual -i` also...

bug

The temporal framework uses [deprecated converters and adapters](https://docs.python.org/3/library/sqlite3.html#sqlite3-default-converters): ``` /usr/lib/grass84/etc/python/grass/temporal/core.py:1552: DeprecationWarning: The default timestamp converter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes return...