Changes between Version 9 and Version 10 of GSoC/2014/ImplementationOf3DRasterFlowLine


Ignore:
Timestamp:
Jul 18, 2014, 2:52:17 PM (10 years ago)
Author:
annakrat
Comment:

week 9

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/ImplementationOf3DRasterFlowLine

    v9 v10  
    128128
    129129As expected, the C module is much much faster than the Python version. I also added function documentation.
     130
     131=== Week 9 ===
     132I rewrote the rest of the Python implementation (added flowaccumulation and on-the-fly gradient computation). I tested it against Python implementation and when computing gradient, it still differs a little bit so I will test more. Next week I will add more code documentation and try to write some tests. Also, I would like to implement integrating flowlines in both directions.