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

Notify user about unused extra kwargs in get_data #20

Closed jeandet closed 2 years ago

jeandet commented 2 years ago

get_data method takes kwargs that could be specific to each webservice or speasy internals (cache/proxy) but doesn't necessary tell the user about wrong kwargs. At least with sscweb it's possible to pass wrong coordinate system or misspell coordinate_system and speasy will silently ignore it :/.