Blame view

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

034132c6   Goutte   More changes from...
3
4
5
6
7
8
9
10
11
12
- [ ] séries temporelles en échelle log ou linéaire
- [ ] permettre à l'utilisateur de choisir inner heliosphere (jusqu'à mars) ou outer heliosphere (jusqu'à saturne) pour la visualisation des éphémérides planétaires
- [ ] rajouter uranus et neptune comme planètes cibles
- [ ] rajouter MAVEN, New Horizons, Cassini, Galileo, ExoMars comme spacecraft cible
- [ ] prévoir la possibilité à l'utilisateur d'afficher le temps en Day Of Year
- [ ] quant on zoome modifier l'échelle en Y afin qu'elle s'adapte aux valeurs maximales de l'intervalle du zoom
- [ ] modifier le bandeau vertical d'affichage des choix utilisateurs pour qu'il soit plus petit (en particulier les champs paramètres)
- [ ] ajouter dans le bandeau vertical un onglet INPUT DATA avec 3 choix possibles: STEREO-A, STEREO-B, L1
- [ ] ajouter dans le bandeau vertical un onglet LAYERS avec 3 choix possibles: Jupiter Thermosphere Model, HST Jupiter Observations, HST Saturn Observations
- [ ] ajouter un bouton ALERT qui permet d'ouvrir une nouvelle page de formulaire ou l'utilisateur entrerait les données suivantes:
604616e4   Goutte   Misc changes from...
13
14
15
    * email
    * target (= planète, spacecraft, comet)
    * submit (envoyé ensuite vers un webservice d'AMDA à construire)
034132c6   Goutte   More changes from...
16
17
- [ ] prévoir un bouton EPN-TAP ou l'on mettrait l'outil en relation avec le client VESPA développé par nathanaël
- [ ] 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
604616e4   Goutte   Misc changes from...
18
19


e18701b6   Goutte   Cache clear (remo...
20
## Future ?
f75faf5f   Goutte   WIP
21

ea6c8d5d   Goutte   Add interval cons...
22
- [ ] Optimize data aggregation (numpy vectorization?)
604616e4   Goutte   Misc changes from...
23
- [ ] Credit the author of the pixel art planets (can't find it again)
6b149919   Goutte   Add a Download bu...
24
- [ ] Add a README to the download tarball
59dfb4fc   Goutte   Update the CHANGELOG
25
- [ ] Set the log level to _error_ in production (see `web/run.py`)
59dfb4fc   Goutte   Update the CHANGELOG
26
- [ ] CRON statements to call the cache cleanup and warmup
ea6c8d5d   Goutte   Add interval cons...
27
- [ ] Give the future data another color
ea6c8d5d   Goutte   Add interval cons...
28

ea6c8d5d   Goutte   Add interval cons...
29

59dfb4fc   Goutte   Update the CHANGELOG
30

fb383448   Goutte   Implement the cac...
31
## 1.0.0-rc6
d1c44c51   Goutte   Enable Earth
32
33

- [ ] Rework the images of Rosetta and Juno
d1c44c51   Goutte   Enable Earth
34
- [ ] Enable p67
034132c6   Goutte   More changes from...
35
36
- [x] More ticks along X-axis (I tried, but it does not behave as expected)
- [x] Smaller footer credits
604616e4   Goutte   Misc changes from...
37
38
- [x] Move the version to the footer
- [x] Fix various issues with spacepy and CDF generation
fb383448   Goutte   Implement the cac...
39
40
41
42
43
44


## 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
45
46
47
48
- [x] Enable Earth
- [x] Enable more precise configuration of each models' parameters


59dfb4fc   Goutte   Update the CHANGELOG
49
50
## 1.0.0-rc4

aa7247d6   Goutte   Generate a CDF fi...
51
52
- [x] Sort times series by closeness to the sun
- [x] Generate a CDF file (not NetCDF)
7b5642ae   Goutte   Normalize time in...
53
- [x] Normalize time interval for time series
1324cc91   Goutte   Make the footer i...
54
55
56
- [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...
57
58
- [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...
59
60
- [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...
61
- [x] Make the local cache more resilient to naming collisions
59dfb4fc   Goutte   Update the CHANGELOG
62
63
64
65
66


## 1.0.0-rc3

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

7284f4ff   Goutte   Update the change...
70

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

59dfb4fc   Goutte   Update the CHANGELOG
73
74
75
76
77
78
79
- [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...
80
- [x] Cache cleanup (remove old files) `/cache/cleanup`
59dfb4fc   Goutte   Update the CHANGELOG
81
82
83


## 0.1.0
a4a9ef03   Goutte   Cache generated C...
84
85
86

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


9390ec89   Goutte   Initial experimen...
100
101
## 0.0.0

3f0d5ea2   Goutte   Update the change...
102
103
104
105
106
107
108
109
110
111
112
- [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...
113
- [x] Comets (the one visited by rosetta, p67)
3f0d5ea2   Goutte   Update the change...
114
115
116
117
118
119
- [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