Changes between Version 55 and Version 56 of GSoC/2018
- Timestamp:
- 06/09/18 19:44:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2018
v55 v56 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 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. 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 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. … … 398 398 * Add features to `grass` executable interface: 399 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.400 * Add `-c XY` for simple unprojected Locations (#3586). 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.