Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Milestones

List view

  • Currently we can export three different kinds of output files with varying degrees of configurable data selection from simulation results. This needs to be expanded for more generic configurability and different new output files. TODO: Detailed targets remain unclear at the time of writing this and this needs to be refined.

    No due date
  • To be able to support collaborative work for introducing and developing new computational models and processes for domain operations, necessary code changes to the Metsi platform need to be minimized. For this purpose we need to make possible the usage of operations that have been exposed from other Python packages than just metsi and metsi-forestry.

    No due date
    2/2 issues closed
  • We need to publish the user manual for our application and libraries For this, the requirements are: * User manual exists as a collaboratively editable and automatically published documentation site * Mutually agreed-upon manual structure exists * Current README.md documentative content has been migrated and re-edited to the new manual

    No due date
    1/1 issues closed
  • Current simulator branching and execution strategies (full, partial) cause an amount of computational unit deepcopying and an amount of duplicated work between branches. To improve upon this we need: * to introduce a new strategy 'single' to complement the current set of strategies * to introduce a new kind of strategy for branching and execution to eliminate all unnecessary deepcopying and predictable duplication in future branches * improve the data model classes to maintain a collection of changed properties and copy only the changes (metsi-data work) * introduce parallelization

    No due date
    6/6 issues closed
  • Target is to be able to declare a reference scenario configuration from MELA. For this purpose we need: * in-line parametrization of operations in simulation events declaration * single default set of operation parameters with partial override by in-line parameters * operation aliases, allowing wrapping of operations with pre-set parameters * elapsed time constraints between operations * to allow declaring that a certain event generator can fail without aborting its branch * separately declaring transition operation sequence between event time points

    No due date
    7/7 issues closed