You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Contents

The root page TOOLS:Tutorial could not be found in space Delta Shell.

General

As the Delta Shell framework is still under continuous development due to the implementation of additional models and plugins, some of its components are being re-factored repeatedly and documentation is quite limited.

The purpose of this tutorial, though, is to provide a hands-on introduction for developers by demonstrating some of Delta Shell's most common plugin interfaces (based on the latest version of the framework).

Tutorial outline

After having performed the tutorial you will end up with a simple version of a hydrological model. Although the model calculates some bogus volume output, it affects all kind of basic modelling aspects, such as:

  • importing time series from WaterML2 files;
  • creating a simple model structure;
  • customizing model properties;
  • showing model data on a map;
  • showing model data in a custom view;
  • creating a Ribbon button.

In the end you are able to sequentially:

  • create a volume model;
  • import WaterML2 and catchment data;
  • create up to ten volume cases by one click;
  • run all volume models (cases);
  • inspect the spatio-temporal output results.

A first impression of the results of the tutorial is displayed in the figure below:

[TODO] Screenshot of the results of the tutorial

  • No labels