Installation#
How to get started ?#
Clone the data challenge repo:
git clone https://github.com/ocean-data-challenges/2024b_DC_SWOTdenoising.git
or using SSH:
git clone git@github.com:ocean-data-challenges/2024b_DC_SWOTdenoising.git
create the data challenge conda environment, named env-dc-swot-filtering, by running the following command:
conda env create --file=dc_environment.yml
and activate it with:
conda activate env-dc-swot-denoising
then add it to the available kernels for jupyter to see:
ipython kernel install --name "env-dc-swot-denoising" --user
finally, select the “env-dc-woc-esa” kernel in your notebook with Kernel > Change Kernel.
You’re now good to go !