Changes between Version 55 and Version 56 of GSoC/2018


Ignore:
Timestamp:
Jun 9, 2018, 7:44:49 PM (6 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v55 v56  
    388388 * Test and training tasks:
    389389  * Extend `--exec` functionality:
    390    * Add `--tmp-location` which runs `--exec` in a database/location/mapset which are created at the beginning and deleted at the end. See #3537 and r72790.
     390   * Add `--tmp-location` which runs `--exec` in a database/location/mapset which are created at the beginning and deleted at the end. See #3537, #3585, and r72790.
    391391   * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). See #3537.
    392392   * Add `--lock` (current default) and `--no-lock` which say if `--exec` should lock the Mapset (for parallel execution). See also #2685 and the `-f` flag.
     
    398398  * Add features to `grass` executable interface:
    399399   * Make it possible to associate `*.gxw` files with `grass` executable (#1204) or at least add `--gui-workspace` or preferably just recognize it in the command line (distinguish it from database/location/mapset).
    400    * Add `-c XY` and `-c LL` for simple unprojected and latitude-longitude Locations (compare options in the current CLI to wxGUI Location Wizard). See the `--help` which actually lists `-c` (with nothing) as a valid syntax.
     400   * Add `-c XY` for simple unprojected Locations (#3586).
    401401  * Solve one of the tickets linked above.
    402402 * Proposal: Student needs to show understanding of the GRASS GIS Database structure and significantly extend on text above.