Changes between Version 54 and Version 55 of GSoC/2018


Ignore:
Timestamp:
Jun 9, 2018, 10:18:48 AM (6 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018

    v54 v55  
    388388 * Test and training tasks:
    389389  * 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.
    391391   * 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.
    393393   * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"`
    394394   * Add `--import-raster=some/file.tiff` which imports (r.in.gdal or r.import) a raster file (same for vector).
     
    397397   * Add `--link-output-raster=some/file.tiff` which creates (r.external.out) a new (output) raster file (same for vector).
    398398  * 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.
    401401  * Solve one of the tickets linked above.
    402402 * Proposal: Student needs to show understanding of the GRASS GIS Database structure and significantly extend on text above.