[GRASS-git] [OSGeo/grass-addons] 4d16fa: r.flowaccumulation: Add a new addon that implement...
    Huidae Cho 
    noreply at github.com
       
    Mon Oct 16 17:55:54 PDT 2023
    
    
  
  Branch: refs/heads/grass8
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 4d16fa7223492f02c528ae3497987771cae7b0ce
      https://github.com/OSGeo/grass-addons/commit/4d16fa7223492f02c528ae3497987771cae7b0ce
  Author: Huidae Cho <grass4u at gmail.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)
  Changed paths:
    A src/raster/r.flowaccumulation/Makefile
    A src/raster/r.flowaccumulation/accumulate.c
    A src/raster/r.flowaccumulation/gettimeofday.c
    A src/raster/r.flowaccumulation/global.h
    A src/raster/r.flowaccumulation/main.c
    A src/raster/r.flowaccumulation/r.flowaccumulation.html
    A src/raster/r.flowaccumulation/r_flowaccumulation_formats.png
    A src/raster/r.flowaccumulation/r_flowaccumulation_nc_comparison.png
    A src/raster/r.flowaccumulation/r_flowaccumulation_nc_example.png
    A src/raster/r.flowaccumulation/r_flowaccumulation_r_watershed_nc_example.png
    A src/raster/r.flowaccumulation/timeval_diff.c
  Log Message:
  -----------
  r.flowaccumulation: Add a new addon that implements the Memory-Efficient Flow Accumulation parallel algorithm (Cho 2023) (#954)
* r.accum: Add a new addon that implements the Memory-Efficient Flow Accumulation parallel algorithm (Cho 2023)
* Fix format check
* Add ArcGIS format
* Rename to r.flowaccumulation
* Rename to r.flowaccumulation
* Fix link to r.accumulate manual
* Update src/raster/r.flowaccumulation/r.flowaccumulation.html
Co-authored-by: Markus Neteler <neteler at osgeo.org>
* Update src/raster/r.flowaccumulation/r.flowaccumulation.html
Co-authored-by: Markus Neteler <neteler at osgeo.org>
* Minor formatting
---------
Co-authored-by: Markus Neteler <neteler at osgeo.org>
    
    
More information about the grass-commit
mailing list