Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chilipp/psyplot-ak-viewer-workshop-20210412
Presentation material for the psyplot demonstration at the Datahub AK Viewer workshop
https://github.com/chilipp/psyplot-ak-viewer-workshop-20210412
jupyter jupyter-notebook presentation psyplot python tutorial visualization
Last synced: 6 days ago
JSON representation
Presentation material for the psyplot demonstration at the Datahub AK Viewer workshop
- Host: GitHub
- URL: https://github.com/chilipp/psyplot-ak-viewer-workshop-20210412
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2021-04-12T10:43:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T10:44:34.000Z (almost 4 years ago)
- Last Synced: 2024-12-21T07:42:30.449Z (2 months ago)
- Topics: jupyter, jupyter-notebook, presentation, psyplot, python, tutorial, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psyplot, unstructured grids and 3D visualization
Presentation material for the Datahub AK Viewer Workshop, April 12th, 2021
Philipp S. Sommer
## Note
Some of the features presented are still in development mode and cannot be
used with the latest libraries.## About this presentation
This presentation uses material from the
[DKRZ TechTalk from November, 17th 2020][techtalk] and the presentation at the
[KS Seminar on January 28th, 2021][ks-seminar]. It is, however, less technical
and puts more emphasis on 3D visualization using [psy-vtk][psy-vtk]. Lot's of
it has been shown interactively in the GUI during the presentation.[techtalk]: https://github.com/Chilipp/psyplot-DKRZ-TechTalk-20201117
[ks-seminar]: https://github.com/Chilipp/psyplot-KS-Seminar-20210228
[psy-vtk]: https://github.com/psyplot/psy-vtk### Static version
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).### interactive version on AWIs Jupyterhub
You can also run this presentation notebook in [jupyterhub](https://jupyterhub.awi.de). Use the `Python [conda env:Anaconda-Python3.7]` kernel and install the
latest development versions to explore all the options via:```bash
python -m pip install --user -U \
git+https://github.com/Chilipp/gridded@dual_node_mesh \
git+https://github.com/Chilipp/psyplot@ugrid \
git+https://github.com/psyplot/psy-transect
```Clonse this repository and open the jupyter notebook within the jupyterhub.
To explore the 3D-visualization, please also have a look at the examples in the
[psy-vtk](https://github.com/psyplot/psy-vtk) repository## 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, Helmholtz-Zentrum Hereon.