https://github.com/chilipp/psyplot-ks-seminar-20210228
KS Seminar talk about psyplot on January 28th, 2021
https://github.com/chilipp/psyplot-ks-seminar-20210228
jupyter-notebook matplotlib presentation psyplot python tutorial visualization
Last synced: about 2 months ago
JSON representation
KS Seminar talk about psyplot on January 28th, 2021
- Host: GitHub
- URL: https://github.com/chilipp/psyplot-ks-seminar-20210228
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2021-01-25T23:04:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T21:53:21.000Z (over 4 years ago)
- Last Synced: 2025-02-13T19:49:55.989Z (4 months ago)
- Topics: jupyter-notebook, matplotlib, presentation, psyplot, python, tutorial, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualizing and analyzing HZG model data using the HCDC framework psyplot
KS Seminar talk about psyplot on January 28th, 2021
Philipp S. Sommer
psyplot (https://psyplot.github.io) is a data visualization framework that integrates rich computational and mathematical software packages (such as xarray and matplotlib) into a flexible framework for visualization. It differs from most of the visual analytic softwares such that it focuses on extensibility in order to flexibly tackle the different types of analysis questions that arise in pioneering research. The design of the high-level API of the framework enables a simple and standardized usage from the command-line, python scripts or jupyter notebooks. A modular plugin framework enables a flexible development of the framework that can potentially go into many different directions. The additional enhancement with a flexible GUI makes it the only visualization framework that can be handled from the convenient command-line, as well as via point-click handling. It also allows to build further desktop applications on top of the existing framework.
In this seminar, I will show the main functionalities of psyplot, with a special focus on the visualization of unstructured grids (such as ICON or SCHISM), rotated grids, and the usage of psyplot on the HPC facilities of the DKRZ (mistral, jupyterhub, remote desktop, etc.). My demonstration will cover in particular
- the basic structure of a psyplot framework
- how to use psyplot in python scripts (and jupyter notebooks)
- a guide to the psyplot GUI
- psy-view: an ncview-like interface build upon psyplot
- how to reuse plot configurations and generate respective templates
- further potentials concerning 3D visualization## Note
This presentation is a jupyter notebook presented with [RISE][rise]. You can
access the raw notebook at
[psyplot-framework-presentation.ipynb](psyplot-framework-presentation.ipynb).Some of the features presented are still in development mode and cannot be
used with the latest libraries.## License
The contents of this repository is published under the Creative Commons
Attribution 4.0 International Public License (CC BY 4.0).See the [LICENSE](LICENSE) file for more details.
Copyright (c) 2021, Philipp S. Sommer, HZG.