Unable to render {include} The included page could not be found.

Implementation in DelftShell

Import functionality will be provided in DelftShell as import plugin, import plugin provides available datatypes.

User should be able to make a selection from the available data to import, based on

  • object type
    • Cross section
    • Boundary condition
    • Laterals
  • geographic location
  • time interval
  • station ?! (ask Edward)

Plugin needs to be extendable so new import formats may easily be added.
Extendability on formats (structure of data) as well as providers (file, stream, webservice, database...)

TODO

  • design a logical class/interface model (DataProvider) with extendibility in mind
  • like other DS plugins the Import Plugin will provide its own menu, to be added to the application (App.config)
  • the import plugin should supply a wizard like workflow
  • the plugin should enable
    • to add new objects to an empty DS project
    • to add (new) objects to an existing, non-empty project
    • to update/overwrite existing objects in project
  • Current DS implementation of Cross Section is not sufficient to harbour all possible CS from Sobek. Discuss with Jan Noort, Gena and Edward for solution.
  • No labels