seims.preprocess.autofuzslppos.ParasComb Namespace Reference

Functions

def read_ext_conf (ext_file)
 
def combine_ext_conf_parameters (slppostypes, extconf_dict, combinedconf)
 
def read_inf_conf (ext_file)
 
def combine_inf_conf_parameters (slppostypes, infconf_dict, combinedconf)
 
def main ()
 

Detailed Description

Combine parameter results for text files for further analysis.

    @author   : Liangjun Zhu

    @changelog:
    - 15-03-20  - lj - initial implementation.
    - 17-07-30  - lj - reorganize and incorporate with pygeoc.

Function Documentation

◆ combine_ext_conf_parameters()

def seims.preprocess.autofuzslppos.ParasComb.combine_ext_conf_parameters (   slppostypes,
  extconf_dict,
  combinedconf 
)
Combine extraction configuration parameters to a single file.

◆ combine_inf_conf_parameters()

def seims.preprocess.autofuzslppos.ParasComb.combine_inf_conf_parameters (   slppostypes,
  infconf_dict,
  combinedconf 
)
Combine fuzzy inference configuration parameters to a single file.

◆ main()

def seims.preprocess.autofuzslppos.ParasComb.main ( )
TEST CODE.

◆ read_ext_conf()

def seims.preprocess.autofuzslppos.ParasComb.read_ext_conf (   ext_file)
Read extract typical location configuration file.

◆ read_inf_conf()

def seims.preprocess.autofuzslppos.ParasComb.read_inf_conf (   ext_file)
Read fuzzy inference configuration file.