SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

Basic and minimalist schema to reproduce plots across tools #107

Open jeandet opened 11 months ago

jeandet commented 11 months ago

This is an idea that I got few days ago while working on plots with speasy (having in mind that SciQLop session or quick setup thing). It doesn't seems that impossible to describe a plot panel in an interoperable format allowing users to reproduce plots across several tools (Speasy, AMDA, SciQLop,...).

Something like this:

panel0:
  graphs:
  - index: 0
    logy: true
    product: some_spase_id
  - index: 1
    logy: false
    product: some_spase_id
  time_range:
  - '2018-01-01T12:30:55'
  - '2018-01-01T18:00:27'

The idea is to share the minimum info we need to reproduce the plot. @brenard-irap do you think we could create and export plots from AMDA using something like this?