Changes between Version 50 and Version 51 of GSoC/2018


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

link #3537

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v50 v51  
    354354   * #2681 Remove legacy meaning of LOCATION variable
    355355   * #2685 Add ignore lock flag to grass command
     356   * #3537 Add functionalities `--tmp-location` and `--no-clean`
    356357  * Documentation:
    357358   * [https://grass.osgeo.org/grass74/manuals/grass_database.html GRASS GIS Database]
     
    384385 * Test and training tasks:
    385386  * Extend `--exec` functionality:
    386    * Add `--tmp-location` which runs `--exec` in a database/location/mapset which are created at the beginning and deleted at the end.
    387    * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution).
     387   * Add `--tmp-location` which runs `--exec` in a database/location/mapset which are created at the beginning and deleted at the end. See #3537.
     388   * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). See #3537.
    388389   * Add `--lock` (current default) and `--no-lock` which say if `--exec` should lock the Mapset (for parallel execution). See also #2685.
    389390   * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"`