Blame view

CHANGELOG.md 6.62 KB
604616e4   Goutte   Misc changes from...
1
2
## Nicolas

034132c6   Goutte   More changes from...
3
- [ ] rajouter MAVEN, New Horizons, Cassini, Galileo, ExoMars comme spacecraft cible
c9ad3ee5   Goutte   Publish v1.0.0-rc8
4
- [ ] ajouter un bouton ALERT qui permet d'ouvrir une nouvelle page de formulaire :
604616e4   Goutte   Misc changes from...
5
6
7
    * email
    * target (= planète, spacecraft, comet)
    * submit (envoyé ensuite vers un webservice d'AMDA à construire)
034132c6   Goutte   More changes from...
8
- [ ] prévoir un bouton EPN-TAP ou l'on mettrait l'outil en relation avec le client VESPA développé par nathanaël
c9ad3ee5   Goutte   Publish v1.0.0-rc8
9
10
- [ ] séries temporelles en échelle log ou linéaire
      /!\ D3 ne supporte pes les échelles log pour un domaine qui contient le 0.
034132c6   Goutte   More changes from...
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
3c2b15fc   Goutte   Make the Y-Axis o...
12
      -> tout ceci est configurable dans le fichier de configuration, je n'ai pas les ids !
604616e4   Goutte   Misc changes from...
13

d729e9cd   Goutte   Cleanup.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
- [ ] 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:
      Model A compressed Pdyn=0.121  nPa
      Model B baseline   Pdyn=0.060  nPa
      Model C expanded   Pdyn=0.020  nPa


## CME Catalogs

1) https://www.helcats-fp7.eu/catalogues/wp4_icmecat.html
et télécharger le catalogue en ASCII, JSON ou VOTAble XML
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)
et prendre aussi
2) https://wind.nasa.gov/fullcatalogue.php

604616e4   Goutte   Misc changes from...
28

e18701b6   Goutte   Cache clear (remo...
29
## Future ?
f75faf5f   Goutte   WIP
30

ed7cc33f   Goutte   Tag v1.0.0-rc6
31
- [ ] Enable p67
b03d5eb1   Goutte   Add the last CME ...
32
- [ ] Layer : Auroral Emissions
fd1829c3   Goutte   Use the new AMDA API
33
34
35
- [ ] Set the log level to _error_ in production (see `web/run.py`)
- [ ] Add a README to the download tarball (no tarball anymore)
- [ ] Rework the images of Rosetta and Juno
78728a80   Goutte   Bump to 1.4
36
37
- [ ] Optimize data aggregation (numpy vectorization?)
- [ ] IE compat, if you can (I can't)
64a671cd   Goutte   Add an About page.
38
- [ ] Make date format in time series configurable to DayOfYear
fd1829c3   Goutte   Use the new AMDA API
39
40


1185f353   Goutte   Fix the CME Catal...
41
42
43
44
## 1.6

- [x] Re-enable Earth
- [x] Layer : CME Catalogs
64a671cd   Goutte   Add an About page.
45
46
47
48
- [x] Add an About page
- [x] Rewrite everything using ES6 instead of Livescript
- [x] Force domain re-sizing of time series to be sequential
- [x] Fix broken, confusing ticks on time series
1185f353   Goutte   Fix the CME Catal...
49
50


fd1829c3   Goutte   Use the new AMDA API
51
52
53
54
55
## 1.5

- [x] Use the new AMDA API
- [x] Add Mercury Real Time
- [x] Add Venus Real Time
78728a80   Goutte   Bump to 1.4
56
57
58
59
60
61


## 1.4

- [x] Enable Uranus
- [x] Enable Neptune
58e589e9   Goutte   Update the CHANGE...
62
63


dabb9d5f   Goutte   Fix the layers' c...
64
65
66
67
68
69
## 1.3.1

- [x] Disable Earth again
- [x] Fix the layers being shown outside the clipping area in the time series


a0e5bc71   Goutte   Keep trying to fi...
70
## 1.3
58e589e9   Goutte   Update the CHANGE...
71

596da00d   Goutte   Add more exceptio...
72
73
- [x] Earth pdyn = pv² (TBD)
- [x] Earth omnihour B is a Vector3, use the first scalar
b03d5eb1   Goutte   Add the last CME ...
74
- [x] Layers
58e589e9   Goutte   Update the CHANGE...
75
    - SW Catalogs
a0e5bc71   Goutte   Keep trying to fi...
76
77
78
79


## 1.2

58e589e9   Goutte   Update the CHANGE...
80
81
82
83
84
85
86
87
88
89
90
91
- [x] Restore Earth
- [x] Clean NetCDF, stage 1
- [x] Accordion on the parameters list
- [x] Check IE compat
- [x] Bind the Alert button to a website


## 1.1

- [x] Credit the author of the pixel art planets (`Jr Astronaut`)
- [x] … and buy his stuff from https://www.redbubble.com/people/spacefruitdox
- [x] Fix a small glitch with the time series cursor on zoom
ea6c8d5d   Goutte   Add interval cons...
92

ea6c8d5d   Goutte   Add interval cons...
93

fb5dc2a0   Goutte   Fix a nasty bug, ...
94
95
96
## 1.0.1

- [x] Fix an issue with the Time Series axes
58e589e9   Goutte   Update the CHANGE...
97
- [x] CRON statements to call the cache cleanup and warmup
fb5dc2a0   Goutte   Fix a nasty bug, ...
98
99


d729e9cd   Goutte   Cleanup.
100
101
102
103
104
105
## 1.0.0

- [x] Fix a bug with data that is offset by one hour.
- [x] Use `git describe` as version number


ea45ebf9   Goutte   Add the mocks of ...
106
107
## 1.0.0-rc8

c9ad3ee5   Goutte   Publish v1.0.0-rc8
108
- [x] Make the parameters' toogle buttons smaller
32a46001   Goutte   Set time format t...
109
- [x] Set time format to 24h in the time series
ea45ebf9   Goutte   Add the mocks of ...
110
111
112
- [x] Add the disabled versions of Uranus and Neptune
- [x] Add the `CME Catalogs` layer

59dfb4fc   Goutte   Update the CHANGELOG
113

2d8a5753   Goutte   Make the Y-Axis o...
114
115
## 1.0.0-rc7

575e380a   Goutte   Add disabled laye...
116
- [x] Add disabled layer buttons
cdf79b23   Goutte   Give the future d...
117
- [x] Give the future data another color
780828a8   Goutte   Prepare horizonta...
118
119
- [x] Change the default interval (from 2 months in the past to one in the future)
- [x] Prepare horizontal lines in the time series
3c2b15fc   Goutte   Make the Y-Axis o...
120
- [x] Add buttons to the orbits plot zoom to inner or outer heliosphere
2d8a5753   Goutte   Make the Y-Axis o...
121
122
123
- [x] Make the Y-Axis of time series dynamic (at the expense of animations)


fb383448   Goutte   Implement the cac...
124
## 1.0.0-rc6
d1c44c51   Goutte   Enable Earth
125

de97d643   Goutte   Fix more bugs.
126
- [x] Re-lock Earth until we have better support
297a7dfc   Goutte   Add support for i...
127
- [x] Add support for inputs STEREO-A, STEREO-B, L1
034132c6   Goutte   More changes from...
128
129
- [x] More ticks along X-axis (I tried, but it does not behave as expected)
- [x] Smaller footer credits
604616e4   Goutte   Misc changes from...
130
131
- [x] Move the version to the footer
- [x] Fix various issues with spacepy and CDF generation
fb383448   Goutte   Implement the cac...
132
133
134
135
136
137


## 1.0.0-rc5

- [x] Cache warmup (generate for today's default interval) `/cache/warmup`
- [x] Improve the generated CDF for SAMP
d1c44c51   Goutte   Enable Earth
138
139
140
141
- [x] Enable Earth
- [x] Enable more precise configuration of each models' parameters


59dfb4fc   Goutte   Update the CHANGELOG
142
143
## 1.0.0-rc4

aa7247d6   Goutte   Generate a CDF fi...
144
145
- [x] Sort times series by closeness to the sun
- [x] Generate a CDF file (not NetCDF)
7b5642ae   Goutte   Normalize time in...
146
- [x] Normalize time interval for time series
1324cc91   Goutte   Make the footer i...
147
148
149
- [x] Make the footer images clickable
- [x] Highlight the visits counter
- [x] Use a default interval up to 3 weeks in the future
ea6c8d5d   Goutte   Add interval cons...
150
151
- [x] Add interval constraints for orbit models (Rosetta uses P67 after a time)
- [x] Make the download with a netcdf file instead of a tarball of CSVs
dc0be992   Goutte   Support having no...
152
153
- [x] Support having no position to display (for Rosetta in some intervals)
- [x] Make the local cache more resilient to corrupted downloads
927c69c3   Goutte   Make the local ca...
154
- [x] Make the local cache more resilient to naming collisions
59dfb4fc   Goutte   Update the CHANGELOG
155
156
157
158
159


## 1.0.0-rc3

- [x] Make the targets dynamic in the orbit plot, allowing zoom
e18701b6   Goutte   Cache clear (remo...
160
- [x] Refactor some more to move as much as we can to the config
dc0be992   Goutte   Support having no...
161
- [x] Cache clear (remove all files) `/cache/clear`
59dfb4fc   Goutte   Update the CHANGELOG
162

7284f4ff   Goutte   Update the change...
163

59dfb4fc   Goutte   Update the CHANGELOG
164
## 1.0.0-rc2
8644387c   Goutte   Use real data.
165

59dfb4fc   Goutte   Update the CHANGELOG
166
167
168
169
170
171
172
- [x] Refactor and clean up
- [x] Add loaders to targets' toggle button


## 1.0.0-rc1

- [x] Support multiple data and orbit models for each target
e18701b6   Goutte   Cache clear (remo...
173
- [x] Cache cleanup (remove old files) `/cache/cleanup`
59dfb4fc   Goutte   Update the CHANGELOG
174
175
176


## 0.1.0
a4a9ef03   Goutte   Cache generated C...
177
178
179

- [x] Cache generated CSVs on the server side
- [x] Cache generated CSVs on the client side
9c0c4509   Goutte   Add a loader to t...
180
- [x] Count visits
0afabe4e   Goutte   Update the change...
181
- [x] Zoom in on time series
9c0c4509   Goutte   Add a loader to t...
182
- [x] Loader and targets loading animation
a7ef1487   Goutte   More logs !
183
- [x] Start/Stop datetime fields
46512d17   Goutte   Update the change...
184
- [x] Retry CSV generation when it fails due to a bug in AMDA's API
08abc2d4   Goutte   Remove duplicate ...
185
- [x] Remove duplicate NetCDFs from AMDA's API response
7284f4ff   Goutte   Update the change...
186
187
- [x] Add a version number somewhere
- [x] Move the visitors counter to the footer
6b149919   Goutte   Add a Download bu...
188
- [x] Download raw data (tarball of CSV) for current time interval and targets
bde97e4d   Goutte   Add more changes ...
189
- [x] Download raw data as NetCDF for current everything, via SAMP
05e269d1   Goutte   Show an error mes...
190
- [x] Add a warning for users with javascript disabled
a4a9ef03   Goutte   Cache generated C...
191
192


9390ec89   Goutte   Initial experimen...
193
194
## 0.0.0

3f0d5ea2   Goutte   Update the change...
195
196
197
198
199
200
201
202
203
204
205
- [x] Initial website skeleton
- [x] Initial data bridge between netCDF and CSV
- [x] New parameters
    - [x] Temperature `T` (K)
    - [x] Density `N` (cm^-3)
    - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees)
    - [x] Magnetism => B Tangential
- [x] Planets
- [x] Probes
    - [x] Rosetta
    - [x] Juno
dc0be992   Goutte   Support having no...
206
- [x] Comets (the one visited by rosetta, p67)
3f0d5ea2   Goutte   Update the change...
207
208
209
210
211
212
- [x] Orbits axes titles
- [x] Logo Europlanet
- [x] Cache remote NetCDFs locally
- [x] Add source name on time series
- [x] Support multiple sources
- [x] Support enabling/disabling sources