Module to create damage curves from point data and additional logging utils relevant to impact_functions.
Class for implementation of damage curves based on point data
A helper to write the admissible plugin list to a string.
Intended for use with the LOGGER so that admissible plugins can be pretty printed to the logs.
Args: plugin_list str (required). A list of plugins
Returns: A string representing the plugin list with nice formatting.
Raises: None
Pretty print keywords dict or list of dicts to a string.
Intended for use with the LOGGER so that keywords can be pretty printed to the logs.
Args: keywords dict or list (required). A list or dict of keywords.
Returns: A string representing the keyword list with nice formatting.
Raises: None
A helper function that return a pretty string according to the args Args:
- myArs = string or list
if myArgs is list return each element as string separated by ‘,’
Remove double spaces from a string. Return the string without any dobule spaces
This module forms part of the InaSAFE tool.