Changes between Version 5 and Version 6 of GSoC/2019


Ignore:
Timestamp:
Feb 3, 2019, 12:47:43 PM (5 years ago)
Author:
wenzeslaus
Comment:

update CLI idea

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2019

    v5 v6  
    160160 * Test and training tasks:
    161161  * Extend `--exec` functionality:
    162    * 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.
    163    * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). See #3537.
     162   * Add `--tmp-mapset` which runs `--exec` in a database/location/mapset which is created at the beginning and deleted at the end (database/location exists before and after). (See also `--tmp-location`, #3537, #3585, and r72790.)
     163   * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). (See also #3537.)
    164164   * 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.
    165165   * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"`
     
    170170  * Add features to `grass` executable interface:
    171171   * 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).
    172    * Add `-c XY` for simple unprojected Locations (#3586).
    173172  * Solve one of the tickets linked above.
    174  * Proposal: Student needs to show understanding of the GRASS GIS Database structure and significantly extend on text above.
    175  * Language requirements: Python
     173 * Requirements:
     174  * Student needs to show understanding of the GRASS GIS Database structure and significantly extend on text above in the proposal.
     175  * Language: Python
    176176 * Mentors: Vaclav Petras
    177177 * Co-mentors: Pietro Zambelli