Changes between Version 29 and Version 30 of Grass8Planning


Ignore:
Timestamp:
Jun 11, 2018, 7:03:52 PM (6 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass8Planning

    v29 v30  
    4040 * Only exception to the rule should be `--help`.
    4141 * Possibly use one of Python libraries ([https://docs.python.org/3/howto/argparse.html argparse] >2.7 and >3.2, [https://docs.python.org/3.6/library/optparse.html] in 2.6 and 3.8? but deprecated since 2.7, [https://docs.python.org/3/library/getopt.html getopt] not recommended for general use).
     42
     43==== Color tables ====
     44
     45* There is a lot of color tables. Are all useful? Some are perceptually uniform, but some are quite simple. Are all good enough? For example, Matplotlib has much more color tables. Are we missing some?
     46* Make clear and easy how users can store and share color tables in a simple way.
     47* Make the GUI more clear, e.g. integrate the custom color table dialog into the r.colors/... dialogs.
    4248=== Raster library ===
    4349