Versions Compared

Key

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

The WANDA API (Application programming interface) is a new addition to WANDA which enables to possibilities of writing scripts to perform certain task (e.g. creating figures, building of models, etc.). The WANDA API is accessible from Python, C and C# (.Net platform). This gives the user the freedom to choose its own preferred platform to write scripts.

The Wanda API is beta software and can only be used for educational purposes in connection with our courses. If you wish to use the Wanda Api for other purposes, please contact us via software@deltares.nl 

Wanda API for Python Installation Instructions  Python Installation Instructions

  • Install Anaconda (Windows 64 bits, python 3.7)
  • Open Anaconda Navigator
  • Open the tab Environments
  • Either use an existing or create a new virtual Environments
  • Select the venv you want tu use and click on the play button en select "Open Terminal"
  • Run the following command: "python –m pip install pywanda"
  • If this is successful, start the python interpreter by typing "python"and pressing enter
  • Input the following statements: Then type "Import pywanda" This should not return any errorsand press enter. If this statement executes without errors the installation was successful and the pywanda module is now imported into Python.
  • If errors occur at the previous step, please contact our support via software.support@deltares.nl 

License can be requested at software.support@deltares.nl.

...

  • License cannot cope with dongle-based license authorization, please contact support for a demo-license (not dongle-based).
  • Wanda API only works with Wanda 4.6 models (Wanda 4.5 models work mostly, but is not supported)