Changes between Version 6 and Version 7 of GSoC/2021


Ignore:
Timestamp:
Feb 2, 2021, 7:39:05 PM (3 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021

    v6 v7  
    165165  * Extend `--exec` functionality:
    166166   * Add `--region` to set a temporary computational region for the execution, e.g. `--region="raster=raster_name"`
    167    * Add `--import-raster=some/file.tiff` which imports (r.in.gdal or r.import) a raster file (same for vector).
    168    * Add `--link-raster=some/file.tiff` which links (r.external) a raster file (same for vector).
    169    * Add `--export-raster=some/file.tiff` which exports (e.g. r.out.gdal) a raster file (same for vector).
    170    * Add `--link-output-raster=some/file.tiff` which creates (r.external.out) a new (output) raster file (same for vector).
    171    * Add `--clean` (current default) and `--no-clean` which say if `--exec` should clean the `.tmp` directory in the Mapset (for parallel execution). (See also #3537.)
    172    * 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.
     167   * Add `--import-raster=some/file.tiff` which imports (r.import) a raster file (same for vector and similarly for export).
     168   * Add `--link-raster=some/file.tiff` which links (r.external) a raster file (same for vector and similarly for r.external.out).
    173169== Tips for students ==
    174170