Skip to content

Python Scripts

The following sections all relate to the python scripts defined here.

Loading Data

How to load and save new data?

Command: make run-save-data

More informations here: Data Saving script

(Source)

Data Extraction

How to extract data from a given geographic area ?

Command: make run-extract-data

More informations here: Data Extraction script

(Source)

How to extract data from a given water mass ?

Command: make run-extract-water-mass

More informations here: Data Extraction script

(Source)

Overall Data Plotting

How to plot an interactive map of the data?

Command: make run-plot-interactive

More informations here: Interactive Map Script

(Source)

How to show the data density on a map?

Command: make run-plot-data-density

More informations here: Mesh Plotting Script

(Source)

How to show a profile with data density evolution?

Command: make run-plot-profile

More informations here: Profile Plotting Script

(Source)

How to show the Temperature-Salinity diagram of a water mass ?

Command: make run-plot-ts-diagram

More informations here: Temperature-Salinity Diagram Script

(Source)

How to show the Boxplots of different water masses for a given variable?

Command: make run-plot-var-boxplot

More informations here: Variable Boxplot Plotting Script

(Source)

How to show the Histograms of different water masses for a given variable?

Command: make run-plot-var-histogram

More informations here: Variable Histogram Plotting Script

(Source)

How to compare a variable to pressure for given water masses?

Command: make run-plot-var-pressure

More informations here: Variable vs Pressure Plotting Script

(Source)

Compare Simulations to Observations

How to compare simulations to observations?

Command: make run-compare-sims-obs

More informations here: Simulation-Observation Comparison Script

(Source)