Changes between Version 37 and Version 38 of Grass8Planning


Ignore:
Timestamp:
Oct 29, 2018, 12:41:28 AM (5 years ago)
Author:
neteler
Comment:

+Python 3 support link

Legend:

Unmodified
Added
Removed
Modified
  • Grass8Planning

    v37 v38  
     1[[TOC]]
     2
    13== GRASS 8 planning: ideas ==
    24
     
    57=== General ===
    68
    7 ==== Naming of GRASS Database ====
     9==== Naming of GRASS GIS Database ====
    810
    911* ''GISDBASE'' versus ''grassdata'' versus ''GRASS Database'' versus ''GRASS Database Directory'' versus ''GRASS GIS Database'' versus ''GRASS GIS Spatial Database'' versus ''GIS Data Directory''
     
    4244 * 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).
    4345* 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
    4447==== Color tables ====
    4548
     
    4750* Make clear and easy how users can store and share color tables in a simple way.
    4851* Make the GUI more clear, e.g. integrate the custom color table dialog into the r.colors/... dialogs.
     52
    4953=== Modules ===
    5054
     
    8387
    8488=== Imagery library ===
    85  * get rid of subgroups. No real need for that... (but overcomplication of usage)
     89 * get rid of subgroups. No real need for that... (but leading to overcomplication of current usage)
    8690  * 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.
    8791
     
    96100=== Python library ===
    97101
    98  * finalize/stabilize Python 3 support
     102 * finalize/stabilize [wiki:Python3Support Python 3 support in GRASS GIS]
    99103 * simplify the startup from Python script (i.e. less steps to start session from Python, possibly includes change in distribution/installation)
    100104 * remove deprecated Python functions: https://trac.osgeo.org/grass/changeset/67669