Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Code Block
languagepython
#region import libraries
# python libs

from SobekWorkshopHelperFunctions import *

# .Net libs
from System import DateTime, Double
from System.Collections.Generic import List

# DeltaShell libs
from SharpMap import Map
from DelftTools.Shell.Core.Workflow import ActivityRunner
from DeltaShell.Plugins.SharpMapGis.ImportExport import CsvFunctionExporter
from DeltaShell.Plugins.DelftModels.WaterFlowModel.DataObjects import WaterFlowModel1DBoundaryNodeDataType
from DelftTools.Hydro import RoughnessType
#endregion