Blame view

CHANGELOG.md 1.21 KB
9c0c4509   Goutte   Add a loader to t...
1
## Misc
f75faf5f   Goutte   WIP
2

9c0c4509   Goutte   Add a loader to t...
3
4
- [ ] Support multiple models for each target
- [ ] Play button to start time dimension (not very useful?)
8644387c   Goutte   Use real data.
5

a4a9ef03   Goutte   Cache generated C...
6
7
8
9
## 1.0.0

- [x] Cache generated CSVs on the server side
- [x] Cache generated CSVs on the client side
9c0c4509   Goutte   Add a loader to t...
10
- [x] Count visits
0afabe4e   Goutte   Update the change...
11
- [x] Zoom in on time series
9c0c4509   Goutte   Add a loader to t...
12
- [x] Loader and targets loading animation
a7ef1487   Goutte   More logs !
13
- [x] Start/Stop datetime fields
46512d17   Goutte   Update the change...
14
- [x] Retry CSV generation when it fails due to a bug in AMDA's API
08abc2d4   Goutte   Remove duplicate ...
15
- [x] Remove duplicate NetCDFs from AMDA's API response
46512d17   Goutte   Update the change...
16
- [ ] Optimize CSV generation (with some vectorization using numpy)
a4a9ef03   Goutte   Cache generated C...
17
18
- [ ] Download raw data (as CSV) for current time interval and targets
- [ ] Same via SAMP
0afabe4e   Goutte   Update the change...
19
- [ ] Credit the author of the pixel art planets
46512d17   Goutte   Update the change...
20
- [ ] Set the log level to _error_ in production (it's _debug_, right now)
a4a9ef03   Goutte   Cache generated C...
21
22


9390ec89   Goutte   Initial experimen...
23
24
25
## 0.0.0

- Initial website skeleton
8644387c   Goutte   Use real data.
26
27
28
29
30
31
- Initial data bridge between netCDF and CSV
- New parameters
    - Temperature `T` (K)
    - Density `N` (cm^-3)
    - Angle Planet-Sun-Earth `Delta_angle` (degrees)
    - Magnetism => B Tangential
f75faf5f   Goutte   WIP
32
33
34
35
36
- Planets
- Probes
    - Rosetta
    - Juno
- Comets (the one visited by rosetta)
8644387c   Goutte   Use real data.
37
38
- Orbits axes titles
- Logo Europlanet
b7fe650c   Goutte   Misc bundle of ol...
39
40
41
- Cache remote NetCDFs locally
- Add source name on time series
- Support multiple sources
a4a9ef03   Goutte   Cache generated C...
42
- Support enabling/disabling sources