oasislmf.cli.exposure

Module Contents

Classes

RunCmd

Generates deterministic losses using the installed ktools framework given

ExposureCmd

Exposure subcommands:

class oasislmf.cli.exposure.RunCmd(*args, **kwargs)[source]

Bases: oasislmf.cli.command.OasisComputationCommand

Generates deterministic losses using the installed ktools framework given direct Oasis files (GUL + optionally IL and RI input files).

The command line arguments can be supplied in the configuration file (oasislmf.json by default or specified with the --config flag). Run oasislmf config --help for more information.

formatter_class[source]
computation_name = 'RunExposure'[source]
class oasislmf.cli.exposure.ExposureCmd(*args, **kwargs)[source]

Bases: oasislmf.cli.command.OasisBaseCommand

Exposure subcommands:

* generate - and optionally, validate - deterministic losses (GUL, IL or RIL)
sub_commands[source]