File tree Expand file tree Collapse file tree 4 files changed +42
-28
lines changed Expand file tree Collapse file tree 4 files changed +42
-28
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # Post build script for Binder
3
+
4
+ # Install any additional dependencies
5
+ # pip install ipywidgets
6
+
Original file line number Diff line number Diff line change @@ -3,3 +3,39 @@ Descriptions of the CLINT Climate Resilience Application packages prototypes dev
3
3
4
4
[ ![ nbviewer] ( https://img.shields.io/badge/jupyter-nbviewer-orange.svg )] ( https://nbviewer.jupyter.org/github/climateintelligence/CLINT-tutorials/tree/main/notebooks/ )
5
5
6
+
7
+ ## Notebooks for CLINT demo
8
+
9
+ The notebooks demostrate how you can acces the CLINT WPS services using Python with the OWSLib library.
10
+
11
+ Try the following notebooks:
12
+ * duck
13
+ * hawk
14
+
15
+ You can also run the CLINT WPS service using the Phoenix web-app:
16
+ https://clint.dkrz.de/
17
+
18
+ The demo contains also a notebook (peafowl) to display netcdf files using the OGC WMS mapping service.
19
+
20
+ ## Prepare
21
+
22
+ Create conda environment:
23
+ ```
24
+ mamba env create
25
+
26
+ conda activate clint-demo
27
+ ```
28
+
29
+ ## Run Notebooks with jupyter lab
30
+
31
+ Start Jupyer Lab:
32
+ ```
33
+ jupyter lab
34
+ ```
35
+
36
+ ## Launch on Binder
37
+
38
+ Click the badge below to launch the notebooks on Binder:
39
+
40
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/climateintelligence/CLINT-tutorials/HEAD )
41
+
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments