This package can be used to access, analyze, process, and simulate data generated by ocean robots. These ocean observing platforms collect observations in the field, and allow us to monitor climate.
OceanRobots.jl
includes profiling floats, drifters, gliders, and moorings as illustrated in the examples listed below. It provides a unified and simple user interface to each of these data sets.
Global Fleet Now
Explore data coverage and data platforms.
Global Data Coverage | Individual Data Platforms |
---|---|
To install OceanRobots.jl
in julia
proceed as usual via the package manager.
using Pkg; Pkg.add("OceanRobots")
To download OceanRobots.jl folder, which includes the notebooks folder, you can use Git.jl
.
using Pkg; Pkg.add("Git"); using Git
url="https://github.com/JuliaOcean/OceanRobots.jl"
run(`$(git()) clone $(url)`)