CHANGELOG.md 2.69 KB

Future ?

  • [ ] Optimize data aggregation (numpy vectorization?)
  • [ ] Credit the author of the pixel art planets
  • [ ] Add a README to the download tarball
  • [ ] Set the log level to error in production (see web/run.py)
  • [ ] CRON statements to call the cache cleanup and warmup
  • [ ] Cache warmup (generate for today's default interval) /cache/warmup
  • [ ] Give the future data another color

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

1.0.0-rc4

  • [x] Sort times series by closeness to the sun
  • [x] Generate a CDF file (not NetCDF)
  • [x] Normalize time interval for time series
  • [x] Make the footer images clickable
  • [x] Highlight the visits counter
  • [x] Use a default interval up to 3 weeks in the future
  • [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
  • [x] Support having no position to display (for Rosetta in some intervals)
  • [x] Make the local cache more resilient to corrupted downloads
  • [x] Make the local cache more resilient to naming collisions

1.0.0-rc3

  • [x] Make the targets dynamic in the orbit plot, allowing zoom
  • [x] Refactor some more to move as much as we can to the config
  • [x] Cache clear (remove all files) /cache/clear

1.0.0-rc2

  • [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
  • [x] Cache cleanup (remove old files) /cache/cleanup

0.1.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
  • [x] Add a version number somewhere
  • [x] Move the visitors counter to the footer
  • [x] Download raw data (tarball of CSV) for current time interval and targets
  • [x] Download raw data as NetCDF for current everything, via SAMP
  • [x] Add a warning for users with javascript disabled

0.0.0

  • [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
  • [x] Comets (the one visited by rosetta, p67)
  • [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