bindings-saga-cmd-0.1.1.1: Wrapping saga_cmd

Safe HaskellSafe-Inferred
LanguageHaskell98

Gis.Saga.Cmd

Synopsis

Documentation

progName :: String Source

Actual Program to do the work

doSaga :: SagaCmd -> IO FilePath Source

Call saga with a specific configuration

saga Source

Arguments

:: String

Library name

-> String

Module name

-> [(String, String)]

Parameter key-value

-> IO ExitCode

Output-file

Wrapper around saga

adjustSagaCmdParas :: CmdPars -> SagaCmd -> SagaCmd Source

adjust default parameters with the ones given on the command-line

adjustParas Source

Arguments

:: ParaMap

parameters specified in SagaCmd

-> CmdPars

parameters given on the cmd-line

-> ParaMap

adjusted parameters

Overwrite default parameters with parameters given on the command-line

lkpChain :: SagaIoCmdDB -> [String] -> [SagaIoCmdExt] Source

Lookup a chain

lkpCmd :: String -> SagaIoCmdDB -> SagaIoCmdExt Source

Lookup a single command