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

Compare with Current View Page History

« Previous Version 10 Next »

Read this article when you want to get started with python scripts in SOBEK 3 or if you would like to share your user scripts via OpenEarth.

Introduction

With scripts in DeltaShell you can add customized features to SOBEK:

  • Set, delete and modify time series data (e. g. boundary condition input)
  • Modify model data during runtime
  • Read and write input and output data

All scripts in DeltaShell are written in Python.

We distinguish two types of scripts:

  • Official released scripts come with official SOBEK releases. For official scripts quality standards like backwards compatibility apply.
  • User scripts don't have official status. SOBEK users share their scripts via OpenEarth.

Getting started

Add local copy of the Open Earth SOBEK script repository to your scripting folder:

  • In the Toolbox, select the folder "Scripts" and open this location with windows explorer or another file manager.
  • Add a folder "SOBEK" and checkout the Open Earth SVN repository to this folder.

Alternative: cange the scripting folder to the local copy of the Open Earth SVN repository:


Tutorials

 

  • No labels