CHANGELOG.md 1.28 KB

Misc

  • [ ] Support multiple models for each target
  • [ ] Play button to start time dimension (not very useful?)

1.0.0

  • [x] Cache generated CSVs on the server side
  • [x] Cache generated CSVs on the client side
  • [x] Count visits
  • [x] Zoom in on time series
  • [x] Loader and targets loading animation
  • [x] Start/Stop datetime fields
  • [x] Retry CSV generation when it fails due to a bug in AMDA's API
  • [x] Remove duplicate NetCDFs from AMDA's API response
  • [ ] Optimize CSV generation (with some vectorization using numpy)
  • [ ] Cache cleanup
    • [ ] API at /cache/cleanup
    • [ ] CRON statement to call it
  • [ ] Download raw data (as CSV) for current time interval and targets
  • [ ] Same via SAMP
  • [ ] Credit the author of the pixel art planets
  • [ ] Set the log level to error in production (see web/run.py)

0.0.0

  • Initial website skeleton
  • 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
  • Planets
  • Probes
    • Rosetta
    • Juno
  • Comets (the one visited by rosetta)
  • Orbits axes titles
  • Logo Europlanet
  • Cache remote NetCDFs locally
  • Add source name on time series
  • Support multiple sources
  • Support enabling/disabling sources