Functions | |
def | write |
def | read |
def | write_v10 |
def | read_v10 |
def common.ascii_map2D.read | ( | ifile | ) |
Master read routine for different map2D ascii format. Read first line only and auto determine version. Call the good read_vX function.
def common.ascii_map2D.read_v10 | ( | ifile | ) |
Read map2D object from a file unit already open in proper mode (read...). Use format 10.
def common.ascii_map2D.write | ( | map2D, | |
ifile | |||
) |
Master write routine for map2D.
def common.ascii_map2D.write_v10 | ( | map2D, | |
ifile | |||
) |
Write map2D object in a file unit already open in proper mode (append,replace...). Use format 10.