Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The architecture outline of Delta Shell is shown in the figure below. As can be seen from the figure, Delta Shell consists of a set of common class libraries, mainly representing different domains and software standards such as:

  • geospatial libraries (geometries, features, coverages);
  • hydrographic libraries (hydro regions, hydro networks, drainage basins, hydro areas, hydraulic structures and other hydrographic features);
  • scientific libraries (units, multi-dimensional arrays, variables);
  • storage libraries (NetCDF, SQLite and support for many file formats such as CSV, WaterML2, Shapefile, file formats supported by GDAL)
  • workflow libraries (simple and composite workflow activities, support for parallel and sequential run modes)
  • scripting support (based on IronPython)
  • general application framework
  • OGC-based geometries and features;
  • hydrologic network objects;
  • mathematical and physics libraries;
  • general application framework class libraries (Application, Gui).

...

  • non-gui plugins providing new data types or computational models to the system, and;
  • graphical user interface components used to visualize different data.

An empty version of the Delta Shell does not include any of the Model Plugins. They are included only in dedicated installations of the Delta Shell. See the Projects page on Delta Shell website for the examples.

Background readings on Delta Shell 

...

Additional information that might be useful, concerns the open source geospatial libraries that are used by Delta Shell. These background readings can be found at their repositories on the internet:

GeoAPI.NET NetCDF, GeoAPI.Net and NetTopologySuite are used closely together and have each been extended by Deltares to develop the Functional Coverages spatial APIsupport for geospatial Features and Coverages.

SharpMap is the Map UI component used by Delta Shell which has been extended by Deltares in a separate branch that can be found at the SharpMap repository (http://sharpmap.codeplex.com/SourceControl/latest#Branches/0.9.5-DeltaShell).

Some final notes:

For NetCDF, the plain C API is used for optimal performance by integrating a .NET 'wrapper' in the DelfTools.Utils.NetCDF library. The C# wrapper classes are quite similar to but not exactly modelled after the NetCDF Java API

...

.