[GRASS-git] [OSGeo/grass-addons] 5cc475: r.in.usgs: Split memory amount, keep extracted fil...

Vaclav Petras noreply at github.com
Wed Nov 24 13:13:49 PST 2021


  Branch: refs/heads/grass7
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 5cc475b7e5b5c2b84f87c2904d1b4bb6714619a7
      https://github.com/OSGeo/grass-addons/commit/5cc475b7e5b5c2b84f87c2904d1b4bb6714619a7
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2021-11-24 (Wed, 24 Nov 2021)

  Changed paths:
    M src/raster/r.in.usgs/r.in.usgs.py

  Log Message:
  -----------
  r.in.usgs: Split memory amount, keep extracted files (#631)

* Split assigned memory between the parallel subprocesses based on nprocs instead of passing the memory value as is.
* Accept float for memory (in theory), floor divide by cores, pass int (not rounded/floored float) to the subprocesses.
* Keep extracted file in cache by default.
* -k now only adds keeping of tiles in the target mapset. Message about -k being enabled was removed.




More information about the grass-commit mailing list