Shane Elipot1,Milan Curcic1,Philippe Miron2
- 1 University of Miami, USA
- 2 Florida State University, USA
A demo notebook of clouddrift, a python library for Lagrangian data, presented at the Building Upon The EarthCube Community Workshop 2023.
Clink on the Binder badge above (:point_up_2:) to launch the notebook in your browser.
In a terminal window, clone and build the environment using Anaconda or Miniconda, then launch jupyter lab:
git clone https://github.com/Cloud-Drift/e3-comm-workshop-2023
cd e3-comm-workshop-2023
conda env create -f environment.yml
conda activate e3-workshop
jupyter lab
The last command should open the jupyter lab interface in your web browser. Once completed, click on the Notebook demo-comm-workshop-2023.ipynb
, and start exploring!