Changes between Version 37 and Version 38 of Grass8Planning
- Timestamp:
- 10/29/18 00:41:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8Planning
v37 v38 1 [[TOC]] 2 1 3 == GRASS 8 planning: ideas == 2 4 … … 5 7 === General === 6 8 7 ==== Naming of GRASS Database ====9 ==== Naming of GRASS GIS Database ==== 8 10 9 11 * ''GISDBASE'' versus ''grassdata'' versus ''GRASS Database'' versus ''GRASS Database Directory'' versus ''GRASS GIS Database'' versus ''GRASS GIS Spatial Database'' versus ''GIS Data Directory'' … … 42 44 * The two dash long options (such as `--text`) are now in help, messages, and documentation (see r73100, r73263, r73265, and #1665). The one dash long ones (such as `-text`) are still allowed, but not advertised. The one letter only ones (such as `-c`) still don't have long equivalent and vice versa). 43 45 * Unify `GRASS_BATCH_JOB` with `--exec` (don't use the `shell=True` for it) or possibly depreciate, or even remove it. (Goal: Simpler documentation and implementation.) 46 44 47 ==== Color tables ==== 45 48 … … 47 50 * Make clear and easy how users can store and share color tables in a simple way. 48 51 * Make the GUI more clear, e.g. integrate the custom color table dialog into the r.colors/... dialogs. 52 49 53 === Modules === 50 54 … … 83 87 84 88 === Imagery library === 85 * get rid of subgroups. No real need for that... (but overcomplication ofusage)89 * get rid of subgroups. No real need for that... (but leading to overcomplication of current usage) 86 90 * or strengthen subgroups. One of options could be auto creating some "magic" subgroups as i.e. "_all" - all raster maps in a group (aka if subgroup is not set, use all maps from group); "_initial" - only imported remote sensing layers (equals "_all" if no new maps are added later); "RGB" - if source is RGB or RGB can be defined (I would love to be able to have an option to choose a group in d.rgb and get RGB subgroup selected as a default instead of searching for separate channels); "MLC" subgroup - see #2483. 87 91 … … 96 100 === Python library === 97 101 98 * finalize/stabilize Python 3 support102 * finalize/stabilize [wiki:Python3Support Python 3 support in GRASS GIS] 99 103 * simplify the startup from Python script (i.e. less steps to start session from Python, possibly includes change in distribution/installation) 100 104 * remove deprecated Python functions: https://trac.osgeo.org/grass/changeset/67669