Functions | |
| def | rpi_calculation (distdown, distup, rpi_outfile) |
| def | slope_rad_to_deg (tanslp, slp) |
| def | write_log (logfile, contentlist) |
| def | main () |
Utility Classes and Functions
@author : Liangjun Zhu
@changelog:
- 15-07-31 - lj - initial implementation
- 17-07-21 - lj - reorganize and incorporate with pygeoc
| def seims.preprocess.autofuzslppos.Util.main | ( | ) |
TEST CODE
| def seims.preprocess.autofuzslppos.Util.rpi_calculation | ( | distdown, | |
| distup, | |||
| rpi_outfile | |||
| ) |
Calculate Relative Position Index (RPI).
| def seims.preprocess.autofuzslppos.Util.slope_rad_to_deg | ( | tanslp, | |
| slp | |||
| ) |
Convert slope from radius to slope.
| def seims.preprocess.autofuzslppos.Util.write_log | ( | logfile, | |
| contentlist | |||
| ) |
Write string or string list to log file.