Beispiel #1
0
def _is_quantile_hazmap_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.QUANTILE_HAZARD_MAP_KEY_TOKEN)
Beispiel #2
0
def _is_quantile_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.QUANTILE_HAZARD_CURVE_KEY_TOKEN)
Beispiel #3
0
def _is_mean_hazmap_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.MEAN_HAZARD_MAP_KEY_TOKEN)
Beispiel #4
0
def _is_realization_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.HAZARD_CURVE_KEY_TOKEN)
Beispiel #5
0
def _is_mean_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.MEAN_HAZARD_CURVE_KEY_TOKEN)
Beispiel #6
0
def _is_quantile_hazmap_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.QUANTILE_HAZARD_MAP_KEY_TOKEN)
Beispiel #7
0
def _is_mean_hazmap_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.MEAN_HAZARD_MAP_KEY_TOKEN)
Beispiel #8
0
def _is_quantile_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.QUANTILE_HAZARD_CURVE_KEY_TOKEN)
Beispiel #9
0
def _is_mean_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.MEAN_HAZARD_CURVE_KEY_TOKEN)
Beispiel #10
0
def _is_realization_hazard_curve_key(kvs_key):
    return (tokens.extract_product_type_from_kvs_key(kvs_key) == \
                tokens.HAZARD_CURVE_KEY_TOKEN)