Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.44 KB

Readme.md

File metadata and controls

35 lines (21 loc) · 1.44 KB

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.