Ishi01 / SoilConditionMapping

CITS5206 Soil Condition Mapping project
0 stars 1 forks source link

Plot temp depth #26

Closed LongQin0121 closed 1 day ago

LongQin0121 commented 1 day ago

This is fully functional interface to return a image to thr front end developer.

INPUT Parameter:

txo_file = '2021-11-12_03-30-00.tx0'

GNtemp_file = 'path-to/GNtemp.txt'

For Front END:

plot_image = display_temp_vs_depth('2021-11-12_03-30-00.tx0', 'Long_local/GNtemp.txt')

LongQin0121 commented 1 day ago

INPUT Parameter:

txo_file = '2021-11-12_03-30-00.tx0'

GNtemp_file = 'path-to/GNtemp.txt'

Fore Front END:

plot_image = display_temp_vs_depth('2021-11-12_03-30-00.tx0', 'Long_local/GNtemp.txt')