Skip to content

Latest commit

 

History

History
126 lines (80 loc) · 4.3 KB

README.md

File metadata and controls

126 lines (80 loc) · 4.3 KB

OceanRobots.jl

CI Codecov Dev

DOI DOI

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.

Data Sets

Global Fleet Now

Explore data coverage and data platforms.

👉 OceanOPS notebook 👈

Global Data Coverage Individual Data Platforms

Research Ships

👉 CTD Profiles notebook 👈

Commercial Ships

👉 XBT_transect.html 👈

Profiling Floats

👉 Argo Float notebook 👈

Argo Float Track Argo Float Profiles

Surface Drifters

👉 Drifter notebook 1 👈

👉 Drifter notebook 2 👈

Underwater Gliders

👉 Glider notebook 👈

Moored Buoys

👉 Buoy NWP NOAA notebook 👈

👉 Buoy NWP NOAA monthly notebook 👈

WHOTS Mooring

Installation

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)`)