Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 487 Bytes

File metadata and controls

26 lines (18 loc) · 487 Bytes

Data Access

This page outlines how to access AMOC-related data from our repositories.

amocarray

The amocarray package provides access to standardized data from mooring arrays including:

  • MOVE
  • RAPID
  • OSNAP
  • SAMBA

You can install it via pip:

pip install amocarray

Then load data using:

import amocarray
ds = amocarray.read_move(...)

More detailed examples are available in each array’s section.