Blame view

CHANGELOG.md 2.69 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
- [ ] Cache warmup (generate for today's default interval) `/cache/warmup`
ea6c8d5d   Goutte   Add interval cons...
9
10
11
- [ ] Give the future data another color
- [ ] Sort times series by closeness to the sun
- [ ] Generate a CDF file (not NetCDF)
ea6c8d5d   Goutte   Add interval cons...
12
13
14

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

59dfb4fc   Goutte   Update the CHANGELOG
15
16
17
18


## 1.0.0-rc4

7b5642ae   Goutte   Normalize time in...
19
- [x] Normalize time interval for time series
1324cc91   Goutte   Make the footer i...
20
21
22
- [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...
23
24
- [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...
25
26
- [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...
27
- [x] Make the local cache more resilient to naming collisions
59dfb4fc   Goutte   Update the CHANGELOG
28
29
30
31
32


## 1.0.0-rc3

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

7284f4ff   Goutte   Update the change...
36

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

59dfb4fc   Goutte   Update the CHANGELOG
39
40
41
42
43
44
45
- [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...
46
- [x] Cache cleanup (remove old files) `/cache/cleanup`
59dfb4fc   Goutte   Update the CHANGELOG
47
48
49


## 0.1.0
a4a9ef03   Goutte   Cache generated C...
50
51
52

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


9390ec89   Goutte   Initial experimen...
66
67
## 0.0.0

3f0d5ea2   Goutte   Update the change...
68
69
70
71
72
73
74
75
76
77
78
- [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...
79
- [x] Comets (the one visited by rosetta, p67)
3f0d5ea2   Goutte   Update the change...
80
81
82
83
84
85
- [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