Changes between Version 49 and Version 50 of GSoC/2018


Ignore:
Timestamp:
Mar 24, 2018, 7:16:48 PM (6 years ago)
Author:
wenzeslaus
Comment:

add GMT example to new CLI idea, extend other examples

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v49 v50  
    372372    * [http://lists.osgeo.org/pipermail/grass-dev/2015-February/073867.html On GSoC Proposal New easy-to-use...]
    373373    * [http://lists.osgeo.org/pipermail/grass-dev/2015-March/074433.html GSOC project proposal]
    374    * Similar complex command line interfaces to learn from: !GeoGig, !ImageMagic (compare new and old CLI), Git, Docker
     374   * Similar complex command line interfaces to learn from:
     375    * Git (a classic example of subcommand interface)
     376    * Docker (subcommand interface combined with running other commands inside a container)
     377    * !GeoGig (needs to get geospatial data in and out)
     378    * !ImageMagic
     379     * radical changes in CLI interface between versions [https://legacy.imagemagick.org/script/index.php 6] and [https://www.imagemagick.org/script/command-line-tools.php 7]
     380     * new CLI has a single `magick` command with many parameters
     381    * GMT
     382     * [http://gmt.soest.hawaii.edu/doc/5.3.2/GMT_Docs.html#new-features-in-gmt-5 radical changes in CLI interface between versions 4 and 5]
     383     * new CLI has a single `gmt` command and subcommands
    375384 * Test and training tasks:
    376385  * Extend `--exec` functionality: