Rasters.jl provides excellent methods for reading, analysing and plotting for geospatial data.
OceanVariableConversions, provides conversion and computation (using TEOS-10) of ocean variables that are Raster data structures.
The package is installed using Julia's package manager
julia> ]
(@v1.8) pkg> add OceanRasterConversionsthen press backspace to exit the package manager.
To start using the package you will also need to have Rasters.jl installed (in the same manner as above but replace OceanRasterConversions with Rasters).
To then use the packages type
julia> using Rasters, OceanRasterConversionsinto the repl.