API Reference
hestia_earth.utils.tools.
safe_parse_float
Parse a string into a float.
value (str) – The string value to parse.
str
default – The default value if parsing not possible.
The value as float or default value.
float