Part of the Memory-Efficient I/O-Improved Drainage Analysis System (MIDAS)
Please cite Cho (2023) when you use this algorithm or the r.flowaccumulation GRASS addon.
- Huidae Cho, July 2023. Memory-Efficient Flow Accumulation Using a Look-Around Approach and Its OpenMP Parallelization. Environmental Modelling & Software 167, 105771. doi:10.1016/j.envsoft.2023.105771.
- Raw data: 30-m NED for the entire Texas
- 1.8 billion cells including null
- 773 million cells without null
- Red: MEFA
- Blue and purple: Benchmark algorithms
Flow direction encoding in GeoTIFF:
For Windows, use MSYS2 and OSGeo4W to install GCC and GDAL, respectively.
make
- MEFA-HP (algorithm index 7)
- HPFA (algorithm index 1)
- FastFlow (Zhou's algorithm)
- AreaD8
- ArcGIS Pro Flow Accumulation
- 1.import_ned.zip
- 2.prepare_inputs.zip
- 3.run_algorithms.zip
- 4.check_outputs.zip
- 5.analyze_outputs.zip
Input flow direction files
Output flow accumulation files
- meac.tif: MEFA
- mefahp.tif: MEFA-HP
- hpfa.tif: HPFA
- ffaczhou.tif: FastFlow
- tauad801.tif: AreaD8
- fac.tif: ArcGIS