Changes between Version 22 and Version 23 of GSoC/2014


Ignore:
Timestamp:
Feb 6, 2014, 7:38:15 PM (10 years ago)
Author:
helena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014

    v22 v23  
    114114 * It might be also advantageous to save the name of the color table after G7:r.colors somewhere in files for map, so that it can be reused/displayed later.
    115115 * Good API for the GUI-independent functionality can be beneficial in the future.
     116
     117=== Path sampling library for GRASS ===
     118
     119 * GRASS currently has two modules which use path sampling method for overland flow simulation and sediment transport modeling. An additional GRASS python module uses the method to simulate aeolian sand transport.
     120 * The code in the modules is not well designed for further extensions so it will be useful to write a path sampling method library which would enable rapid and efficient development of modules for modeling surface and subsurface water and pollutant flow, water and aeolian sediment transport, fire spread and many other types of fluxes (including movement of people) in complex, spatially diverse environments.
     121 * The library should support stationary and time dependent processes and provide a foundation for development of steered simulations.
     122 * The output expected:
     123  * library which offers the functionality for path sampling based modeling
     124  * at least one module built with this library - for example a new, cleaner version of r.sim.water can be used as a test case.
     125
    116126== For students ==
    117127