Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 328 Bytes

ooi-opendata

Scripts and notebooks for moving OOI data into Azure Open Datasets.

Setup

Repo configuration

  • Create and activate the Conda environment using the environment.yml file:
    • conda env create -f environment.yml
    • conda activate ooi-opendata
  • Install the local library using:
    • pip install -e .