Changes between Version 54 and Version 55 of GSoC/2018
- Timestamp:
- 06/09/18 10:18:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2018
v54 v55 388 388 * Test and training tasks: 389 389 * 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 .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. 391 391 * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). See #3537. 392 * Add `--lock` (current default) and `--no-lock` which say if `--exec` should lock the Mapset (for parallel execution). See also #2685 .392 * 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. 393 393 * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"` 394 394 * Add `--import-raster=some/file.tiff` which imports (r.in.gdal or r.import) a raster file (same for vector). … … 397 397 * Add `--link-output-raster=some/file.tiff` which creates (r.external.out) a new (output) raster file (same for vector). 398 398 * Add features to `grass` executable interface: 399 * Make it possible to associate `*.gxw` files with `grass` executable (#1204) or at least add `--gui-workspace` 400 * Add `-c XY` and `-c LL` for simple unprojected and latitude-longitude Locations (compare options in the current CLI to wxGUI Location Wizard). 399 * 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. 401 401 * Solve one of the tickets linked above. 402 402 * Proposal: Student needs to show understanding of the GRASS GIS Database structure and significantly extend on text above.