Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.54 KB

OceanRasterConversions.jl

Doc stable badge Doc dev badge Build Status codecov

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.

Using the package

The package is installed using Julia's package manager

julia> ]
(@v1.8) pkg> add OceanRasterConversions

then 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, OceanRasterConversions

into the repl.