Awesome
e3-comm-workshop-2023
2023 Building Upon the EarthCube Community Workshop
A Lagrangian analysis workflow using the open source Python library clouddrift
Shane Elipot<sup>1</sup>,Milan Curcic<sup>1</sup>,Philippe Miron<sup>2</sup>
- <sup>1</sup> University of Miami, USA
- <sup>2</sup> 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.
How to run this demo notebook on your browser?
Clink on the Binder badge above (:point_up_2:) to launch the notebook in your browser.
How to run this demo notebook on your own computer?
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!