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

CDA direct file access #134

Closed jeandet closed 1 month ago

jeandet commented 2 months ago

This PR adds to Speasy the ability to automatically find CDF files on the CDA archive based on information given in this file. This allows to reduce the latency (no WS involved) but could imply to download more data than needed (each CDF has many variables).

The CDAWeb module can now work in 3 different modes:

The current limitations are:

Impact on Speasy dependencies:

Unrelated fixes: