Check out the data challenge website for more infos !
This repository contains codes and sample notebooks for downloading and processing the 2024_InternalWaves_OSSE data challenge.
💻 How to get started ?
Clone the data challenge repo:
git clone https://github.com/ocean-data-challenges/2024_InternalWaves_OSSE.git
or using SSH:
git clone git@github.com:ocean-data-challenges/2024_InternalWaves_OSSE.git
create the data challenge conda environment, named env-dc-swot-filtering, by running the following command:
conda env create --file=environment.yml
and activate it with:
conda activate env-dc_internalwaves_osse
then add it to the available kernels for jupyter to see:
ipython kernel install --name "env-dc_internalwaves_osse" --user
finally, select the "env-dc-global-ose" kernel in your notebook with Kernel > Change Kernel.
You're now good to go !