Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.5 KB

Binder

e3-comm-workshop-2023

2023 Building Upon the EarthCube Community Workshop

A Lagrangian analysis workflow using the open source Python library clouddrift

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.

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!