ctdclient.model.plotting module¶
- class ctdclient.model.plotting.Plotting[source]¶
Bases:
objectOrganizes plotting logic.
- plot_file(file='', show_plot=True)[source]¶
Runs plotting logic from ctdam python package on single file.
- Parameters:
file (
Path|str) – The target file to plotshow_plot (
bool) – Whether to open the plot in webbrowser automatically
- plot_cruise(dir='', no_new_plots=False)[source]¶
Runs plotting logic from ctdam python package on whole cruise.
- Parameters:
dir (
str) – The directory of target files to plotno_new_plots (
bool) – Whether to overwrite existing plots or not
- run_auto_plotting(target)[source]¶
Performs single plotting and update of cruise plot html.
- Parameters:
target (
Path) – The target file to plot