Changes between Version 50 and Version 51 of GSoC/2018
- Timestamp:
- 03/24/18 19:19:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2018
v50 v51 354 354 * #2681 Remove legacy meaning of LOCATION variable 355 355 * #2685 Add ignore lock flag to grass command 356 * #3537 Add functionalities `--tmp-location` and `--no-clean` 356 357 * Documentation: 357 358 * [https://grass.osgeo.org/grass74/manuals/grass_database.html GRASS GIS Database] … … 384 385 * Test and training tasks: 385 386 * 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. 388 389 * Add `--lock` (current default) and `--no-lock` which say if `--exec` should lock the Mapset (for parallel execution). See also #2685. 389 390 * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"`