Skip to content

Commit 6c4771b

Browse files
authored
Add TOLEOS demos (and more) (#30)
* Add TOLEOS demos * Update VRE image * Add missing PPIxFAC notebook * Fix table formatting * Add CHAMP to multi-mission data * Fix, since Spacecraft is no longer in AUX_OBS
1 parent 2b9d5c0 commit 6c4771b

10 files changed

+1085
-24
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ concurrency:
1616

1717
env:
1818
DOCKER_IMAGE: 'registry.gitlab.eox.at/esa/vires_vre_ops/vre-swarm-notebook'
19-
PRODUCTION_TAG: '1.0.1'
20-
STAGING_TAG: '1.0.1'
19+
PRODUCTION_TAG: '1.0.3'
20+
STAGING_TAG: '1.0.3'
2121

2222
jobs:
2323
book:
@@ -81,7 +81,7 @@ jobs:
8181
pip install --upgrade 'git+https://github.com/ESA-VirES/VirES-Python-Client@staging#egg=viresclient' && \
8282
viresclient set_token https://vires.services/ows $VIRES_TOKEN && \
8383
viresclient set_token https://staging.vires.services/ows $VIRES_TOKEN_STAGING && \
84-
viresclient set_token https://staging.viresdisc.vires.services/ows $VIRES_TOKEN_STAGING_DISC && \
84+
viresclient set_token https://disc.vires.services/ows $VIRES_TOKEN_STAGING_DISC && \
8585
viresclient set_default_server https://vires.services/ows && \
8686
mamba run -n bookbuilder pytest --numprocesses 2 --nbmake --overwrite --nbmake-kernel=base \
8787
notebooks/*.ipynb \

_toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ parts:
4242
- file: notebooks/03h3_Demo-AEBS-AOBxFAC
4343
- file: notebooks/03i1_Demo-VOBS
4444
- file: notebooks/03j1_Demo-PRISM-MITx
45+
- file: notebooks/03j2_Demo-PRISM-PPIxFAC
4546
- file: notebooks/03k1_Demo-EFIxTIE
4647
- file: notebooks/03k2_Demo-EFIxTCT
4748
- file: notebooks/03k3_Demo-EFIxIDM
49+
- file: notebooks/03l1_Demo-DNS
50+
- file: notebooks/03l2_Demo-WND
51+
- file: notebooks/03l3_Demo-Conjunctions-TOLEOS
4852
- file: notebooks/03y1_Multi-Mission-Intro
4953
- file: notebooks/03z1_External-Data
5054
- caption: FAST data

notebooks.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,36 +145,61 @@
145145
"class": "viresdemo",
146146
"group": "Swarm Product Demos",
147147
"rank": 14
148+
},
149+
{
150+
"path": "notebooks/03j2_Demo-PRISM-PPIxFAC.ipynb",
151+
"name": "PPI: Plasmapause index",
152+
"class": "viresdemo",
153+
"group": "Swarm Product Demos",
154+
"rank": 15
148155
},{
149156
"path": "notebooks/03k1_Demo-EFIxTIE.ipynb",
150157
"name": "EFIxTIE: Ion temperatures",
151158
"class": "viresdemo",
152159
"group": "Swarm Product Demos",
153-
"rank": 15
160+
"rank": 16
154161
},{
155162
"path": "notebooks/03k2_Demo-EFIxTCT.ipynb",
156163
"name": "EFIxTCT: Ion flows",
157164
"class": "viresdemo",
158165
"group": "Swarm Product Demos",
159-
"rank": 16
166+
"rank": 17
160167
},{
161168
"path": "notebooks/03k3_Demo-EFIxIDM.ipynb",
162169
"name": "EFIxIDM: Ion drift & mass",
163170
"class": "viresdemo",
164171
"group": "Swarm Product Demos",
165-
"rank": 17
172+
"rank": 18
173+
},{
174+
"path": "notebooks/03l1_Demo-DNS.ipynb",
175+
"name": "DNS: Thermosphere density",
176+
"class": "viresdemo",
177+
"group": "Swarm Product Demos",
178+
"rank": 19
179+
},{
180+
"path": "notebooks/03l2_Demo-WND.ipynb",
181+
"name": "WND: Thermosphere winds",
182+
"class": "viresdemo",
183+
"group": "Swarm Product Demos",
184+
"rank": 20
185+
},{
186+
"path": "notebooks/03l3_Demo-Conjunctions-TOLEOS.ipynb",
187+
"name": "Conjunctions (TOLEOS)",
188+
"class": "viresdemo",
189+
"group": "Swarm Product Demos",
190+
"rank": 21
166191
},{
167192
"path": "notebooks/03y1_Multi-Mission-Intro.ipynb",
168193
"name": "Multi-mission MAG",
169194
"class": "viresdemo",
170195
"group": "Swarm Product Demos",
171-
"rank": 18
196+
"rank": 98
172197
},{
173198
"path": "notebooks/03z1_External-Data.ipynb",
174199
"name": "External data (HAPI)",
175200
"class": "viresdemo",
176201
"group": "Swarm Product Demos",
177-
"rank": 19
202+
"rank": 99
178203
},{
179204
"path": "notebooks/06a1_FAST-Intro.ipynb",
180205
"name": "Intro FAST data",

notebooks/03j1_Demo-PRISM-MITx.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@
166166
"source": [
167167
"`PointType` is not present within the source data files, but is identified from the `*_ID` columns, and has values as follows:\n",
168168
"\n",
169-
"| Value | Hex. | Bin. | Meaning ||\n",
170-
"|---|---|---|---||\n",
171-
"| 0 | 0x0 | 0b0000 | LP MIT equatorward edge of the equatorward wall ||\n",
172-
"| 1 | 0x1 | 0b0001 | LP MIT poleward edge of the equatorward wall ||\n",
173-
"| 2 | 0x2 | 0b0010 | LP MIT equatorward edge of poleward wall ||\n",
174-
"| 3 | 0x3 | 0b0011 | LP MIT poleward edge of the poleward boundary ||\n",
175-
"| 4 | 0x4 | 0b0100 | LP SETE equatorward bounding position ||\n",
176-
"| 5 | 0x5 | 0b0101 | LP SETE poleward bounding position ||\n",
169+
"| Value | Hex. | Bin. | Meaning |\n",
170+
"|---|---|---|---|\n",
171+
"| 0 | 0x0 | 0b0000 | LP MIT equatorward edge of the equatorward wall |\n",
172+
"| 1 | 0x1 | 0b0001 | LP MIT poleward edge of the equatorward wall |\n",
173+
"| 2 | 0x2 | 0b0010 | LP MIT equatorward edge of poleward wall |\n",
174+
"| 3 | 0x3 | 0b0011 | LP MIT poleward edge of the poleward boundary |\n",
175+
"| 4 | 0x4 | 0b0100 | LP SETE equatorward bounding position |\n",
176+
"| 5 | 0x5 | 0b0101 | LP SETE poleward bounding position |\n",
177177
"| 6 | 0x6 | 0b0110 | LP Te peak position |"
178178
]
179179
},

0 commit comments

Comments
 (0)