Skip to content

cgadal-presentations/talk_data_PMMH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geophysical data, where to find them ?

This repository contain the presentation given at the PMMH lab (Paris, France), the 02/02/2023 by myself (C. Gadal).

It can be found online here.

Download the presentation

To download the presentation, you have to first download this repository:

  • if you have git installed, run in a terminal:
    git clone https://github.com/Cgadal/talk_data_PMMH.git
  • to download as zip, simply click here

Once its downloaded, go to the saved folder on yor computer, and open the file talk.html in your favorite browser (usually, double-clicking on it should open it).

Note:

  • do not copy the file talk.html alone somewhere else, it needs the other files to render properly.
  • while it is an .html file, it will render in your browser even without internet connection. However, some content of this presentation is rendered online, and will not display without an internet connection.

Run the presentation codes

The code used to open and display the data during the presentation can be found in the notebooks folder:

  • the .py script can be ran using python as you would usually do. For exemple, in a terminal:
    python3 PMMH_talk_data.py
  • the .ipynb is a jupyter-notebook. To use those, refer to the documentation.