Blame view

CHANGELOG.md 2.91 KB
e18701b6   Goutte   Cache clear (remo...
1
## Future ?
f75faf5f   Goutte   WIP
2

ea6c8d5d   Goutte   Add interval cons...
3
- [ ] Optimize data aggregation (numpy vectorization?)
7284f4ff   Goutte   Update the change...
4
- [ ] Credit the author of the pixel art planets
6b149919   Goutte   Add a Download bu...
5
- [ ] Add a README to the download tarball
59dfb4fc   Goutte   Update the CHANGELOG
6
- [ ] Set the log level to _error_ in production (see `web/run.py`)
59dfb4fc   Goutte   Update the CHANGELOG
7
- [ ] CRON statements to call the cache cleanup and warmup
ea6c8d5d   Goutte   Add interval cons...
8
- [ ] Give the future data another color
ea6c8d5d   Goutte   Add interval cons...
9
10
11

An heliospheric propagation 1D MHD model for solar wind prediction at planets, probes and comets.

59dfb4fc   Goutte   Update the CHANGELOG
12

fb383448   Goutte   Implement the cac...
13
## 1.0.0-rc6
d1c44c51   Goutte   Enable Earth
14
15

- [ ] Rework the images of Rosetta and Juno
d1c44c51   Goutte   Enable Earth
16
- [ ] Enable p67
fb383448   Goutte   Implement the cac...
17
18
19
20
21
22


## 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
23
24
25
26
- [x] Enable Earth
- [x] Enable more precise configuration of each models' parameters


59dfb4fc   Goutte   Update the CHANGELOG
27
28
## 1.0.0-rc4

aa7247d6   Goutte   Generate a CDF fi...
29
30
- [x] Sort times series by closeness to the sun
- [x] Generate a CDF file (not NetCDF)
7b5642ae   Goutte   Normalize time in...
31
- [x] Normalize time interval for time series
1324cc91   Goutte   Make the footer i...
32
33
34
- [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...
35
36
- [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...
37
38
- [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...
39
- [x] Make the local cache more resilient to naming collisions
59dfb4fc   Goutte   Update the CHANGELOG
40
41
42
43
44


## 1.0.0-rc3

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

7284f4ff   Goutte   Update the change...
48

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

59dfb4fc   Goutte   Update the CHANGELOG
51
52
53
54
55
56
57
- [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...
58
- [x] Cache cleanup (remove old files) `/cache/cleanup`
59dfb4fc   Goutte   Update the CHANGELOG
59
60
61


## 0.1.0
a4a9ef03   Goutte   Cache generated C...
62
63
64

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


9390ec89   Goutte   Initial experimen...
78
79
## 0.0.0

3f0d5ea2   Goutte   Update the change...
80
81
82
83
84
85
86
87
88
89
90
- [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...
91
- [x] Comets (the one visited by rosetta, p67)
3f0d5ea2   Goutte   Update the change...
92
93
94
95
96
97
- [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