Batch

<< Click to Display Table of Contents >>

Navigation:  waterRIDE FLOOD > PROCESS > Misc >

Batch

Whilst this tool does not cover all processing in waterRIDE, it is intended to make batch processing and scripting possible using Manager. Functionality will be expanded with future releases.

A batch script (text file) must be setup using a series a CSV lines, commencing with a process identifier and followed by the required parameters for that process.

The following pseudo code explains the batch processes and parameter requirements for some of the more commonly used processes.

 

Processing Codes:

PEAKOFPEAKS,"OutputFile","File1","File2",....,"File n"

EXTRACTALLPEAKSWR,"SourceFile"

EXTRACTALLPEAKSGIS,"SourceFile","CellSize(m)-optional"

DIFFERENCE,"Filename1","FileName2","OutFile","FlagWetToDry T/F"

CONVERTGRID,"FileName","ToEXT", "HazFile"

RUNDRAPEBATCH,"FileName"

CHANGEHAZARDH1H6,"Filename","ARRHazFileName",Backup?

CHANGEHAZARD,"Filename","HazardFileName",Backup

CREATECOMPOSITE,"FileName.wrc","File1","File2",....,"File n"

 

Performance Codes:

PYRAMID,"wrrFile","T/F Level 1"

 

General File Codes:

COPYFILE,"Source","Dest"

RENAMEFILE,"From","To"

DELETEFILE,"Fname"

 

Clipping Codes

NULLIFY,"FileName","GISFile","Keep Terrain T/F","INSIDE or OUTSIDE"

 

Stretching Codes:

FILL_IDW,"FileName","GISFile",IDWpower,ResampleDist

STRETCHSURFACE2SURFACE,"FileToStretch","FileToStretchTo","ConstraintGISFile"

STRETCHSURFACEBYBUFFER,"FileToStretch","Buffer/Cycles","ConstraintGISFile","Stretch Within CONstraints Only T/F","Depth Threshold","HazardFile"