grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
`from grass.script import core as gcore` installs a new `_()` function? Better solve this problem in the core module, IMO. The address of the `_()` function changes after importing the...
**Is your feature request related to a problem? Please describe.** Esp. in a TGIS context it would be very useful if extended metadata was stored in the DB so it...
**Describe the bug** I think we need a long-term solution, but for now, I'll try to explain my issues with Korean characters. Not suprisingly, Microsoft chose to use their own...
**Is your feature request related to a problem? Please describe.** By chance I came across `cppcheck` (cited from their manual, http://cppcheck.sourceforge.net/manual.pdf): _Cppcheck is a static analysis tool for C/C++ code....
I want to print a text on multiple lines. Here is what I'm trying to do, but the text remain printed in one line. from grass_session import Session from grass.script...
Move export, pack and make a copy items from the context menu in the Display tab to the context menu in the Data tab. Currently, the items for rasters and...
**Is your feature request related to a problem? Please describe.** Often, instead of doing general data management between mapsets, I just want to create a copy of a vector map...
**Is your feature request related to a problem? Please describe.** When exploring data with several vectors in (Map) Display, I need to often redo my selection of layers being queried....
**Is your feature request related to a problem? Please describe.** When you right click on a layer/item in the Display tab, you get: * Remove * Rename * Change opacity...
## Is your feature request related to a problem? ### Wrong output order in GUI In GUI, asking for column names with `v.info -c` (in Console or in a module...