File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,14 @@ These routines are not limited to any kind of data, and can be used with
48
48
any data, or even without data, to add a custom grid to a visualization.
49
49
50
50
51
- Releases --------
51
+ Releases
52
+ --------
52
53
53
54
See releases with changelogs in the releases panel of the GitHub
54
55
distribution.
55
56
56
- Installation & Use ------------------
57
+ Installation & Use
58
+ ------------------
57
59
58
60
1 ) For use in the ParaView python console: No python installation and/or
59
61
command shell is needed. Download the .zip file, unpack it where
@@ -68,7 +70,8 @@ the package pv_atmos and you can run 'from pv_atmos import atmos_basic'
68
70
or 'from pv_atmos import atmos_grids'.
69
71
70
72
71
- Examples --------
73
+ Examples
74
+ --------
72
75
73
76
The examples directory contains two example scripts and the data file
74
77
uv_daily.nc, which can be run within the python terminal of ParaView.
@@ -80,12 +83,14 @@ within the example scripts to the directory containing atmos_basic.py
80
83
and atmos_grids.py.
81
84
82
85
83
- Dependencies ------------
86
+ Dependencies
87
+ ------------
84
88
85
89
Needs the python module math for coordinate conversion (Pi and log).
86
90
atmos_grids needs atmos_basic.
87
91
88
- Remarks -------
92
+ Remarks
93
+ -------
89
94
90
95
Input netCDF files should generally conform to the Climate and Forecast
91
96
(CF) metadata convention. A not so rigorous but sufficient test is to
You can’t perform that action at this time.
0 commit comments