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

Prevent user from setting sampling parameter with AMDA #19

Closed jeandet closed 2 years ago

jeandet commented 3 years ago

If a sneaky user tries to add a sampling freq parameter with an AMDA parameter request, this could lead to a broken cache since speasy doesn't handle this. The simplest thing for now is to prevent the user from doing this.