Commit ebc1a1053dda1572cc0e666ea152844934dcaf83
1 parent
91e65f2f
Exists in
rhitier-dev
Old changelog becomes todo. New changelog
Showing
2 changed files
with
278 additions
and
250 deletions
Show diff stats
CHANGELOG.md
1 | -## Nicolas | |
2 | - | |
3 | -- [ ] rajouter MAVEN, New Horizons, Cassini, Galileo, ExoMars comme spacecraft cible | |
4 | -- [ ] ajouter un bouton ALERT qui permet d'ouvrir une nouvelle page de formulaire : | |
5 | ||
6 | - * target (= planète, spacecraft, comet) | |
7 | - * submit (envoyé ensuite vers un webservice d'AMDA à construire) | |
8 | -- [ ] prévoir un bouton EPN-TAP ou l'on mettrait l'outil en relation avec le client VESPA développé par nathanaël | |
9 | -- [ ] séries temporelles en échelle log ou linéaire | |
10 | - /!\ D3 ne supporte pes les échelles log pour un domaine qui contient le 0. | |
11 | -- [ ] juno/rosetta doivent aussi bouger le long de leur orbite lorsque l'on parcourt à la souris les données de la série temporelle; pour les intervalles de temps où rosetta n'existe plus (crash à la surface de la comète) il faut qu'elle disparaisse; pour les intervalles de temps où juno est en orbite autour de jupiter il faut que juno suive jupiter | |
12 | - -> tout ceci est configurable dans le fichier de configuration, je n'ai pas les ids ! | |
13 | - | |
14 | -- [ ] pour l'option jupiter thermospheric models dans l'onglet layer, une fois activée il faut que sur un tracé de la pression dynamique à jupiter tu fasses apparaître trois lignes horizontales en trois couleurs différentes pour les valeurs: | |
15 | - Model A compressed Pdyn=0.121 nPa | |
16 | - Model B baseline Pdyn=0.060 nPa | |
17 | - Model C expanded Pdyn=0.020 nPa | |
18 | - | |
19 | - | |
20 | -## CME Catalogs | |
21 | - | |
22 | -1) https://www.helcats-fp7.eu/catalogues/wp4_icmecat.html | |
23 | -et télécharger le catalogue en ASCII, JSON ou VOTAble XML | |
24 | -les traits verticaux à repérer sur les données Terre sont délimités par ICME_START_TIME et ICME_STOP_TIME, et il faut prendre le catalogue pour WIND uniquement (qui se trouver au point L1) | |
25 | -et prendre aussi | |
26 | -2) https://wind.nasa.gov/fullcatalogue.php | |
27 | - | |
28 | - | |
29 | -## Future ? | |
30 | - | |
31 | -- [ ] Rework the images of Rosetta and Juno | |
32 | -- [ ] Optimize data aggregation (numpy vectorization?) | |
33 | -- [ ] Bump D3JS to v5 (and its promises) | |
34 | -- [ ] Enable p67 | |
35 | -- [ ] IE compat, if you can (mouahahahahaha good luck) | |
36 | -- [ ] Fix the warmup on the prod server (I was kicked out, do it yourselves) | |
37 | -- [ ] Set the log level to _error_ in production (see `web/run.py` -- DIY) | |
38 | - | |
39 | - | |
40 | -## 1.9 | |
41 | - | |
42 | -- [x] Auroral Emissions (Jupiter) | |
43 | -- [x] Auroral Emissions Fixes | |
44 | -- [x] Enable the Input selector | |
45 | - | |
46 | - | |
47 | -## 1.8.3 | |
48 | - | |
49 | -- [x] Fix whitespaces | |
50 | - | |
51 | - | |
52 | -## 1.8.2 | |
53 | - | |
54 | -- [x] Fix Earth temperature | |
55 | - | |
56 | - | |
57 | -## 1.8 | |
58 | - | |
59 | -- [x] Auroral Emissions (Saturn) | |
60 | - | |
61 | - | |
62 | -## 1.7 | |
63 | - | |
64 | -- [x] Only get SWRT after OMNI | |
65 | -- [x] Fix Rosetta & Juno squatting the CDF Download | |
66 | -- [x] Layer : Models (disabled) | |
67 | -- [x] Layer : Campaigns (disabled) | |
68 | -- [x] Layer : Catalogs (disabled) | |
69 | -- [x] Layer : Inputs (disabled) | |
70 | -- [x] Solve the ticks' month issue | |
71 | - | |
72 | - | |
73 | -## 1.6 | |
74 | - | |
75 | -- [x] Re-enable Earth | |
76 | -- [x] Layer : CME Catalogs | |
77 | -- [x] Add an About page | |
78 | -- [x] Rewrite everything using ES6 instead of Livescript | |
79 | -- [x] Force domain re-sizing of time series to be sequential | |
80 | -- [x] Fix broken, confusing ticks on time series | |
81 | -- [x] Make date format in time series saner (DOY) | |
82 | - | |
83 | - | |
84 | -## 1.5 | |
85 | - | |
86 | -- [x] Use the new AMDA API | |
87 | -- [x] Add Mercury Real Time | |
88 | -- [x] Add Venus Real Time | |
89 | - | |
90 | - | |
91 | -## 1.4.1 | |
92 | - | |
93 | -- [x] Add logs to hunt a Heisenbug | |
94 | - | |
95 | - | |
96 | -## 1.4 | |
97 | - | |
98 | -- [x] Enable Uranus | |
99 | -- [x] Enable Neptune | |
100 | - | |
101 | - | |
102 | -## 1.3.1 | |
103 | - | |
104 | -- [x] Disable Earth again | |
105 | -- [x] Fix the layers being shown outside the clipping area in the time series | |
106 | - | |
107 | - | |
108 | -## 1.3 | |
109 | - | |
110 | -- [x] Earth pdyn = pv² (TBD) | |
111 | -- [x] Earth omnihour B is a Vector3, use the first scalar | |
112 | -- [x] Layers | |
113 | - - SW Catalogs | |
114 | - | |
115 | - | |
116 | -## 1.2 | |
117 | - | |
118 | -- [x] Restore Earth | |
119 | -- [x] Clean NetCDF, stage 1 | |
120 | -- [x] Accordion on the parameters list | |
121 | -- [x] Check IE compat | |
122 | -- [x] Bind the Alert button to a website | |
123 | - | |
124 | - | |
125 | -## 1.1 | |
126 | - | |
127 | -- [x] Credit the author of the pixel art planets (`Jr Astronaut`) | |
128 | -- [x] … and buy his stuff from https://www.redbubble.com/people/spacefruitdox | |
129 | -- [x] Fix a small glitch with the time series cursor on zoom | |
130 | - | |
131 | - | |
132 | -## 1.0.1 | |
133 | - | |
134 | -- [x] Fix an issue with the Time Series axes | |
135 | -- [x] CRON statements to call the cache cleanup and warmup | |
136 | - | |
137 | - | |
138 | -## 1.0.0 | |
139 | - | |
140 | -- [x] Fix a bug with data that is offset by one hour. | |
141 | -- [x] Use `git describe` as version number | |
142 | - | |
143 | - | |
144 | -## 1.0.0-rc8 | |
145 | - | |
146 | -- [x] Make the parameters' toogle buttons smaller | |
147 | -- [x] Set time format to 24h in the time series | |
148 | -- [x] Add the disabled versions of Uranus and Neptune | |
149 | -- [x] Add the `CME Catalogs` layer | |
150 | - | |
151 | - | |
152 | -## 1.0.0-rc7 | |
153 | - | |
154 | -- [x] Add disabled layer buttons | |
155 | -- [x] Give the future data another color | |
156 | -- [x] Change the default interval (from 2 months in the past to one in the future) | |
157 | -- [x] Prepare horizontal lines in the time series | |
158 | -- [x] Add buttons to the orbits plot zoom to inner or outer heliosphere | |
159 | -- [x] Make the Y-Axis of time series dynamic (at the expense of animations) | |
160 | - | |
161 | - | |
162 | -## 1.0.0-rc6 | |
163 | - | |
164 | -- [x] Re-lock Earth until we have better support | |
165 | -- [x] Add support for inputs STEREO-A, STEREO-B, L1 | |
166 | -- [x] More ticks along X-axis (I tried, but it does not behave as expected) | |
167 | -- [x] Smaller footer credits | |
168 | -- [x] Move the version to the footer | |
169 | -- [x] Fix various issues with spacepy and CDF generation | |
170 | - | |
171 | - | |
172 | -## 1.0.0-rc5 | |
173 | - | |
174 | -- [x] Cache warmup (generate for today's default interval) `/cache/warmup` | |
175 | -- [x] Improve the generated CDF for SAMP | |
176 | -- [x] Enable Earth | |
177 | -- [x] Enable more precise configuration of each models' parameters | |
178 | - | |
179 | - | |
180 | -## 1.0.0-rc4 | |
181 | - | |
182 | -- [x] Sort times series by closeness to the sun | |
183 | -- [x] Generate a CDF file (not NetCDF) | |
184 | -- [x] Normalize time interval for time series | |
185 | -- [x] Make the footer images clickable | |
186 | -- [x] Highlight the visits counter | |
187 | -- [x] Use a default interval up to 3 weeks in the future | |
188 | -- [x] Add interval constraints for orbit models (Rosetta uses P67 after a time) | |
189 | -- [x] Make the download with a netcdf file instead of a tarball of CSVs | |
190 | -- [x] Support having no position to display (for Rosetta in some intervals) | |
191 | -- [x] Make the local cache more resilient to corrupted downloads | |
192 | -- [x] Make the local cache more resilient to naming collisions | |
193 | - | |
194 | - | |
195 | -## 1.0.0-rc3 | |
196 | - | |
197 | -- [x] Make the targets dynamic in the orbit plot, allowing zoom | |
198 | -- [x] Refactor some more to move as much as we can to the config | |
199 | -- [x] Cache clear (remove all files) `/cache/clear` | |
200 | - | |
201 | - | |
202 | -## 1.0.0-rc2 | |
203 | - | |
204 | -- [x] Refactor and clean up | |
205 | -- [x] Add loaders to targets' toggle button | |
206 | - | |
207 | - | |
208 | -## 1.0.0-rc1 | |
209 | - | |
210 | -- [x] Support multiple data and orbit models for each target | |
211 | -- [x] Cache cleanup (remove old files) `/cache/cleanup` | |
212 | - | |
213 | - | |
214 | -## 0.1.0 | |
215 | - | |
216 | -- [x] Cache generated CSVs on the server side | |
217 | -- [x] Cache generated CSVs on the client side | |
218 | -- [x] Count visits | |
219 | -- [x] Zoom in on time series | |
220 | -- [x] Loader and targets loading animation | |
221 | -- [x] Start/Stop datetime fields | |
222 | -- [x] Retry CSV generation when it fails due to a bug in AMDA's API | |
223 | -- [x] Remove duplicate NetCDFs from AMDA's API response | |
224 | -- [x] Add a version number somewhere | |
225 | -- [x] Move the visitors counter to the footer | |
226 | -- [x] Download raw data (tarball of CSV) for current time interval and targets | |
227 | -- [x] Download raw data as NetCDF for current everything, via SAMP | |
228 | -- [x] Add a warning for users with javascript disabled | |
229 | - | |
230 | - | |
231 | -## 0.0.0 | |
232 | - | |
233 | -- [x] Initial website skeleton | |
234 | -- [x] Initial data bridge between netCDF and CSV | |
235 | -- [x] New parameters | |
236 | - - [x] Temperature `T` (K) | |
237 | - - [x] Density `N` (cm^-3) | |
238 | - - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees) | |
239 | - - [x] Magnetism => B Tangential | |
240 | -- [x] Planets | |
241 | -- [x] Probes | |
242 | - - [x] Rosetta | |
243 | - - [x] Juno | |
244 | -- [x] Comets (the one visited by rosetta, p67) | |
245 | -- [x] Orbits axes titles | |
246 | -- [x] Logo Europlanet | |
247 | -- [x] Cache remote NetCDFs locally | |
248 | -- [x] Add source name on time series | |
249 | -- [x] Support multiple sources | |
250 | -- [x] Support enabling/disabling sources | |
1 | +# Changelog | |
2 | +All notable changes to this project will be documented in this file. | |
3 | + | |
4 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | |
5 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | |
6 | + | |
7 | +Version numbering will follow those principles: | |
8 | +- MAJOR: for big changes, like inner architecture | |
9 | +- MINOR: for new functionnalities, like adding hardware and corresponding servers and clients. | |
10 | +- PATCH: when fixing bugs or adding very small details for previous MINOR functionnality. | |
11 | + | |
12 | +`Unreleased` version holds ongoing changes. | |
13 | + | |
14 | +Changes are kept under subsections: | |
15 | +- `New` for new features. | |
16 | +- `Changed` for changes in existing functionality. | |
17 | +- `Deprecated` for soon-to-be removed features. | |
18 | +- `Removed` for now removed features. | |
19 | +- `Fixed` for any bug fixes. | |
20 | +- `Security` in case of vulnerabilities. | |
21 | + | |
22 | +Should be noted only functionnal changes, | |
23 | +or major refactoring improvments. | |
24 | + | |
25 | +## [2.0-alpha] - On Going | |
26 | +### Fixed | |
27 | +### Changed | |
28 | +### New | ... | ... |
... | ... | @@ -0,0 +1,250 @@ |
1 | +## Nicolas | |
2 | + | |
3 | +- [ ] rajouter MAVEN, New Horizons, Cassini, Galileo, ExoMars comme spacecraft cible | |
4 | +- [ ] ajouter un bouton ALERT qui permet d'ouvrir une nouvelle page de formulaire : | |
5 | ||
6 | + * target (= planète, spacecraft, comet) | |
7 | + * submit (envoyé ensuite vers un webservice d'AMDA à construire) | |
8 | +- [ ] prévoir un bouton EPN-TAP ou l'on mettrait l'outil en relation avec le client VESPA développé par nathanaël | |
9 | +- [ ] séries temporelles en échelle log ou linéaire | |
10 | + /!\ D3 ne supporte pes les échelles log pour un domaine qui contient le 0. | |
11 | +- [ ] juno/rosetta doivent aussi bouger le long de leur orbite lorsque l'on parcourt à la souris les données de la série temporelle; pour les intervalles de temps où rosetta n'existe plus (crash à la surface de la comète) il faut qu'elle disparaisse; pour les intervalles de temps où juno est en orbite autour de jupiter il faut que juno suive jupiter | |
12 | + -> tout ceci est configurable dans le fichier de configuration, je n'ai pas les ids ! | |
13 | + | |
14 | +- [ ] pour l'option jupiter thermospheric models dans l'onglet layer, une fois activée il faut que sur un tracé de la pression dynamique à jupiter tu fasses apparaître trois lignes horizontales en trois couleurs différentes pour les valeurs: | |
15 | + Model A compressed Pdyn=0.121 nPa | |
16 | + Model B baseline Pdyn=0.060 nPa | |
17 | + Model C expanded Pdyn=0.020 nPa | |
18 | + | |
19 | + | |
20 | +## CME Catalogs | |
21 | + | |
22 | +1) https://www.helcats-fp7.eu/catalogues/wp4_icmecat.html | |
23 | +et télécharger le catalogue en ASCII, JSON ou VOTAble XML | |
24 | +les traits verticaux à repérer sur les données Terre sont délimités par ICME_START_TIME et ICME_STOP_TIME, et il faut prendre le catalogue pour WIND uniquement (qui se trouver au point L1) | |
25 | +et prendre aussi | |
26 | +2) https://wind.nasa.gov/fullcatalogue.php | |
27 | + | |
28 | + | |
29 | +## Future ? | |
30 | + | |
31 | +- [ ] Rework the images of Rosetta and Juno | |
32 | +- [ ] Optimize data aggregation (numpy vectorization?) | |
33 | +- [ ] Bump D3JS to v5 (and its promises) | |
34 | +- [ ] Enable p67 | |
35 | +- [ ] IE compat, if you can (mouahahahahaha good luck) | |
36 | +- [ ] Fix the warmup on the prod server (I was kicked out, do it yourselves) | |
37 | +- [ ] Set the log level to _error_ in production (see `web/run.py` -- DIY) | |
38 | + | |
39 | + | |
40 | +## 1.9 | |
41 | + | |
42 | +- [x] Auroral Emissions (Jupiter) | |
43 | +- [x] Auroral Emissions Fixes | |
44 | +- [x] Enable the Input selector | |
45 | + | |
46 | + | |
47 | +## 1.8.3 | |
48 | + | |
49 | +- [x] Fix whitespaces | |
50 | + | |
51 | + | |
52 | +## 1.8.2 | |
53 | + | |
54 | +- [x] Fix Earth temperature | |
55 | + | |
56 | + | |
57 | +## 1.8 | |
58 | + | |
59 | +- [x] Auroral Emissions (Saturn) | |
60 | + | |
61 | + | |
62 | +## 1.7 | |
63 | + | |
64 | +- [x] Only get SWRT after OMNI | |
65 | +- [x] Fix Rosetta & Juno squatting the CDF Download | |
66 | +- [x] Layer : Models (disabled) | |
67 | +- [x] Layer : Campaigns (disabled) | |
68 | +- [x] Layer : Catalogs (disabled) | |
69 | +- [x] Layer : Inputs (disabled) | |
70 | +- [x] Solve the ticks' month issue | |
71 | + | |
72 | + | |
73 | +## 1.6 | |
74 | + | |
75 | +- [x] Re-enable Earth | |
76 | +- [x] Layer : CME Catalogs | |
77 | +- [x] Add an About page | |
78 | +- [x] Rewrite everything using ES6 instead of Livescript | |
79 | +- [x] Force domain re-sizing of time series to be sequential | |
80 | +- [x] Fix broken, confusing ticks on time series | |
81 | +- [x] Make date format in time series saner (DOY) | |
82 | + | |
83 | + | |
84 | +## 1.5 | |
85 | + | |
86 | +- [x] Use the new AMDA API | |
87 | +- [x] Add Mercury Real Time | |
88 | +- [x] Add Venus Real Time | |
89 | + | |
90 | + | |
91 | +## 1.4.1 | |
92 | + | |
93 | +- [x] Add logs to hunt a Heisenbug | |
94 | + | |
95 | + | |
96 | +## 1.4 | |
97 | + | |
98 | +- [x] Enable Uranus | |
99 | +- [x] Enable Neptune | |
100 | + | |
101 | + | |
102 | +## 1.3.1 | |
103 | + | |
104 | +- [x] Disable Earth again | |
105 | +- [x] Fix the layers being shown outside the clipping area in the time series | |
106 | + | |
107 | + | |
108 | +## 1.3 | |
109 | + | |
110 | +- [x] Earth pdyn = pv² (TBD) | |
111 | +- [x] Earth omnihour B is a Vector3, use the first scalar | |
112 | +- [x] Layers | |
113 | + - SW Catalogs | |
114 | + | |
115 | + | |
116 | +## 1.2 | |
117 | + | |
118 | +- [x] Restore Earth | |
119 | +- [x] Clean NetCDF, stage 1 | |
120 | +- [x] Accordion on the parameters list | |
121 | +- [x] Check IE compat | |
122 | +- [x] Bind the Alert button to a website | |
123 | + | |
124 | + | |
125 | +## 1.1 | |
126 | + | |
127 | +- [x] Credit the author of the pixel art planets (`Jr Astronaut`) | |
128 | +- [x] … and buy his stuff from https://www.redbubble.com/people/spacefruitdox | |
129 | +- [x] Fix a small glitch with the time series cursor on zoom | |
130 | + | |
131 | + | |
132 | +## 1.0.1 | |
133 | + | |
134 | +- [x] Fix an issue with the Time Series axes | |
135 | +- [x] CRON statements to call the cache cleanup and warmup | |
136 | + | |
137 | + | |
138 | +## 1.0.0 | |
139 | + | |
140 | +- [x] Fix a bug with data that is offset by one hour. | |
141 | +- [x] Use `git describe` as version number | |
142 | + | |
143 | + | |
144 | +## 1.0.0-rc8 | |
145 | + | |
146 | +- [x] Make the parameters' toogle buttons smaller | |
147 | +- [x] Set time format to 24h in the time series | |
148 | +- [x] Add the disabled versions of Uranus and Neptune | |
149 | +- [x] Add the `CME Catalogs` layer | |
150 | + | |
151 | + | |
152 | +## 1.0.0-rc7 | |
153 | + | |
154 | +- [x] Add disabled layer buttons | |
155 | +- [x] Give the future data another color | |
156 | +- [x] Change the default interval (from 2 months in the past to one in the future) | |
157 | +- [x] Prepare horizontal lines in the time series | |
158 | +- [x] Add buttons to the orbits plot zoom to inner or outer heliosphere | |
159 | +- [x] Make the Y-Axis of time series dynamic (at the expense of animations) | |
160 | + | |
161 | + | |
162 | +## 1.0.0-rc6 | |
163 | + | |
164 | +- [x] Re-lock Earth until we have better support | |
165 | +- [x] Add support for inputs STEREO-A, STEREO-B, L1 | |
166 | +- [x] More ticks along X-axis (I tried, but it does not behave as expected) | |
167 | +- [x] Smaller footer credits | |
168 | +- [x] Move the version to the footer | |
169 | +- [x] Fix various issues with spacepy and CDF generation | |
170 | + | |
171 | + | |
172 | +## 1.0.0-rc5 | |
173 | + | |
174 | +- [x] Cache warmup (generate for today's default interval) `/cache/warmup` | |
175 | +- [x] Improve the generated CDF for SAMP | |
176 | +- [x] Enable Earth | |
177 | +- [x] Enable more precise configuration of each models' parameters | |
178 | + | |
179 | + | |
180 | +## 1.0.0-rc4 | |
181 | + | |
182 | +- [x] Sort times series by closeness to the sun | |
183 | +- [x] Generate a CDF file (not NetCDF) | |
184 | +- [x] Normalize time interval for time series | |
185 | +- [x] Make the footer images clickable | |
186 | +- [x] Highlight the visits counter | |
187 | +- [x] Use a default interval up to 3 weeks in the future | |
188 | +- [x] Add interval constraints for orbit models (Rosetta uses P67 after a time) | |
189 | +- [x] Make the download with a netcdf file instead of a tarball of CSVs | |
190 | +- [x] Support having no position to display (for Rosetta in some intervals) | |
191 | +- [x] Make the local cache more resilient to corrupted downloads | |
192 | +- [x] Make the local cache more resilient to naming collisions | |
193 | + | |
194 | + | |
195 | +## 1.0.0-rc3 | |
196 | + | |
197 | +- [x] Make the targets dynamic in the orbit plot, allowing zoom | |
198 | +- [x] Refactor some more to move as much as we can to the config | |
199 | +- [x] Cache clear (remove all files) `/cache/clear` | |
200 | + | |
201 | + | |
202 | +## 1.0.0-rc2 | |
203 | + | |
204 | +- [x] Refactor and clean up | |
205 | +- [x] Add loaders to targets' toggle button | |
206 | + | |
207 | + | |
208 | +## 1.0.0-rc1 | |
209 | + | |
210 | +- [x] Support multiple data and orbit models for each target | |
211 | +- [x] Cache cleanup (remove old files) `/cache/cleanup` | |
212 | + | |
213 | + | |
214 | +## 0.1.0 | |
215 | + | |
216 | +- [x] Cache generated CSVs on the server side | |
217 | +- [x] Cache generated CSVs on the client side | |
218 | +- [x] Count visits | |
219 | +- [x] Zoom in on time series | |
220 | +- [x] Loader and targets loading animation | |
221 | +- [x] Start/Stop datetime fields | |
222 | +- [x] Retry CSV generation when it fails due to a bug in AMDA's API | |
223 | +- [x] Remove duplicate NetCDFs from AMDA's API response | |
224 | +- [x] Add a version number somewhere | |
225 | +- [x] Move the visitors counter to the footer | |
226 | +- [x] Download raw data (tarball of CSV) for current time interval and targets | |
227 | +- [x] Download raw data as NetCDF for current everything, via SAMP | |
228 | +- [x] Add a warning for users with javascript disabled | |
229 | + | |
230 | + | |
231 | +## 0.0.0 | |
232 | + | |
233 | +- [x] Initial website skeleton | |
234 | +- [x] Initial data bridge between netCDF and CSV | |
235 | +- [x] New parameters | |
236 | + - [x] Temperature `T` (K) | |
237 | + - [x] Density `N` (cm^-3) | |
238 | + - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees) | |
239 | + - [x] Magnetism => B Tangential | |
240 | +- [x] Planets | |
241 | +- [x] Probes | |
242 | + - [x] Rosetta | |
243 | + - [x] Juno | |
244 | +- [x] Comets (the one visited by rosetta, p67) | |
245 | +- [x] Orbits axes titles | |
246 | +- [x] Logo Europlanet | |
247 | +- [x] Cache remote NetCDFs locally | |
248 | +- [x] Add source name on time series | |
249 | +- [x] Support multiple sources | |
250 | +- [x] Support enabling/disabling sources | ... | ... |